﻿
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*font-family: "Font Awesome 5 Pro";*/
}

:root {
    --bg-color: #01153E;
    --primry-color: #20416C;
    --white-color: #fff;
    --contact-bg-color: #032d33;
    --footer-color: #777777;
    --light-green-color: #B8FFA7;
    --title-color: #00042B;
    --yellow-color: #FFCD4E;
    --black-color: #000;
    --heading-color: #212121;
    --title-color: #00042B;
    --white-color: #fff;
    --text-color: #6b6b6b;
    --gold-color: #f9a11b;
}





h1,
h2,
h3,
h4,
h5,
h6 {
    /*    font-family: "Prata", serif;*/
    color: var(--heading-color);
    margin-top: 0px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
}

p, li, a, button {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

.sec-title {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .sec-title::before {
        content: "";
        display: block;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.85);
        margin-bottom: 12px;

    }

    .sec-title::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%);
        width: 90px;
        height: 4px;
        background: #fff;
        border-radius: 20px;
    }
    .sec-title2::before {
        content: "";
        display: block;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: var(--bg-color);
        margin-bottom: 12px;
    }

    .sec-title2::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%);
        width: 90px;
        height: 4px;
        background: var(--bg-color);
        border-radius: 20px;
    }
.sec-title2 {
    color: var(--title-color);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sec-title1 {
    color: var(--gold-color);
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.site-heading span {
    font-size: 50px;
}



.site-title {
    color: var(--gold-color);
    font-size: 35px;
    text-transform: uppercase;
}

.review-content a{
    text-decoration: none;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 40px;
    font-weight: 600;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.text-left {
    text-align: left !important;
}

.mean-container a.meanmenu-reveal span {
    background: no-repeat;
    display: block;
    height: 3px;
    margin-top: 3px;
    border-top: 3px solid #fff;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(217, 217, 217, 0.5);
    color: #333;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-size: 15px;
    font-weight: 600;
}

.mean-container .mean-nav {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #0000001A;
    position: absolute;
}

    .mean-container .mean-nav ul {
        overflow: hidden;
    }

        .mean-container .mean-nav ul li a.mean-expand {
            text-align: right;
            top: 0;
            width: 100%;
            z-index: 2;
            padding: 9px 12px;
        }

            .mean-container .mean-nav ul li a.mean-expand:hover {
                background: rgba(0, 0, 0, 0);
            }

.srb-line {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -90px;
}

.line5 {
    display: block;
}

.mr-15 {
    margin-right: 15px;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus,
    a:hover,
    .portfolio-cat a:hover,
    .footer -menu li a:hover {
        text-decoration: none;
    }

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

a,
button {
    color: #141b22;
    outline: medium none;
}

    a:hover {
        color: var(--primary-color);
    }

.box20 .title a {
    color: #fff;
}

    .box20 .title a:hover {
        color: #444;
    }

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: none;
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.btn {
    border-radius: 20px !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    margin-bottom: 20px !important;
    padding: 20px 30px !important;
    text-align: center !important;
    text-transform: unset !important;
    touch-action: manipulation !important;
    transition: all 0.3s ease 0s !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    position: relative !important;
    z-index: 1 !important;
    text-transform: uppercase !important;
    background: var(--gold-color) !important;
    border: none !important;
    overflow: hidden !important;
    font-weight: 600 !important;
}

    .btn i {
        margin-right: 5px;
    }

    .btn:hover {
        color: #fff;
        background: var(--yellow-color);
    }


.slider-btn .btn:hover {
    color: #111;
    background: #fff;
}

.btn2 {
    color: #111;
    background: none;
    border: 1px solid #111;
    border-radius: 0;
    text-transform: uppercase;
    padding: 20px 30px;
    font-size: 14px;
    font-weight: 600;
}

    .btn2 i {
        transform: rotate(45deg);
        margin-right: 5px;
        color: var(--red-color);
    }

    .btn2:hover {
        background: var(--red-color);
        color: #fff;
    }

        .btn2:hover i {
            color: #fff;
        }

.slider-btn:hover .btn-after {
    margin-top: -50px;
    margin-left: 0px;
}







.header .second-header {
    background: none;
}

    .header .second-header::before {
        display: none;
    }

.header .second-menu {
    background: #fff;
    padding: 15px;
}

.header-top {
    padding-top: 40px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
}

.innder-ht {
    padding: 10px 0;
}

.wellcome-text p {
    margin-bottom: 0;
    color: #8a8a8a;
}

.header-cta ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
}

    .header-cta ul li:first-child {
        margin-left: 0;
    }

    .header-cta ul li:last-child {
        padding-right: 0;
        border-right: none;
        margin-right: 0;
    }

    .header-cta ul li i {
        display: inline-block;
        margin-right: 5px;
        position: relative;
        top: 1px;
    }

.header-top-cta ul li {
    display: inline-block;
    width: 200px;
    margin-right: 80px;
}

    .header-top-cta ul li:last-child {
        margin-right: 0;
    }

.header-cta .call-box {
    display: flex;
    text-align: left;
}

    .header-cta .call-box .icon img {
        width: 35px;
    }

.h-cta-icon {
    float: left;
    display: block;
    margin-right: 20px;
}

.h-cta-content {
    overflow: hidden;
}

    .h-cta-content h5 {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 0;
    }

    .h-cta-content p {
        margin-bottom: 0;
        line-height: 1.5;
    }

.menu-area {
    position: relative;
}

.menu .sub-menu {
    display: none;
    position: absolute;
    background-color: #ffff;
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
    transform: translateY(15px);
    transition: all 0.4s ease;
    border-top: 4px solid #faa292;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.menu .sub-menu, .menu .children {
   
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 280px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.35s ease;
    pointer-events: none;
    background: #fff;
    border-top: 4px solid var(--bg-color);
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    margin-top: 0; /* IMPORTANT */
    z-index: 9999;  
}

.main-menu {
    position: relative;
    z-index: 9;
}

.menu .sub-menu li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.main-menu .sub-menu li a {
    padding: 15px;
}

.menu .sub-menu li, .menu .children li {
    margin-left: 0 !important;
    float: left;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

/*.menu .menu-item-has-children:hover > ul {
    display: block;
    margin-top: 0px;
}*/

.main-menu .menu-item-has-children > ul > .menu-item-has-children > ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: -255px;
    margin-top: 0;
    top: -3px;
}

.main-menu .menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    color: var(--bg-color);
    transition: transform 0.4s ease;
}

/* Rotate arrow on hover */
.main-menu .menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}
/*
.menu .menu-item-has-children:hover > ul, .menu .page_item_has_children:hover > ul {
    display: block;
    margin-top: 0px;
}*/

.menu .page_item_has_children > ul > .page_item_has_children:hover > ul {
    margin-left: -265px;
    margin-top: 0;
    top: -3px;
}

.main-menu .menu-item-has-children > ul > .menu-item-has-children:hover > ul, .menu .page_item_has_children > ul > .page_item_has_children:hover > ul {
    display: block;
}

.main-menu .menu-item-has-children > ul > .menu-item-has-children:hover > ul {
    display: block;
}

.main-menu .menu-item-has-children > ul > .menu-item-has-children > ul > .menu-item-has-children > ul {
    display: none;
    position: absolute;
    background-color: #ffff;
    width: 250px;
    z-index: 1;
    padding: 0;
    margin-left: 255px;
    margin-top: 0;
    top: -3px;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

    .main-menu ul li.active a {
        color: #008060;
    }

    .main-menu ul li a {
        display: block;
        color: #141b22;
        padding: 20px 0;
        font-weight: 600;
        position: relative;
        font-size: 16px;
/*        font-family: 'Lora', serif;*/
    }

        .main-menu ul li a::after {
            content: "+";
            margin-left: 10px;
            color: #008060;
            display: none;
        }

    .main-menu ul li:last-child a::after, .main-menu .has-sub ul li a::after {
        display: none;
    }

    .main-menu ul li:first-child {
        margin-left: 0;
    }

.menu-area .menu-tigger {
    cursor: pointer;
    display: inline-block;
}

    .menu-area .menu-tigger span {
        height: 2px;
        width: 30px;
        background: #2935bb;
        display: none;
        margin: 7px 0;
        transition: .3s;
    }

.main-menu ul li:hover > a {
    color: #008060;
}

    .main-menu ul li:hover > a::before {
        width: 100%;
    }

.display-ib {
    display: inline-block;
}

.header-social a {
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
    text-align: center;
    color: #191D3B;
}

.search-top {
    display: inline-block;
    position: absolute;
    top: 16px;
    border: 2px solid #141b22;
    border-radius: 30px;
    left: 20%;
}

    .search-top ul {
        background: #4CC3C1 0% 0% no-repeat padding-box;
        border-radius: 23px;
        margin: 5px;
        padding: 10px 5px 5px;
    }

    .search-top li {
        display: inline-block;
        padding: 0px 15px;
        border-right: 1px solid #ffffff38;
    }

        .search-top li a {
            color: #fff;
            font-size: 18px;
            float: left;
        }

        .search-top li:last-child {
            border: none;
        }

.header-social a:hover {
    color: #fff;
}

.header-area .sticky-menu {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    z-index: 10 !important;
    background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.responsive {
    display: none;
}

#mobile-menu {
    display: block;
}

.right-menu li {
    float: right;
    padding: 0;
}

.right-menu .icon {
    float: left;
    margin-right: 20px;
}

    .right-menu .icon img {
        box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.3);
        border-radius: 50%;
    }

.right-menu .text {
    float: left;
    padding-top: 5px;
}

    .right-menu .text span {
        display: block;
        color: #517496;
    }

    .right-menu .text strong {
        color: #004C3F;
        font-size: 25px;
        font-weight: 900;
/*        font-family: 'Lora', serif;*/
    }




/* Animated submenu */
.menu .sub-menu,
.menu .children {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    pointer-events: none;
}

/* Show on hover */
.menu .menu-item-has-children:hover > .sub-menu,
.menu .page_item_has_children:hover > .children {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.main-menu ul li {
    position: relative;
}
.menu .sub-menu {
    border-radius: 10px;
}
.main-menu ul li.menu-item-has-children {
    padding-bottom: 20px;
}

    .menu .sub-menu li {
        transition: background 0.3s ease;
    }

        .menu .sub-menu li:hover {
            background: #f8f8f8;
        }

.menu-search {
    padding: 10px 0;
}

    .menu-search a {
        font-size: 16px;
        display: inline-block;
        margin-top: 5px;
        background: #ffffff4a;
        text-align: center;
        line-height: 33px;
        border-radius: 50%;
        color: #b8bfc3;
    }

.top-btn {
    background: #008060;
    padding: 16px 30px;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
}

    .top-btn:hover {
        background: transparent linear-gradient(90deg, #0080600%, #008060100%) 0% 0% no-repeat padding-box;
        color: #fff;
    }

.sticky-menu .logo {
    margin-top: 0;
    line-height: 61px;
    height: auto;
}

.slider-content {
    position: relative;
    z-index: 2;
}

.slider-bg .banner-img {
    overflow: hidden;
    height: 738px;
    margin-top: 115px;
    margin-right: -62px;
}

.slider-content.s-slider-content.text2 {
    margin-top: 0;
}

.slider-content.s-slider-content.text3 {
    margin-top: 168px;
}

.slider-price {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .slider-price h3 {
        color: #fff;
    }

    .slider-price h2 {
        color: #008060;
        font-size: 60px;
        font-weight: 500;
    }

.slider-btn {
    display: inline-block;
    position: relative;
}

.slider-active .slick-dots {
    position: absolute;
    top: 40%;
    left: 22%;
}

    .slider-active .slick-dots li button {
        text-indent: -99999px;
        border: none;
        padding: 0;
        height: 1px;
        margin-left: 10px;
        background: #008060;
        border-radius: 50px;
        z-index: 1;
        cursor: pointer;
        transition: .3s;
    }

    .slider-active .slick-dots li.slick-active button {
        width: 50px;
        background: #008060;
    }

        .slider-active .slick-dots li.slick-active button::before {
            opacity: 1;
        }

    .slider-active .slick-dots li button::before {
        content: "";
        width: 19px;
        height: 19px;
        float: left;
        position: relative;
        margin-top: -9px;
        left: -19px;
        border-radius: 50%;
        opacity: .7;
        background-repeat: no-repeat;
        background-position: center;
    }

.second-header {
    border: none;
    padding-bottom: 15px;
    background: #141b22;
    padding-top: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
}

    .second-header::before {
        content: "";
        height: 100%;
        position: absolute;
        width: 32%;
        background: #008060;
        top: 0;
        z-index: -1;
        left: -25px;
        transform: skew(30deg);
        display: none;
    }

    .second-header a, .second-header span {
        color: #fff;
    }

        .second-header a:hover {
            color: #ffffffc2;
        }

.second-menu {
    position: relative;
    z-index: 9;
}

.sticky-menu .second-menu {
    margin: 0;
    box-shadow: none;
    padding: 0;
}

    .sticky-menu .second-menu::before {
        content: none;
    }

.second-menu .main-menu ul li {
    margin-left: 40px;
}

    .second-menu .main-menu ul li:first-child {
        margin-left: 0;
    }

    .second-menu .main-menu ul li a::before {
        content: none;
    }

.second-header-btn .btn {
    background: var(--gold-color) !important;
    font-size: 16px;
    color: #fff;
    padding: 20px;
    position: relative;
    bottom: 0px;
    border-radius: 5px;
  /*  margin-top: 25px;*/
}





/*    .second-header-btn .btn:hover {
        color: #fff;
        ;
    }
*/
.header .second-header-btn .btn {
    background: none;
    border-radius: 10px;
    border-color: #6DD89F;
    color: #06070B;
}

    .header .second-header-btn .btn:hover::before {
        background: #6DD89F;
    }

.img-main {
    position: relative;
    z-index: 2;
}

.offcanvas-menu {
    position: fixed;
    right: 0;
    height: 100%;
    width: 300px;
    z-index: 999;
    background: #00081b;
    top: 0;
    padding: 30px;
    transition: .5s;
    transform: translateX(100%);
}

    .offcanvas-menu.active {
        transform: translateX(0)
    }

.menu-close i {
    font-size: 18px;
    color: #fff;
    transition: .3s;
    cursor: pointer;
}

.menu-close:hover i {
    color: #008060;
}

.offcanvas-menu ul {
    margin-top: 30px;
}

    .offcanvas-menu ul li {
        border-bottom: 1px solid #101c38;
    }

        .offcanvas-menu ul li a {
            color: #fff;
            font-size: 18px;
            text-transform: capitalize;
            padding: 6px 0;
            display: block;
        }

        .offcanvas-menu ul li:hover a {
            color: #008060;
        }

.side-social a {
    color: #fff;
    margin-right: 10px;
}

.side-social {
    margin-top: 30px;
}

    .side-social a:hover {
        color: #008060;
    }

.offcanvas-menu form {
    position: relative;
    margin-top: 30px;
}

    .offcanvas-menu form input {
        width: 100%;
        background: none;
        border: 1px solid #2d3547;
        padding: 7px 10px;
        color: #fff;
    }

    .offcanvas-menu form button {
        position: absolute;
        border: none;
        right: 0;
        background: #008060;
        padding: 8px 14px;
        top: 0;
        cursor: pointer;
    }

        .offcanvas-menu form button i {
            color: #fff;
        }

.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

    .offcanvas-overly.active {
        opacity: .5;
        visibility: visible;
    }

.off-logo {
    display: none;
}

.header-two .menu-area {
    padding: 15px 0;
    border-top: 1px solid #ffffff70;
    border-bottom: 1px solid #ffffff70;
    z-index: 1;
}

    .header-two .menu-area.sticky-menu {
        background: #032e3f;
        border: none;
    }

.header-two .top-callus {
    background: #008060;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0 0px 10px 10px;
    width: 100%;
}

.header-two {
    margin-bottom: -178px;
}

    .header-two .second-header {
        background: none;
    }

        .header-two .second-header::before {
            display: none;
        }

    .header-two .main-menu ul li a {
        color: #fff;
    }

    .header-two .login li a {
        color: #fff;
    }

.header-three {
}

    .header-three .second-header {
        background: #004C3F;
    }

    .header-three .menu-area::before {
        display: none;
    }

    .header-three .menu-area {
        border-top: 0;
        position: relative;
        z-index: 9;
       background-color: var(--white-color)
    }

    .header-three .sticky-menu {
        margin-top: 0;
        background: #fff;
        box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    }

    .header-three .main-menu ul li a {
/*        font-family: 'Lora', serif;*/
        color: var(--bg-color);
        font-size: 20px;
        text-decoration: none;
    }

    .header-three .main-menu .sub-menu li a, .menu .children li a {
        color: var(--bg-color) !important;
    }

        .header-three .main-menu .sub-menu li a:hover, .menu .children li a:hover {
            color: var(--gold-color) !important;
        }

    .header-three .btn.ss-btn {
        float: right;
    }

.login li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}

    .login li:last-child {
        padding-right: 0;
        margin-right: 0;
    }

    .login li:first-child {
        padding-right: 15px;
        margin-right: 15px;
    }

        .login li:first-child::after {
            content: "";
            position: absolute;
            width: 1px;
            height: 50px;
            /*background: #ccc;*/
            right: 0;
            top: -11px;
        }

    .login li a {
        color: #000;
        text-transform: uppercase;
        font-size: 18px;
    }

.slider-three .slider-img {
    margin-left: -25px;
    margin-top: 50px;
    margin-right: -227px;
}

.slider-bg-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040f2d91;
    z-index: 1;
}

.slider-four .slider-bg h5 {
    border: none;
    color: #ffffff1c;
    font-size: 170px;
}

.slider-four .slider-img {
    margin-left: 0;
    margin-top: 136px;
    margin-right: -235px;
    float: right;
}

    .slider-four .slider-img img {
        position: relative;
        z-index: 1;
    }

.slider-four .slider-bg .text2 h5 {
    color: #008060;
    font-size: 18px;
/*    font-family: 'Lora', serif;*/
    font-weight: 500;
}

.slider-four .slider-bg .video-i i {
    border: none;
    color: #008060;
    margin-right: 10px;
}

.slider-four .slider-bg .text2 p {
    color: #777;
}

.single-slider .subricbe {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 15px;
    margin-top: 40px;
    width: 92%;
}

.header-input {
    padding: 0 1rem;
    width: 100%;
    height: 4.4rem;
    border-radius: 5px;
    outline: none !important;
    margin-bottom: 0;
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    border-radius: 0;
}

.contact-form .btn::before {
    display: none;
}

.contact-form .btn.ss-btn3 {
    background: #008060;
    border-color: #008060;
}

    .contact-form .btn.ss-btn3:hover {
        background: #000;
        border-color: #000;
    }

.header-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    bottom: 15px;
    border-radius: 4px;
    background: #008060;
    border: none;
    color: #fff;
    padding: 5px 15px;
}

    .header-btn i {
        margin-left: 0;
    }

.search-top2 {
    float: right;
}

    .search-top2 li {
        margin-left: 20px;
        float: left;
        border-radius: 10px;
        background: #004C3F;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
    }

        .search-top2 li a {
            float: none !important;
        }

        .search-top2 li .fas.fa-search {
            color: #36383a;
        }

/* breadcrumb */
.breadcrumb-area {
    background-size: cover;
    position: relative;
    min-height: 428px;
    background-repeat: no-repeat;
    background-color: #fcfaf8;
}

.breadcrumb-wrap2 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -25px;
    z-index: 1;
}

.breadcrumb-wrap.text-left {
    text-align: center !important;
}

.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 30px;
    position: relative;
}

    .breadcrumb li {
        display: inline-block;
/*        font-family: Lora;*/
        font-size: 18px;
        font-weight: 600;
    }

        .breadcrumb li a {
            font-size: 16px;
            color: #06070B;
            font-weight: 600;
        }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #ddd;
    content: "|";
}

.breadcrumb-title h2 {
    font-size: 70px;
    margin-bottom: 25px;
    line-height: 1;
    color: #06070B;
    letter-spacing: 1px;
    font-weight: 400;
}

.breadcrumb-title p {
    margin-bottom: 0;
    color: #777;
    font-size: 16px;
}

.breadcrumb > .active {
    color: #06070B99;
}

.cart-top {
    display: inline-block;
}

    .cart-top li {
        display: inline-block;
        padding: 0px 17px;
    }

        .cart-top li a {
            color: #fff;
            font-size: 18px;
            float: none !important;
        }

        .cart-top li:last-child {
            border: none;
        }

.call-box .icon {
    display: inline-block;
}

.call-box li {
    float: left;
    color: #fff;
}

.call-box .text {
    margin-left: 10px;
    font-weight: 300;
}

.call-box span {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-bottom: -5px;
}

.call-box strong {
}

.header-social a {
    color: #fff;
    margin-left: 15px;
    font-size: 18px;
}



/* slider */
.elementor-54 .elementor-element.elementor-element-2a76c24 {
   display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}




.overlay-bg-01 {
    position: absolute;
    left: 0;
    top: 0;
}

.overlay-bg-02 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.overlay-bg-03 {
    position: absolute;
    right: 0;
    top: 30px;
}

.overlay-bg-04 {
    position: absolute;
    right: 0;
    bottom: 100px;
}

.slider-bg {
    min-height: auto !important;
    padding: 120px 0;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .slider-bg .image-layer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover !important;
        transform: scale(1);
        transition: transform 7000ms ease;
        z-index: 1;
    }

    .slider-bg.slick-active .image-layer {
        transform: scale(1.15);
    }

    .slider-bg .video-i.popup-video {
        text-align: center;
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
    }

        .slider-bg .video-i.popup-video img {
            display: inline-block;
        }

.show-bg3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .7;
    z-index: 1;
}

.slider-bg2 {
    min-height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .slider-bg2 .slider-content > span::before {
        content: "";
        background: #383838;
        height: 3px;
        float: left;
        width: 60px;
        margin-top: 15px;
        margin-right: 10px;
    }

    .slider-bg2 .slider-content h2 {
        color: #111;
        margin-bottom: -77px;
        font-size: 100px;
        position: relative;
        z-index: 1;
    }

    .slider-bg2 .slider-content p {
        color: #676f67;
        font-size: 16px;
        margin-bottom: 0;
    }

    .slider-bg2 .slider-content .btn {
        border-radius: 10px;
        background: #FF7E3D;
        border-color: #FF7E3D;
    }

        .slider-bg2 .slider-content .btn:hover {
            border-color: #000;
        }

            .slider-bg2 .slider-content .btn:hover::before {
                background: #000;
            }

    .slider-bg2 .slider-content > span {
        font-size: 22px;
        font-weight: 500;
        color: var(--primary-color);
        display: block;
        margin-bottom: 20px;
        margin-top: 30px;
    }

.slider_shape01 {
    position: absolute;
    top: -60px;
    left: 30%;
}

.slider-three .animations-01 {
    left: -250px;
}

.slider-three .btn2 {
    background: var(--red-color);
    color: #fff;
    border-color: var(--red-color);
}

    .slider-three .btn2 i {
        color: #fff;
        margin-right: 0;
        margin-left: 5px;
    }

    .slider-three .btn2:hover {
        background: none;
        color: #111;
    }

        .slider-three .btn2:hover i {
            color: var(--red-color);
        }

.slider-three .slider-info {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100px;
    height: 100%;
    background: #fff;
}

    .slider-three .slider-info .social {
        position: absolute;
        top: 35%;
        transform: rotate(-90deg);
        width: 270px;
        height: 200px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
    }

        .slider-three .slider-info .social strong {
            color: #111;
            margin-right: 15px;
            font-size: 14px;
        }

        .slider-three .slider-info .social a {
            margin-left: 15px;
            margin-right: 15px;
            opacity: 0.3;
        }

            .slider-three .slider-info .social a:hover {
                color: #111;
                opacity: 1;
            }

.slider-bg3 {
    min-height: auto;
    padding: 120px 0;
}

    .slider-bg3 .slider-content2 h5 {
        color: var(--red-color);
        text-transform: uppercase;
        font-size: 14px;
        text-decoration: underline;
        margin-bottom: 30px;
    }

    .slider-bg3 .slider-content2 h2 {
        font-size: 64px ;
        color: #06070B;
        letter-spacing: inherit;
    }

        .slider-bg3 .slider-content2 h2 span {
            color: var(--red-color);
        }

            .slider-bg3 .slider-content2 h2 span::after {
                bottom: 12px;
                height: 5px;
                width: 100%;
                content: "";
                position: absolute;
                display: inline-block;
                background: var(--red-color);
                left: 0;
                z-index: -1;
            }

            .slider-bg3 .slider-content2 h2 span.green {
                color: var(--red-color);
                display: inline-block;
            }

    .slider-bg3 .slider-content2 .icon {
        margin-top: 180px;
    }

    .slider-bg3 .ss-four {
        top: 28% !important;
        left: 17% !important;
    }

    .slider-bg3 .ss-three {
        top: 33% !important;
        left: 71% !important;
    }

.slider-bg .video-i i {
    background: #fff;
    padding: 14px;
    border-radius: 100%;
    width: 60px;
    display: inline-block;
    text-align: center;
    color: var(--primary-color);
    height: 60px;
    line-height: 30px;
    box-shadow: 1px 1.732px 60px 0px rgba(250, 63, 108, 0.1);
}

.slider-bg2 .video-i {
    background: #383838;
    padding: 14px;
    border-radius: 100%;
    width: 51px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}

    .slider-bg2 .video-i:hover {
        background: var(--primary-color);
        padding: 14px;
        border-radius: 100%;
        width: 51px;
        display: inline-block;
        text-align: center;
        color: #fff;
        margin-left: 20px;
    }

.slider-three .slider-bg {
    min-height: auto !important;
    padding: 120px 0;
}

.slider-three .slider-content h5::after {
    display: none;
}

#particles-js {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slider-content > span {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 6px;
    display: block;
    margin-bottom: 20px;
}

.slider-content h2 {
    font-size: 80px;
    letter-spacing: 1.0px;
    line-height: 1.2;
    margin-bottom: 40px;
}

    .slider-content h2 strong {
        color: #FFFFFF66;
        font-weight: 400;
    }

    .slider-content h2 span {
        position: relative;
    }

        .slider-content h2 span::after {
            bottom: 18px;
            height: 12px;
            width: 100%;
            content: "";
            position: absolute;
            display: inline-block;
            background: var(--primary-color);
            left: 0;
            z-index: -1;
        }

.slider-content h5 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
}

    .slider-content h5::after {
        content: "";
        height: 2px;
        width: 55px;
        position: relative;
        display: inline-block;
        background: var(--primary-color);
        top: -5px;
        left: 15px;
        display: none;
    }

.slider-content2 h5 {
}

.slider-content p span {
    display: inline-block;
    height: 2px;
    width: 40px;
    background: var(--primary-color);
    margin-right: 20px;
    position: relative;
    top: -4px;
}

.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.h-call-box {
    display: inline-flex;
    gap: 20px;
    color: #181818;
    align-items: center;
}

.s-slider-content .h-call-box {
    float: right;
}

    .s-slider-content .h-call-box .icon {
        width: 55px;
    }

.h-call-box strong {
    display: block;
/*    font-family: "Prata", serif;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.p-relative {
    position: relative;
}

.down-arrow {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
    height: 60px;
    width: 30px;
    margin: auto;
    text-align: center;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 18px;
}

    .down-arrow:hover {
        color: #fff;
    }

.slider-active .slick-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 5%;
    color: #00163b;
    font-size: 26px;
    line-height: 60px;
    border: none;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: .5s;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}


.slider-active .slick-next {
    right: 5%;
    left: inherit;
}

.slider-active .slick-arrow,
.slider-active .slick-next {
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.slider-active:hover .slick-prev {
    left: 4%;
}

.slider-active:hover .slick-next {
    right: 4%;
}

.slider-active:hover .slick-arrow,
.slider-active:hover .slick-next {
    opacity: 1;
}

.slider-active .slick-arrow:hover {
    color: #fff;
    background: var(--primary-color);
}

.second-slider-content h2 {
    font-size: 90px;
    margin-bottom: 20px;
}

.second-slider-bg::before {
    opacity: .5;
}

.second-slider-content {
    padding-top: 85px;
    padding-bottom: 5px;
}

.s-slider-content h2 {
    margin-bottom: 25px;
}

.s-slider-content p {
    font-size: 18px;
    color: #06070B;
    line-height: 26px;
    margin: auto;
    padding-right: 60px;
}

.slider-four .s-slider-content p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    padding-bottom: 30px;
    width: 90%;
    margin: auto;
}

.btn-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    background: #ffb3a5;
    padding: 10px 15px;
    color: #fff;
}

.btn.ss-btn.active {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: none;
}

.line {
    float: left;
    margin-right: 15px;
}

.slider-shape {
    position: absolute !important;
    z-index: 9;
}

.ss-one {
    top: 450px !important;
    left: 44% !important;
}

.ss-two {
    top: 280px !important;
    left: 83% !important;
}

.ss-three {
    top: 77% !important;
    left: 7% !important;
}

.ss-four {
    top: 56% !important;
    left: 37% !important;
}

.ss-five {
    left: 61% !important;
    top: 83% !important;
}

.ss-six {
    left: 88% !important;
    top: 80% !important;
}

.ss-seven {
    top: 20% !important;
    left: 89% !important;
}

.slider-bg .text2 h2 {
    font-size: 60px;
}

.slider-bg .text2 a {
    color: #FFF;
}

.slider-bg .text2 .btn.ss-btn.active {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #FFF;
}

.slider-bg .text2 p {
    padding-right: 22%;
    color: #fff;
}

.slider-text-2 h2 {
    color: #fff;
}

.s-aliment-1 {
    position: absolute;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0px 30px 60px 0px rgb(0, 0, 0, 0.2);
    top: 361px;
    right: -122px;
    display: flex;
    align-items: center;
    z-index: 1;
    animation: movedelement 5s linear infinite;
    width: 250px;
}

.aliment-icon-red {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aliment-content {
    margin-left: 15px;
    padding-top: 15px;
}

    .aliment-content p {
        margin-bottom: 0;
    }

    .aliment-content .h3-title {
        font-size: 15px;
        line-height: 15px;
        font-weight: 600;
        margin-bottom: 5px;
    }

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.slider-content2 h2 {
    color: var(--primary-color);
}

    .slider-content2 h2 span {
        color: var(--red-color);
    }

.slider_img_01 {
    display: inline-block;
    position: relative;
    margin-top: 380px;
}

.slider_img_02 {
    display: inline-block;
}

.slider-content2 p {
    color: #777777;
    width: 50%;
    padding-right: 0;
}

.slider-content2 h5 {
    color: #06070B;
}

.slider-content2 h2 span::after {
    display: none;
}


/*cta area*/
.admission-section {
    background: #ececec;
    min-height: 350px;
    position: relative;
    padding: 40px 0;
}

    .admission-section .container {
        display: flex;
        justify-content: flex-end;
    }

.admission-card {
    background: #f4a017;
    max-width: 450px;
    padding: 25px;
    border-radius: 60px 60px 60px 0px;
    position: relative;
    color: #fff;
}

    /* Double Border Effect */
    .admission-card::before {
        content: "";
        position: absolute;
        inset: 12px;
        border: 2px solid #fff;
        border-radius: 50px;
    }

    .admission-card::after {
        content: "";
        position: absolute;
        inset: 18px;
        border: 1px solid #fff;
        border-radius: 45px;
    }

    .admission-card * {
        position: relative;
        z-index: 2;
    }

    .admission-card h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .admission-card p {
        font-size: 20px;
        line-height: 1.7;
        margin-bottom: 60px;
    }

.apply-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    transition: .3s;
}

    .apply-btn:hover {
        background: #000;
        color: #fff;
    }


@media (max-width: 991px) {

    .admission-section .container {
        justify-content: center;
    }

    .admission-card {
        max-width: 100%;
        padding: 30px;
    }

        .admission-card h2 {
            font-size: 34px;
        }

        .admission-card p {
            font-size: 18px;
        }

    .apply-btn {
        font-size: 18px;
        padding: 15px 35px;
    }
}

/* about us */
.about-section {
    padding: 80px 0;
/*    background-color: var(--bg-color);*/
    background-color: whitesmoke;
}

.container1 {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 70px;
}

.about-image1 {
    flex: 1;
    background-color:#01153ecf;
  padding: 8px;
   height:550px;
    border-radius: 60px 60px 60px 60px;
}

    .about-image1 img {
        width: 100%;
        display: block;
        height: 100%;
       transition: transform .8s ease;
       /* transition: all .5s ease;*/
        filter: grayscale(10%);
        border-radius: 60px 60px 60px 60px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    }
    .about-image1:hover img {
        transform: scale(1.05);
        /*transform: translateY(-8px);*/
        filter: grayscale(0%);
        box-shadow: 0 20px 40px rgba(0,0,0,.15);
    }



.about-content1 {
    flex: 1;
}

.section-title1 {
    color: var(--gold-color);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: inline-block;
    border-bottom: 2px solid var(--gold-color);
    padding-bottom: 8px;
}

.about-content1 h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 800;
    color: var(--text-color);
}

    .about-content1 h2 span {
        color: #f9a11b;
    }

.about-content1 p {
    font-size: 20px;
    line-height: 1.8;
    color: var(--black-color);
    margin-bottom: 18px;
    opacity:0.7;
}

@media(max-width:991px) {

    .container1 {
        flex-direction: column;
    }

    .about-content1 h2 {
        font-size: 42px;
    }

    .about-content1 p {
        font-size: 18px;
    }

  
}
/* principal message*/


.about-list {
    list-style-type: none;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 5px;
    margin-bottom: 10px;
}

   

       

        .about-list li:last-child::after {
            display: none;
        }

.about-section .sec-title {
    font-size: 30px;
}

    .about-section .sec-title .bg-shape {
        font-size: 56px;
    }

.about-section .bg-shape::after {
    top: 55%;
}

.sec-content {
    padding-top: 15px;
    padding-bottom: 30px;
}

    .sec-content p {
        color: var(--white-color);
        font-size: 20px;
        font-weight: 400;
        line-height: 1.8;
        opacity: 0.7;
    }



/* Principal Section Card Style */
.principal-section .container {
    background: #01153ecf;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 25px;
    padding: 60px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.55);
    position: relative;
}

.principal-section {
    padding-top: 40px;
}

    .principal-section .img-fluid {
        border-radius: 20px;
        overflow: hidden;
    }

    /*.principal-section .container::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 60px;
        width: 120px;
        height: 4px;
        background: var(--gold-color);
        border-radius: 10px;
    }*/

@media(max-width:991px) {
    .principal-section .container {
        padding: 30px;
    }

        .principal-section .container::before {
            left: 30px;
        }
}



/* news and recent activity */


.news-section {
    padding: 10px 0;
    background: #f8f9fa;
    margin-bottom:60px;
}

.news-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 30px;
}

.news-box {
    flex: 1;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

    .news-box h3 {
        background: #0d3b66;
        color: #fff;
        text-align: center;
        padding: 15px;
        margin: 0;
        font-size: 24px;
    }

.scroll-wrapper {
    height: 300px;
    overflow: hidden;
    position: relative;
}
    .scroll-wrapper a {
        text-decoration: none;
        /*font-family: "Font Awesome 5 Pro";*/
        font-size: 15px;
    }

    .scroll-content {
        display: flex;
        flex-direction: column;
        animation: scrollUp 8s linear infinite;
    }

.scroll-wrapper:hover .scroll-content {
    animation-play-state: paused;
}

.item1 {
    padding: 18px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    background: #fff;
    transition: .3s;
}

    .item1:hover {
        background: #f1f8ff;
        padding-left: 25px;
    }

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-50%);
    }
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .news-container {
        flex-direction: column;
        gap: 20px;
    }

    .news-box {
        width: 100%;
        padding: 20px;
        border-radius: 12px;
    }
}



/* counter area */


.counter-area {
    position: relative;
    background-image: url('../Images/about schoo.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
}

    .counter-area::before {
        content: "";
        position: absolute;
        background: #2e2c6b;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        z-index: -1;
    }

.counter-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 30px;
    position: relative;
    z-index: 1;
    margin-bottom:60px;
}

    .counter-box .icon {
        position: relative;
        text-align: center;
        font-size: 60px;
        width: 100px;
        height: 100px;
        line-height: 88px;
        color: var(--white-color);
        background: var(--gold-color);
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }

        .counter-box .icon img {
            width: 60px;
            filter: brightness(0) invert(1);
        }

        .counter-box .icon::before {
            content: "";
            position: absolute;
            left: 10px;
            top: 10px;
            width: 100%;
            height: 100%;
            border-radius: 30px;
            border: 3px solid #ffffff;
            transition: all .5s ease-in-out;
            border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
            z-index: -1;
        }

    .counter-box:hover .icon::before {
        left: 0;
        top: 0;
    }

    .counter-box .counter {
        display: block;
        line-height: 1;
        color: #ffffff;
        font-size: 50px;
        font-weight: 600;
    }

    .counter-box .title {
        color: #ffffff;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 600;
        text-transform: capitalize;
    }

@media all and (max-width: 991px) {
    .counter-area .counter-box {
        margin: 40px 0;
    }
    

}


/* why choose us */



.choose-area {
    position: relative;
    background: var(--bg-color);
    z-index: 1;
}

    .choose-area::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../img/shape/01.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%;
        opacity: 0.08;
        z-index: -1;
    }

.choose-content-wrap {
    margin-top: 30px;
}

.choose-img {
    position: relative;
    margin-left: 50px;
}

    .choose-img::before {
        content: "";
        position: absolute;
        left: -15px;
        bottom: -15px;
        width: 100%;
        height: 100%;
        border: 5px solid #2e2c6b;
        border-radius: 30% 0 30% 30%;
    }

    .choose-img img {
        border-radius: 30% 0 30% 30%;
    }

.choose-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 50px 50px 50px 0;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    padding: 15px 15px 15px 15px;
    overflow: hidden;
}

.choose-item-icon {
    width: 80px;
    height: 80px;
    line-height: 75px;
    text-align: right;
    border-radius: 50px 50px 50px 0;
    padding-right: 12px;
    margin-left: -12px;
}

    .choose-item-icon i {
        color: #2e2c6b;
        font-size: 50px;
    }

    .choose-item-icon img {
        width: 80px;
    }

.choose-item-info {
    flex: 1;
}

    .choose-item-info h4 {
        color: #19232b;
        margin-bottom: 10px;
        font-size: 21px;
    }

.choose-video-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

@media all and (max-width: 991px) {
    .choose-content-info {
        margin-right: 100px;
    }

    .choose-video-wrap {
        padding-top: 210px;
    }

    .choose-img {
        margin-top: 50px;
        margin-left: 10px;
    }
}

@media all and (max-width: 767px) {
    .choose-content-info {
        margin-right: 40px;
    }

   
}



/*Contact */



.admission-section {
    background: var(--contact-bg-color);
    padding: 80px 0;
}

.admission-form-box {
    background: #f4f4f4;
    border-radius: 50px 50px 50px 0px;
    overflow: hidden;
}

.form-header {
    background: #f9a51a;
    color: #fff;
    padding: 20px;
}

    .form-header h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .form-header p {
        font-size: 20px;
        margin: 0;
    }

.form-body {
    padding: 20px;
}

    .form-body label {
        display: block;
        font-size: 18px;
        margin-bottom: 8px;
        color: #1c2c4a;
    }

.form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 15px;
}

textarea.form-control {
    height: 10px;
    resize: none;
}

.submit-btn {
    background: #f9a51a;
    color: #fff;
    border: none;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 600;
}





.contact-bg {
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.contact-img {
    position: absolute;
    bottom: 0;
    right: 170px;
    z-index: -1;
}

/* gallery css starts here*/

.gallery-right-row .col-lg-4 {
    margin-bottom: 1.5rem;
}

.img-raduis img {
    border-radius: 2rem;
}

.gallert-tab li {
    color: #070707;
    font-size: 2.5rem;
    text-align: left;
    font-weight: 500;
    line-height: 1.1;
    opacity: 0.8;
    letter-spacing: -1.12px;
    padding: 2rem;
    border-bottom: 2px solid #C1C1C1;
    border-radius: 0 !important;
    list-style: none;
    cursor: pointer;
}

    .gallert-tab li.active, .gallert-tab li:hover {
        color: #070707;
        background: #FFE3AD;
        border-color: #FFE3AD;
    }

.gallery-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 2rem;
}

.gallery-content .row .col-lg-4 {
    margin-bottom: 2rem;
}
/* gallery page tab css start */




/* the nitty gritty */
.gallery-tab-section .tabs-container {
    position: relative;
}

    .gallery-tab-section .tabs-container nav {
        /* position: absolute; */
        width: 100%;
    }

        .gallery-tab-section .tabs-container nav ul li.active:after {
            width: 1px;
            height: 1px;
            border: 5px solid transparent;
            border-top: 5px solid #555;
            content: "";
            position: absolute;
            right: 1.5em;
            top: 1.4em;
            z-index: 9999;
        }

        .gallery-tab-section .tabs-container nav ul li:not(.active) {
            position: absolute;
            top: -999em;
        }

        .gallery-tab-section .tabs-container nav ul.expanded li.active:after {
            border-top-color: transparent;
            border-bottom-color: #555;
            top: 1em;
        }

        .gallery-tab-section .tabs-container nav ul.expanded li:not(.active) {
            position: relative;
            top: auto;
        }

.gallery-tab-section .tab-content {
    display: none;
    padding: 15px;
}

    .gallery-tab-section .tab-content.current {
        display: inherit;
    }
/* gallery page tab css end */




/* facilities css */


.review-section {
/*    background-color: var(--yellow-color);*/
    background-color: var(--gold-color);
}

.review-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(223, 223, 223, 0.70);
    background: #FFF;
    padding: 3.3rem 2.7rem 2.7rem;
    transition: transform .8s ease;


    height: 100%;
    display: flex;
    flex-direction: column;

}

    .review-card:hover {
        transform: translateY(-5px);
    }
    .review-img {
        display: block;
        width: 100%;
    }

    .review-img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        display: block;
    }

.review-card-right {
    padding: 20px;
    text-align: center;


    flex: 1;
    display: flex;
    flex-direction: column;
}

.review-name {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #1A226D;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

    .review-name::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -8px;
        transform: translateX(-50%);
        width: 50px;
        height: 3px;
        background: var(--gold-color);
        border-radius: 10px;
        transition: width 0.3s ease;
    }

/* Hover Effect */
.review-card:hover .review-name {
    color: var(--gold-color);
}

    .review-card:hover .review-name::after {
        width: 80px;
    }

.review-profile {
    margin-bottom: 15px;
}

.review-content {
    height: auto !important;
    margin: 0;


    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
    line-height: 1.7;
}



#review-slider .owl-nav [class*='owl-']:hover,
#event-slider .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}

    #review-slider .owl-nav [class*='owl-']:hover i, #event-slider .owl-nav [class*='owl-']:hover i {
        background-color: #1A226D;
    }

#review-slider .owl-prev i, #review-slider .owl-next i, #event-slider .owl-prev i, #event-slider .owl-next i {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30rem;
    background-color: #fff;
    font-size: 1.7rem;
    transition: 0.40s;
}

#review-slider .owl-nav, #event-slider .owl-nav {
    position: absolute;
    top: -110px;
    right: 0;
}



/* footer start */


.footer-top{
    background-color: var(--bg-color)
}

.recent-blog-footer li {
    display: flex;
    margin-bottom: 25px !important;
}

    .recent-blog-footer li .thum {
        float: left;
        width: 155px;
        margin-right: 15px;
    }

        .recent-blog-footer li .thum img {
            border-radius: 10px;
        }

.recent-blog-footer a {
    width: 100%;
    display: inline-block;
    color: var(--white-color) !important;
    font-size: 18px;
}

    .recent-blog-footer a:hover {
        color: #fff !important;
    }

.recent-blog-footer span {
    color: var(--gold-color) !important;
    font-size: 20px;
}

.footer-top-heiding {
    margin-bottom: 50px;
}

    .footer-top-heiding .container {
        padding-bottom: 50px;
        border-bottom: 1px solid #ffffff2e;
    }

/*.f-contact {
    display: flex;
}*/

.f-contact p{
    color: var(--white-color);
    opacity:0.7;
    font-size: 18px;

}

    .f-contact i {
        height: 40px;
        line-height: 40px;
        color: var(--gold-color);
        text-align: center;
        border-radius: 50%;
        float: left;
    }


    .f-contact a {
        color: var(--white-color) !important;
        font-size: 18px;
    }

        .f-contact a:hover {
            color: #fffc !important;
        }

.footer-top-heiding .col-lg-4 {
    border-right: 2px solid #20282E;
}

    .footer-top-heiding .col-lg-4:last-child {
        border-right: none;
    }

.f-contact span {
    color: var(--white-color);
    font-size: 18px;
}

.f-contact h3 {
    color: #fff;
    font-size: 24px;
}

.footer-top-heiding h2 {
    color: #fff;
}

.footer-bg {
    color: #777;
    background-position: center center !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.f-cta-area.gray-bg {
    background: #f4f4fe;
    border-top: 3px solid #008060;
}

.footer-text p {
    color: #ddd;
    margin-bottom: 0;
}

.footer-social span {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
/*    font-family: 'Playfair Display', serif;*/
    display: inline-block;
    margin-right: 20px;
}

.footer-social a {
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
    background-color: #ffffff47;
    text-align: center;
    color: #06070b !important;
}

    .footer-social a:hover {
        color: #FF7E3D !important;
        background: none !important;
    }
.f-widget-title{
    display:flex ;
    float: left ;
   
}
.f-widget-title1 {
    display: flex;
    flex-direction: column;
}

@media(max-width: 768px){
    .f-widget-title1 {
        display: flex;
        flex-direction: row;
    }
}
.f-widget-title h2, .footer-widget .widgettitle {
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 30px;
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 27px;
}

    .f-widget-title h2::before, .footer-widget .widgettitle::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 22px;
        height: 1px;
        width: 70px;
        background: #008060;
        display: none;
    }

.f-widget-title img {
    width: 100px;
    height:75px;
}

.footer-link ul li i {
    color: #008060;
    margin-right: 5px;
}

.footer-link ul li a {
    color: var(--white-color);
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
}

    .footer-link ul li a:hover {
        color: #fff;
    }

.footer-link ul li {
    margin-bottom: 10px;
}

    .footer-link ul li:last-child {
        margin-bottom: 0;
    }

.footer-two .footer-link ul li a, .footer-two .copyright-wrap li a, .footer-two .copyright-wrap {
    color: #37383A;
}

    
.footer-two .f-contact i {
    color: #06070B;
}

.footer-two .f-contact a, .footer-two .f-contact span {
    color: #37383A !important;
}

.footer-two .footer-widget p {
    color: #37383A;
}

.footer-two .f-widget-title h2, .footer-two .footer-widget .widgettitle {
    color: #06070B;
}

.footer-two .copyright-wrap {
    border-top: 2px solid #06070B17;
    opacity: 0.7;
}

    .footer-two .copyright-wrap .container {
        padding: 30px 0;
    }

.footer-three .footer-social a {
    background: none;
}

.footer-three .f-contact i {
    color: #FF7E3D;
}

.footer-three .copyright-wrap {
    border: none;
}

    .footer-three .copyright-wrap .container {
        border-top: 2px solid #06070B17;
        color: #37383A;
    }

.f-insta ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 9px;
    width: 31.2% !important;
}

    .f-insta ul li img {
        width: 100%;
    }

    .f-insta ul li:nth-child(3), .f-insta ul li:nth-child(6) {
        margin-right: 0 !important;
    }

    .f-insta ul li a {
        display: block;
        position: relative;
    }

        .f-insta ul li a::before {
            content: "\e035";
/*            font-family: "dripicons-v2" !important;*/
            position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%,-50%);
            font-size: 24px;
            color: #fff;
            transition: .3s;
            opacity: 0;
            z-index: 9;
        }

        .f-insta ul li a::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #008060;
            opacity: 0;
            transition: .3s;
        }

    .f-insta ul li:hover a::before {
        top: 50%;
        opacity: 1;
    }

    .f-insta ul li:hover a::after {
        opacity: .6;
    }

.copyright-wrap {
    color: #fff;
    font-size: 15px;
    background-color: var(--bg-color)
}

    .copyright-wrap .container {
        padding: 20px 0 10px;
        border-top: 1px solid #fff3;
        background-color: var(--bg-color)
    }

    .copyright-wrap li {
        display: inline;
        padding-left: 15px;
        margin-left: 40px;
        position: relative;
    }

        .copyright-wrap li::before {
            background-color: #141b22;
            width: 8px;
            height: 8px;
            content: "";
            position: absolute;
            left: -4px;
            top: 5px;
            border-radius: 50px;
            display: none;
        }

.copy-text img {
    width: 50%;
}

.copyright-wrap li a {
    color: #fff;
}

.f-contact .icon {
    float: left;
    margin-right: 20px;
    margin-bottom: 45px
}

.f-contact li {
    float: left;
/*    margin-bottom: 15px !important;*/
    width: 100%;
    height: 50px;
    display: inline-flex;
    align-items: center;
}

    .f-contact li:last-child {
        margin-bottom: 0px !important;
    }

    @media(min-width: 300px) and (max-width: 768px){
        .f-contact{
            margin-left: -40px;
        }
        .f-widget-title {
            margin-left: -20px;

            
        }
        .site-heading span {
            font-size: 40px;
        }
        .f-contact li span a {
            font-size: 15px;
        }
        .f-contact li span {
            font-size: 15px;
        }

    }

 /*   @media(min-width: 991px) and (max-width: 1400px){
        .second-menu .logo {
            position: relative;
            bottom: 40px;
        }
    }
*/
#contact-form4 {
    margin-top: 20px;
}

    #contact-form4 input {
        float: left;
        padding: 23px 30px;
        border: none;
        width: 75%;
    }

    #contact-form4 button {
        padding: 15px 30px;
        border-radius: 0;
    }









@media(max-width: 500px) {
    .sec-title1 {
        font-size: 30px !important;
    }

    .sec-content p{
        font-size: 18px !important;
    }
}


/*@media(min-width:991px) and (max-width: 1300px){
    .second-header-btn .btn{
        position: relative;
        right:-20px;
        bottom:20px
    }
}*/
/* upward arrow */


#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #f39c12, #ff5722);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    cursor: pointer;
}

    #scrollTopBtn:hover {
        transform: translateY(-5px);
        background: #084298;
    }

    /* Show button after scrolling */
    #scrollTopBtn.show {
        opacity: 1;
        visibility: visible;
    }


/* =====================================================
   MOBILE MENU ICON
===================================================== */

.menu-tigger {
    display: none;
    font-size: 28px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

/* =====================================================
   MOBILE VIEW
===================================================== */

@media (max-width:991px) {

 


    /* ===== HEADER AREA ===== */

    .header-area {
        position: relative;
        width: 100%;
        background: #fff;
        z-index: 9999;
    }

    .menu-area {
        padding: 12px 0 !important;
    }

    /* ===== LOGO ===== */

    .logo {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

        .logo img {
            max-width: 150px;
            width: 100%;
            height: auto;
        }

    /* ===== HIDE DESKTOP MENU ===== */

    .main-menu {
        display: none !important;
    }

    /* ===== RIGHT SECTION ===== */

    .login {
        margin: 0 !important;
    }

        .login ul {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            list-style: none;
            position: absolute;
            bottom: 30px;
            right:-20px;
        }

    /* ===== HIDE BUTTON ===== */

    .second-header-btn {
        display: none !important;
    }

    /* ===== HAMBURGER ICON ===== */

    .menu-tigger {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border-radius: 8px;
        border: 1px solid #ddd;
        background: #fff;
        color: #000 !important;
        font-size: 24px;
        cursor: pointer;
        transition: 0.3s ease;
    }

        /* REMOVE HOVER EFFECT */

        .menu-tigger:hover {
            background: #fff;
        }

    /* ===== MOBILE MENU ===== */

    .mobile-menu {
        display: none;
        width: 100%;
        background: #fff;
        margin-top: 15px;
        border-top: 1px solid #eee;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    }

        .mobile-menu.active {
            display: block;
        }

        /* ===== MENU LIST ===== */

        .mobile-menu ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .mobile-menu ul li {
                position: relative;
                border-bottom: 1px solid #eee;
            }

                .mobile-menu ul li a {
                    display: block;
                    padding: 14px 18px;
                    color: #222;
                    text-decoration: none;
                    font-size: 15px;
                    font-weight: 600;
                    background: #fff;
                }

                    /* REMOVE LINK HOVER EFFECT */

                    .mobile-menu ul li a:hover {
                        background: #fff;
                    }

        /* ===== SUBMENU ===== */

        .mobile-menu .sub-menu {
            position: static !important;
            width: 100%;
            background: #f9f9f9;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }

            .mobile-menu .sub-menu li {
                border-bottom: 1px solid #e5e5e5;
            }

                .mobile-menu .sub-menu li a {
                    padding: 12px 35px;
                    font-size: 14px;
                    font-weight: 500;
                    color: #444;
                    background: #f9f9f9;
                }

                    /* REMOVE SUBMENU HOVER EFFECT */

                    .mobile-menu .sub-menu li a:hover {
                        background: #f9f9f9;
                    }

        /* ===== SHOW SUBMENU ONLY WITH JS ===== */

        .mobile-menu li.open > .sub-menu {
            max-height: 500px;
        }
}

/* =====================================================
   DESKTOP SETTINGS
===================================================== */

@media (min-width:992px) {

    .mobile-menu {
        display: none !important;
    }

    .menu-tigger {
        display: none !important;
    }
}
@media(max-width:767px) {
.row{
    display: flex !important;
}

}

