/*
Theme Name: HLS
Theme URI: 
Description: A clean base theme to use Twitter Boostrap 5 with Wordpress.
Author: MK
Author URI: 
Version: 1.0.0
Text Domain: hls
*/

/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/
html{
    scroll-behavior: smooth;
}
body{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    color: #000;
}

a{
    text-decoration: none;
}
h1{
    font-size: 55px;
    font-weight: 400;
}
h2{
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 60px
}
p{
    font-size: 15px;
    line-height: 1.7
}
img{
    max-width: 100%;
}
.banner-section.home-banner-section.section {
    min-height: 125vh;
    background-size: cover;
    background-position: center 18%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    &:after{
        content: "";
        height: 90vh;
        bottom: 0;
        left: 0;
        width: 100%;
        position: absolute;
        background: #000;
        z-index: 3;
        background: linear-gradient(0deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.65) 29%, rgba(253, 238, 21, 0) 100%);
    }
    &:before{
        content: "";
        height: 200px;
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        z-index: 3;
        background: #1C1E1E;
        background: linear-gradient(0deg,rgba(28, 30, 30, 0) 0%, rgba(28, 30, 30, 0.5) 50%, rgba(28, 30, 30, 0.99) 100%);
    }
}

.banner-content-inner{
    position: relative;
    z-index: 6;
    text-align: center
}
.banner-content-inner img {
    max-width:100px;
    margin: auto;
}
:root {
    scroll-behavior: inherit;
}
ul#menu-header-menu {
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 25px;
    margin-bottom: 0px;
}
.header-right {
    display: flex;
}
header#main-header {
    position: relative;
    width: 100%;
    background: #1c1e1e;
    padding: 20px 0px;
    z-index: 999;
}
.logo-img-box img {
    width: 160px;
}
ul#menu-header-menu li a{
    color: #fff;
    text-decoration: none;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;

}
ul#menu-home {
    display: flex ;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: 10px
}
ul#menu-home li {
    margin-right: 30px;
    a{
        color: #fff;
        &:hover{
            color: #fdee15;
        }
    }

}
ul#menu-home li.current-menu-item a{
    color: #fdee15;
}
.btn.theme-btn {
    background: transparent;
    color: #fff;
    padding: 5px 25px;
    /* height: 40px; */
    line-height: 38px;
    box-shadow: none;
    border: 1px solid #fdee15;
    border-radius: 30px;
    font-weight:500;
    &:hover{
        background: #fdee15;
        color: #000
    }
}
.yellow.btn.theme-btn{
    background: #fdee15;
    color: #000;
    &:hover{
        background: transparent;
        color: #999
    }
}
.banner-section{
    position: relative;

    .slider-video {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 90vh;
        object-fit: cover;
        transform: translate(-50%, -50%);
        z-index: 1;
        object-position: top;
    }
    .scroll-down{
        position: absolute;
        bottom: 45vh;
        max-width: 40px;
        z-index: 6
    }
}
.home-banner-section h1{
    color:#fff;
    font-weight: 700;
}
a.btn.theme-btn.theme-btn-2 {
    background: rgba(255, 255, 255, .3);
    border: 1px solid #fff;
}
.banner-btnbox {
    display: flex;
    justify-content: center;
    gap: 15px;
}
footer#main-footer {
    background: #000;
    color: #aaa;
    padding: 40px 0px 25px;
    p{
        color: #ebeaea
    }
}
.footer-logo img {
    width: 180px;
    margin-bottom: 10px;
}
.footer-copyright {
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #5c5858;
    padding-top: 30px;
    margin-top: 30px;
    ul{
        list-style: none;
        padding: 0;
        margin: 0;
        li{
            margin-right: 2px;
            padding-right: 2px;
            &:nth-of-type(2){
                padding-left: 2px
            }
        }
        a{
            font-size: 12px;
            color: #d5d5d5
        }
    }
}
.footer-newsletter-inner.text-center h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 60px;
    position: relative;
    z-index: 999;
}
ul.footer-list,
ul.menu{
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
    font-size: 14px;
}
.footercoloum h3 {
    font-weight: normal !important;
    font-size: 22px;
    margin-bottom: 30px;
    color: #fff;
}
.footercoloum .small {
    font-size: 13px;
}
.footer-middle .row{
    position: relative;
    &:before{
        border-top: 1px solid #5c5858;
        content: "";
        height: 1px;
        width: 100%;
        position: relative;
        top: -100px;
    }

}
.footer-list li,
#main-footer ul.menu li{
    padding: 2px 0px;
}
.footer-list li a,
#main-footer ul.menu a{
    color: #d5d5d5;
    text-decoration: none;
    &:hover{
        color: #fdee15;
    }

}

.footer-newsletter{
    color: #fff;
    padding: 160px 0px 200px;
    background: url(./dist/imgs/footer-bg.png);
    color: #d5d5d5;
    background-position: center -120px;
    background-size: 90%;
    background-repeat: no-repeat;
}

main.mainarea {
    min-height: 500px;
}
.newsletter-formbox {
    max-width: 600px;
    margin: auto;
}

.newsletter-formbox span.wpcf7-spinner{
    display: none !important;
}
.formbox-newsletter > p{
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: flex-start;
}

.btn.orange-btn {
    background: #FF6B36;
    color: #fff;
    box-shadow: none;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 13px;
    bottom: 0px;
    right: 0px;
}
.wpcf7-response-output {
    position: absolute;
    font-size: 12px;
    margin: auto !important;
    left: 0px;
    right: 0px;
    max-width: 500px;
}

ul.d-flex.social-media
{
    list-style: none;
    padding: 0;
    margin: 10px 0;
    li{
        margin-right: 25px
    }
    img{
        max-height: 20px;
    }
}
.right-section{
    p{
        color: #d5d5d5;
        font-size: 12px
    }
}
.section-communication{
    border-top-right-radius: 210px;
    padding: 100px 0 ;
    background: url(./dist/imgs/bg2.png);
    background-position: center -10px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-color: #000;
    position:relative;
    z-index: 9;
    &:before{
        content: "";
        position: absolute;
        background: url(./dist/imgs/leftcurv.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 300px;
        width: 444px;
        bottom: -4px;
    }
    &::after {
        content: "";
        position: absolute;
        background:
            url(./dist/imgs/11.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-position:
            center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 100%;
        left: -12px;
    }

    svg.svg-curve{
        max-width: 100%;
        background: #1d1f1e;
        margin-bottom: -200px;
        border-top:5px solid #000;
        margin-top:-60px;
        z-index: -1
    }

    h2{
        color: #fff;
        max-width: 650px;
        margin: 0 auto 40px
    }
    p{
        color: #fff;
        max-width: 564px;
        margin: 0 auto 50px;
        font-size: 15px;
        line-height: 1.7;
        opacity: 0.7
    }
    ul{
        display: flex;
        font-size: 15px;
        color: #fff;
        opacity: 0.7;
        margin: 65px 0 0;
        padding: 0;
        list-style: none;
        justify-content: center;
        li{
            margin-right: 25px;
            img{
                max-width: 18px;
                margin-right: 4px;
            }
        }
    }
}
.graphic-communication{
    padding: 150px 0 10px;
    background: url(./dist/imgs/2.svg);
    background-position: center 70px;
    background-size: 62%;
    background-repeat: no-repeat;
    position: relative;
    background-color: #1d1f1e;
    &:before{
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve2_1.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px;
        width: 400px;
        top:-2px;
        right:0
    }
    &:after{
        content: "";
        position: absolute;
        background: url(./dist/imgs/9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 394px;
        bottom: -1px;
        left: -12px;
    }
    svg.bg-svg {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .d-flex{
        border-bottom: 1px solid rgba(250,250,250,0.3);
        margin-bottom: 70px
    }
    img {
        max-height: 100px;
        margin-bottom: 25px;
    }
    h2{
        color: #fff;
        margin-bottom: 35px
    }
    .row{
        .col-sm-4{
            padding:0 20px;
            h2{
                margin-bottom: 20px
            }
            ;
            &:nth-of-type(1){
                .communication-box{
                    background: url(./dist/imgs/box-11.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    min-height: 450px;
                    padding: 40px;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                    p{
                        color: #fff;
                        opacity: 0.7
                    }
                }

            }
            &:nth-of-type(2){
                .communication-box{
                    background: url(./dist/imgs/box-yellow.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    min-height: 450px;
                    padding: 40px;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                    h2{
                        color: #000
                    }
                    ;
                    p{
                        color: #000;

                    }
                }

            }
            &:nth-of-type(3){
                .communication-box{
                    h2{
                        color: #000
                    }
                    ;
                    background: url(./dist/imgs/box-white.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    min-height: 450px;
                    padding: 40px;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                    p{
                        color: #000;
                    }
                }
            }
        }
    }
    .communication-box{
        text-align: center;
        p{
            max-width: 280px;
            margin: auto
        }
    }
    .d-flex.justify-content-end.graphic-last{
        border: 0px;
        margin-top: 80px;
        flex-wrap: wrap;

        p{
            color: #fff;
            text-align: right;
            margin-bottom: 30px;
            opacity: 0.7;
            width: 100%
        }
    }
    .container{
        position: relative;
        z-index: 999;
    }
    svg.svg-dark-green{
        max-width: 100%;
        background: #fff;
        margin-bottom: -200px;
        border-top: 5px solid #1d1f1e;
        margin-top: -200px;
        z-index: -1;
    }
}
.services-communication {
    padding: 150px 0 0px;
    background: url(./dist/imgs/service-bg.png);
    background-position: center -10px;
    background-size: 80%;
    background-repeat: no-repeat;
    margin-bottom: -150px;
    background-color: #fff;
    position:relative;
    &:before{
        content: "";
        position: absolute;
        background: url(./dist/imgs/curvegray.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px;
        width: 300px;
        top:-2px;
        right:0
    }

    img {
        max-height: 80px;
        margin-bottom: 25px;
    }
    .row{
        .col-sm-4{
            padding:0 35px;
            text-align:center;
            margin-bottom: 30px;
            h2{
                margin-bottom: 20px
            }
            ;
            &:nth-of-type(1){
                .communication-box{
                    background: url(./dist/imgs/box-11.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    padding: 40px;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                    h4{
                        color: #fff
                    }
                    p{
                        color: #fff;
                        opacity: 0.7
                    }
                }
                a.read-more {
                    color: #fff !important
                }
            }
            &:nth-of-type(2){
                .communication-box{
                    background: url(./dist/imgs/box-yellow.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    padding: 40px;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                    h2{
                        color: #000
                    }
                    ;
                    p{
                        color: #000;

                    }
                }

            }
            &:nth-of-type(3){
                .communication-box{
                    h2{
                        color: #000
                    }
                    ;
                    background: url(./dist/imgs/bg-gray.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    padding: 40px;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                }
            }
            &:nth-of-type(4){
                .communication-box{
                    h2{
                        color: #000
                    }
                    ;
                    background: url(./dist/imgs/box-yellow.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    padding: 40px;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                }
            }

            &:nth-of-type(5){
                .communication-box{
                    h2{
                        color: #000
                    }
                    ;
                    background: url(./dist/imgs/bg-gray.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    padding: 40px;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                }
            }
            &:nth-of-type(6){
                .communication-box{
                    h4{
                        color: #fff
                    }
                    ;
                    background: url(./dist/imgs/box-11.png);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    padding: 40px;
                    border-top-left-radius: 30px;
                    border-top-right-radius: 30px;
                    a.read-more {
                        color: #fff
                    }
                }
            }
            .communication-box{
                padding-top:60px !important;
                min-height: 400px;
                h4{
                    font-size: 20px;
                    margin-top: 30px;
                    margin-bottom:40px
                }
                a.read-more {
                    display: flex   ;
                    align-items: center;
                    justify-content: center;
                    color: #000
                }
                .arrow{
                    max-width: 25px;
                    margin-bottom: 0;
                    margin-left: 25px
                }
            }
        }
    }
    .d-flex.justify-content-between.align-items-center h2 {
        max-width: 60%;
    }
    .container{
        position: relative;
        z-index: 6;
    }
    .top-sections{
        align-items: center;
        padding-bottom: 80px;


        img{
            max-height: inherit;
            max-width: 600px;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px
        }
        h2{
            max-width:480px;
        }
        .rights-sections {
            padding-left: 120px;
            position: relative;
            width: 60%;
            &:after{
                content: "";
                position: absolute;
                background: #c8c9c9;
                height: 1px;
                width: calc(100% - 120px);
                bottom: -40px
            }
        }
    }
}
.team-sections{
    svg.svg-dark-white{
        max-width: 100%;
        margin-bottom: -260px;
        margin-top: -64px;
        z-index: 1;
        position: relative;
    }
    .full-section{
        background: url(./dist/imgs/teambg.png);
        background-position: center -60px;
        background-size: 90%;
        background-repeat: no-repeat;
        padding: 100px 0;
        background-color: #000;
        padding:200px 0 100px;
        h2{
            color:#fff;
            margin-bottom: 30px;
        }
        p{
            color: #fff;
            opacity: 0.7
        }
        .d-flex{
            align-items: flex-end;
            justify-content: space-between;
            border-bottom: 1px solid #464343;
            padding-bottom: 35px;
        }
        .team-text-section {
            max-width: 400px;
        }
        a.yellow.btn.theme-btn{
            margin-bottom: 50px
        }
    }

    .text-img{
        width: 100%;
        border-bottom-left-radius: 70px;
        border-bottom-right-radius: 70px;
        margin-bottom: -70px;
    }
}

.news-section{
    h2{
        color: #fff
    }
    padding: 100px 0;
    background: url(./dist/imgs/news-bg.png);
    background-position: center -60px;
    background-size: 90%;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    background-color: #1d1f1e;
    &:after{
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve5.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 394px;
        bottom: -3px;
        left: -12px;
    }
    .container {
        position: relative;
        .swiper-container{
            padding-right: 50px;
        }
        .swiper-button-prev{
            background: #f8ee17;
            color: #000;
            border-radius: 25px;
            padding: 25px;
            width:auto;
            left: auto;
            right: -45px;
            top: 25%;
            min-width: 144px;
            img{
                transform: rotate(180deg);
                max-width: 27px;
                object-fit: contain;
                margin-right: 10px;
            }
            &:after{
                display: none
            }
        }
        .swiper-button-next{
            min-width: 144px;
            background: #fff;
            color: #000;
            border-radius: 25px;
            padding: 25px;
            width:auto;
            left: auto;
            right: -45px;
            top: 37%;
            img{
                max-width: 27px;
                object-fit: contain;
                margin-left: 10px;

            }
            &:after{
                display: none
            }
        }
    }
    .d-flex{
        margin: 50px 0;
        justify-content: center
    }
    .row{
        max-width: 90%;
        margin: auto;
        position: relative
    }
    .news-box {
        border-radius: 20px;
        height:400px;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border:2px solid rgba(0,0,0,0.1);
        transition: all ease-in-out 0.4s;
        overflow: hidden;
        &:after{
            background: #FDEE15;
            background: linear-gradient(0deg,rgba(253, 238, 21, 1) 0%, rgba(253, 238, 21, 1) 29%, rgba(253, 238, 21, 0) 100%);
            content: "";
            position: absolute;
            height: 100%;
            width:100%;
            left: 0;
            top: 0;
            bottom: 0;
            opacity: 0;
            transition: all ease-in-out 0.4s;
        }
        &:before{
            background: #FDEE15;
            background: linear-gradient(0deg,rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 29%, rgba(0, 0, 0, 0) 100%);
            content: "";
            position: absolute;
            height: 100%;
            width:100%;
            left: 0;
            top: 0;
            bottom: 0;
            opacity: 1;
            transition: all ease-in-out 0.4s;
        }
        .title-section{
            position: absolute;
            padding: 30px;
            transition: all ease-in-out 0.4s;
            z-index: 1;
            top: 78%;

            h4{
                color: #fff;
                font-size: 18px;
                font-weight: 600;
                transition: all ease-in-out 0.4s;
            }
            p{
                opacity: 0;
                transition: all ease-in-out 0.4s;
                font-size: 14px
            }
            a.read-more {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                color: #000;
                .arrow {
                    max-width: 25px;
                    margin-bottom: 0;
                    margin-left: 25px;
                }
            }
        }
        &:hover{
            border:2px solid #fdee15;
            &:after{
                opacity: 1
            }
            .title-section{
                top: 40%;

            }
            h4{
                color: #000
            }
            p{
                opacity: 1;
                color: #000
            }
        }
    }
    svg.svg-dark-green{
        max-width: 100%;
        background: #e7e7e7;
        margin-bottom: -200px;
        border-top: 5px solid #1d1f1e;
        margin-top: -200px;
        z-index: -1;
    }
}
.sponsor-section{
    background: url(./dist/imgs/last-bg.png);
    background-position: center -60px;
    background-size: 90%;
    background-repeat: no-repeat;
    padding: 90px 0 90px;
    text-align: center;
    position: relative;
    background-color: #e7e7e7;
    &:before{
        content: "";
        position: absolute;
        background: url(./dist/imgs/curvegrays.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px;
        width: 300px;
        top:-3.56px;
        right:0
    }
    &:after{
        content: "";
        position: absolute;
        background: url(./dist/imgs/11.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: -2px;
        left: -12px;
    }
    .container{
        position: relative;
        z-index: 7
    }
    svg.svg-dark-white{
        max-width: 100%;
        background: #000000;
        margin-bottom: -210px;
        border-top: 4px solid #e7e7e7;
        margin-top: -50px;
        z-index: -1;
    }
    h3{
        font-size: 33px;
        font-weight: 400;
        margin-bottom: 40px
    }
    ul.d-flex{
        padding: 0;
        margin: 0;
        list-style: none;
        li{
            margin-right: 35px;
            &:last-of-type{
                margin-right: 0
            }
        }
        img{
            max-height: 65px
        }
    }
}
.page-template-homepage{
    footer#main-footer{
        position: relative;
        &:before{
            content: "";
            position: absolute;
            background: url(./dist/imgs/curve8.png);
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 230px;
            width: 300px;
            top: -1px;
            right: 0;
        }
    }

}
.banner-section.home-banner-section.client-top.section{
    &:before{
        background: #000;
        background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.58) 47%, rgba(0, 0, 0, 0) 100%);
        height: 100%;
        width: 62%;
    }
    .banner-content {
        text-align: left;
        max-width: 360px;

    }
    p{
        opacity: 0.9
    }
    h2{
        margin-bottom: 30px
    }
    .d-flex {
        position: relative;
        z-index: 7;
        display: flex !important;
        align-items: center;
    }
    .banner-content-inner{
        min-width: 62%;
        text-align: center
    }
}
.logos-section{
    padding: 100px 0;
    background: url(./dist/imgs/clientbg.png);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    z-index: 99;
    position: relative;
    background-color: #fff;
    border-top-right-radius: 210px;
    z-index: 8;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 100%;
        left: -12px;
    }
    &::before {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve7_1.png);
        background-repeat: repeat;
        background-size: auto;
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: -2px;
        left: -12px;
    }
    ul{
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        flex-wrap: wrap;
        li{
            width: calc(100% / 6);

        }
    }
}
.client-testimonials {
    background: url(./dist/imgs/HLS-home-graphics-client-testimonial-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    background-position: center;
    border-bottom-left-radius: 200px;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curvewhite.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 230px;
        width: 300px;
        top: 0px;
        right: 0;
    }
    span{
        display: block;
        color: #fff ;
        text-align: center;
        font-size: 13px
    }
    label{
        display: block;
        color: #fff ;
        font-weight: 600;
        font-size: 15px;
        text-align: center;

    }
    h2{
        color: #fff;
        margin-bottom: 10px;
    }


    .box-client {
        padding: 20px;
        padding-top: 50px;
        position: relative;
        .icon-section {
            position: absolute;
            top: 0px;
            right: 60px;
            height: 90px;
            width: 90px;
            border-radius: 50%;
            background:#FDEE15;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 99;
            padding:20px;
            img{
                object-fit: contain
            }
        }
        .box-section{
            background: url(./dist/imgs/HLS-home-graphics-white-testimonial.png);
            background-size: contain;
            background-repeat: no-repeat;
            padding: 60px;
            padding-left: 80px;
            min-height: 370px;
            margin-bottom: -45px;
            position: relative;
            &:before{
                background: url(./dist/imgs/HLS-home-graphics-grey-quote-icon.png);
                background-size: contain;
                background-repeat: no-repeat;
                content: "";
                position: absolute;
                height: 50px;
                width: 33px;
                left: 18px;
                top: 60px;
                bottom: 0;
                opacity: 0.3;
            }

        }
        p{
            font-size: 20px
        }
    }
    .swiper-container{
        margin: auto;
        padding: 0 39px;
        max-width: 1400px;
    }
    .swiper-button-next,
    .swiper-button-prev{
        &:after{
            display: none
        }
    }
    .swiper-wrapper{
        .swiper-slide.swiper-slide-active{
            transform: scale(1.05);
            position: relative;
            padding-bottom: 10px;
            top: 15px;
            .box-client{
                .icon-section {
                    background: #fff;
                }
            }
            .box-section{
                background: url(./dist/imgs/HLS-home-graphics-yellow-testimonial.png);
                background-size: 380px;
                background-repeat: no-repeat;
                min-height: 370px;
                margin-bottom: -68px
            }

        }
    }
}
.last-section img {
    width: 100%;
    margin-bottom: -120px;
    position: relative;
    z-index: -1;
}
.our-story-section{
    padding: 100px 0;
    background: url(./dist/imgs/HLS-home-graphics-ourstroy-bg.png);
    background-size: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-top-right-radius: 210px;
    z-index: 8;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve3_2.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 99.7%;
        left: -12px;
    }
    &:before {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve7_1.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: -2px;
        left: 0px;
    }

    h2{
        margin-bottom: 30px
    }
    .btn{
        margin-top: 30px
    }
    hr {
        margin-top: 40px;
    }
}
.full-width.team-section {
    padding: 60px 0;
    position: relative;
    background: #000;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 230px;
        width: 300px;
        top: -1px;
        right: 0;
    }
    &:before {
        content: "";
        position: absolute;
        background: url(./dist/imgs/leftcurv.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 300px;
        width: 444px;
        bottom: -4px;
    }
    .container{
        position: relative;
        z-index: 999
    }
    h4{
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }
    span{
        color: #FDEE15;
        font-size: 15px;
        display: block;
        margin-bottom: 15px
    }
    .col-sm-3>img {
        border-radius: 15px;
        margin-bottom: 25px;
    }
    ul{
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        margin-bottom: 60px;
        li{
            margin-right: 20px;
            img{
                max-height: 20px;

            }
        }
    }
}
.awards-section{
    padding: 100px 0;
    background: url(./dist/imgs/HLS-home-graphics-award-bg.png);
    background-size: 100%;
    background-color: #1d1f1e;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    &:before {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve2_1.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px;
        width: 400px;
        top: -2px;
        right: 0;
    }

    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve10_1.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: -2px;
        left: -12px;
    }
    .container
    {
        position: relative
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -60px;
        right: auto;

    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-next {

        right: -60px;
    }

    .swiper-container{
        margin: auto;
        padding: 0 0px;
        max-width: 1400px;
    }
    .swiper-button-next,
    .swiper-button-prev{
        &:after{
            display: none
        }
    }

    h2 {
        color: #fff;
        max-width: 500px;
    }
    .box-section{
        background: url(./dist/imgs/HLS-home-graphics-award-speechbubble.png);
        background-size: 100%;
        background-repeat: no-repeat;
        padding:  20px 30px;
        min-height: 370px;
        position: relative;
        img{
            max-height: 100px
        }
        p {
            font-size: 13px;
            line-height: 1.7;
            margin-top: 20px;
        }
    }
}
.case-studies-slider{
    background: url(./dist/imgs/HLS-home-graphics-case-service-bg.png);
    background-size: 92%;
    background-repeat: no-repeat;
    background-position: center -170px;
    background-color: #fff;
    padding: 100px 0;
    border-bottom-left-radius: 220px;
    position: relative;
    border-top-right-radius: 210px;
    z-index: 8;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 100%;
        left: -12px;
    }
    .container{
        position: relative
    }

    .swiper-container{
        padding-right: 50px;
    }
    .swiper-button-prev{
        background: #f8ee17;
        color: #000;
        border-radius: 25px;
        padding: 25px;
        width:auto;
        left: auto;
        right: -45px;
        top: 43%;
        min-width: 144px;
        img{
            transform: rotate(180deg);
            max-width: 27px;
            object-fit: contain;
            margin-right: 10px;

        }
        &:after{
            display: none
        }
    }
    .swiper-button-next{
        min-width: 144px;
        background: #000;
        color: #fff;
        border-radius: 25px;
        padding: 25px;
        width:auto;
        left: auto;
        right: -45px;
        top: 53%;
        img{
            max-width: 27px;
            object-fit: contain;
            margin-left: 10px;

        }
        &:after{
            display: none
        }
    }
    a.read-more {
        display: inline-block;
        color: #000;
        margin-top: 10px;
        position: relative;
        padding-right: 60px;
        &:after{
            content: "";
            position: absolute;
            height: 55px;
            width: 27px;
            right: 0;
            top: 2px;
            background-image: url(./dist/imgs/black-arrow.png);
            background-repeat: no-repeat;
            background-size: contain
        }
    }
    .arrow{
        max-width: 25px;
        margin-bottom: 0;
        margin-left: 25px
    }
    .swiper-slide {
        .communication-box{
            padding: 30px 40px 100px;
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
            min-height: 490px;
            span{
                display: block;
                font-weight: bold;
                font-size: 13px;
                text-align: center;
                margin-bottom: 15px
            }
            label {
                font-weight: 600;
                font-size: 18px;
            }
            .text-center{
                img{
                    max-height: 100px;
                    margin-bottom: 40px
                }
            }
            p{
                font-size: 14px
            }

        }
        &:nth-of-type(3n+1){
            .communication-box{
                background-image: url(./dist/imgs/HLS-home-graphics-case-black-bubble.png);
                background-position: center bottom;
                background-size: cover;
                background-repeat: no-repeat;
                h4{
                    color: #fff
                }
                p{
                    color: #fff;
                    opacity: 0.8
                }
                span{
                    color: #fff;
                }
                label {
                    color: #fff
                }
            }
            a.read-more {
                color: #fff !important;
                &:after{
                    background-image: url(./dist/imgs/white-arrow.png);
                }

            }
        }
        &:nth-of-type(3n+2){
            .communication-box{
                background-image: url(./dist/imgs/HLS-home-graphics-case-yellow-bubble.png);
                background-position: center bottom;
                background-size: cover;
                background-repeat: no-repeat;
                h2{
                    color: #000
                }
                ;
                p{
                    color: #000;

                }
            }

        }
        &:nth-of-type(3n+3){
            .communication-box{
                h2{
                    color: #000
                }

                background-image: url(./dist/imgs/HLS-home-graphics-case-grey-bubble.png);
                background-position: center bottom;
                background-size: cover;
                background-repeat: no-repeat;
            }
        }
    }
}
.last-section {
    margin-top: -100px;
    margin-bottom: -100px;
    position: relative;
    z-index: -1;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curvewhite.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        top:  100px;
        right: 0;
    }
}
.banner-section.home-banner-section.client-top.section.services-section{
    background-position: center 40%;
    position: relative;
    min-height: 890px;
    margin-bottom: -300px;
    padding-bottom: 0;


    .banner-content {
        padding-top: 80px;
        max-width: 100%;
        padding-bottom: 300px;

        p{
            max-width: 420px
        }
        ul{
            list-style: none;
            display:flex;
            margin-top: 80px;
            padding-left: 25px;

            li{
                position: relative;
                margin-right: 45px;
                &:before{
                    content: "";
                    position: absolute;
                    background: url(./dist/imgs/tick.png);
                    background-position: center bottom;
                    background-size: contain;
                    background-repeat: no-repeat;
                    height: 13px;
                    width: 25px;
                    left: -26px;
                    top: 3px;
                }
            }
        }
    }
}
.services-wrapper{
    padding: 100px 0;
    background: url(./dist/imgs/HLS-home-graphics-service-bg.png);
    background-size: 95%;
    background-repeat: no-repeat;
    position: relative;
    background-position: center ;
    z-index: 999;
    position: relative;

    background: #fff;
    border-top-right-radius: 210px;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/11.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 0px;
        left: -12px;
    }
    &:before {
        content: "";
        position: absolute;
        background: url(./dist/imgs/9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 100%;
        left: -12px;
    }

    .btn-section {
        min-width: 150px;
        margin-left: 40px;
        padding-top: 40px
    }
    .d-flex.align-items-center {
        margin-bottom: 50px;
        padding-bottom: 30px;
        position: relative;
        &:after{
            content: "";
            position: absolute;
            height: 1px;
            background: #000;
            width: 97%;
            left: 0;
            bottom: 0
        }
        &:before{
            content: "";
            position: absolute;
            height: 20px;
            background: url(./dist/imgs/add.png);
            background-position: center bottom;
            background-size: contain;
            background-repeat: no-repeat;
            width: 18px;
            right: 0;
            bottom: -7px;
        }
    }
    .box-client{
        h2{
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }
        span{
            width: 60px;
            margin-right: 10px;
            display: inline-block;
        }
        img{
            max-height: 50px
        }
    }
}
.alignleft{
    float: left;
    margin: 30px 30px 30px 0
}
.fullwidth.title-sections {
    background: #231f20;
    padding: 80px 0;
    .d-flex{
        justify-content: space-between
    }
    h1{
        color: #fff;
        max-width: 80%
    }
}
.singlepost-main{
    padding: 80px 0;
    position: relative;
    z-index: 99;
    background: url(./dist/imgs/HLS-page-graphics2-case-study-individ-page-bg.png);
    background-position: center top ;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    border-top-right-radius: 210px;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 220px;
        width: 277px;
        bottom: 100%;
        left: -12px;
    }
    .col-xs-12.col-sm-12.post-outer {
        p{
            margin-bottom: 30px
        }
        padding-right: 120px;
        padding-bottom: 80px;
        position: relative;
        &:after{
            top: 0px;
            content: "";
            position: absolute;
            height: calc(100%);
            width: 1px;
            background: #9da0a1;
            right: 50px
        }
    }
}
.case-studies-slider.more.fullwidth{
    background: url(./dist/imgs/HLS-page-graphics2-more-case-study-bg.png);

    h2{
        color: #fff;
    }
}
.sidebar{
    h4{
        margin-bottom: 30px;
    }
    .tagcloud {
        margin-bottom: 50px;
    }

    a.tag-cloud-link {
        font-size: 16px !important;
        color: #000;
    }
    .tagcloud span:last-child {
        display: none;
    }
    .posts-list{
        list-style: none;
        margin-bottom: 50px;
        li{
            padding-left: 15px;
            position: relative;
            font-size:16px;
            margin-bottom:15px;
            a{
                color: #000;
            }

            &:before{
                top: 0px;
                content: "";
                position: absolute;
                height: 25px;
                width: 25px;
                background-image: url(./dist/imgs/HLS-page-graphics2-pen-icon.png);
                background-position: center;
                background-size: contain;
                background-repeat: no-repeat;
                left: -30px;
            }
        }
    }
    .widget_categories{
        ul{
            list-style: none;
            padding: 0;
            margin-bottom: 50px
        }
        li{
            padding-left: 0px;
            position: relative;
            font-size:16px;
            margin-bottom:15px;
            a{
                color: #000;
            }
        }
    }
}
.banner-section.home-banner-section.client-top.section.services-section.contact-page{
    background-position: center 0;
    .banner-content {
        padding-top: 0;
        max-width: 100%;
    }
    h2{
        margin-bottom: 10px
    }
    p{
        max-width: 490px;
        margin-bottom: 25px
    }
}
.contact-section{
    background-image: url('./dist/imgs/HLS-page-graphics2-contact-bg1_1.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 40px 0 400px;
    position: relative;
    background: #1d1f1e;
    &::after {
        content: "";
        position: absolute;
        background:
            url(./dist/imgs/15.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
        background-position:
            center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 100%;
        left: -12px;
    }
    ul{
        margin: 0;
        padding: 0;
        list-style: none;
        li{
            padding-left: 30px;
            display: flex;
            align-items:center;
            position: relative;
            padding-right:30px;
            padding-top: 20px;
            padding-bottom: 30px;
            color:#fff;
            .content-icon{
                height: 115px;
                width: 115px;
                background: #fdee15;
                border-radius: 50%;
                margin-right: 20px

            }
            &:nth-of-type(1){
                padding-left: 0
            }
            &:nth-of-type(2){
                width:38%;
                .content-info{
/*                    padding-top: 75px;*/
                }
            }
            &:nth-of-type(3){
                width:29%;
                &:after{
                    display: none

                }
            }
            &:after{
                content: "";
                position: absolute;
                height: 100%;
                width: 1px;
                background: #fff;
                right: 25px;
                top: 0;
                opacity: 0.5

            }

            width: 33.3%
        }
    }
}

.form-section{
    background-image: url('./dist/imgs/HLS-page-graphics2-contact-bg2.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    position: relative;
    z-index: 9;
    .container>.row{
        margin-top: -300px;
    }
    .follow-wrapper {
        max-width: 80%;
        min-height: 500px;
        padding-top: 100px;
        background: #1d1f1e;
    }
    h2{
        margin-bottom: 15px;
        color: #fff;
    }
    p{
        color: #fff;
        margin-bottom: 20px;
            
    }
    label{
        color:#000;
        font-size: 13px;
    }
    .form-control {
        display: block;
        width: 100%;
        padding: 1px 10px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 0px;
    }
    textarea{
        height: 120px;
        resize: none;
    }
    .form-inner{
        /*        background-image: url('./dist/imgs/HLS-page-graphics2-contactform.png');*/
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        padding: 20px 50px 60px 40px;
        margin: 0 -10px;
        position: relative;
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 4px 2px 12px #4d4848;
        /*        &:after{
                    content: "";
                    position: absolute;
                    background: url(./dist/imgs/curve-bg.webp);
                    background-position: center bottom;
                    background-size: cover;
                    background-repeat: no-repeat;
                    height: 100px;
                    width: 100px;
                    top: 100%;
                    right: -12px;
                }*/
    }
    .wpcf7-form-control-wrap {
        position: relative;
        width: 100%;
        display: block;
    }
    span.wpcf7-not-valid-tip {
        position: absolute;
        font-size: 10px;
        bottom: 0px;
        right: 0px;
    }
    .form-inner form> p {
        font-size: 14px;
        color: #000;
        margin-bottom: 5px;
        margin-left: -10px;
    }
    .wpcf7-submit.contact-us {
        background: #111312;
        color: #fff;
        padding: 5px 25px;
        /* height: 40px; */
        line-height: 38px;
        box-shadow: none;
        border: 1px solid #111312;
        border-radius: 30px;
        font-weight: 500;
        min-width: 130px;
        font-size: 14px;
        &:hover{
            background: #FDEE15;
            border: 1px solid #FDEE15;
            color: #000
        }
    }

}
.banner-section.home-banner-section.client-top.section.news-listings {
    background-position: center 0
}
.news-listings-wrapper{
    background: #fff;
    padding:100px 0;
    position: relative;
    z-index: 3;
    border-top-right-radius: 210px;
    border-bottom-left-radius: 210px;
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/9.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: 100%;
        left: -12px;
    }
    .news-box {
        border-radius: 20px;
        height:400px;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border:2px solid rgba(0,0,0,0.1);
        transition: all ease-in-out 0.4s;
        overflow: hidden;
        &:after{
            background: #FDEE15;
            background: linear-gradient(0deg,rgba(253, 238, 21, .7) 0%, rgba(253, 238, 21, .7) 29%, rgba(253, 238, 21, .7) 100%);
            content: "";
            position: absolute;
            height: 100%;
            width:100%;
            left: 0;
            top: 0;
            bottom: 0;
            opacity: 0;
            transition: all ease-in-out 0.4s;
        }
        &:before{
            background: #FDEE15;
            background: linear-gradient(0deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 29%, rgba(0, 0, 0, 0) 100%);
            content: "";
            position: absolute;
            height: 100%;
            width:100%;
            left: 0;
            top: 0;
            bottom: 0;
            opacity: 1;
            transition: all ease-in-out 0.4s;
        }
        .title-section{
            position: absolute;
            padding: 30px;
            transition: all ease-in-out 0.4s;
            z-index: 1;
            top: 78%;

            h4{
                color: #fff;
                font-size: 18px;
                font-weight: 600;
                transition: all ease-in-out 0.4s;
            }
            p{
                opacity: 0;
                transition: all ease-in-out 0.4s;
                font-size: 14px
            }
            a.read-more {
                display: flex;
                align-items: center;
                justify-content: flex-end;
                color: #000;
                .arrow {
                    max-width: 25px;
                    margin-bottom: 0;
                    margin-left: 25px;
                }
            }
        }
        &:hover{
            border:2px solid #fdee15;
            &:after{
                opacity: 1
            }
            h4{
                a{
                    color: #000
                }
            }
            .title-section{
                top: 38%;

            }
            h4{
                color: #000
            }
            p{
                opacity: 1;
                color: #000
            }
        }
    }
    .news-row{
        flex-wrap:nowrap;
        margin:0;
        .col-sm-4 {
            transition: all ease-in-out 0.4s;
            margin-bottom: 20px;
            h4{
                a{
                    color: #fff
                }
            }

        }
        &:hover {
            .col-sm-4 {
                width: 25%;
                h4{
                    a{
                        color: #000
                    }
                }
                &:hover {
                    width: 50%;
                }
            }
        }
    }
    .btn-section {
        text-align: center;
        margin-top: 30px;
        button{
            background: #000;
            border:1px solid #000;
            &:hover{
                border: 1px solid #FDEE15
            }
        }
    }
    a.category-link {
        position: absolute;
        background: #000;
        padding: 7px 15px;
        border-radius: 22px;
        color: #fff;
        top: 15px;
        right: 15px;
        font-size: 13px;
        min-width: 80px;
        text-align: center;
        z-index: 999
    }
}
.news-listings-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    li.category-item.active{
        label {
            color: #000
        }
    }
    li.category-item{
        margin-left:30px;
        text-align:center;
        cursor: pointer;
        img {
            max-width: 80%;
            border-radius: 50%;
        }
        label {
            display: block;
            font-size: 13px;
            color: #999;
            margin-top: 5px;
            font-weight: bold
        }
    }
}
.widget.widget_archive{
    ul{
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 50px;
        padding: 0;
        list-style:none;
        li{
            padding-left: 0px;
            position: relative;
            font-size: 16px;
            margin-bottom: 15px;
            width:50%;
            a{
                color: #000
            }
        }
    }
}
.banner-section.home-banner-section.client-top.section.news-listings.single{

    height: 60vh;
    min-height: 100vh;

    .banner-content {
        text-align: left;
        max-width: 100%;
        padding-bottom: 50px;

        a{
            margin-top: 10px
        }
        h1 {
            font-size: 52px;
            font-weight: 400;
            margin-bottom:20px;
        }
    }
}
.full-width.news-section.single-page,
.single-case-study .case-studies-slider.more.fullwidth{
    &:after {
        content: "";
        position: absolute;
        background: url(./dist/imgs/curve10_1.png);
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        height: 260px;
        width: 337px;
        bottom: -2px;
        left: -12px;
    }
    .container {
        .swiper-button-prev {
            top: 45%
        }
        .swiper-button-next {
            top: 57%
        }
    }
}
.single-case-study .case-studies-slider{
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}
.single-post,
.single-case-study{
    & footer#main-footer {
        position: relative;
        &:before {
            content: "";
            position: absolute;
            background: url(./dist/imgs/curve11.png);
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 230px;
            width: 300px;
            top: -1px;
            right: 0;
        }
    }
}
.page-template-services{
    footer#main-footer{
        position: relative;
        &:before{
            content: "";
            position: absolute;
            background: url(./dist/imgs/curvewhite.png);
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 230px;
            width: 300px;
            top: 0px;
            right: 0;

        }
    }

}


.banner-section.home-banner-section.client-top.section {
    height: 100vh;
    margin-bottom: -45vh;
    padding-bottom: 45vh;

    &:after {
        content: "";
        height:80vh;
        bottom: 0;
    }
    .slider-video {
        height: 100vh;
        top:40%
    }
}
svg.svg {
    margin-bottom: -330px;
    background: #000;
}
.page-template-team {
    & footer#main-footer {
        position:relative;
        &:before {
            content: "";
            position: absolute;
            background: url(./dist/imgs/curvegrays.png);
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 230px;
            width: 300px;
            top: -1px;
            right: 0;
        }
    }
}
.page-template-client{
    .last-section {
        margin-top: -50px;
        margin-bottom: -100px;
        &:after{
            top: 50px;
            background-image: url(./dist/imgs/curveblack.png);
        }
    }
    footer#main-footer{
        border-top-right-radius: 210px;
        position: relative;
        &::before {
            content: "";
            position: absolute;
            background: url(./dist/imgs/11.png);
            background-repeat: repeat;
            background-size: auto;
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 260px;
            width: 337px;
            bottom: 100%;
            left: -12px;
        }
    }
}
.page-template-case-studies,
.page-template-news,
.archive.category{
    footer#main-footer{
        border-top-right-radius: 210px;
        position: relative;
        &::before {
            content: "";
            position: absolute;
            background: url(./dist/imgs/11.png);
            background-repeat: repeat;
            background-size: auto;
            background-position: center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 260px;
            width: 337px;
            bottom: 100%;
            left: -12px;
        }
    }
}
.page-template-contact{
    footer#main-footer{
        position: relative;
        &::before {
            content: "";
            position: absolute;
            background:
                url(./dist/imgs/curve7_1.png);
            background-position-x: 0%;
            background-position-y: 0%;
            background-repeat: repeat;
            background-size: auto;
            background-repeat: repeat;
            background-size: auto;
            background-position:
                center bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 260px;
            width: 337px;
            bottom: 99.6%;
            left: -12px;
        }
    }
    .contact-section {
        position: relative;
        z-index: 6
    }
    .footer-newsletter-inner.text-center {
        display: none;
    }
    .footer-newsletter {
        padding:  100px;

    }
}

.page-template-homepage{
    .banner-section.home-banner-section.section {
        margin-bottom: -40vh;
    }
    .banner-content-inner{
        padding-bottom: 40vh
    }
    .slider-video{
        height: 140vh ;
        top:40%
    }
}
.page-template-team{
    .slider-video{
        height: 5vh ;
        top:40%
    }
    /*    .banner-section.home-banner-section.client-top.section{
            min-height: inherit;
            height:105vh
        }*/
}
.theme-menu-mobile{
    display: none

}
.mobile-menu{
    display: none
}
.sfsi_shortcode_container .sfsi_wicons {
    z-index: 110 !important;
    margin-bottom: 0 !important;
    margin-top: 4px;
}
.norm_row {
    float: left;
    min-width: 25px;
    display: flex ;
    .sfsi_wicons.shuffeldiv:nth-of-type(1){
        order:1
    }
    .sfsi_wicons.shuffeldiv:nth-of-type(4){
        order:2
    }
    .sfsi_wicons.shuffeldiv:nth-of-type(2){
        order:3
    }
    .sfsi_wicons.shuffeldiv:nth-of-type(5){
        order:4
    }
    .sfsi_wicons.shuffeldiv:nth-of-type(3){
        order:5
    }
}
.shareicons{
    .shareimg{
        max-width: 25px;
        margin-right: 10px;
    }
    h4{
        margin-bottom: 0
    }
}
.banner-section.home-banner-section.client-top.case-banner.section .banner-content {
    max-width: 600px;
    padding-bottom: 100px;
}
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s;
    transform: rotate(180deg);
    img{
        max-width: 50px
    }

}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out  0.6s
}

/* Spinner Animation */
.fade-up img {
    width: 200px;
}
#preloader.hide{
    top:-102%;
}
/* Animation Keyframes */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.video-mobile {
    display: none;
}

.custom-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    padding: 20px;
}

.error-code {
    font-size: 120px;
    font-weight: bold;
    color: #000;
    animation: float 1.5s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.error-title {
    font-size: 32px;
    margin-top: 20px;
    color: #333;
}

.error-message {
    font-size: 18px;
    color: #666;
    margin: 10px 0 30px;
    max-width: 500px;
}


.custom-404{
    .yellow.btn.theme-btn:hover {
        background: #000;
        color: #fff;
        border:1px solid #000;
    }
}
.follow-header {
    background: #f8ee17;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.btn-follow {
    color: #000 !important;
    background: #fff;
    padding: 10px 40px;
    border-radius: 20px;
}
.btn-follow img {
    width: 20px;
    margin-right: 20px;
}
body #sb_instagram #sbi_images {
    padding: 0 ;
}

svg.svg-contact {
    width: 100%;
    height: auto;
    margin-top: 0;
    position: absolute;
    z-index: 999;
    background: transparent;
    bottom: -1px;
    transform: rotate(180deg);
    left: -1px
}
.follow-wrapper{
    position: relative
}
.content-info P {
    display: flex;
    margin-bottom: 0px;
}	


/* Fix for Services page video background bleeding */

.banner-section.home-banner-section.client-top.section.services-section {
    background-position: center 40% !important;
    min-height: 125vh !important;
    margin-bottom: -45vh !important;
    padding-bottom: 45vh !important;
}

.banner-section.home-banner-section.client-top.section.services-section .slider-video {
    height: 140vh !important;
    top: 40% !important;
}


/* Fix for Team page video background bleeding */
.page-template-team .banner-section.home-banner-section.client-top.section {
    background-position: center 40% !important;
    min-height: 125vh !important;
    margin-bottom: -45vh !important;
    padding-bottom: 45vh !important;
}

.page-template-team .banner-section.home-banner-section.client-top.section .slider-video {
    height: 140vh !important;
    top: 40% !important;
}

/* Fix for Clients page video background bleeding */
.page-template-client .banner-section.home-banner-section.client-top.section {
    background-position: center 40% !important;
    min-height: 125vh !important;
    margin-bottom: -45vh !important;
    padding-bottom: 45vh !important;
}

.page-template-client .banner-section.home-banner-section.client-top.section .slider-video {
    height: 140vh !important;
    top: 40% !important;
}


	
