/*-- Global Style Start --*/
@font-face {
    font-family: 'Li Alinur Imarat Unicode';
    src: url('../fonts/LiAlinurImaratUnicode.eot');
    src: url('../fonts/LiAlinurImaratUnicode.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LiAlinurImaratUnicode.woff2') format('woff2'),
        url('../fonts/LiAlinurImaratUnicode.woff') format('woff'),
        url('../fonts/LiAlinurImaratUnicode.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SolaimanLipi';
    src: url('../fonts/SolaimanLipi.eot');
    src: url('../fonts/SolaimanLipi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SolaimanLipi.woff2') format('woff2'),
        url('../fonts/SolaimanLipi.woff') format('woff'),
        url('../fonts/SolaimanLipi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Poppins', sans-serif;
    font-size: 62.5%;
    box-sizing: border-box;
}

body {
    background: #fff;
}

.clr {
    clear: both;
}

a {
    text-decoration: none;
}


    /*================= Social Nav Start ===================*/
    .headNav {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .headNav .addressNav {
        width: 100%;
        height: 4rem;
    }

    .headNav .addressNav i {
        font-size: 1.5rem;
        color: #666;
        line-height: 4rem;
        float: left;
    }

    .headNav .addressNav h3 {
        padding: 0;
        margin: 0 1.3rem 0 .7rem;
        color: #299DCD;
        font-size: 1.5rem;
        line-height: 4rem;
        float: left;
    }

    /*================ Socail Nav End ==================*/

        /*================ Top MainNav Start ==================*/
    .navbar {
        border-bottom: .1rem solid #D5D5D5;
        min-height: 8rem;
    }

/*    .navbar .navbar-brand img {
        width: 18rem;
    }*/

    .navbar .nav-item {
        padding: 0 1.5rem 0 0;
    }

    .navbar .nav-item a {
        font-family: 'Poppins', sans-serif;
        font-size: 1.5rem;
        font-weight: 300;
        color: #000 !important;
    }

    .navbar .nav-item a:hover {
        color: #3CB615;
    }

    .navbar .nav-item .nav-link {
        padding: .5rem 0;
        margin: 0;
    }

    .navbar .dropdown-menu a {
        color: #000 !important;
        font-size: 1.2rem !important;
        padding: 1rem 2rem;
        min-width: 20rem;
    }
    /*================ Top MainNav End ==================*/

    /*================ Hero Slider Start ==================*/

    .hero {
        width: 100%;
/*        height: 77.6rem;*/
        margin: 0;
        padding: 0;
    }

    .hero img {
        width: 100%;
/*        height: 50rem;*/
    }

    .hero .item #overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero .item #overlay #title {
        width: 40%;
        font-size: 2.5rem;
        font-weight: 700;
        text-transform: capitalize;
        color: #fff;
        letter-spacing: 0;
        text-align: center;
        display: block; 
        display: -webkit-box; 
        -webkit-line-clamp: 1; 
        -webkit-box-orient: vertical; 
        overflow: hidden; 
        text-overflow: ellipsis;
    }

    .hero .item #overlay #info {
        width: 40%;
        font-size: 1.25rem;
        font-weight: 100;
        color: #fff;
        letter-spacing: 0;
        text-align: left;
        text-align: center;
        display: block; 
        display: -webkit-box; 
        -webkit-line-clamp: 3; 
        -webkit-box-orient: vertical; 
        overflow: hidden; 
        text-overflow: ellipsis;
    }


    .hero .owl-dot.active span {
        width: 2rem !important;
        color: #037efc !important;
        background-color: #037efc !important;
    }

    .hero .owl-dot:hover span {
        width: 2rem !important;
        color: #037efc !important;
        background-color: #037efc !important;
    }

    .hero .owl-prev, .hero .owl-next {
        position: absolute;
        top: 45%;
        font-size: 3rem !important;
        color: #fff !important;
    }

    .hero .owl-prev {
        left: 3rem;
    }
    .hero .owl-next {
        right: 3rem;
    }
    /*================ Hero Slider End ==================*/


 
    /*================ Site Galery Start ==================*/
    .gallery {
        width: 100%;
    }

    .gallery .img-gal {
        width: 60%;
        background: #F7F9F9;
        padding: 2rem;
        float: left;
    }

    .gallery .vid-gal {
        width: 40%;
        background: #6BC0E5;
        padding: 2rem;
        float: right;
    }

    .gallery .img-gal .icon, .gallery .vid-gal .icon {
        width: 6rem;
        height: 6rem;
        margin: 2rem auto 1rem auto;
    }

    .gallery .img-gal .icon i, .gallery .vid-gal .icon i {
        font-size: 2rem;
        padding: 2rem;
        background: red;
        color: #fff;
        border-radius: 50%;
        cursor: pointer;
    }

    .gallery .img-gal .icon i:hover, .gallery .vid-gal .icon i:hover {
        opacity: .7;
    }

    .gallery .img-gal .img, .gallery .vid-gal .img {
        width: 100%;
        height: 20rem;
        border: .2rem solid red;
        border-radius: 1rem;
        margin-bottom: 2rem;
    }

    .gallery .img-gal .img img, .gallery .vid-gal .img img {
        width: 100%;
        height: 19.6rem;
        border-radius: 1rem;
        cursor: pointer;
    }

    .gallery .img-gal .img img:hover, .gallery .vid-gal .img img:hover {
        opacity: .7;
    }


    /*------------ Video Gallery----------------*/
    .video-gallery {
        width: 100%;
        padding: 0;
        margin: 5rem 0;
    }

    .video-gallery .video-area {
        width: 23%;
        height: 20rem;
        padding: 0 1%;
/*        margin-right: 1%;*/
        border-radius: 1.2rem;
        margin-bottom: 3rem;
        float: left;
/*        box-shadow: rgba(57, 31, 91, 0.24) 0 2px 2px,rgba(179, 132, 201, 0.4) 0 8px 12px;*/
    }

    .video-gallery .video-area iframe {
        border-radius: 1.2rem;
    }



    /*================ Site Galery End ==================*/


    /*================FOOTER START ========================*/
    .footer-hero {
        width: 100%;
        min-height: 6rem;
    }

    .footer-hero .box {
        width: 80%;
        padding-bottom: 2rem;
    }

    .footer-hero .box .logo {
        width: 15rem;
        height: 4rem;
        margin-bottom: 4rem;
    }

    .footer-hero .box .logo img {
        width: 100%;
        height: 4rem;
    }

    .footer-hero .box .head {
        width: 100%;
        height: 4rem;
        margin-bottom: 4rem;
        border-bottom: .1rem solid red;
    }

    .footer-hero .box .head h2 {
        width: 100%;
        font-size: 1.8rem;
        font-weight: 700;
        text-align: left;
        line-height: 4rem;
        color: #e3e3e3;
    }


    .footer-hero .box p {
        width: 100%;
        font-size: 1.5rem;
        font-weight: 500;
        text-align: left;
        margin-bottom: .5rem;
        color: #e3e3e3;
    }

    .footer-hero .box ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer-hero .box ul li {
        width: 100%;
        font-size: 1.5rem;
        font-weight: 500;
        text-align: left;
        margin-bottom: .5rem;
        color: #e3e3e3;        
    }

    .footer-hero .box ul li a {
        text-decoration: none;
        color: #e3e3e3;
    }

    .footer-hero .box ul li a:hover {
        color: #fff;
    }

    .footer-hero .box .btn {
        width: 80%;
        height: 5rem;
        background: red;
        color: #fff;
        font-size: 1.5rem;
        text-align: center;
        line-height: 3.5rem;
        margin: 4rem auto;
        cursor: pointer;
    }

    .footer-hero .box .btn:hover {
        background: darkred;
    }

    .footer-copy {
        color: grey;
        font-size: 1.5rem;
    }

    .footer-copy a {
        text-decoration: none;
        color: grey;
    }

    /*================= Footer End ===================*/



    /*----------------- BUTTON STYLE ----------------*/
    .button-3 {
        background-color: #0078d0;
        border: 0;
        border-radius: 56px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
        font-size: 18px;
        font-weight: 600;
        outline: 0;
        padding: 10px 21px;
        position: relative;
        text-align: center;
        text-decoration: none;
        transition: all .3s;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        margin: 0;
    }

    .button-3:before {
        background-color: initial;
        background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
        border-radius: 125px;
        content: "";
        height: 50%;
        left: 4%;
        opacity: .5;
        position: absolute;
        top: 0;
        transition: all .3s;
        width: 92%;
    }

    .button-3:hover {
        box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
        transform: scale(1.05);
    }


/*---------------Pagination ---------------------*/
    .pagi {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .pagi a {
        text-decoration: none;
        display: inline-block;
        padding: 0;
        margin: 0 auto;
        border-radius: 0;
        height: 4.4rem;
    }

    .pagi .btn {
        border-radius: 1rem;
        padding: 1rem 2rem;
        font-size: 1.5rem;
        font-weight: 500;
        color: #fff;
        background: #0289fb;
        margin-right: 1rem;
        margin-top: -.7rem;
    }

    .pagi .btn:hover {
        background: #0376d8;
        font-weight: 700;
    }

    .pagi .btn-active {
        border-radius: 1rem;
        padding: 1.05rem 2.05rem;
        font-size: 1.5rem;
        font-weight: 700;
        color: #fff;
        background: #0376d8;
        margin-right: 1rem;
    }

    .pagi .btn-active:hover {
        background: #0289fb;
        font-weight: 700;
    }

    .pagi .pagination {
        width: 100%;
        margin: 0;
        padding: 5rem 0;
    }


/*-- Card Style Start --*/
.card {
    border-radius: 1rem;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.card .card-header {
    height: 7.2rem;
    background: darkgoldenrod;
    padding: .5rem 3rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom: .7rem solid #000;
}

.card .card-header h2 {
    font-family: 'Li Alinur Imarat Unicode';
    font-size: 3rem;
    color: #fff;
    text-align: center;
    line-height: 6rem;
}

.card .card-body {
    padding: 1rem 3rem;
}
/*-- Card Style End --*/

/*-- Button Style Start --*/
.btn {
    width: 80%;
    background-color: #0078d0;
    border: 0;
    border-radius: 5.6rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'SolaimanLipi';
    font-size: 2rem;
    outline: 0;
    padding: 1rem 2.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin: 1rem 10%;
}

.btn:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 0, 0) 100%);
    border-radius: 12.5rem;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
}

.btn:hover {
    box-shadow: rgba(255, 0, 0, .5) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
    transform: scale(1.05);
}
/*-- Button Style End --*/

/*-- Form Style Start --*/
.form-area {
    width: 100%;
    padding: 5rem 8rem;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.file-input {
    display: none;
}

.file-label {
    padding: 1rem 2rem;
    width: 20rem;
    background-color: #026dbb;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 60%);
    color: #fff;
    font-family: 'SolaimanLipi';
    font-size: 1.8rem;
    text-align: center;
    margin: 2rem auto;
    cursor: pointer;
    display: block;
    transition: 0.5s;
    border-radius: 1rem;
}

.file-label:hover {
    opacity: .7;
}

.item_image {
    width: 20rem;
    height: 20rem;
    margin: 0 auto;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.item_image img {
    width: 100%;
    overflow: hidden;
}

.form-area h2 {
    font-family: 'SolaimanLipi';
    font-size: 4rem;
    color: #026414;
    text-align: center;
    width: 100%;
    display: block;
    padding: 1rem 0;
    border-radius: 2rem;
    border: .1rem solid #026414;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.form-area h3 {
    font-family: 'SolaimanLipi';
    font-size: 2.5rem;
    color: #026dbc;
    padding-bottom: 1rem;
    padding-left: 0;
    margin: 1rem 0;
    border-bottom: .1rem solid #026dbc;
}

.form-area h4 {
    font-family: 'SolaimanLipi';
    font-size: 2rem;
    color: #000;
    text-align: center;
}

input[type=text], input[type=date], input[type=email], select, textarea {
    width: 100%;
    font-family: 'SolaimanLipi';
    font-size: 1.8rem;
    padding: .8rem 2.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    margin-bottom: 1rem;
}

label {
    font-family: 'SolaimanLipi';
    font-size: 1.8rem;
    padding: .8rem 1.2rem .8rem 0;
    display: inline-block;
    margin-bottom: 1rem;
}

input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 1.2rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]:hover {
    background-color: #45a049;
}

/* Clear floats after the columns */
.row::after {
    content: "";
    display: table;
    clear: both;
}
/*-- Form Style End --*/


/*-- Responsive --*/
@media screen and (max-width: 1024px) {
    .btn {
        width: 80%;
        margin: 1rem 10%;
    }

    .form-area {
        padding: 5rem 8rem;
    }

    .form-area h2 {
        font-size: 4rem;
    }

    .item_image {
        width: 20rem;
        height: 20rem;
    }
    .headNav {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .btn {
        width: 90%;
        margin: 1rem 5%;
    }

    .form-area {
        padding: 2rem;
    }

    .form-area h2 {
        font-size: 3.5rem;
    }

    .item_image {
        width: 20rem;
        height: 20rem;
    }

    input[type=text], input[type=date], select, textarea {
        margin-bottom: 0;
    }

    label {
        margin-bottom: 0;
    }
    .headNav {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .btn {
        width: 100%;
        margin: 1rem 0;
    }

    .form-area {
        padding: 1rem;
    }

    .form-area h2 {
        font-size: 2.5rem;
    }

    .item_image {
        width: 100%;
        height: 20rem;
    }

    .file-label {
        width: 100%;
    }

    input[type=text], input[type=text], select, textarea {
        margin-bottom: 0;
    }

    label {
        margin-bottom: 0;
    }

    .headNav {
        display: none;
    }
}
