/*+++++++++++ Fonts+++++++++*/
@import url("fonts.css");
/*+++++++++++ Variable+++++++++*/
@import url("variable.css");
@import url("slider.css");
@import url("contact-us.css");
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: var(--primary-font);
    color: #02193b;padding-top: 90px;overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--secondary-color);
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

a {
    color: var(--link-color);
    text-decoration: none;
    transition: all 0.5s ease;
}

    a:hover {
        color: var(--default-color);
        text-decoration: none;
    }
p {
    color: var(--body-text-color);
    font-size: 18px;
    line-height: 1.5;
}
img {
    max-width: 100%;
}
.title-h2 {
    color: var(--ash-color);
    font-size: 48px;
    font-family: var(--secondary-font);
    font-weight: 600;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}

    .title-h2 span {
        color: var(--default-color);
    }

.link-two {
    color: #000000;
    transition: all 0.5s ease;
}

    .link-two:hover {
        text-decoration: underline;
        color: #000000;
    }

.link-one {
    color: #000000;
    transition: all 0.5s ease;
}

    .link-one:hover {
        color: #000000;
        text-decoration: none;
    }

.link-icon {
    color: #000000;
    font-weight: 500;
}

    .link-icon span {
        font-size: 14px;
        padding-left: 4px;
        vertical-align: middle;
    }

.link-a {
    text-decoration: none;
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 768px) {
    .link-a {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    .link-a {
        font-size: 1rem;
    }
}

.link-a:hover {
    color: #ffffff;
    text-decoration: none;
}

.link-a span {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .link-a span {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .link-a span {
        font-size: 18px;
    }
}

.text-brand {
    color: #000000;
    font-size: 2rem;
    font-weight: 600;
}

@media (max-width: 767px) {
    .text-brand {
        font-size: 1.8rem;
    }
}

.color-a {
    text-decoration: none;
    color: #000000;
}

.color-b {
    color: #2eca6a;
}

.color-d {
    color: #adadad;
}

.color-text-a {
    text-decoration: none;
    color: #555555;
}

.no-margin {
    margin: 0;
}
html {
    overflow-x: hidden;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    font-size: 16px;
    position: absolute;
    width: 100%;
    text-align: right;
    z-index: 9999;
    top: 10px;
}

    #topbar a.request-btn {
        color: var(--white-color);
        background: var(--default-color);
        padding: 0.315rem 1.5rem;
        border-radius: 5px;
    }

        #topbar a.request-btn:hover {
            background: var(--button-invert-color);
        }

    #topbar p {
        margin: 0;
    }

    #topbar .contact-info i {
        color: var(--default-color);
    }


    #topbar .social-links a {
        color: var(--white-color);
        line-height: 0;
        transition: 0.3s;
        margin-left: 15px;
        padding: 0;
        width: 38px;
        height: 37px;
        background: var(--default-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }

        #topbar .social-links a:hover {
            background: var(--button-invert-color);
        }
.topLink {
    background: var(--header-bg);
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 5px 0 60px;
    position: relative;
    column-gap: 30px;
}
.topLink a{font-size: 25px;font-family: 'Muli SemiBold';
}   
    
    .topLink i.fa.fa-phone {
        transform: rotate(90deg);
        margin-right: 8px;
    }
/*------/ Nav Pills  /------*/
header {
    
}
.nav-pills-a {
    text-decoration: none;
}

    .nav-pills-a.nav-pills .nav-link {
        color: #000000;
        position: relative;
        font-weight: 600;
    }

        .nav-pills-a.nav-pills .nav-link.active {
            background-color: transparent;
        }

            .nav-pills-a.nav-pills .nav-link.active:after {
                content: "";
                position: absolute;
                left: 0;
                bottom: -1px;
                width: 100%;
                height: 2px;
                background-color: #2eca6a;
                z-index: 2;
            }

/*------/ Bg Image /------*/
.bg-image {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

/*------/ List a /------*/
.list-a {
    text-decoration: none;
    display: inline-block;
    line-height: 2;
    padding: 0;
    list-style: none;
}

    .list-a li {
        position: relative;
        width: 50%;
        float: left;
        padding-left: 25px;
        padding-right: 5px;
    }

@media (min-width: 992px) {
    .list-a li {
        width: 33.333%;
    }
}

.list-a li:before {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    background-color: #313131;
    top: 15px;
    left: 0;
}

/*------/ Pagination-a /------*/
.pagination-a {
    text-decoration: none;
}

    .pagination-a .pagination .page-link {
        margin: 0 0.2rem;
        border-color: transparent;
        padding: 0.5rem 0.8rem;
        color: #000000;
    }

        .pagination-a .pagination .page-link:hover, .pagination-a .pagination .page-link:active, .pagination-a .pagination .page-link:focus {
            background-color: #2eca6a;
        }

        .pagination-a .pagination .page-link span {
            font-size: 1.2rem;
        }

    .pagination-a .pagination .next .page-link {
        padding: 0.4rem 0.9rem;
    }

    .pagination-a .pagination .page-item:last-child .page-link {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .pagination-a .pagination .page-item:first-child .page-link {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .pagination-a .pagination .page-item.disabled .page-link {
        padding: 0.4rem 0.9rem;
        color: #555555;
    }

    .pagination-a .pagination .page-item.active .page-link {
        background-color: var(--default-color);
    }


/*------/ Icon Box /------*/
.icon-box .icon-box-icon {
    display: table-cell;
    vertical-align: top;
    font-size: 36px;
    color: #000000;
    width: 50px;
    padding-top: 8px;
}

.icon-box .icon-box-content {
    padding-top: 18px;
}

/*------/ Space Padding /------*/
.section-t8 {
    padding-top: 8rem;
}

@media (max-width: 767px) {
    .section-t8 {
        padding-top: 4rem;
    }
}
.section-t6 {
    padding-top: 6rem;
}

@media (max-width: 767px) {
    .section-t6 {
        padding-top: 6rem;
    }
}
.section-t4 {
    padding-top: 4rem;
}

@media (max-width: 767px) {
    .section-t4 {
        padding-top: 2rem;
    }
}

.section-t3 {
    padding-top: 3rem;
}

@media (max-width: 767px) {
    .section-md-t3 {
        padding-top: 3rem;
    }
}

.section-b2 {
    padding-bottom: 2rem;
}

.section-tb85 {
    padding: 8rem 0 5rem 0;
}

@media (max-width: 767px) {
    .section-tb85 {
        padding: 4rem 0 2.5rem 0;
    }
}

/*------/ Title /------*/
.title-wrap {
    padding-bottom: 4rem;
}

.title-a {
    text-decoration: none;
    font-size: 2.6rem;
    font-weight: 600;
}

.title-link {
    font-size: 1.2rem;
    font-weight: 300;
    padding-top: 1.2rem;
}

    .title-link a {
        text-decoration: none;
        color: #313131;
    }

    .title-link span {
        font-size: 20px;
        padding-left: 4px;
        vertical-align: middle;
    }

.title-box-d {
    padding-bottom: 1.8rem;
    margin-bottom: 1rem;
    position: relative;
}

    .title-box-d .title-d {
        font-weight: 600;
        font-size: 2rem;
    }

        .title-box-d .title-d:after {
            content: "";
            position: absolute;
            width: 70px;
            height: 4px;
            background-color: #2eca6a;
            bottom: 20px;
            left: 0;
        }

/*------/ Display Table & Table Cell /------*/
.display-table {
    width: 100%;
    height: 100%;
    display: table;position: relative;
    z-index: 9;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*------/ Ul Resect /------*/
.ul-resect ul, .box-comments ul, .list-a ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

/*------/ Overlay /------*/
.overlay-a {
    text-decoration: none;
    background: #050708;
    opacity: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
}

.carousel-pagination {
    margin-top: 10px;
    text-align: center;
}

    .carousel-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 10px;
        background-color: #555;
        margin: 0 4px;
        border-radius: 0;
        opacity: 1;
        transition: 0.3s;
    }

    .carousel-pagination .swiper-pagination-bullet-active {
        background-color: #2eca6a;
        width: 36px;
    }

.nav-arrow-a {
    text-decoration: none;
}

    .nav-arrow-a .owl-arrow .owl-nav {
        font-size: 1.8rem;
        margin-top: -110px;
    }

        .nav-arrow-a .owl-arrow .owl-nav .owl-next {
            margin-left: 15px;
        }

.nav-arrow-b .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.2rem;
}

    .nav-arrow-b .owl-arrow .owl-nav .owl-prev,
    .nav-arrow-b .owl-arrow .owl-nav .owl-next {
        padding: 0.7rem 1.5rem !important;
        display: inline-block;
        transition: all 0.6s ease-in-out;
        color: #ffffff;
        background-color: #2eca6a;
        opacity: 0.9;
    }

        .nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
        .nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
            transition: all 0.6s ease-in-out;
            color: #ffffff;
        }

        .nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
        .nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
            background-color: #26a356;
        }

    .nav-arrow-b .owl-arrow .owl-nav .owl-next {
        margin-left: 0px;
    }

.dropdown-toggle::after {
    margin-left: 0.3em;
    vertical-align: 0.1em;}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--default-color);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: var(--button-color);
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #ccc;
        border-top: 6px solid var(--link-color);
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*======================================
//--//-->   BUTTON
======================================*/
.btn {
    transition: 0.5s ease;
}

    .btn.btn-a, .btn.btn-b {
        border-radius: 0;
        padding: 1rem 3rem;
        letter-spacing: 0.05rem;
    }

    .btn.btn-a {
        text-decoration: none;
        background-color: #000000;
        color: #ffffff;
    }

        .btn.btn-a:hover {
            background-color: #2eca6a;
            color: #000000;
        }

    .btn.btn-b {
        background-color: #2eca6a;
        color: #000000;
    }

        .btn.btn-b:hover {
            background-color: #000000;
            color: #ffffff;
        }

    .btn.btn-b-n {
        background-color: #2eca6a;
        color: #ffffff;
        border-radius: 0;
    }

        .btn.btn-b-n:hover {
            background-color: #26a356;
            color: #ffffff;
        }

.navbar-toggle-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding: 10px;
}

    .navbar-toggle-box i {
        line-height: 0;
    }

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar-default {
    transition: all 0.5s ease-in-out;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: var(--header-bg);
}

    .navbar-default .nav-search {
        color: #000000;
        font-size: 1.5rem;
    }

    .navbar-default.navbar-reduce .navBg {
        box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
    }

    .navbar-default.navbar-trans, .navbar-default.navbar-reduce {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
        .navbar-default.navbar-trans li, .navbar-default.navbar-reduce li {
            position: relative;
            padding-bottom: 0;
            margin-left: 0;
        }

        .navbar-default.navbar-trans .sub-menu li {
            margin-left: 0
        }

@media (min-width: 768px) {
    .navbar-default.navbar-trans li, .navbar-default.navbar-reduce li {
        margin-left: 5px;
    }
}

.navbar-default.navbar-trans a, .navbar-default.navbar-reduce a, .navbar-default.navbar-trans .sub-menu a {
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 400;
    letter-spacing: 0.03em;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding: 28px 0;
}

.navbar-default.navbar-trans a {
    padding: 5px !important;
    font-size: 18px;font-family: 'Muli SemiBold';
}

.navbar-default.navbar-trans .sub-menu a, .navbar-default.navbar-reduce .sub-menu a {
    color: var(--secondary-color);
    padding: 10px 5px !important;
    display: block;
}

.navbar-default.navbar-trans .sub-menu li:hover a {
    color: var(--link-color);
}

.navbar-default.navbar-trans .nav-link:hover, .navbar-default.navbar-reduce .nav-link:hover {
    color: var(--link-color);
}

    .navbar-default.navbar-trans .nav-link:hover:before, .navbar-default.navbar-reduce .nav-link:hover:before {
        transform: scaleX(1);
        transform-origin: left;
    }

.navbar-default.navbar-trans .show > .nav-link:before,
.navbar-default.navbar-trans .active > .nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before, .navbar-default.navbar-reduce .show > .nav-link:before,
.navbar-default.navbar-reduce .active > .nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
    transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
    background-color: #b89632;
}

.navbar-default.navbar-trans .nav-link:hover {
    color: #ffffff;
}

.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
    color:var(--link-color) ;
}

.navbar-default.navbar-reduce {
    transition: all 0.5s ease-in-out;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0 !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.navbar-reduce.navbar > .container {
    align-items: center;
}
.navbar-default.navbar-reduce a{padding:5px 0;}
.navbar-default .dropdown .dropdown-menu, .navbar-default .menu-item-has-children .sub-menu {
    border-top: 0;
    border-left: 4px solid 4px solid #b89632;
    border-right: 0;
    border-bottom: 0;
    transform: translate3d(0px, 40px, 0px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
    margin: 0;
    border-radius: 0;
    padding: 12px 0; 
}

.navbar-nav li.active a, .navbar-default.navbar-trans a:hover {
    color: var(--link-color) !important;
}
.navbar-default.navbar-reduce a img {
    max-height: 70px;
}
.sub-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: var(--header-bg);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

@media (min-width: 768px) {
    .navbar-default .dropdown .dropdown-menu, .navbar-default .menu-item-has-children .sub-menu {
        border-top: 4px solid 4px solid #b89632;
        border-left: 0;
        display: block;
        position: absolute;
        box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
    }
}
@media (min-width: 992px){
    
    .navbar-default.navbar-trans li, .navbar-default.navbar-reduce li {
        margin-left: 36px;
    }
    .navbar-default.navbar-trans li, .navbar-default.navbar-reduce li a{
        font-size: 16px;
    }
    .navbar-reduce.navbar-expand-lg .navbar-collapse{
        padding-bottom: 0px;
    }
}
.navbar-default .dropdown .dropdown-menu .dropdown-item, .navbar-default .menu-item-has-children .sub-menu {
    padding: 12px 18px;
    transition: all 500ms ease;
    font-weight: 600;
    min-width: 220px;
}

    .navbar-default .dropdown .dropdown-menu .dropdown-item:hover, .navbar-default .menu-item-has-children .sub-menu a:hover {
        background-color: var(--header-bg);
        color: #fff;
        transition: all 500ms ease;
    }

    .navbar-default .dropdown .dropdown-menu .dropdown-item.active, .navbar-default .menu-item-has-children .sub-menu .current-page {
        background-color: var(--header-bg);
        color: #fff;
    }

.navbar-default .dropdown:hover .dropdown-menu, .navbar-default .menu-item-has-children:hover .sub-menu {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/
.navbar-toggler {
    position: relative;
}

    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: 0;
    }

    .navbar-toggler span {
        display: block;
        background-color:var(--default-color);
        height: 3px;
        width: 25px;
        margin-top: 4px;
        margin-bottom: 4px;
        transform: rotate(0deg);
        left: 0;
        opacity: 1;
    }

        .navbar-toggler span:nth-child(1),
        .navbar-toggler span:nth-child(3) {
            transition: transform 0.35s ease-in-out;
        }

    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        position: absolute;
        left: 12px;
        top: 10px;
        transform: rotate(135deg);
        opacity: 0.9;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        height: 12px;
        visibility: hidden;
        background-color: transparent;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        position: absolute;
        left: 12px;
        top: 10px;
        transform: rotate(-135deg);
        opacity: 0.9;
    }


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


.intro {
    height: 100vh;
    max-height: 640px;
    position: relative;
    color: #ffffff;
}

    .intro .swiper-pagination {
        bottom: 50px;
    }

        .intro .swiper-pagination .swiper-pagination-bullet {
            width: 18px;
            height: 10px;
            background-color: #ffffff;
            border-radius: 0;
            opacity: 1;
            transition: 0.3s;
        }

        .intro .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #2eca6a;
            width: 36px;
        }

    .intro .intro-item {
        padding-top: 2rem;
    }

    .intro .carousel-item-a {
        position: relative;
        height: 100vh;
        max-height: 640px;
    }

        .intro .carousel-item-a.bg-image {
            background-attachment: scroll;
        }

    .intro .intro-content {
        position: absolute;
    }
    .intro-body{
       position: relative;z-index: 3;
    }
    .intro .intro-body {
        padding-left: 2rem;
    }
    .intro .intro-body h4{
        font-size: 24px;font-family: 'Muli Bold';
        color: var(--white-color);
        text-shadow: 0 2px 15px #1d344180;
        margin:2rem 0;
    }
    .intro .intro-sub-title {
        font-family: 'Poppins';
        font-weight: 300;
        font-size: 24px;
    }
.intro-price {
    display: flex;
    column-gap: 30px;
}


.intro-btn, .default_btn {
    color:var(--white-color);
    padding: .6rem 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 5px;
    border: none;
    background: transparent;
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--primary-font);
    transition-duration: 0.3s;
    z-index: 1;
    position: relative;
    min-width: 200px;
    border: 2px solid var(--default-color);font-family: 'Muli SemiBold';
}
.intro-btn{background-color:var(--link-color);border-color:var(--link-color);font-size: 18px;font-family: 'Muli ExtraBold';}

a.intro-btn:hover {
    background: var(--default-color);
    color: var(--white-color);
}
.chevron-arrow {
    background: url(../img/cheveron-arrow.png) no-repeat;
    width: 11px;
    height: 16px;
    display: inline-block;
    margin-left: 12px;
}
.call-icon {
    background: url(../img/phone-icon.png) no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 12px;
}
.price-a:hover, .default_btn:hover {
    background: var(--button-invert-color);
    border-color: var(--button-invert-color);
}

.intro .spacial {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    color: #ffffff;
}

.intro .intro-title-top {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #ffffff;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .intro .intro-title-top {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) {
    .intro .intro-title-top {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
}

.intro .intro-title {
    color: var(--white-color);
    font-size: 47px;
    font-family: var(--primary-font);
    font-weight: 600;
    line-height:3.5rem;    text-shadow: 1px 0px 2px black;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .intro .intro-title {
        font-size: 3.5rem;
    }
}

@media (min-width: 768px) {
    .intro .intro-title {
        font-size: 3.5rem;
    }
}

@media (min-width: 992px) {
    .intro .intro-title {
        font-size: 40px;
        line-height: 1.5; 
    }
}

.intro .intro-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
}

@media (min-width: 768px) {
    .intro .intro-subtitle {
        font-size: 2.5rem;
    }
}

.intro .intro-subtitle.intro-price {
    padding-top: 1rem;
    font-size: 1.2rem;
}

@media (min-width: 576px) {
    .intro .intro-subtitle.intro-price {
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {
    .intro .intro-subtitle.intro-price {
        padding-top: 2rem;
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .intro .intro-subtitle.intro-price {
        padding-top: 3rem;
    }
}

/*------/ Intro Single /------*/
.intro-single {
    padding: 12rem 0 3rem;
}

@media (max-width: 767px) {
    .intro-single {
        padding-top: 9rem;
    }
}

.intro-single .title-single-box {
    padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
    border-left: 3px solid #2eca6a;
}

    .intro-single .title-single-box .title-single {
        font-weight: 600;
        font-size: 2.2rem;
    }

@media (min-width: 768px) {
    .intro-single .title-single-box .title-single {
        font-size: 2.1rem;
    }
}

@media (min-width: 992px) {
    .intro-single .title-single-box .title-single {
        font-size: 2.5rem;
    }
}

.intro-single .breadcrumb-box {
    padding: 1rem 0 0 0.5rem;
}

.intro-single .breadcrumb {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}

.addressinfo {
    border-top: 2px solid var(--secondary-color);
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    color:var(--secondary-color);
    padding-top:30px;
}
ul.addressinfo li {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin:5px 0;
}
.ta {
    width: 33px;
    height: 48px;
    display: inline-block;
    background: url(../img/map-icon.png) center no-repeat;
}
/*--------------------------------------------------------------
# Fancy Title
--------------------------------------------------------------*/
.fancy-title {
    position: relative;
    margin-bottom:2rem;text-align: center;
}
    .fancy-title h2 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-family: 'Muli SemiBold';
        font-size: 40px;
        margin: 0;
        color: #02193b;
        text-transform: uppercase;
    }
    .fancy-title:after {
        background: url(../img/headingborder.png) center bottom no-repeat;
        height: 6px;
        width: 84px;
        content: '';
        display: inline-block;
        position: relative;
    }

   .dark-bg .fancy-title h2{color: #fff;}
   .dark-bg .fancy-title:after{filter: brightness(100);}

.scholarshipBtnarea{
    text-align:center;
    padding:30px 0;
}
/*--------------------------------------------------------------
# What we do
--------------------------------------------------------------*/

.section-about {
    padding: 4rem 0;
    background: url(../img/what.jpg) center no-repeat;    background-size: cover;
}
.section-about .row {
    align-items: center;
}


        .section-about-us h3 span {
            color: var(--default-color)
        }
.section-about h4{font-size:28px;}
.section-about a {
    margin-top: 1rem;
    display: inline-block;
}
.video-box{background: var(--white-color);padding: 6px;box-shadow: 0 0 20px #00000047;position: relative;}
.video-box img{
    width:100%
}
.video-box a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 66px;
    height: 66px;
    z-index: 1;
    margin: auto;
}
.common-btn, .medium-btn {
    background: var(--default-color);
    color: var(--white-color);
    padding: 1rem 2.5rem;
    text-transform: capitalize;
    letter-spacing: 0.03em;
    border-radius: 5px;
    border: none;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
}

.medium-btn {
    padding: .5rem 1.5rem;
    font-size: 18px;
}

    .common-btn:hover, .medium-btn:hover {
        background: var(--button-color);
        color: var(--white-color);
    }
.noteText {
    text-align: center;
    margin-top: 100px;
    position:relative;
}
.noteText:before {
    content: '';
    width: 100%;
    position: absolute;
    background: #c0bfbf;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -100%;
}
.noteText:after {
    content: '';
    width: 100%;
    position: absolute;
    background:  #c0bfbf;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -100%;
}
.noteText p{font-size:20px}

.revert-btn {
    background: var(--button-invert-color);
    color: var(--white-color);
}

    .revert-btn:hover {
        background: var(--button-color);
        color: var(--white-color);
    }



/*--------------------------------------------------------------
# community Section
--------------------------------------------------------------*/
.community {
    background: #f7f8f9;
    padding: 5rem 0;
    text-align:center;
    
}
.map-section{
    background: var(--white-color);
    padding: 6px;
    box-shadow: 0 0 20px #00000047;
    position: relative;
}
.map-section iframe{width:100%}
.community ul{display: flex;
flex-direction: column;
row-gap: 20px;;
}
.community ul li{display: flex;align-items: center;justify-content: flex-start;border: 1px solid var(--default-color);padding: 2px;}
.community ul li img {
    border: 4px solid var(--white-color);
}
.list-text {
    text-align: left;
    padding-left: 16px;
}
.list-text h3{
    font-family: 'Muli Bold';font-size: 24px;color: var(--body-text-color);
    margin: 0;;
}
.list-text p{margin: 10px 0;}
.list-text a{width: auto;text-align: left;font-family: 'Muli SemiBold';font-size: 16px;color: var(--body-text-color);}
.list-text a:hover{color: var(--link-color);}

/*--------------------------------------------------------------
# strip Section
--------------------------------------------------------------*/
.strip{
    padding: 4rem 0;
    background: url(../img/factors.webp) center no-repeat;    background-size: cover;
}
.strip-content {
    max-width:900px;
    text-align: justify;
    margin: auto;
}
.strip-content p{color: var(--white-color);font-size: 18px;margin-bottom: 1rem;}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact-form {
    padding: 5rem 0;
    max-width: 685px;
}
img.modalPosition {
    margin-left: -20px;
    margin-top: -60px;
}
section.section-contact {
    background-color: #b3b6bb;
    position: relative;
}
.contact-form .form-control {
    min-height: 60px;
    border-radius: 15px;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset, rgb(0 0 0 / 30%) 0px 18px 30px -34px inset;
    border: none;
    font-weight: 300;
}
.contact-form .row {
    column-gap: 20px;
    margin: 30px 0;
}
.contact-form .col {
    padding: 0;
}
.contact-form h3 {
    color: var(--white-color);
    font-size: 48px;
    font-family: 'Futura';
    font-weight: normal;
    margin-bottom: 1.5rem;
}

.section-contact .container{position:relative;}


.default_btn.submitbtn {
    margin-top: 20px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: url(../img/footerbg.jpg);background-size: cover;
    padding-top: 4rem;
    color: var(--footer-text-color);
}
    .footer h4 {
        font-family: var(--primary-font);
        font-size: 22px;
        color: var(--white-color);
        padding-bottom: 15px;font-family: 'Muli Bold';
        position: relative;
    }
    footer.footer h4:before {
        content: '';
        width: 80%;
        background: var(--white-color);
        height: 1px;
        display: block;
        position: absolute;
        bottom: 15px;
        opacity: 0.3;
    }
footer.footer h4:after {
    content: '';
    width: 100px;
    background: var(--white-color);
    height: 1px;
    display: block;
    margin-top: 15px;
}
ul.social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin-top: 25px;
}
ul.social-media li a {
    width: 50px;
    height: 50px;
    border: 1px solid var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

ul.social-media li i{margin: 0;}
    .footer a {
        color: var(--white-color);
        font-size: 14px;
    }
    .footer a:hover{
        color:var(--link-color);
    }
    .footerLogoPart{text-align: center;}
.footerLogoPart p {
    font-size: 16px;
    margin-top: 20px;
    color: var(--footer-text-color);
    font-weight: 300;
    line-height: 1.7;
}
ul.list-inline li {
    display: block;
    margin:5px 0;
}
ul.list-inline li a:before{
    display: inline-block;
    margin-right: 0.5em;
    content: "";
    border-left: 0.5em solid var(--white-color);
    border-bottom: 0.4em solid transparent;
    border-right: 0;
    border-top: 0.4em solid transparent;
}
.footer i {
    font-size: 22px;
    margin-right: 10px;
    color: var(--white-color);
}
footer .copyright-footer {
    background: var(--footer-bg);
    padding:20px 0 15px 0;
    text-align:center;    margin-top: 2rem;
}
.footer p {
    display: inline-flex;
    align-items: center;
}
ul.social-media li a:hover{
    border-color: var(--link-color);
}
ul.social-media li a:hover i {
    color: var(--link-color);;
}
p.copyright {
    font-size: 14px;
    color: rgb(255 255 255 / 50%);
    margin: 0;
}

.campuslist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
    row-gap: 50px;
    column-gap: 10px;
}
.column {
    width: calc(25% - 10px);
    border: 1px solid var(--white-color);
    padding: 24px 10px;
}
.icon-wrapper i {
    font-size: 36px;
    margin-bottom: 20px;
    color:--white-color;
}

.innerpage section .section-contact {
    background-color: #b1b4b9;
}
.innerpage section .contact-form h3, .innerpage section .contact-form p {
    color: #000
}
    ul.checkmark-list {
        position: relative;
    }
    ul.checkmark-list li {
        content: '';
        background: url(../img/favicon.png) left center no-repeat;
        background-size: 24px;
        display: block;
        padding-left: 40px;
        margin: 5px 0;
    }
.video-section{position:relative;z-index:2;}
.section-space{padding:6rem 0;}
iframe{max-width:100%}
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.section-testimonials {
    padding: 4rem 0;
    background: #eff8fc;
}
.section-testimonials .relative-box{
    max-width: 1200px;
    margin: 0 auto;
}
.testimonials-box {
    padding: 10px;
    
}

.testimonials-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.testimonial-text {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 10px;
    position: relative;    min-height: 349px;
    display: flex;
    align-items: center;padding-top: 3rem;padding-left: 4rem;
    color: #000000;
}
.testimonial-text:before {
    content: '';
    position: absolute;
    background: url(../img/quotation.png) center no-repeat;
    width: 62px;
    height: 47px;
    top: 0;
}
.author-pic {
    min-width: 340px;    text-align: center;
    position: relative;
}
.author-pic:before{
    content: '';
    width: 340px;
    height: 292px;
    border-radius: 15px;
    position: absolute;
    background: #e7e2cf;left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.author-pic img {
    position: relative;
    z-index: 1;
    border-radius: 8px;
}
.section-testimonials .swiper-button-next, .section-testimonials .swiper-button-prev {
    width: 65px;
    bottom: 0;    top: initial;
}
.section-testimonials .swiper-button-prev{
    right: 80px;
    left: initial;
}
    .section-testimonials .swiper-button-next:after {
        content: '';
        background: url(../img/arrow.png);
        width: 65px;
        height: 34px;
    }

    .section-testimonials .swiper-button-prev:after {
        content: '';
        background: url(../img/arrow.png);
        width: 71px;
        height: 34px;
        transform: rotate(180deg);
    }


.section-testimonials .swiper-pagination-bullets.swiper-pagination-horizontal{
    width: calc(100% - 412px);
    float: right;text-align: left;
}
.section-testimonials .carousel-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d5d6d8;position: relative;
    top: -46px;
}

.section-testimonials .carousel-pagination .swiper-pagination-bullet-active {
    background: var(--default-color);
}


.modal-content{border-radius: 0;border: none;}
.modal-content .modal-body{padding: 2px;}
.btn-close{filter: invert(1);position: absolute;
    right: -22px;
    opacity: 1;
    top: -22px;}



    /*For video 4-4-23*/
    .intro .intro-item{padding: 0;}   
    
    @media (min-width:768px){
        .intro.withVideo,.intro.withVideo .carousel-item-a{height:auto;max-height:initial}
    }
    /*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/
@media (max-width: 767px) {
    .card-box-a,
  .card-box-b,
  .card-box-c,
  .card-box-d {
      margin-bottom: 2.5rem;
    }
  }
  .card-box-a span,
  .card-box-b span,
  .card-box-c span,
  .card-box-d span {
    line-height: 0;
  }
  
  @media (min-width: 768px) {
    .grid .card-box-a,
  .grid .card-box-b,
  .grid .card-box-c,
  .grid .card-box-d {
      margin-bottom: 2.5rem;
    }
  }
  
  .card-box-a,
  .card-box-b,
  .card-box-d {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .card-box-a .img-a,
  .card-box-a .img-b,
  .card-box-b .img-a,
  .card-box-b .img-b {
    transition: 0.8s all ease-in-out;
  }
  @media (min-width: 768px) {
    .card-box-a:hover .img-a,
  .card-box-a:hover .img-b,
  .card-box-b:hover .img-a,
  .card-box-b:hover .img-b {
      transform: scale(1.2);
    }
  }
  @media (min-width: 768px) {
    .card-box-a .price-a,
  .card-box-b .price-a {
      font-size: 0.9rem;
    }
  }
  @media (min-width: 992px) {
    .card-box-a .price-a,
  .card-box-b .price-a {
      font-size: 1rem;
    }
  }
  
  .card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .card-shadow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .card-shadow:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
  }
  
/*======================================
//--//-->   NEWS - CARD-B
======================================*/
.card-header-b .title-2 a {
    font-weight: 600;
}
.card-header-b {
    padding: 1rem;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    z-index: 2;text-align: left;
  }
  @media (min-width: 768px) {
    .card-header-b {
      bottom: 0px;
    }
  }
  @media (min-width: 992px) {
    .card-header-b {
      bottom: 20px;
    }
  }
  .card-header-b .category-b {
    font-size: 0.9rem;
    background-color: var(--default-color);
    padding: 0.3rem 0.7rem;
    color: #313131;
    letter-spacing: 0.03em;
    border-radius: 50px;
    text-decoration: none;
  }
  .card-header-b .title-2 {
    margin-bottom: 0;
    padding: 0.6rem 0;
    font-size: 1.5rem;
  }
  @media (min-width: 768px) {
    .card-header-b .title-2 {
      font-size: 1rem;
    }
  }
  @media (min-width: 992px) {
    .card-header-b .title-2 {
      font-size: 1.6rem;
    }
  }
  .card-header-b .title-2 a {
    color: #ffffff;
    text-decoration: none;
  }
  .card-header-b .date-b {
    color: #d8d8d8;
    font-size: 1rem;
  }
  @media (min-width: 768px) {
    .card-header-b .date-b {
      font-size: 0.9rem;
    }
  }
  @media (min-width: 992px) {
    .card-header-b .date-b {
      font-size: 1rem;
    }
  }
  
  /*------/ News Single /------*/
 .list-inline  .list-inline-item {
   font-size: 20px;
}
  .post-information {
    padding: 3rem 0;
  }
  
  .post-content {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
  }
  .post-content .post-intro {
    font-size: 1.7rem;
    font-weight: 300;
    margin-bottom: 4rem;
    line-height: 1.6;
    color: #000000;
    font-weight: 400;
  }
  .post-content p {
    margin-bottom: 1.7rem;
  }
  .post-content .blockquote {
    padding: 1rem 3rem 1.7rem 3rem;
    border-left: 3px solid #2eca6a;
    color: #000000;
  }
  .post-content .blockquote footer {
    text-align: left;
    padding: 0;
  }
  
  .post-footer {
    padding: 3rem 0 4rem;
  }
  
  .post-share .socials {
    display: inline-block;
  }
  .post-share .socials li {
    margin-left: 0.6rem;
  }
  
  /*------/ Comments /------*/
  .box-comments .list-comments li {
    padding-bottom: 3.5rem;
  }
  .box-comments .list-comments .comment-avatar {
    display: table-cell;
    vertical-align: top;
  }
  .box-comments .list-comments .comment-avatar img {
    width: 80px;
    height: 80px;max-width: 80px;
  }
  .box-comments .list-comments .comment-author {
    font-size: 1.3rem;
  }
  @media (min-width: 768px) {
    .box-comments .list-comments .comment-author {
      font-size: 1.5rem;
    }
  }
  .box-comments .list-comments .comment-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;text-align: left;
  }
  .box-comments .list-comments .comment-description {
    padding: 0.8rem 0 0.5rem 0;
  }
  .box-comments .list-comments a {
    color: #000000;
  }
  .box-comments .list-comments span {
    display: block;
    color: #2B2A2A;
    font-style: italic;
  }
  .box-comments .comment-children {
    margin-left: 40px;
  }
  .news-grid .pagination-a .pagination .page-link:hover, 
  .news-grid .pagination-a .pagination .page-link:active, 
  .news-grid .pagination-a .pagination .page-link:focus {
    background-color:var(--default-color);
}
.title-box-d .title-d:after {
    background-color: var(--default-color);
}
.post-content .blockquote{border-left-color: var(--default-color);}





/*Request A Quote */
.onlydesktop{display: none;}

@media screen and (min-width:992px){
	#topbar .dropdown-menu{    background: #000000;
    border: 1px solid var(--default-color);} 
    .onlydesktop{display: block;}
    
    .request-form {
        display: flex;
        flex-direction: column;row-gap: 10px;    padding:1rem
    }
    .request-form::placeholder{color:var(--default-color);}
    .request-form input {
        height: 45px;
        padding: 0 0.8rem;
        background: transparent;
        border: none;
        outline: none;
        border-bottom: 1px solid var(--default-color);
        color: var(--default-color);
    }
    .request-form button {
        color: var(--header-bg);
        width: 100%;
        border-radius: 0;
        margin-top: 10px;
    }
}

/*++++++++++++++++++++ landing page++++++++++++++*/

.landing{
    position: relative;
    min-height: 400px;
}
.landing .curve-pic{
    position: absolute;
    top: 0;
    width: 100%;
}
.landing p,.landing ul,.landing ul li{color: #707070;font-size: 18px;}
.landing ul a{color: #707070;font-size: 18px; }
.landing ul a:hover{text-decoration: underline;}
.landing .container{
    position: relative;
    z-index: 2;
    padding-top:3rem;
    padding-bottom:3rem;
}
.landing .container h3{
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 7vh;
}
.landing ul{padding-left:40px;list-style-type: disc;}
.landing h4{font-size: 24px;font-weight: 800;color: #707070;margin-bottom:2rem;}

.landing input[type="number"]{appearance: none;}

.landing input::-webkit-outer-spin-button,
.landing input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.landing button,.new-construction .btn{
    font-size: 20px;
    font-weight: 600;
    padding: 0.4rem 2rem;
}
/* Firefox */
.landing input[type=number] {
  -moz-appearance: textfield;
}

.landing form{    display:flex;flex-direction: column;row-gap: 24px;}
.start-looking {text-align: center;background: #000; padding: 1rem 0;display: block;    }
.start-looking h2{margin: 0;font-size: 38px; font-weight: 600;}

section.services {
    margin-top: -100px;
}
.service-body {
    
    padding: 1rem 1rem 2rem;text-align: center;
}
.service-body img {
    margin-top: -58px;
    margin-bottom: 1.5rem;filter: drop-shadow(1px 5px 15px #cccccca4);transition-duration: 0.3s;
}
.service-body h5{font-size: 18px;}
.service-body p{font-size: 14px;line-height: 1.7;padding-top: .5rem;min-height:104px}
.service-body a{font-size: 16px; color: #103898;font-weight: bold;}
.service-body a:hover{color: var(--link-color);}
section.services .swiper-wrapper {align-items: stretch;}
section.services .swiper-wrapper .swiper-slide {align-items: stretch;background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);transition-duration: 0.3s;}
section.services .swiper-wrapper .swiper-slide:hover {
        box-shadow: rgb(12 78 116 / 27%) 0px 0.5rem 1rem;
    }
    section.services .swiper-wrapper .swiper-slide:hover img{filter: drop-shadow(1px 5px 15px #0780b859)}

.power-platform .power-platform-item{scroll-margin-top: 78px;}
.power-platform .power-platform-item:nth-child(even) {
    background: #f3f3f3;
}
.power-platform-item .row {
    align-items: center;
}
.intro-content:before {
    background: #006aabf0;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-intro .intro-content:before{background:#006aab9e}