
:root{
    --main-color: #efefef;
    --gold-color: #e5a414;
    --light-color: #d4d8dc;
    --second-color: #64b69f;
    --pink-color: #f15a69;
    --eyan-color: #1ab59a;
}
/* Start Layout */
/* .fixed-top-margin{
    margin-top: 78px;
} */

.sec-title h6{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-left: 50px;
    text-transform: uppercase;
    margin-bottom: 13px;
    color: var(--eyan-color);
}

.sec-title h6::before{
    position: absolute;
    content: "";
    width: 37px;
    height: 7px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../../../uploads/settings/decor-2.png');
}

.section-title h1{
    color: #000;
    font-size: 60px;
    font-weight: 700;
}

.section-title p{
    font-size: 20px;
    color: #000;
}

.btn-theme{
    background-color: var(--eyan-color) !important;
    border-color: var(--eyan-color) !important;
    color: #fff !important;
}
.btn-theme:hover{
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: var(--eyan-color) !important;
}

.btn-theme-icon{
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    z-index: 1;
    color: rgb(20, 36, 65);
    background: rgb(242, 243, 245);
    border-radius: 30px;
    padding: 7.5px 22px;
    transition: 500ms;
}

.btn-theme-icon:hover{
    background-color: var(--eyan-color);
    color: #fff;
}
/* End Layout */

/* Start Header */
#header{
    /* top: 0; */
}

.navbar a, .navbar a:focus{
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
}

.navbar a:hover,
.navbar .active{
    color: var(--eyan-color) !important;
}

#header .logo img{
    height: 70px;
    max-width: fit-content;
}
.navbar-mobile ul{
    top: 0;
}

.navbar-mobile{
    top: 43px;
}
.navbar-mobile .mobile-nav-toggle{
    top: 37px;
}
/* End Header */

/* Start Hero */
#hero, #hero .carousel-item{
    height: 89vh;
}
#hero .carousel-item::before{
    background-color: #00000081 !important;
}

#hero h1{
    font-size: 60px;
    font-weight: 900;
    color: #fff;
}

#hero p{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
#hero .btn-theme {
    box-shadow: none;
    background-color: var(--eyan-color) !important;
    border-color: var(--eyan-color) !important;
    color: #fff !important;
}
#hero .btn-theme:hover {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: var(--eyan-color) !important;
}

#hero .carousel-indicators li{
    opacity: 1;
    background-color: var(--eyan-color);
    width: 30px;
    height: 5px;
    /* border-radius: 10%px; */
}

#hero .carousel-indicators .active{
    width: 50px;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon{
    color: #fff;
}
/* End Hero */

/* Start Home welcome */
.home-welcome{
    padding: 80px 0;
}
.our-have,
.video{
    padding: 80px 0;
    background-image: url('../../../uploads/settings/about-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.home-welcome .shape-2{
    position: absolute;
    left: -75px;
    top: -34px;
    width: 211px;
    height: 211px;
    background-repeat: no-repeat;
}

.home-welcome .image{
    padding: 20px;
    position: relative;
}

.home-welcome .image img{
    position: relative;
    z-index: 1;
}

/* .home-welcome .image::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 5px solid var(--eyan-color);
    right: 0;
    top: 0;
} */

.home-welcome .details{
    padding: 0 20px;
}
.home-welcome .details h1{
    font-size: 40px;
    font-weight: 900;
    line-height: 156%;
    color: #000;
}

.home-welcome .details p{
    color: #000;
    line-height: 29px;
    font-size: 18px;
    padding-right: 10px;
    border-right: 2px solid var(--eyan-color);
}
/* End Home welcome */

/* Start text banners */
.text-banners,
.projects{
    position: relative;
    padding-top: 143px;
    background: rgb(255, 255, 255);
}

.text-banners::after,
.projects::after{
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 40px);
    left: 0px;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%, 0% 0%);
    background: rgb(233, 248, 248);
}

.pattern-1{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 608px;
    height: 563px;
    background-repeat: no-repeat;
    z-index: 1;
}

.pattern-2{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 513px;
    height: 529px;
    background-repeat: no-repeat;
    z-index: 1;
}

.text-banners .container,
.projects .container{
    position: relative;
    z-index: 2;
}
.text-banners .card{
    position: relative;
    display: block;
    box-shadow: rgb(237, 242, 242) 0px 10px 30px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    border-radius: 20px;
    padding: 50px 30px;
    height: 100%;
}

.text-banners .card::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    transition: 500ms;
    background-color: var(--eyan-color);
}

.text-banners .card:hover::before{
    height: 100%;
    top: 0px;
}

.text-banners .card .icon{
    /* width: 60px; */
    /* height: 60px; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    color: var(--eyan-color);
    color: var(--eyan-color);
    border-radius: 50%;
    font-size: 50px;
    margin-bottom: 20px;
}

.text-banners .card .icon,
.text-banners .card h4,
.text-banners .card .btn-theme-icon,
.text-banners .card p{
    transition: 500ms;
    position: relative;
    z-index: 1;
}

.text-banners .card:hover .icon,
.text-banners .card:hover h4,
.text-banners .card:hover p{
    color: #fff;
}

/* End text banners */

/* Start Services */
.services .swiper{
    padding-bottom: 45px;
}
.services .card{
    position: relative;
    display: block;
    box-shadow: rgb(237, 242, 242) 0px 10px 30px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    transition: 500ms;
}

.services .card-header{
    position: relative;
    display: block;
    clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 0% 100%, 0% 0%);
    overflow: hidden;
    height: 300px;
}

.services .card-header::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
    opacity: 0.4;
    z-index: 1;
    background: rgb(0, 0, 0);
    transition: 500ms;
}

.services .card-body .shape{
    position: absolute;
    top: -80px;
    right: 15px;
    width: 93px;
    height: 92px;
    background-repeat: no-repeat;
}

.services .card-body{
    position: relative;
}

.services .card:hover .card-header::before{
    height: 100%;
}

.services h4{
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.services p{
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.services .swiper-pagination-clickable .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.services .swiper-pagination-bullet-active{
    background-color: var(--eyan-color);
}
/* End Services */

/* Start our-have */
.our-have .card{
    background-color: #fff;
    border-radius: 50%;
    height: 261px;
    width: 269px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-have .card-header{

}
.our-have .card h4 a{
    color: #000;
}
/* End our-have */

/* Start gallery */
.gallery {
    padding: 70px 0 !important;
}
.gallery .card,
.gallery .card-header{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    height: 250px;
}

.gallery .card-header{
    height: 450px;
}

.gallery .card-header img{
    height: 100%;
    object-fit: cover;
}

.gallery .card-header::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    transform: scale(0, 0);
    opacity: 0.4;
    z-index: 1;
    background: rgb(0, 0, 0);
    transition: 500ms;
}

.gallery .card:hover .card-header::before{
    transform: scale(1, 1);
}

.gallery .card img{
    width: 100%;
    border-radius: 20px;
    transition: 500ms;
    height: 100%;
    object-fit: cover;
}

.gallery .card-body{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    z-index: 2;
    transform: scale(0, 0);
    text-align: center;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 30px 20px;
    transition: 500ms;
}

.gallery .card:hover .card-body{
    transform: scale(1, 1);
}
.gallery .card .card-body a{
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
    border-radius: 50%;
}

.gallery .btn-theme{
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
/* End gallery */

/* Start Projects */
.projects .details{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.projects .section-title {
    text-align: left;
}
.projects .card{
    box-shadow: rgb(237, 242, 242) 0px 10px 30px;
}
.projects .card-header{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projects .card-header img{
    object-fit: cover;
}

.projects .swiper-pagination{
    display: none;
}
/* End Projects */

/* Start video */
.video{
    position: relative;
    /* margin-bottom: 40px; */
}
.video::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background-color: var(--eyan-color);
}
.video .container{
    position: relative;
    z-index: 1;
}
.video .image {
    position: relative;
    height: 100%;
}
.video .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video .image .play{
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--eyan-color);
    font-size: 22px;
}
.video .details{
    padding: 0 30px;
}
.video .details h1{
    font-size: 46px;
    line-height: 60px;
    font-weight: 700;
}

.video .details h1 a{
    color: #000;
}
.video .details h1 a:hover{
    color: var(--main-color);
}

.video .details .border-top{
    border-color: var(--main-color) !important;
}
.video .details p{
    color: #000;
    font-size: 18px;
    line-height: 29px;
}
/* End video */

/* Start footer */
#footer{
    border-top: 10px solid #22b6af !important;
    background: rgb(233, 248, 248);
}

#footer .shape-1,
#footer .shape-2{
    position: absolute;
    left: 175px;
    top: 125px;
    width: 93px;
    height: 93px;
    background-repeat: no-repeat;
    z-index: 1;
}
#footer .shape-2{
    right: 90px;
    top: 55px;
    left: auto;
}

#footer .shape-3,
#footer .shape-4{
    position: absolute;
    left: 50px;
    top: 140px;
    width: 195px;
    height: 195px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

#footer .shape-4{
    right: 115px;
    top: 70px;
    left: auto;
}

.rotate-me{
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    0%{
        transform: rotate(0deg);
    }100%{
        transform: rotate(360deg);
    }
}

#footer .container{
    position: relative;
    z-index: 1;
}

#footer h4{
    font-size: 22px;
}
#footer .footer-logo p{
    color: #fff;
}

.footer-logo img
{
    width: 80%;
}

#footer .social-links a{
    background-color: #ffffff7d !important;
    border-radius: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--eyan-color) !important;
}

#footer .media-links .media{
    margin-bottom: 10px;
    align-items: center;
}
#footer .media-links .media i{
    margin-right: 10px;
    font-size: 30px;
    color: var(--eyan-color);
}
/* End footer */

/* Start breadcrumbs */
.breadcrumbs{
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: transparent !important;
}
.breadcrumbs::after{
    content: '';
    position: absolute;
    background-color: #142941;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.92;
}

.breadcrumbs .shape{
    position: absolute;
    left: 0px;
    top: 123px;
    width: 100%;
    height: 172px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}
.breadcrumbs .container{
    position: relative;
    z-index: 1;
}
.breadcrumbs h1{
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 40px;
}
.breadcrumbs ol{
    margin-top: 30px;
    justify-content: center;
}
.breadcrumbs li{
    font-size: 20px;
}
.breadcrumbs li a{
    color: #fff;
}
.breadcrumbs li.active a{
    color: #fff;
}
.breadcrumbs ol li+li::before, .fixed-area-menu{
    color: #fff;
}
/* End breadcrumbs */

/* Start photos */
.photos .card{
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
    overflow: hidden;
    border: 0;
    transition: .3s;
}

.photos .card:hover{
    border: 2px solid var(--eyan-color);
}

.photos .card .card-body{
    position: absolute;
    transition: .3s;
    right: 0;
    bottom: -100%;
    left: 0;
    opacity: 1 !important;
    background: #fff;
    margin: auto;
    padding: 77px 25px 50px;
    clip-path: polygon(0% 27%, 100% 0%, 100% 100%, 0% 100%);
}

.photos .card:hover .card-body{
    bottom: 0;
}

.photos .card h4{
    line-height: 30px;
}
.photos .card h4 a{
    color: #000;
}

/* End photos */

/* Start link-contact */
.link-contact .section-title h1{
    font-size: 50px;
}
.link-contact .card{
    height: 260px;
    justify-content: center;
    display: flex;
}
.link-contact .card .icon{
    margin-bottom: 10px;
}
.link-contact .card .icon img{
    width: 72px;
}
.link-contact .card h4{
    font-weight: 600;
}
.link-contact .card a{
    color: #000;
}

.link-contact .card a:hover{
    color: var(--eyan-color);
}

.link-contact .card p{

}
.link-contact .swiper{
    padding: 19px;
}

.link-contact .swiper-pagination-bullet-active{
    background-color: var(--eyan-color);
}
/* End link-contact */

/* Start topics-all */
.topics-all .our-have .card{
    background-color: #eee !important;
}

.topics-all .projects::after{
    content: none;
}
/* End topics-all */

/* Start topic-page */
.topic-defualt .image{
    position: relative;
}
.topic-page.services .image{
    padding: 30px;
    border: 4px solid var(--eyan-color);
}
.topic-page h1{
    display: flex;
    font-size: 66px;
    font-weight: 700;
    color: #000;
    line-height: 88px;

}

.topic-page.services .icon{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    font-size: 43px;
    color: #fff;
    background-color: #91635eb0;
}

.topic-page.services .article-body{
    padding-top: 10px;
    border-top: 1px solid var(--main-color);
}

.topic-page p,
.topic-page span,
.topic-page .article-body{
    font-size: 20px !important;
    line-height: 30px;
    color: #000;
}

.topic-page .bottom-article{
    background: transparent;
    border: 0;
}

.topic-page .bottom-article .share-title{
    color: #000;
    font-weight: 700;
}

.topic-page ul.social-network li a{
    background-color: var(--eyan-color) !important;
}
.topic-page ul.social-network li a:hover{
    background-color: var(--main-color) !important;
}

.topic-page .gallery{
    padding: 0 !important;
}
/* End topic-page */

/* Start Contact Page */
.contact .contact-info{
    background-color: var(--light-color);
    padding: 20px;
}

.contact .info{
    background-color: transparent;
}
.contact .info i{
    background-color: var(--eyan-color) !important;
    color: #fff !important;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i{
    background-color: #999c9e !important;
}
/* End Contact Page */

/* Start Videos */
.videos .card{
    
}
.videos .card .video-container{
    height: 224px;
    display: inline-block;
    width: 100%;
}
.videos .card h4{
    font-size: 22px;
    line-height: 30px;
}
.videos .card h4 a{
    color: #000;
}
.videos .card h4 a:hover{
    color: var(--main-color);
}
.videos .badge{
    opacity: 1 !important;
    background-color: var(--eyan-color) !important;
    color: #fff !important;
}
/* End Videos */
.footer-bottom{
    background-color: transparent !important;
}
.footer-bottom a{
    color: #000 !important;
}

#footer .footer-top{
    box-shadow: none;
}

@media (max-width: 992px){
    #footer .footer-links{
        margin-top: 30px;
    }
    .topic-page .details{
        margin-top: 15px;
    }

    .topic-page.services .image{
        text-align: center;
    }
}
@media (max-width: 768px){
    .pattern-2{
        width: auto;
    }
    #header .logo img{
        width: 200px;
    }

    #topbar .controls{
        margin: 0;
    }
    #footer
    {
        background-size: 50%;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        padding: 0 1rem;
    }
    .section-title h1{
        font-size: 45px;
    }
    #hero, #hero .carousel-item{
        height: 562px;
    }
    #hero .carousel-content.container{
        padding: 0 20px;
    }
    #hero h1{
        color: #fff !important;
        font-size: 37px;
    }
    #hero p{
        color: #fff !important;
        line-height: 27px;
        font-weight: 500;
    }
    
    .home-welcome .details h1{
        font-size: 45px;
    }
    .home-welcome .details{
        padding: 0;
        margin-top: 21px;
    }
    .text-banners{
        margin-bottom: 31px;
    }
    .text-banners .section-title{
        width: 100% !important;
    }
    .text-banners .card{
        display: block;
        text-align: center;
    }
    .text-banners .card .icon{
        margin: auto;
    }
    .text-banners .card .card-body{
        margin-top: 15px;
    }
    .services .card{
        height: auto;
    }
    .services .card-header .icon{
        font-size: 45px;
        margin: 15px 0;
    }
    .services .card-header h4{
        font-size: 22px;
        line-height: 30px;
    }
    .services .card-header p{
        font-size: 16px;
    }

    .gallery .card-header{
        height: auto;
    }

    .projects{
        padding-top: 75px;
    }

    .projects .details{
        margin-top: 0;
    }

    .projects .card-header{
        height: auto;
    }

    .our-have .card{
        margin: auto;
    }
    .gallery .card{
        height: auto;
    }
    .breadcrumbs{
        height: 254px;
        background-position: center;
        top: 61px;
        height: 128px;
        background-size: contain;
    }
    .breadcrumbs h1{
        font-size: 37px;
    }
    .breadcrumbs ol{
        display: flex;
        margin-top: 14px;
    }

    .video::after{
        height: 30%;
        width: 82%;
    }
    .video .details h1{
        font-size: 35px;
        line-height: 49px;
    }

    .video .details{
        padding: 0;
    }

    .link-contact .section-title h1{
        font-size: 40px;
        line-height: 60px;
    }
    .videos .card .video-container{
        height: auto;
    }

    .videos .card h4{
        font-size: 19px;
        line-height: 25px;
    }

    .topic-page.services .image{
        padding: 12px;
    }

    .topic-page h1{
        font-size: 36px;
        line-height: 49px;
    }

    .footer-logo img{
        width: 60%;
    }

    #footer .shape-3{
        top: auto;
        bottom: 0;
    }

    #footer .shape-1{
        bottom: 108px;
        top: auto;
    }

    #footer .shape-2{
        right: 53px;
        top: 35px;
    }

    #footer .shape-4{
        right: 63px;
        top: 42px;
    }
}