
:root{
    --main-color: #0072bb;
    --gold-color: #e5a414;
    --light-color: #d4d8dc;
    --second-color: #64b69f;
    --pink-color: #f15a69;
    --eyan-color: #9ec303;
}
/* Start Layout */
.fixed-top-margin{
    margin-top: 85px;
}

.sec-title h6,
.section-title h6{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    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;
    width: 70%;
    margin: auto;
    line-height: 177%;
}

.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;
    padding: 0;
}
#header .logo-top,
#header .logo{
    /* width: 16%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
}

#header .logo{
    display: flex;
    /* width: 40%; */
    padding: 10px 0;
}
#header .logo img{
    margin: 0 !important;
    max-height: 70px;
}

#header .logo{
    display: none;
}

#header .logo-top .logo{
    display: flex !important;
}

#topbar,
#header .header-lang{
    display: none !important;
}

#header .header-bottom a{
    color: #000 !important;
}

#header .header-bottom i,
#header .header-bottom a i,
#header a i{
    color: var(--eyan-color) !important;
}

.ts-menu-topbararea{
    flex: 1;
}
.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: 0;
}
.navbar-mobile .mobile-nav-toggle{
    top: 7px;
}

.navbar>ul>li{
    padding: 23px 0 23px 25px;
}

/* End Header */

/* Start Hero */

#hero .carousel-item::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000ad !important;
    left: 0;
    top: 0;
}
#hero, #hero .carousel-item{
    height: 89vh;
}

#hero .carousel-container,
.breadcrumbs .breadcrumbs-details{
    left: 8%;
    width: 70%;
}

#hero h1{
    color: #fff;
}

#hero h1,
.breadcrumbs .breadcrumbs-details h1{
    font-size: 50px;
    font-weight: 900;
}

#hero p{
    color: #f5f5f5;
    font-weight: 600;
    font-size: 18px;
    width: 80%;
    text-shadow: none;
}
#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;
    background-color: #f6f7fa;
}
.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;
    margin-top: 65px;
}
.home-welcome .details h1{
    font-size: 65px;
    font-weight: 900;
    line-height: 156%;
    color: #000;
}

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

.home-welcome ul{
    padding: 0 16px;
}

.home-welcome ul li{
    padding-left: 10px;
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 500;
}

.home-welcome ul li::marker{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f058";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: var(--eyan-color);
}
/* End Home welcome */

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

.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{
    margin-top: -60px;
}

.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: 0 20px 76px 20px
}
.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;
    text-align: center;
    height: 100%;
}

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

/* .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 Row3 */
.row3 .section-title{
    text-align: left;
}
.row3 .section-title h1{
    width: 100%;
    font-size: 53px;
    line-height: 133%;
}

.row3 .image{
    position: relative;
}

.row3 .image::before{
    position: absolute;
    content: '';
    width: 70%;
    height: 100%;
    background-color: var(--eyan-color);
    right: -10%;
    top: -10%;
}

.row3 .card-body h4{
    color: var(--main-color);
}
/* End Row3 */

/* 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;
}

.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;
}

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

.gallery .card:hover .card-body{
    transform: scale(1, 1) translate(-50%, -50%);
}
.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: 0;
    border-width: 2px;
    border-style: solid;
    border-color: var(--main-color);
    border-image: initial;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
}

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

.gallery-2 .card{
    margin-bottom: 20px;
}

.gallery-2 .card-header{

}
/* 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 founders-reputation */

.founders-reputation .card{
    
}
.founders-reputation .card-header{

}
.founders-reputation .card-header img{

}

.founders-reputation h4{
    
}
.founders-reputation p{

}

/* End founders-reputation */

/* 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: #f6f7fa;
}

#footer a{
    color: #000;
}

/* #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;
}

#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;
} */

.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{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

#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 .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 .breadcrumbs-details{
    margin-right: auto;
}
.breadcrumbs h1{
    font-weight: 800;
    font-size: 40px;
    color: var(--main-color);
}
.breadcrumbs ol{
    margin-top: 30px;
    justify-content: start;
}
.breadcrumbs li{
    font-size: 20px;
}
.breadcrumbs li a{
    color: #272626;
}
.breadcrumbs li.active a{
    color: #272626;
}
.breadcrumbs ol li+li::before, .fixed-area-menu{
    color: #272626;
}
/* 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: 56px;
    font-weight: 700;
    color: #000;
    line-height: 80px;

}

.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;
}

.post-gallery{
    padding-top: 10px;
    border-top: 1px solid #000;
    background-color: transparent !important;
}

.post-gallery .col .gallery-item{
    height: 200px;
}
.post-gallery .col .gallery-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* 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){
    .fixed-top-margin{
        margin-top: 71px;
    }
    #topbar{
        display: none !important;
    }

    #header .container{
        justify-content: space-between;
        padding: 0;
    }
    #header .logo-top{
        display: none;
    }    
    #header .logo{
        display: flex;
        width: auto;
        padding: 10px 11px;
    }  

    #header .header-lang{
        display: block !important;
        width: fit-content;
    }
    
    #header .header-bottom{
        display: none !important;
    }

    .home-welcome .row{
        flex-direction: column-reverse;
    }

    .home-welcome .details{
        padding: 0;
        margin-bottom: 21px;
    }
    #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;
    }

    #header .logo img{
        height: 60px;
    }
    #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;
        width: 100% !important;
        line-height: 150%;
    }
    #hero, #hero .carousel-item{
        height: 580px;
    }

    /* #hero .carousel-item::before{
        content: '';
    } */
    #hero .carousel-content.container{
        padding: 0 20px;
    }
    #hero .carousel-container{
        width: 100%;
    }

    #hero .carousel-container{
        left: 0;
    }

    #hero .carousel-inner .carousel-item{
        background-position: 70%;
    }
    #hero h1{
        font-size: 31px;
    }
    #hero p{
        line-height: 27px;
        font-weight: 500;
        width: 100%;
    }
    
    .home-welcome .details h1{
        font-size: 45px;
    }    
    .text-banners{
        padding: 40px 0;
    }

    .text-banners .container{
        margin-top: 0;
    }
    .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;
    }

    .row3 .image::before{
        right: -4%;
    }

    .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: 227px;
        background-size: cover;
        background-position: center;
    }

    .breadcrumbs::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #ffffff9e !important;
        left: 0;
        top: 0;
    }
    .breadcrumbs .breadcrumbs-details{
        width: 60%;
    }
    .breadcrumbs .breadcrumbs-details 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;
    }
}