﻿/* header-section.css start */
/*==============================================
    Main Header Css        
===============================================*/


h1, h2, h3, h4, h5, h6, .ttl-font-family {
    letter-spacing: 0px;
    font-family: 'Russo One', sans-serif !important;
    font-weight: normal;
}

.big-title p {
    font-size: 16px;
    line-height: 25px;
    color: #01003e;
}

h1 {
    font-size: 38px !important;
}

h2 {
    font-size: 33px !important;
}

h3 {
    font-size: 28px !important;
}

h4 {
    font-size: 24px !important;
}

h5 {
    font-size: 20px !important;
}

h6 {
    font-size: 18px !important;
}

p, body {
    font-family: 'Poppins', sans-serif;
}

.fancy-font {
    font-family: 'Lobster', cursive;
}

.fancy-font-white {
    color: #fff;
}

.company-data {
    font-size: 18px !important;
}



.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    z-index: 999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 0;
}

.sticky-header__inner {
    position: relative;
    display: block;
}

.fixed-header .sticky-header {
    border-bottom: 4px solid #eee;
    visibility: inherit;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 1;
    z-index: 999999;
}

.sticky-header .logo {
    position: relative;
    display: block;
    padding: 15px 0 15px;
}

    .sticky-header .logo a {
        position: relative;
        display: inline-block;
    }

.sticky-header .main-menu .navigation > li {
    margin-right: 5px;
}

    .sticky-header .main-menu .navigation > li > a {
        color: var(--thm-black);
        padding: 10px 2px;
    }

.menu-logo img {
    width: 75%;
}

.navigation ul {
    margin-bottom: 0px !important;
}


.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
    color: #FE0000;
}

.sticky-header .main-menu .navigation > li > a span:before {
    display: none;
}

.sticky-header .main-menu .navigation > li > a:before {
    display: none;
}

.sticky-header .main-menu.style6 .navigation > li > a {
    color: var(--thm-black);
    padding: 10px 2px;
}

.main-menu .navigation.scroll-nav > li:hover > a,
.main-menu .navigation.scroll-nav > li.current > a {
    color: #0f62fe
}



.header-style-one {
}

.header {
    position: relative;
    display: block;
    z-index: 1;
}

    .header .auto-container {
        max-width: 100%;
        padding: 0px 60px;
    }

    .header .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }


.header-left {
    display: flex;
    align-items: center;
}


.main-logo-box {
    position: relative;
    display: block;
}

    .main-logo-box a {
        position: relative;
        display: inline-block;
    }

.header-left .nav-outer {
    display: block;
    float: left;
    margin-left: 150px;
    z-index: 1;
}

.main-menu.style1 {
}

.main-menu {
    position: absolute;
    display: block;
    float: left;
    top:5px;
    
}

    .main-menu .navbar-collapse {
        padding: 0px;
        display: block !important;
    }

    .main-menu .navigation {
        position: inherit;
        display: block;
        width: 1280px;
    }

        .main-menu .navigation > li {
            position: inherit;
            display: inline-block;
            float: left;
            margin-right: 10px;
        }

            .main-menu .navigation > li:last-child {
                margin-right: 0;
            }

            .main-menu .navigation > li > a {
                position: relative;
                display: flex;
                align-items: center;
                padding: 15px 0px;
                /*color: #ffffff;*/
                color: var(--thm-black);
                font-size: 16px;
                line-height: 22px;
                text-transform: uppercase;
                transition: all 500ms ease;
                font-family: 'Poppins', sans-serif;
                opacity: 1;
                z-index: 1;
            }
                .main-menu .navigation > li > a:hover {
                    color:#fe0000 !important;
                }
                .main-menu .navigation > li > a span {
                    position: relative;
                    display: block;
                    line-height: 22px;
                    padding: 2px 10px 0 2px;
                    z-index: 1;
                }

                    .main-menu .navigation > li > a span:before {
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        background-image: var(--thm-gradient-2);
                        z-index: -1;
                        transform: scaleY(0.0);
                        transform-origin: center;
                        transform-style: preserve-3d;
                        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
                    }

            .main-menu .navigation > li:hover > a span:before,
            .main-menu .navigation > li.current > a span:before {
                transform: scaleY(1.0);
            }

            .main-menu .navigation > li:hover > a,
            .main-menu .navigation > li.current > a {
                color: #fe0000;
            }



            .main-menu .navigation > li.dropdown > a {
            }

                .main-menu .navigation > li.dropdown > a:after {
                    position: absolute;
                    right: 0px;
                    font-family: Fontawesome;
                    content: "\f107";
                    font-size: 16px;
                    transition: all 200ms linear;
                    transition-delay: 0.1s;
                    z-index: 1;
                    display: none;
                }

            .main-menu .navigation > li.dropdown:hover > a:after,
            .main-menu .navigation > li.dropdown.current > a:after {
                transform: rotate(180deg);
            }

            .main-menu .navigation > li > ul {
                position: absolute;
                /*top: 100%;*/
                left: inherit;
                width: 300px;
                padding: 5px 0;
                opacity: 0;
                visibility: hidden;
                display: none;
                filter: alpha(opacity=0);
                -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
                -webkit-transform: rotateX(-90deg);
                transform: rotateX(-90deg);
                -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
                transition: all 100ms ease;
                z-index: 100;
            }

            .main-menu .navigation > li > .MegaMenu-DropDown {
                width: 800px !important;
            }

.MegaMenu-DropDown {
    background-color: #030250;
    height: 200px;
    width: 200px;
    float: left;
}



.mobile-menu .menu-box .MegaMenu-DropDown {
    display: none;
}




.main-menu .navigation > li > ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0px;
    z-index: -1;
}

.main-menu .navigation > li > ul:after {
    position: absolute;
    top: -4px;
    left: 0px;
    right: 0;
    height: 3px;
    content: '';
    background: var(--thm-base);
    border-radius: 0px;
    z-index: -1;
}

.main-menu .navigation > li.dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    display: block;
    padding: 5px 30px 5px;
}

    .main-menu .navigation > li > ul > li > a {
        position: relative;
        display: inline-block;
        color: var(--thm-black);
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        text-transform: capitalize;
        transition: all 500ms ease;
        letter-spacing: normal;
        font-family: 'Poppins', sans-serif;
        z-index: 1;
    }

        .main-menu .navigation > li > ul > li > a:before {
            content: "";
            position: absolute;
            left: 0px;
            bottom: 0px;
            right: 0;
            height: 2px;
            background-color: #0f62fe;
            transition: -webkit-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: right center;
            transform-origin: right center;
            z-index: -1;
        }

    .main-menu .navigation > li > ul > li:hover > a:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .main-menu .navigation > li > ul > li:hover > a {
        color: #0f62fe letter-spacing: 0.02em;
    }

    .main-menu .navigation > li > ul > li.dropdown {
    }

        .main-menu .navigation > li > ul > li.dropdown:after {
            position: absolute;
            top: 0px;
            right: 30px;
            bottom: 0;
            font-family: FontAwesome;
            content: "\f105";
            color: var(--thm-black);
            font-size: 16px;
            margin: 5px 0;
            text-align: right;
            transition: all 200ms linear;
            transition-delay: 0.1s;
            z-index: 5;
        }

        .main-menu .navigation > li > ul > li.dropdown:hover:after {
            color: #0f62fe
        }



    .main-menu .navigation > li > ul > li > ul {
        position: absolute;
        top: 100%;
        right: 100%;
        width: 270px;
        padding: 20px 0;
        margin-top: -25px;
        opacity: 0;
        visibility: hidden;
        display: none;
        filter: alpha(opacity=0);
        -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        transition: all 100ms ease;
        z-index: 100;
    }

        .main-menu .navigation > li > ul > li > ul:before {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0;
            height: 100%;
            content: '';
            background: #ffffff;
            -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            z-index: -1;
        }

.main-menu .navigation li > ul > li.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    display: block;
    padding: 5px 30px 5px;
}

    .main-menu .navigation > li > ul > li > ul > li > a {
        position: relative;
        display: inline-block;
        color: var(--thm-black);
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        text-transform: capitalize;
        transition: all 500ms ease;
        letter-spacing: normal;
        font-family: 'Poppins', sans-serif;
        z-index: 1;
    }

        .main-menu .navigation > li > ul > li > ul > li > a:before {
            content: "";
            position: absolute;
            left: 0px;
            bottom: 0px;
            right: 0;
            height: 2px;
            background-color: #0f62fe;
            transition: -webkit-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: right center;
            transform-origin: right center;
            z-index: -1;
        }

    .main-menu .navigation > li > ul > li > ul > li:hover > a:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .main-menu .navigation > li > ul > li > ul > li:hover > a {
        color: #0f62fe letter-spacing: 0.02em;
    }





/** Megamenu Style **/
.main-menu .navigation > li > .megamenu {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    padding: 30px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 100ms ease;
    z-index: 100;
}

    .main-menu .navigation > li > .megamenu:after {
        position: absolute;
        top: -4px;
        left: 0px;
        right: 0;
        height: 3px;
        content: '';
        background: var(--thm-base);
        border-radius: 0px;
        z-index: -1;
    }

    .main-menu .navigation > li > .megamenu .row {
        margin-right: 0px;
        margin-left: 0px;
    }

        .main-menu .navigation > li > .megamenu .row [class*=col-] {
            padding-left: 0px;
            padding-right: 0px;
        }

    .main-menu .navigation > li > .megamenu:before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        content: '';
        background: #ffffff;
        -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
        z-index: -1;
    }

.main-menu .navigation > li.dropdown:hover .megamenu {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation > li > .megamenu li {
    position: relative;
    display: block;
    padding: 5px 30px 5px;
}

    .main-menu .navigation > li > .megamenu li > a {
        position: relative;
        display: inline-block;
        color: var(--thm-black);
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        text-transform: capitalize;
        transition: all 500ms ease;
        font-family: 'Poppins', sans-serif;
    }

        .main-menu .navigation > li > .megamenu li > a:before {
            content: "";
            position: absolute;
            left: 0px;
            bottom: 0px;
            right: 0;
            height: 2px;
            background-color: #0f62fe;
            transition: -webkit-transform 0.4s ease;
            transition: transform 0.4s ease;
            transition: transform 0.4s ease, -webkit-transform 0.4s ease;
            -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: right center;
            transform-origin: right center;
            z-index: -1;
        }

    .main-menu .navigation > li > .megamenu li:hover > a:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .main-menu .navigation > li > .megamenu li:hover > a {
        color: red;
        letter-spacing: 0.02em;
    }





.main-menu .navigation li.dropdown .megamenu li h4 {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    padding: 0 0 8px;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}



.header-right {
    position: relative;
    display: block;
}

.header-right_buttom {
    position: relative;
    display: block;
}

    .header-right_buttom .btns-box {
        position: relative;
        display: block;
        line-height: 0;
    }

        .header-right_buttom .btns-box a {
            padding-left: 25px;
            padding-right: 25px;
        }






/*** 
=====================================================
Main Header style Two Css
=====================================================
***/


.header-style-two {
}

.header-style2 {
    position: relative;
    display: block;
    z-index: 1;
}

    .header-style2 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-style2__left {
    position: relative;
    display: block;
}

    .header-style2__left .main-logo-box {
        position: relative;
        display: block;
    }

        .header-style2__left .main-logo-box a {
            position: relative;
            display: inline-block;
        }


.header-style2__middle {
    display: block;
}

.header-style2__middle-top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-social-link {
    display: block;
}

    .header-social-link ul {
    }

        .header-social-link ul li {
            position: relative;
            display: inline-block;
            float: none;
            margin-right: 10px;
        }

            .header-social-link ul li:last-child {
                margin-right: 0;
            }

            .header-social-link ul li a {
                position: relative;
                display: block;
                height: 40px;
                width: 40px;
                background: rgb(255 255 255);
                border-radius: 5px;
                color: #000;
                font-size: 16px;
                line-height: 40px;
                text-align: center;
                transition: all 200ms linear;
                transition-delay: 0.1s;
                z-index: 1;
            }

                .header-social-link ul li a:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background: var(--thm-base);
                    content: "";
                    border-radius: 5%;
                    z-index: -1;
                    transform: scale(0.0);
                    transform-origin: center;
                    transform-style: preserve-3d;
                    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
                }

            .header-social-link ul li:hover a:before {
                transform: scaleX(1.0);
            }

            .header-social-link ul li:hover a {
                color: #fff;
            }



.header-style2__middle-botton {
    display: block;
}

.main-menu.style2 .navigation > li > a {
    padding: 30px 0px 30px;
}


.header-style2__right {
    position: relative;
    display: block;
}

.header-style2__right-buttom {
    position: relative;
    display: block;
    line-height: 0;
}




/*** 
=====================================================
Main Header style Three Css
=====================================================
***/
.header-style-three {
}

.header-style3 {
    position: relative;
    display: block;
    padding-top: 20px;
    z-index: 1;
}

    .header-style3 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-style3__left {
    position: relative;
    display: block;
}

.header-menu {
    position: relative;
    display: block;
}

    .header-menu ul {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .header-menu ul li {
            position: relative;
            display: block;
            float: left;
            margin-right: 40px;
        }

            .header-menu ul li:last-child {
                margin-right: 0;
            }

            .header-menu ul li a {
                color: #ffffff;
                font-size: 14px;
                font-family: 'Poppins', sans-serif;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .header-menu ul li a:hover {
                    color: #0f62fe
                }


.header-style3__right {
    position: relative;
    display: flex;
    align-items: center;
}

    .header-style3__right .serach-button-style1 {
        margin-right: 30px;
    }



.header-style3-bottom {
    position: relative;
    display: block;
}

    .header-style3-bottom .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        margin-top: 20px;
    }

.header-style3-bottom__left {
    position: relative;
    display: block;
}

.header-social-link ul li a:hover {
    color: #fff !important;
}

.header-style3-bottom__middle {
    display: block;
}

.main-menu.style3 .navigation > li > a {
    padding: 38px 0px 38px;
}


.header-style3-bottom__right {
    position: relative;
    display: block;
}

.header-style3-bottom__right-button {
    position: relative;
    display: block;
    line-height: 0;
}




/*** 
=====================================================
Main Header style Four Css
=====================================================
***/
.header-style-four {
}

.header-style4 {
    position: relative;
    display: block;
}

    .header-style4 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-style4__left {
    position: relative;
    display: block;
}

.main-logo-box-four {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 150px;
}

    .main-logo-box-four a {
        position: relative;
        display: inline-block;
    }

.header-style4__right {
    display: block;
}

.header-style4__right-top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0;
}


.header-style4__right-botton {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 19px;
}

    .header-style4__right-botton .main-menu.style2 .navigation > li > a {
        padding: 18px 0px 18px;
    }

.header-style4__right-bottom-btn {
    position: relative;
    display: block;
    line-height: 0;
    margin-left: 50px;
}




/*** 
=====================================================
Main Header style Five Css
=====================================================
***/
.header-style-five {
    /*background-color: #0f62fe;*/
    background-color: #fff;
    color:#000;
    /* background-image: -moz-linear-gradient(0deg, #b1002ba6  0%, #0f62fe, #0f62febd);
background-image: -webkit-linear-gradient(0deg, #b1002ba6  0%, #0f62fe, #0f62febd);
background-image: -ms-linear-gradient(0deg, #b1002ba6 0%, #0f62fe, #0f62febd); */
}

.header-style-five {
}

.header-style5 {
    position: relative;
    display: block;
}

    .header-style5:before {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        background: #ffffff;
        content: "";
        opacity: 0.20;
    }

    .header-style5 .auto-container {
        max-width: 100%;
        padding: 2px 0;
        padding-right: 5px;
    }


    .header-style5 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }



.header-style5__left {
    position: relative;
    top: 4px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: right;
    flex-wrap: wrap;
    width: 100%;
    height:50px;
}

    .header-style5__left .nav-outer .main-menu {
        display: none !important;
    }



.nav-outer.style5 .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    width: 300px;
    height: 70px;
    /* background-image: -moz-linear-gradient(0deg, #0f62fe) 0%, #0f62fe 40%, #0f62fe 100%);  */
    /* background-image: -webkit-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%); */
    /* background-image: -ms-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%); */
    padding-left: 100px;
}

.nav-outer.style5 .mobile-nav-toggler {
    display: block;
    padding: 0;
}

    .nav-outer.style5 .mobile-nav-toggler .icon-bar {
        position: relative;
        display: block;
        background: #ffffff;
        height: 2px;
        width: 50px;
        margin: 7px 5px;
    }

        .nav-outer.style5 .mobile-nav-toggler .icon-bar.style2 {
            width: 40px;
            transition: all 500ms ease;
        }

    .nav-outer.style5 .mobile-nav-toggler:hover .icon-bar.style2 {
        width: 50px;
    }


.main-logo-box-style5 {
    position: relative;
    display: block;
    margin-right: 10px;
}

    .main-logo-box-style5 a {
        position: relative;
        display: inline-block;
    }


.header-social-link--style5 {
    margin-left: 180px;
}




.header-style5__right {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .header-style5__right .header-menu {
        margin-right: 100px;
    }

    .header-style5__right .serach-button-style1 {
        margin-right: 20px;
    }


.header-style5__right-button {
    position: relative;
    display: block;
    line-height: 0;
}


.mobile-menu.home5 .navigation > li.dropdown > .megamenu .col-xl-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}




/*** 
=====================================================
Main Header style Six Css
=====================================================
***/
.header-style-six {
    position: relative;
}

.header-style6 {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 30px;
}

    .header-style6 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-style6__left {
    position: relative;
    display: block;
}

.main-logo-box-six {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 150px;
    background: var(--thm-base);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .main-logo-box-six a {
        position: relative;
        display: inline-block;
    }


.header-style6__right {
    display: block;
}

.header-style6__right-top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #0f62fe;
    padding: 16px 30px;
    border-bottom-left-radius: 25px;
}

.header-contact-info-style1 {
    position: relative;
    display: block;
    width: 100%;
}

    .header-contact-info-style1 ul {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        .header-contact-info-style1 ul li {
            position: relative;
            display: flex;
            align-items: center;
        }

            .header-contact-info-style1 ul li .icon {
                width: 25px;
                line-height: 20px;
            }

                .header-contact-info-style1 ul li .icon span::before {
                    position: relative;
                    top: 1px;
                    color: #ffffff;
                    font-size: 18px;
                    line-height: 18px;
                }

            .header-contact-info-style1 ul li p {
                color: #ffffff;
                margin: 0;
            }

                .header-contact-info-style1 ul li p a {
                    color: #ffffff;
                    transition: all 500ms ease;
                }

                    .header-contact-info-style1 ul li p a:hover {
                        color: var(--thm-black);
                    }


.header-style6__right-botton {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0px;
}

.main-menu.style6 .navigation > li > a {
    color: #001b35;
    padding: 33px 0px 33px;
}

    .main-menu.style6 .navigation > li > a span:before {
        top: auto;
        left: 0;
        bottom: auto;
        right: 0;
        background-image: none;
        transform: scaleX(0.0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        background-color: #0f62fe height: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 9px 0;
    }

.main-menu.style6 .navigation > li:hover > a span:before,
.main-menu.style6 .navigation > li.current > a span:before {
    transform: scaleX(1.0);
}

.header-style6__right-bottom-btn {
    position: relative;
    display: block;
    line-height: 0;
    margin-left: 50px;
}



/*** 
=====================================================
Main Header style Seven Css
=====================================================
***/
.header-style-seven {
    position: relative;
}

.header-style7 {
    position: relative;
    display: block;
    background: #ffffff;
}

    .header-style7 .auto-container {
        max-width: 1920px;
        padding: 0 20px;
    }

    .header-style7 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

.header-style7__left {
    position: relative;
    display: flex;
    align-items: center;
}

.main-logo-box-seven {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 150px;
    background: var(--thm-base);
    padding-right: 50px;
}

    .main-logo-box-seven a {
        position: relative;
        display: inline-block;
    }


.header-style7__left-button {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 150px;
    background: #ffffff;
    z-index: 2;
}

    .header-style7__left-button::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        bottom: 0;
        width: 50%;
        z-index: -1;
        background: #ffffff;
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
    }

    .header-style7__left-button::after {
        content: "";
        position: absolute;
        top: 0;
        right: -20px;
        bottom: 0;
        width: 50%;
        z-index: -1;
        background: #ffffff;
        clip-path: polygon(90% 0, 0 0, 0 100%, 90% 100%, 100% 50%);
    }



    .header-style7__left-button img {
        width: auto;
        margin: 0 0 20px;
    }

    .header-style7__left-button a {
        position: relative;
        display: inline-block;
        line-height: 20px;
        color: #0f62fe;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    }

        .header-style7__left-button a:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            height: 1px;
            background: var(--thm-base);
        }



.header-style7__middle {
    position: relative;
    display: block;
}

.header-style7__middle-top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 18px 0 17px;
    padding-left: 100px;
    z-index: 1;
}

    .header-style7__middle-top:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: -100px;
        background: var(--thm-base);
        z-index: -1;
    }

.header-review-box {
    position: relative;
    display: flex;
    align-items: center;
}

    .header-review-box .review-box {
        padding: 0 10px;
    }

    .header-review-box h5 {
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
    }

.header-style7__middle-top__btn {
    position: relative;
    display: block;
    line-height: 0;
}



.header-style7__middle-botton {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 100px;
    z-index: 1;
}

    .header-style7__middle-botton:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: -100px;
        background: #2c2c2c;
        z-index: -1;
    }

    .header-style7__middle-botton .nav-outer {
        display: block;
    }


.main-menu.style7 .navigation > li + li {
    margin-right: 20px;
}

.main-menu.style7 .navigation > li:last-child {
    margin-right: 0;
}

.main-menu.style7 .navigation > li > a {
    color: #ffffff;
    padding: 25px 0px 26px;
}

.main-menu.style7 .navigation > li:hover > a,
.main-menu.style7 .navigation > li.current > a {
    color: #0f62fe
}

.main-menu.style7 .navigation > li > a span:before {
    top: auto;
    left: 0;
    bottom: auto;
    right: 0;
    background-image: none;
    transform: scaleX(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    background-color: #0f62fe height: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 9px 0;
}

.main-menu.style7 .navigation > li:hover > a span:before,
.main-menu.style7 .navigation > li.current > a span:before {
    transform: scaleX(1.0);
}

.sticky-header .main-menu.style7 .navigation > li > a {
    color: var(--thm-black);
    padding: 18px 0px 18px;
}



.header-style7__middle-bottom-btn {
    position: relative;
    display: block;
    line-height: 0;
    margin-left: 50px;
}



.header-style7__right {
    position: relative;
    display: block;
    margin-left: auto;
}

.header-contact-info-box2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 385px;
    height: 150px;
    background: #262525;
    z-index: 2;
}

    .header-contact-info-box2 p {
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 9px;
    }

        .header-contact-info-box2 p span {
            color: #0f62fe;
        }

    .header-contact-info-box2 .bottom {
        position: relative;
        display: flex;
        align-items: center;
    }

        .header-contact-info-box2 .bottom .icon {
            width: 40px;
        }

            .header-contact-info-box2 .bottom .icon span::before {
                position: relative;
                display: block;
                top: 2px;
                color: #ffffff;
                font-size: 40px;
                line-height: 40px;
            }

        .header-contact-info-box2 .bottom h2 {
            position: relative;
            display: block;
            padding-left: 10px;
            font-size: 24px;
            font-weight: 700;
        }

            .header-contact-info-box2 .bottom h2 a {
                color: #ffffff;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .header-contact-info-box2 .bottom h2 a:hover {
                    color: #0f62fe
                }




/*** 
=====================================================
Main Header style Eight Css
=====================================================
***/
.header-style-eight {
    position: relative;
}

.sticky-header .main-menu.style8 .navigation > li > a {
    color: var(--thm-black);
    padding: 38px 0px 38px;
}

.sticky-header .main-menu.style8 .navigation > li:hover > a,
.sticky-header .main-menu.style8 .navigation > li.current > a {
    color: #0f62fe
}

.header-top-style8 {
    position: relative;
    display: block;
    background-color: rgba(var(--thm-base-rgb), .08);
    padding: 10px 0;
}

    .header-top-style8 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-top-style8__left {
    position: relative;
    display: block;
}



.header-contact-info-style2 {
    position: relative;
    display: block;
    width: auto;
}

    .header-contact-info-style2 ul li + li {
        margin-left: 30px;
    }

    .header-contact-info-style2 ul li .icon span::before {
        color: #0f62fe
    }

    .header-contact-info-style2 ul li p {
        color: var(--thm-black);
    }

        .header-contact-info-style2 ul li p a {
            color: var(--thm-black);
        }

            .header-contact-info-style2 ul li p a:hover {
                color: #0f62fe
            }



.header-top-style8__right {
    position: relative;
    display: block;
    min-height: 30px;
    width: 120px;
}

/** Language Switcher Css **/
.language-switcher {
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 30px;
    background: transparent;
    display: block;
    padding: 0px 0px;
    border-radius: 0;
}

#polyglotLanguageSwitcher {
}

    #polyglotLanguageSwitcher,
    #polyglotLanguageSwitcher * {
        margin: 0;
        padding: 3px 0px 4px;
        outline: none;
    }

        #polyglotLanguageSwitcher ul {
            list-style: none;
        }

#polyglotLanguageSwitcher {
    color: #fff !important;
    line-height: normal;
    position: relative;
    /* sets the initial position for the drop-down menu */
}

    #polyglotLanguageSwitcher form {
        display: none;
    }

    /* ---------------------------------------------------------------------- */
    /* JS-created Code
/* ---------------------------------------------------------------------- */
    #polyglotLanguageSwitcher a {
        text-decoration: none;
        display: block;
        padding: 2px 0px 2px 0;
        padding-left: 30px;
        background-repeat: no-repeat;
        background-position: 0px center;
        color: var(--thm-black);
        font-size: 14px;
        text-transform: capitalize;
        font-family: 'Poppins', sans-serif;
        transition: all 500ms ease;
    }


        #polyglotLanguageSwitcher a.current:link,
        #polyglotLanguageSwitcher a.current:visited,
        #polyglotLanguageSwitcher a.current:active {
            position: relative;
            /* sets the initial position for the trigger arrow */
        }



        #polyglotLanguageSwitcher a.active {
            /* This style is applied as long as the drop-down menu is visible. */
            border-bottom: none !important;
            border-radius: 3px 3px 0 0 !important;
        }

    #polyglotLanguageSwitcher span.trigger {
        display: block;
        position: absolute;
        top: 2px;
        right: 32px;
    }

        #polyglotLanguageSwitcher span.trigger:before {
            content: '\f107';
            font-family: FontAwesome;
            position: absolute;
            color: #020e28;
            font-size: 16px;
            top: 0px;
            right: -32px;
        }



    #polyglotLanguageSwitcher a.current:hover span.trigger,
    #polyglotLanguageSwitcher a.current:active span.trigger,
    #polyglotLanguageSwitcher a.active span.trigger {
        background-position: left bottom !important;
    }



    /* Drop-Down Menu */
    #polyglotLanguageSwitcher ul.dropdown {
        display: none;
        position: absolute;
        top: 40px;
        left: 0px;
        border-top: none !important;
        border-radius: 0;
        background: var(--thm-black);
        width: 110px;
        padding: 0;
        z-index: 9999999;
    }

        #polyglotLanguageSwitcher ul.dropdown li {
            width: 100%;
            padding: 2px 5px;
            display: block;
            border-top: 1px solid #001427;
            border-bottom: 1px solid #002141;
            transition: all 0.2s ease-in-out;
        }

            #polyglotLanguageSwitcher ul.dropdown li:first-child {
                border-top: none;
            }

            #polyglotLanguageSwitcher ul.dropdown li:last-child {
                border-bottom: none;
            }

            #polyglotLanguageSwitcher ul.dropdown li a {
                width: 100%;
                color: #ffffff;
            }

            #polyglotLanguageSwitcher ul.dropdown li:after {
                display: none !important;
            }

            #polyglotLanguageSwitcher ul.dropdown li:hover a {
                color: #ddd;
            }

#en {
    background-image: url(../../images/icon/language-switcher/gb.png);
}

#fr {
    background-image: url(../../images/icon/language-switcher/fr.png);
}

#de {
    background-image: url(../../images/icon/language-switcher/de.png);
}

#it {
    background-image: url(../../images/icon/language-switcher/it.png);
}

#es {
    background-image: url(../../images/icon/language-switcher/es.png);
}



.header-style8 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 27px 0;
}

    .header-style8 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-style8__left {
    position: relative;
    display: block;
}

.main-logo-box-eight {
    position: relative;
    display: block;
}

    .main-logo-box-eight a {
        position: relative;
        display: inline-block;
    }



.header-style8__middle {
    position: relative;
    display: block;
}

.opening-hours-box-style1 {
    position: relative;
    display: flex;
    align-items: center;
}

    .opening-hours-box-style1 .icon {
        position: relative;
        display: block;
        width: 40px;
    }

        .opening-hours-box-style1 .icon span::before {
            position: relative;
            display: inline-block;
            color: var(--thm-black);
            font-size: 30px;
            line-height: 30px;
        }

    .opening-hours-box-style1 .text {
        position: relative;
        display: block;
    }

        .opening-hours-box-style1 .text h5 {
            font-size: 16px;
            line-height: 20px;
            text-transform: uppercase;
        }

            .opening-hours-box-style1 .text h5 span {
                color: #0f62fe;
                font-size: 24px;
                font-style: italic;
                text-transform: capitalize;
                font-family: 'Exo', sans-serif;
            }


.header-style8__right {
    position: relative;
    display: block;
}

.quote-button-box-style8 {
    position: relative;
    display: flex;
    align-items: center;
}

    .quote-button-box-style8 .icon {
        position: relative;
        display: block;
        width: 55px;
    }

        .quote-button-box-style8 .icon span::before {
            position: relative;
            display: inline-block;
            color: var(--thm-black);
            font-size: 35px;
            line-height: 35px;
            top: 3px;
        }

    .quote-button-box-style8 .text {
        position: relative;
        display: block;
    }

        .quote-button-box-style8 .text p {
            line-height: 20px;
            margin: 0 0 6px;
        }

        .quote-button-box-style8 .text h5 {
            font-size: 16px;
            line-height: 20px;
            text-transform: uppercase;
        }

            .quote-button-box-style8 .text h5 a {
                color: var(--thm-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .quote-button-box-style8 .text h5 a:hover {
                    color: #0f62fe
                }



.header-bottom-style8 {
    position: relative;
    display: block;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
}

    .header-bottom-style8 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-bottom-style8__left {
    display: block;
}


.main-menu.style8 .navigation > li > a {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 22px;
    padding: 38px 0px 38px;
}

    .main-menu.style8 .navigation > li > a span:before {
        background-image: none;
        background-color: #0f62fe
    }

.main-menu.style8 .navigation > li:hover > a,
.main-menu.style8 .navigation > li.current > a {
    color: #fff;
}



.header-bottom-style8__right {
    position: relative;
    display: block;
    line-height: 0;
}

.header-bottom-style8__right-btn {
    position: relative;
    display: block;
}

    .header-bottom-style8__right-btn .btn-one {
        color: #ffffff;
    }

        .header-bottom-style8__right-btn .btn-one .bg.bg--white {
            background-color: #0f62fe
        }

        .header-bottom-style8__right-btn .btn-one.style3 .arrow:before {
            color: var(--thm-black);
        }

        .header-bottom-style8__right-btn .btn-one.style3 .arrow:after {
            background-color: #ffffff;
            background-image: none;
            display: block;
        }



/*** 
=====================================================
Main Header style Nine Css
=====================================================
***/
.header-style-nine {
    position: relative;
}

.sticky-header .main-menu.style9 .navigation > li > a {
    color: var(--thm-black);
    padding: 38px 0px 38px;
}

.sticky-header .main-menu.style9 .navigation > li:hover > a,
.sticky-header .main-menu.style9 .navigation > li.current > a {
    color: #0f62fe
}

.header-top-style9 {
    position: relative;
    display: block;
    background-color: #0f62fe padding: 10px 0;
    z-index: 1;
}

.header-top-style9-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: center center;
    opacity: 0.05;
    z-index: -1;
    -webkit-animation: bgSlideReverse 20s linear infinite;
    animation: bgSlideReverse 20s linear infinite;
}

.header-top-style9 .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-top-style9__left {
    position: relative;
    display: block;
}


.header-contact-info-style3 {
    position: relative;
    display: block;
    width: auto;
}

    .header-contact-info-style3 ul li + li {
        margin-left: 50px;
    }

    .header-contact-info-style3 ul li .icon span::before {
        color: #fff;
    }

    .header-contact-info-style3 ul li p {
        color: #ffffff;
    }

        .header-contact-info-style3 ul li p span {
            color: #ebcb3b;
            text-transform: uppercase;
        }

        .header-contact-info-style3 ul li p:hover {
            color: var(--thm-black);
        }



.header-top-style9__right {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 130px;
}

.language-switcher.style2 {
    top: 5px;
}

#polyglotLanguageSwitcher.style2 a {
    color: #fff;
}

#polyglotLanguageSwitcher.style2 span.trigger:before {
    color: #ffffff;
}



.header-style9 {
    position: relative;
    display: block;
    background: #ffffff;
}

    .header-style9 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-style9__left {
    position: relative;
    display: block;
}

.main-logo-box-nine {
    position: relative;
    display: block;
}

    .main-logo-box-nine a {
        position: relative;
        display: inline-block;
    }



.header-style9__middle {
    display: block;
}

.main-menu.style9 .navigation > li > a {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 22px;
    padding: 38px 0px 38px;
}

    .main-menu.style9 .navigation > li > a span:before {
        background-image: none;
        background-color: #0f62fe
    }

.main-menu.style9 .navigation > li:hover > a,
.main-menu.style9 .navigation > li.current > a {
    color: #fff;
}

.header-style9__right {
    position: relative;
    display: block;
}



/*** 
=====================================================
Main Header style Ten Css
=====================================================
***/
.header-style-ten {
}

.sticky-header .main-menu.style10 .navigation > li > a {
    padding: 38px 0px 38px;
}


.header-style10 {
    position: relative;
    display: block;
}

    .header-style10 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-style10__left {
    position: relative;
    display: block;
}

.main-logo-box-ten {
    position: relative;
    display: block;
}

    .main-logo-box-ten a {
        position: relative;
        display: inline-block;
    }



.header-style10__middle {
    display: block;
}

.main-menu.style10 .navigation > li > a {
    color: #001b35;
    padding: 43px 0px 43px;
}

    .main-menu.style10 .navigation > li > a span:before {
        top: auto;
        left: 0;
        bottom: auto;
        right: 0;
        background-image: none;
        transform: scaleX(0.0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        background-color: #0f62fe;
        height: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 9px 0;
    }

.main-menu.style10 .navigation > li:hover > a span:before,
.main-menu.style10 .navigation > li.current > a span:before {
    transform: scaleX(1.0);
}

.main-menu.style10 .navigation > li > .megamenu li > a {
    color: var(--thm-black);
}

.main-menu.style10 .navigation > li > .megamenu li:hover > a {
    color: #0f62fe
}

.main-menu.style10 .navigation > li > ul > li > a {
    color: var(--thm-black);
}

.main-menu.style10 .navigation > li > ul > li:hover > a {
    color: #0f62fe
}

.main-menu.style10 .navigation > li > ul > li > ul > li > a {
    color: var(--thm-black);
}

.main-menu.style10 .navigation > li > ul > li > ul > li:hover > a {
    color: #0f62fe
}





.header-style10__right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-video-button {
    position: relative;
    display: flex;
    align-items: center;
}

    .header-video-button a {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        background: var(--thm-base);
        border-radius: 50%;
    }

        .header-video-button a span:before {
            position: relative;
            display: block;
            color: var(--thm-black);
            font-size: 16px;
            line-height: 40px;
            text-align: center;
        }

    .header-video-button p {
        color: var(--thm-black);
        text-transform: uppercase;
        margin: 0;
        margin-left: 10px;
    }


.side-content-button {
    position: relative;
    width: 40px;
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 70px;
}

    .side-content-button a {
        position: relative;
        display: block;
        line-height: 0;
    }

        .side-content-button a .inner {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            justify-content: flex-end;
            flex-wrap: wrap;
        }

    .side-content-button .icon-bar {
        position: relative;
        display: block;
        background: var(--thm-black);
        width: 40px;
        height: 1px;
        margin: 4px 0px;
    }

        .side-content-button .icon-bar.style2 {
            width: 25px;
            transition: all 500ms ease;
        }

    .side-content-button:hover .icon-bar.style2 {
        width: 40px;
    }



/*** 
=====================================================
Main Header style11 Css
=====================================================
***/
.header-style-style11 {
    top: 30px;
    left: 30px;
    right: 30px;
    width: auto;
}

.sticky-header .main-menu.style11 .navigation > li > a {
    padding: 38px 0px 38px;
}



.header-style11 {
    position: relative;
    display: block;
    margin-top: 30px;
}

    .header-style11 .auto-container {
        max-width: 1550px;
    }

    .header-style11 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        background: #ffffff;
        padding: 0 50px;
    }

.header-style11__left {
    position: relative;
    display: block;
}

.main-logo-box-11 {
    position: relative;
    display: block;
}

    .main-logo-box-11 a {
        position: relative;
        display: inline-block;
    }



.header-style11__middle {
    display: block;
}


.main-menu.style11 .navigation > li > a {
    color: #001b35;
    padding: 33px 0px 33px;
}

    .main-menu.style11 .navigation > li > a span:before {
        top: auto;
        left: 0;
        bottom: auto;
        right: 0;
        background-image: none;
        transform: scaleX(0.0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        background-color: #0f62fe;
        height: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 9px 0;
    }

.main-menu.style11 .navigation > li:hover > a span:before,
.main-menu.style11 .navigation > li.current > a span:before {
    transform: scaleX(1.0);
}



.header-style11__right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-style11__right-btn {
    position: relative;
    display: block;
    line-height: 0;
    margin-left: 90px;
}

    .header-style11__right-btn a {
    }




/*** 
=====================================================
Main Header style12 Css
=====================================================
***/
.header-style-12 {
    position: relative;
}

.header-top-style12 {
    position: relative;
    display: block;
    background-color: #0f62fe;
    padding: 11px 0;
}

    .header-top-style12 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-top-style12__left {
    position: relative;
    display: block;
}

    .header-top-style12__left .header-contact-info-style2 ul li p {
        color: #fff;
    }

        .header-top-style12__left .header-contact-info-style2 ul li p a {
            color: #fff;
        }

            .header-top-style12__left .header-contact-info-style2 ul li p a:hover {
                color: var(--thm-black);
            }

    .header-top-style12__left .header-contact-info-style2 ul li .icon span::before {
        color: #fff;
    }


.header-top-style12__right {
    position: relative;
    display: block;
}


.top-menu-box {
    position: relative;
    display: block;
}

    .top-menu-box ul {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .top-menu-box ul li {
            position: relative;
            display: block;
            float: left;
            margin-right: 25px;
        }

            .top-menu-box ul li:last-child {
                margin-right: 0;
            }

            .top-menu-box ul li a {
                color: #fff;
                text-transform: uppercase;
                transition: all 500ms ease;
            }

                .top-menu-box ul li a:hover {
                    color: #b6eeb3;
                    text-decoration: underline;
                }



.header-style12 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 27px 0;
}

    .header-style12 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-style12__left {
    position: relative;
    display: block;
}

.main-logo-box-style12 {
    position: relative;
    display: block;
}

    .main-logo-box-style12 a {
        position: relative;
        display: inline-block;
    }


.header-style12__middle {
    position: relative;
    display: block;
}

    .header-style12__middle .opening-hours-box-style1 .text h5 {
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
    }

        .header-style12__middle .opening-hours-box-style1 .text h5 span {
            color: #0f62fe;
            font-size: 14px;
            font-style: normal;
            text-transform: unset;
            font-family: 'Poppins', sans-serif;
        }

.header-style12__right {
    position: relative;
    display: block;
}


.header-bottom-style12 {
    position: relative;
    display: block;
    background: #ffffff;
    border-top: 1px solid #e9e9e9;
}

    .header-bottom-style12 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-bottom-style12__left {
    display: block;
}



.header-bottom-style12__right {
    position: relative;
    display: block;
}

.header-bottom-style12__right-btn {
    position: relative;
    display: block;
    line-height: 0;
}

    .header-bottom-style12__right-btn .btn-one.style3 {
        color: #ffffff;
        line-height: 100px;
        border-radius: 0;
    }

        .header-bottom-style12__right-btn .btn-one.style3 .txt {
            line-height: 100px;
        }

    .header-bottom-style12__right-btn .btn-one .bg.bg--white {
        background-color: #0f62fe
    }

    .header-bottom-style12__right-btn .btn-one.style3 .arrow:before {
        color: var(--thm-black);
    }

    .header-bottom-style12__right-btn .btn-one.style3 .arrow:after {
        background-color: #ffffff;
        background-image: none;
        display: block;
    }



/*** 
=====================================================
Main Header style 13 Css
=====================================================
***/
.header-style-13 {
}

.sticky-header .main-menu.style10 .navigation > li > a {
    padding: 38px 0px 38px;
}


.header-style13 {
    position: relative;
    display: block;
    padding-top: 22px;
}

    .header-style13 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-style13__left {
    position: relative;
    display: block;
}

.main-logo-box-13 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 65px;
    background: #ffffff;
    border-radius: 5px;
}

    .main-logo-box-13 a {
        position: relative;
        display: inline-block;
    }



.header-style13__middle {
    display: block;
}

    .header-style13__middle .main-menu.style8 .navigation > li > a {
        color: #fff;
    }


.header-style13__right {
    position: relative;
    display: flex;
    align-items: center;
}

.header-style13__right-btn {
    position: relative;
    display: block;
    line-height: 0;
}



/*** 
=====================================================
Main Header style 15 Css
=====================================================
***/
.header-style-15 {
    position: relative;
}

.header-style15 {
    position: relative;
    display: block;
    background: #ffffff;
}

    .header-style15 .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.header-style15__left {
    position: relative;
    display: block;
}

.main-logo-box-15 {
    position: relative;
    display: block;
}

    .main-logo-box-15 a {
        position: relative;
        display: inline-block;
    }



.header-style15__middle {
    display: block;
}

    .header-style15__middle .main-menu.style8 .navigation > li > a {
        color: #001b35;
    }



.header-style15__right {
    position: relative;
    display: block;
}

.login-register-box {
    position: relative;
    display: block;
}

    .login-register-box ul {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .login-register-box ul li {
            position: relative;
            display: inline-block;
            float: left;
            padding-right: 10px;
            margin-right: 10px;
        }

            .login-register-box ul li:before {
                content: "";
                position: absolute;
                top: 7px;
                right: 0;
                bottom: 7px;
                width: 1px;
                background: var(--thm-black);
                transform: rotate(10deg);
                opacity: 0.50;
            }

            .login-register-box ul li:last-child:before {
                display: none;
            }

            .login-register-box ul li:last-child {
                margin-right: 0;
                padding-right: 0;
            }

            .login-register-box ul li a {
                color: var(--thm-black);
                font-size: 16px;
                line-height: 24px;
                text-transform: capitalize;
            }

                .login-register-box ul li a:hover {
                    color: #0f62fe
                }




.main-header-style16 .header-menu ul li a {
    color: var(--thm-black);
}

    .main-header-style16 .header-menu ul li a:hover {
        color: #0f62fe
    }

.main-header-style16 .serach-button-style1 .search-toggler {
    background-color: rgba(var(--thm-black-rgb), .10);
    color: var(--thm-black);
}

.main-header-style16 .header-social-link ul li a {
    background-color: rgba(var(--thm-black-rgb), .10);
    color: var(--thm-black);
}

    .main-header-style16 .header-social-link ul li a:hover {
        color: #ffffff;
    }

.main-header-style16 .main-menu.style3 .navigation > li > a {
    color: var(--thm-black);
}

.main-header-style16 .header-style3-bottom .outer-box {
    border-top: 1px solid rgba(var(--thm-black-rgb), .10);
}







.header-style-five .mobile-menu .navigation li h4 {
    display: none;
}

.mobile-menu .navigation > li.dropdown > .megamenu .col-xl-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
/* header-section.css end */






/* banner-section.css start */
/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    z-index: 10;
}

    .main-slider.style1 {
        position: relative;
        display: block;
        padding: 110px 0 0px;
        background-color: #ffffff;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
    }

    .main-slider .slide {
        position: relative;
        display: block;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .main-slider .slide .image-layer {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center bottom;
            background-size: cover;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all 7s linear;
            -moz-transition: all 7s linear;
            -ms-transition: all 7s linear;
            -o-transition: all 7s linear;
            transition: all 7s linear;
            z-index: 1;
        }

    /*.main-slider .active .slide .image-layer {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }*/

    .main-slider .slide .image-layer:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }

    .main-slider.style1 .slide .image-layer:before {
        display: none;
    }


    .main-slider .content {
        position: relative;
        z-index: 11;
    }

    .main-slider .auto-container {
        position: relative;
    }



    /*.main-slider.style1 .active .slide .image-layer {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }*/

    .main-slider.style1 .slide {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .main-slider.style1 .content {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 200px;
        padding-bottom: 327px;
    }

    .main-slider.style1 .sub-title {
        position: relative;
        display: block;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
        transform: perspective(400px) rotateY(0deg) translateY(-80px);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
        z-index: 10;
    }

    .main-slider.style1 .active .sub-title {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
        transform: perspective(400px) rotateY(0deg) translateY(0px);
        -webkit-transition-delay: 1500ms;
        -moz-transition-delay: 1500ms;
        -ms-transition-delay: 1500ms;
        -o-transition-delay: 1500ms;
        transition-delay: 1500ms;
    }

    .main-slider.style1 .sub-title h3 {
        color: red;
        font-size: 24px;
        line-height: 34px;
        font-style: italic;
        text-transform: none;
        letter-spacing: 0.2em;
    }

    .main-slider.style1 .content .big-title {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 22px;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(20deg) translateY(80px);
        -ms-transform: perspective(400px) rotateY(20deg) translateY(80px);
        transform: perspective(400px) rotateY(20deg) translateY(80px);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        z-index: 10;
    }

    .main-slider.style1 .active .content .big-title {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
        transform: perspective(400px) rotateY(0deg) translateY(0px);
        -webkit-transition-delay: 1000ms;
        -moz-transition-delay: 1000ms;
        -ms-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

    .main-slider.style1 .content .big-title h2 {
        color: #ffffff;
        font-size: 92px;
        line-height: 1.20em;
        text-transform: none;
        -webkit-animation: animation1 5s ease-in infinite;
        animation: animation1 5s ease-in infinite;
    }

        .main-slider.style1 .content .big-title h2 span {
        }

            .main-slider.style1 .content .big-title h2 span.thm-color {
                color: red
            }

            .main-slider.style1 .content .big-title h2 span.color-white {
                color: #ffffff;
            }

    .main-slider.style1 .content .slide1-shape-box {
        position: absolute;
        top: 105px;
        right: -180px;
        opacity: 0;
        -webkit-transform: perspective(400px) translateX(320px) scale(0.2);
        -ms-transform: perspective(400px) translateX(320px) scale(0.2);
        transform: perspective(400px) translateX(320px) scale(0.2);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        z-index: 1;
    }


    .main-slider.style1 .active .content .slide1-shape-box {
        opacity: 1;
        -webkit-transform: perspective(400px) translateX(0px) scale(1.0);
        -ms-transform: perspective(400px) translateX(0px) scale(1.0);
        transform: perspective(400px) translateX(0px) scale(1.0);
        -webkit-transition-delay: 2000ms;
        -moz-transition-delay: 2000ms;
        -ms-transition-delay: 2000ms;
        -o-transition-delay: 2000ms;
        transition-delay: 2000ms;
    }










    .main-slider .content .text {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        margin-bottom: 53px;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
        transform: perspective(400px) rotateY(0deg) translateY(120px);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        z-index: 10;
    }

    .main-slider .active .content .text {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
        transform: perspective(400px) rotateY(0deg) translateY(0px);
        -webkit-transition-delay: 1500ms;
        -moz-transition-delay: 1500ms;
        -ms-transition-delay: 1500ms;
        -o-transition-delay: 1500ms;
        transition-delay: 1500ms;
    }

    .main-slider .content .text ul {
        position: relative;
        display: block;
        overflow: hidden;
    }


    .main-slider .content .btns-box {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        line-height: 0;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
        transform: perspective(400px) rotateY(0deg) translateY(80px);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
        z-index: 10;
    }

    .main-slider .active .content .btns-box {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
        transform: perspective(400px) rotateY(0deg) translateY(0px);
        -webkit-transition-delay: 2000ms;
        -moz-transition-delay: 2000ms;
        -ms-transition-delay: 2000ms;
        -o-transition-delay: 2000ms;
        transition-delay: 2000ms;
    }




    /*==============================================
 Main Slider Nav Style
===============================================*/

    .main-slider .owl-theme .owl-nav {
        position: absolute;
        top: 50%;
        left: 0px;
        right: 0px;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
        transform-origin: bottom;
        transform-style: preserve-3d;
        line-height: 0;
        height: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        opacity: 0;
        transform: scaleX(1.0) translateX(0px);
        z-index: 3;
    }

    .main-slider:hover .owl-theme .owl-nav {
        opacity: 1;
        left: 40px;
        right: 40px;
        transform: scaleX(1.0) translateX(0px);
    }

    .main-slider .owl-theme .owl-prev span,
    .main-slider .owl-theme .owl-next span {
        display: block;
    }

    .main-slider .owl-theme .owl-nav .owl-prev,
    .main-slider .owl-theme .owl-nav .owl-next {
        position: relative;
        display: block;
        height: 70px;
        width: 70px;
        background: transparent;
        border: 2px solid var(--thm-base);
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
        font-size: 25px;
        line-height: 66px;
        opacity: 1;
        margin: 0;
        padding: 0;
        transform: translateY(0px);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .main-slider .owl-theme .owl-nav .owl-prev:before {
            position: absolute;
            top: -2px;
            left: -2px;
            bottom: -2px;
            right: -2px;
            background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            content: "";
            border-radius: 50%;
            z-index: -1;
            transform: scale(0);
            transform-origin: center;
            transform-style: preserve-3d;
            transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        }

        .main-slider .owl-theme .owl-nav .owl-prev:hover:before {
            transform: scale(1.0);
        }

    .main-slider .owl-theme .owl-prev span:before {
        transition: all 100ms ease;
    }

    .main-slider .owl-theme .owl-prev span:after {
        content: "";
        position: absolute;
        top: 0;
        left: 6px;
        bottom: 0;
        right: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
        margin: 21px;
        z-index: -1;
        transition: all 500ms ease, background-image ease-in 2ms;
    }

    .main-slider .owl-theme .owl-prev:hover span:after {
        background: linear-gradient(rgba(255, 255, 255, .95), rgba(255, 255, 255, 1.0));
    }


    .main-slider .owl-theme .owl-nav .owl-prev {
        transform: rotate(180deg);
    }

    .main-slider .owl-theme .owl-nav .owl-next {
        transform: rotate(0deg);
    }

        .main-slider .owl-theme .owl-nav .owl-prev:hover,
        .main-slider .owl-theme .owl-nav .owl-next:hover {
            color: var(--thm-black);
        }

        .main-slider .owl-theme .owl-nav .owl-next:before {
            position: absolute;
            top: -2px;
            left: -2px;
            bottom: -2px;
            right: -2px;
            background-image: -moz-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
            background-image: -webkit-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
            background-image: -ms-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
            content: "";
            border-radius: 50%;
            z-index: -1;
            transform: scale(0);
            transform-origin: center;
            transform-style: preserve-3d;
            transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        }

        .main-slider .owl-theme .owl-nav .owl-next:hover:before {
            transform: scale(1.0);
        }

    .main-slider .owl-theme .owl-next span:after {
        content: "";
        position: absolute;
        top: 0;
        left: 6px;
        bottom: 0;
        right: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-image: -moz-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        background-image: -webkit-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        background-image: -ms-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        margin: 21px;
        z-index: -1;
        transition: all 500ms ease, background-image ease-in 2ms;
    }

    .main-slider .owl-theme .owl-next:hover span:after {
        background: #ffffff;
    }

    .main-slider .owl-theme .owl-next span:before {
        position: relative;
        top: 1px;
    }

.banner-carousel .owl-dots {
    display: block;
}





/*==============================================
 Main Slider Dot Style
===============================================*/
.main-slider .banner-carousel.owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    right: 70px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transform: scaleX(1.0) translateX(0px);
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    display: none;
}

    .main-slider .banner-carousel.owl-carousel .owl-dots:before {
        content: "";
        position: absolute;
        top: auto;
        left: 6px;
        bottom: auto;
        width: 3px;
        height: 95px;
        background: #262626;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.main-slider:hover .banner-carousel.owl-carousel .owl-dots {
    opacity: 1;
    transform: scaleX(1.0) translateX(0px);
}

.main-slider .banner-carousel.owl-carousel button.owl-dot {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    background: #262626;
    float: none;
    border-radius: 50%;
    margin: 20px 0px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

    .main-slider .banner-carousel.owl-carousel button.owl-dot.active:before {
        transform: scaleX(1.0);
    }

    .main-slider .banner-carousel.owl-carousel button.owl-dot.active {
        background-image: -moz-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        background-image: -webkit-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        background-image: -ms-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
    }



.main-slider.style1 .owl-theme .owl-nav {
    top: 45%;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    justify-content: flex-end;
}

    .main-slider.style1 .owl-theme .owl-nav .owl-prev {
        margin-right: 10px;
    }




/*** 
=====================================================
Main Slider style2 style
=====================================================
***/
.main-slider.style1--instyle2 {
    position: relative;
    display: block;
    padding: 0;
}

    .main-slider.style1--instyle2 .content {
        padding-top: 310px;
        padding-bottom: 180px;
    }

    .main-slider.style1--instyle2 .slide .image-layer {
        background-color: #001c32;
        background-blend-mode: luminosity;
        transition: transform 7000ms ease, opacity 1500ms ease-in;
    }

        .main-slider.style1--instyle2 .slide .image-layer:before {
            background-color: rgba(0, 28, 50, 0.80);
            display: block;
        }

    .main-slider.style1--instyle2 .active .slide .image-layer {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }


    .main-slider.style1--instyle2 .content .btns-box {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 47px;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
        transform: perspective(400px) rotateY(0deg) translateY(80px);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
    }

    .main-slider.style1--instyle2 .active .content .btns-box {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
        transform: perspective(400px) rotateY(0deg) translateY(0px);
        -webkit-transition-delay: 1500ms;
        -moz-transition-delay: 1500ms;
        -ms-transition-delay: 1500ms;
        -o-transition-delay: 1500ms;
        transition-delay: 1500ms;
    }

    .main-slider.style1--instyle2 .content .btns-box a {
        padding-left: 25px;
        padding-right: 25px;
        margin-right: 16px;
    }


.main-slider.style1.style1--instyle2 .owl-theme .owl-nav {
    top: 50%;
}




/*** 
=====================================================
Main Slider style3 style
=====================================================
***/
.main-slider.style1--instyle3 {
    position: relative;
    display: block;
    padding: 0;
}

    .main-slider.style1--instyle3 .content {
        padding-top: 355px;
        padding-bottom: 200px;
        overflow: hidden;
    }

    .main-slider.style1--instyle3 .slide .image-layer {
        background-color: #bdbdbd;
        background-blend-mode: normal;
        transition: transform 7000ms ease, opacity 1500ms ease-in;
    }

        .main-slider.style1--instyle3 .slide .image-layer:before {
            background-color: rgba(0, 0, 0, 0.70);
            display: block;
        }

    .main-slider.style1--instyle3 .active .slide .image-layer {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }


    .main-slider.style1--instyle3 .content .big-title {
        margin-top: 32px;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transform: perspective(400px) rotateY(0deg) translateX(-100%);
        -ms-transform: perspective(400px) rotateY(0deg) translateX(-100%);
        transform: perspective(400px) rotateY(0deg) translateX(-100%);
    }




        .main-slider.style1--instyle3 .content .big-title h2 {
            font-size: 132px;
            line-height: 1.0em;
            text-transform: uppercase;
            -webkit-animation: animation1 5s ease-in infinite;
            animation: animation1 5s ease-in infinite;
        }

            .main-slider.style1--instyle3 .content .big-title h2 span {
                font-style: italic;
                text-transform: capitalize;
            }


    .main-slider.style1--instyle3 .content .btns-box {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 57px;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
        transform: perspective(400px) rotateY(0deg) translateY(80px);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
    }

    .main-slider.style1--instyle3 .active .content .btns-box {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
        transform: perspective(400px) rotateY(0deg) translateY(0px);
        -webkit-transition-delay: 1500ms;
        -moz-transition-delay: 1500ms;
        -ms-transition-delay: 1500ms;
        -o-transition-delay: 1500ms;
        transition-delay: 1500ms;
    }

    .main-slider.style1--instyle3 .content .btns-box a {
        padding-left: 25px;
        padding-right: 25px;
    }


    .main-slider.style1--instyle3 .owl-theme .owl-nav {
        top: 50%;
        left: 0;
        right: 0;
        max-width: 100%;
        justify-content: space-between;
        padding: 0 40px;
    }

        .main-slider.style1--instyle3 .owl-theme .owl-nav .owl-prev {
            margin-right: 0px;
        }




/*** 
=====================================================
Main Slider style4 style
=====================================================
***/
.main-slider.style4 {
    position: relative;
    display: block;
    padding: 0;
}

    .main-slider.style4 .slider-bg-slide {
        width: 100%;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.slider-bg-slide-overly {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: #000000;
    opacity: 0.70;
}


.main-slider.style4 .content {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 320px;
    padding-bottom: 180px;
}

.main-slider.style4 .slide .image-layer {
    background-color: #001c32;
    background-blend-mode: luminosity;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
}

    .main-slider.style4 .slide .image-layer:before {
        background-color: rgba(0, 28, 50, 0.80);
        display: block;
    }

.main-slider.style4 .active .slide .image-layer {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.main-slider.style4 .owl-theme .owl-nav {
    display: none;
}



.insurance-form-box {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    background: #ffffff;
    padding: 64px 50px 70px;
    z-index: 2;
}

    .insurance-form-box h2 {
        font-size: 32px;
        line-height: 40px;
        font-style: italic;
        margin: 0 0 30px;
    }

    .insurance-form-box .form-group {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }

        .insurance-form-box .form-group .label {
            position: relative;
            display: block;
            padding-bottom: 7px;
        }

            .insurance-form-box .form-group .label label {
                color: #001b35;
                font-size: 16px;
                margin: 0;
            }

        .insurance-form-box .form-group.form-group--select-box {
            min-height: 40px;
        }

    .insurance-form-box form .select-box {
        position: relative;
        display: block;
        width: 100%;
        height: 40px;
        margin-bottom: 30px;
    }

        .insurance-form-box form .select-box .nice-select {
            height: 40px;
            line-height: 40px;
            background: #ffffff;
            border: none !important;
            border-bottom: 1px solid #ece9ea !important;
            border-radius: 0px;
            color: #777777;
            font-size: 16px;
            padding-left: 10px;
            padding-right: 10px;
        }

            .insurance-form-box form .select-box .nice-select:after {
                width: 7px;
                height: 7px;
                border-bottom: 1px solid #777777;
                border-right: 1px solid #777777;
                right: 10px;
                margin-top: 0px;
                top: 16px;
                z-index: 10;
            }



        .insurance-form-box form .select-box.style2 {
            position: relative;
            display: block;
            width: 100%;
            height: 40px;
            margin-bottom: 22px;
        }

            .insurance-form-box form .select-box.style2 .nice-select {
                height: 40px;
                line-height: 40px;
                background: var(--thm-base);
                border: none !important;
                border-bottom: 0px solid #ece9ea !important;
                border-radius: 0px;
                color: #ffffff;
                font-size: 16px;
                padding-left: 20px;
                padding-right: 20px;
            }

                .insurance-form-box form .select-box.style2 .nice-select:after {
                    width: 7px;
                    height: 7px;
                    border-bottom: 1px solid #ffffff;
                    border-right: 1px solid #ffffff;
                    right: 22px;
                    margin-top: 0px;
                    top: 15px;
                    z-index: 10;
                }


    .insurance-form-box form input[type="text"],
    .insurance-form-box form input[type="email"],
    .insurance-form-box form input[type="tel"],
    .insurance-form-box form textarea {
        position: relative;
        display: block;
        background: #ffffff;
        width: 100%;
        height: 40px;
        border: none;
        border-bottom: 1px solid #ece9ea;
        color: #777777;
        font-size: 16px;
        font-style: normal;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 0px;
        transition: all 500ms ease;
    }

        .insurance-form-box form input[type="text"]:focus {
            border-color: red
        }

        .insurance-form-box form input[type="email"]:focus {
            border-color: red
        }

        .insurance-form-box form input[type="tel"]:focus {
            border-color: red
        }


        .insurance-form-box form input[type="text"]::-webkit-input-placeholder {
            color: #777777;
        }

        .insurance-form-box form input[type="text"]:-moz-placeholder {
            color: #777777;
        }

        .insurance-form-box form input[type="text"]::-moz-placeholder {
            color: #777777;
        }

        .insurance-form-box form input[type="text"]:-ms-input-placeholder {
            color: #777777;
        }


        .insurance-form-box form input[type="tel"]::-webkit-input-placeholder {
            color: #777777;
        }

        .insurance-form-box form input[type="tel"]:-moz-placeholder {
            color: #777777;
        }

        .insurance-form-box form input[type="tel"]::-moz-placeholder {
            color: #777777;
        }

        .insurance-form-box form input[type="tel"]:-ms-input-placeholder {
            color: #777777;
        }

    .insurance-form-box .button-box {
        position: relative;
        display: block;
        padding-top: 20px;
    }



.slide-style4-content-box {
    position: relative;
    display: block;
    max-width: 800px;
    width: 100%;
    text-align: right;
}

    .slide-style4-content-box .sub-title {
        position: relative;
        display: block;
        padding-bottom: 22px;
    }

        .slide-style4-content-box .sub-title h3 {
            color: red;
            font-size: 24px;
            line-height: 34px;
            font-style: italic;
            text-transform: none;
            letter-spacing: 0.2em;
        }

    .slide-style4-content-box .big-title h2 {
        color: #ffffff;
        font-size: 132px;
        line-height: 1.0em;
        text-transform: uppercase;
        -webkit-animation: animation1 5s ease-in infinite;
        animation: animation1 5s ease-in infinite;
    }

        .slide-style4-content-box .big-title h2 span {
            font-style: italic;
            text-transform: capitalize;
        }



/*** 
=====================================================
Main Slider style5 style
=====================================================
***/
.main-slider.style5 {
    position: relative;
    display: block;
}

    .main-slider.style5 .content {
        position: relative;
        right: 100px;
        display: block;
        overflow: hidden;
        padding-top: 180px;
        padding-bottom: 350px;
    }

    .main-slider.style5 .slide .image-layer {
        background-color: #bdbdbd;
        background-blend-mode: normal;
        transition: transform 7000ms ease, opacity 1500ms ease-in;
    }

        .main-slider.style5 .slide .image-layer:before {
            /* background-color: rgba(0, 0, 0, 0.50); */
            display: block;
        }

    .main-slider.style5 .active .slide .image-layer {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }


    .main-slider.style5 .content .big-title {
        position: relative;
        display: block;
        width: 100%;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(20deg) translateY(80px);
        -ms-transform: perspective(400px) rotateY(20deg) translateY(80px);
        transform: perspective(400px) rotateY(20deg) translateY(80px);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        z-index: 10;
    }


    .main-slider.style5 .active .content .big-title {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
        transform: perspective(400px) rotateY(0deg) translateY(0px);
        -webkit-transition-delay: 1000ms;
        -moz-transition-delay: 1000ms;
        -ms-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }




    .main-slider.style5 .content .big-title h2 {
        color: #FFF;
        font-size: 24px;
        line-height: 2.0em;
        text-transform: uppercase;
        -webkit-animation: animation1 5s ease-in infinite;
        animation: animation1 5s ease-in infinite;
    }

        .main-slider.style5 .content .big-title h2 span {
            color: #fff;
            font-size: 42px;
            font-style: italic;
            text-transform: capitalize;
        }


    .main-slider.style5 .content .btns-box {
        position: relative;
        display: flex;
        align-items: center;
        overflow: hidden;
        max-width: 570px;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .10);
        padding-top: 10px;
        margin-top: 10px;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
        transform: perspective(400px) rotateY(0deg) translateY(80px);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1500ms ease;
        -moz-transition: all 1500ms ease;
        -ms-transition: all 1500ms ease;
        -o-transition: all 1500ms ease;
        transition: all 1500ms ease;
    }

    .main-slider.style5 .active .content .btns-box {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
        transform: perspective(400px) rotateY(0deg) translateY(0px);
        -webkit-transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        transition-delay: 0ms;
    }

    .main-slider.style5 .content .btns-box a {
        padding-left: 25px;
        padding-right: 25px;
    }


.slide-phn-number-box {
    position: relative;
    display: block;
    margin-right: 50px;
}

    .slide-phn-number-box p {
        color: #ffffff;
        font-size: 16px;
        line-height: 30px;
        margin: 0 0 7px;
    }

        .slide-phn-number-box p span {
            color: #FFF;
        }

    .slide-phn-number-box .bottom {
        position: relative;
        display: flex;
        align-items: center;
    }

        .slide-phn-number-box .bottom .icon {
            width: 55px;
        }

            .slide-phn-number-box .bottom .icon span::before {
                position: relative;
                display: block;
                top: 2px;
                color: red font-size: 50px;
                line-height: 55px;
            }

        .slide-phn-number-box .bottom h2 {
            font-size: 32px;
            font-style: italic;
        }

            .slide-phn-number-box .bottom h2 a {
                color: #ffffff;
                padding: 0 !important;
                padding-left: 10px !important;
            }


.main-slider.style5 .owl-theme .owl-nav {
    display: none;
}

.main-slider.style5 .banner-carousel.owl-carousel .owl-dots {
    display: flex;
}




/*** 
=====================================================
Main Slider style6 style
=====================================================
***/
.main-slider.style6 {
    position: relative;
    display: block;
}

.main-slider.style5instyle6 .content {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 230px;
    padding-bottom: 250px;
}

    .main-slider.style5instyle6 .content .big-title h2 {
        color: #ffffff;
        font-size: 82px;
        line-height: 1.2em;
        text-transform: uppercase;
        animation: none;
    }

        .main-slider.style5instyle6 .content .big-title h2 span {
            font-size: 82px;
            font-style: italic;
            text-transform: uppercase;
        }


    .main-slider.style5instyle6 .content .btns-box {
        border-top: 0px solid;
        padding-top: 42px;
        margin-top: 15px;
    }

.slide-phn-number-box--style2 {
    position: relative;
    padding-top: 25px;
    padding-left: 70px;
    padding-bottom: 28px;
    padding-right: 100px;
    z-index: 1;
}

    .slide-phn-number-box--style2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: var(--thm-base);
        z-index: -1;
        border-radius: 100px;
        border-top-left-radius: 0;
        transition: all 500ms ease;
    }

    .slide-phn-number-box--style2:after {
        content: "";
        position: absolute;
        top: -40px;
        left: 0;
        width: 30px;
        height: 70px;
        z-index: -1;
        border-bottom: 70px solid var(--thm-base);
        border-right: 80px solid transparent;
        transition: all 500ms ease;
    }

    .slide-phn-number-box--style2 p span {
        color: #ffffff;
    }

    .slide-phn-number-box--style2 .bottom .icon span::before {
        color: #ffffff;
    }

.main-slider.style5instyle6 .banner-carousel.owl-carousel button.owl-dot.active {
    background-image: none;
    background-color: red
}



/*** 
=====================================================
Main Slider style7 style
=====================================================
***/
.banner-section {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding-bottom: 50px;
}

.banner-slider {
    position: relative;
    height: 640px !important;
    background: #f6f6f6;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section .content-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
}



.banner-section .content-box {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1440px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 10;
}

    .banner-section .content-box .inner {
        position: relative;
        overflow: hidden;
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box .inner .big-title {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 72px;
    line-height: 1.2em;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

    .banner-section .content-box .inner .big-title .discount {
        position: relative;
        top: -26px;
        left: -15px;
        display: inline-block;
        padding: 0 20px;
        border-radius: 4px;
        background: var(--thm-base);
        color: #ffffff;
        font-size: 14px;
        line-height: 40px;
        text-transform: uppercase;
    }

    .banner-section .content-box .inner .big-title .type2 {
        color: red;
    }

.banner-section .swiper-slide-active .content-box .inner .big-title {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}


.banner-section .content-outer .img-box {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.banner-section .swiper-slide-active .content-outer .img-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-outer .img-box img {
    width: auto;
}







/****
.banner-section .content-box .inner h6 {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 12px 0 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.banner-section .swiper-slide-active .content-box .inner h6 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
**/


.bottom-panel {
    position: absolute;
    left: 0px;
    bottom: 62px;
    right: 0;
    height: 40px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    z-index: 9;
}

.banner-slider-control-wrap {
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0;
    width: 100%;
    z-index: 100;
}

    .banner-slider-control-wrap .left-side {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-left: 0px;
        margin-right: 0;
        max-width: 400px;
    }



.swiper-counter {
    position: relative;
    display: inline-block;
    color: #777777;
    font-size: 30px;
    line-height: 40px;
    width: 50px;
    text-align: center;
    z-index: 9;
}

    .swiper-counter div {
        position: relative;
        display: inline-block;
        color: #777777;
        font-size: 30px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }

        .swiper-counter div#current {
            margin-right: 0px;
        }

        .swiper-counter div#total {
            right: 10px;
            display: none;
        }

            .swiper-counter div#total:before {
                content: '/';
                position: absolute;
                left: -3px;
                width: 6px;
                height: 2px;
                top: 0;
                display: none;
            }



.scroll-pagination {
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    height: 40px;
    width: 350px;
    margin: 0px 0;
}

.swiper-pagination {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    background: #e1e1e1;
    height: 2px;
    width: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    margin: 19px 0;
}

    .swiper-pagination:before,
    .swiper-pagination:after {
        position: absolute;
        content: '';
        height: 9px;
        width: 9px;
        border-radius: 50%;
        top: -4px;
        left: 0px;
        background: var(--theme-color);
        display: none;
    }

    .swiper-pagination:after {
        left: auto;
        right: 0;
        background: #e7e7e7;
    }

.swiper-pagination-progressbar-fill {
    background: var(--thm-base) !important;
    top: 0px !important;
    height: 2px !important;
}




/***
.banner-slider-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 295px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  height: 60px;
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  z-index: 999999;
}

.banner-slider-nav:before {
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  width: 15%;
  height: 1px;
  background: rgba(255, 255, 255, 0.30);
  content: "";
  margin: 29px 0;
}

.banner-slider-nav:after {
  position: absolute;
  top: 0;
  left: 60px;
  bottom: 0;
  width: 15%;
  height: 1px;
  background: rgba(255, 255, 255, 0.30);
  content: "";
  margin: 29px 0;
}

.banner-slider-control {
  position: relative;
  display: inline-block;
  background: rgba(0, 0, 0, 0.03);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.banner-slider-control:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  border-radius: 50%;
  content: '';
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 200ms linear;
  transition: all 100ms 2inear;
  z-index: -1;
}

.banner-slider-control:hover:before {
  height: 100%;
}

.banner-slider-control i {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  transition-delay: 0.3s;
}

.banner-slider-control.banner-slider-button-prev {
  position: relative;
}

.banner-slider-control.banner-slider-button-prev:before {}

.banner-slider-control.banner-slider-button-prev i {}

.banner-slider-control.banner-slider-button-next:hover i {}

.banner-slider-control.banner-slider-button-prev:hover i {}
****/




/*** 
=====================================================
Main Slider style8 style
=====================================================
***/
.banner-section.style8 {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding-bottom: 0px;
}

.banner-slider.style8 {
    position: relative;
    height: 765px !important;
    background: #f6f6f6;
}

.banner-section.style8 .swiper-slide {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--thm-black);
    z-index: 10;
}

    .banner-section.style8 .swiper-slide .image-layer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transform: scale(1);
        opacity: 0.4;
        background-color: var(--thm-black);
        background-blend-mode: normal;
        transition: transform 7000ms ease, opacity 1500ms ease-in;
        z-index: 1;
    }

.banner-section.style8 .swiper-slide-active .image-layer {
    opacity: 0.30;
}


.banner-section.style8 .content-box .inner .big-title {
    color: #ffffff;
    font-size: 72px;
    line-height: 1.2em;
    text-transform: capitalize;
}

    .banner-section.style8 .content-box .inner .big-title span {
        font-style: italic;
    }

.banner-section.style8 .swiper-counter div {
    color: #ffffff;
}



/*** 
=====================================================
Main Slider style9 style
=====================================================
***/
.main-slider.style9 .content {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 0px;
}

.main-slider.style9 .slider-bg-slide {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.movers-form-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    background: var(--thm-base);
    z-index: 2;
}

    .movers-form-box .top-title {
        position: relative;
        display: block;
        padding: 15px 50px;
        border-bottom: 1px solid rgba(255, 255, 255, .10);
    }

        .movers-form-box .top-title h2 {
            color: #ffffff;
            font-size: 20px;
            line-height: 30px;
            text-transform: uppercase;
        }


#movers-form {
    position: relative;
    display: block;
    padding-top: 50px;
}

.movers-form-box .form-group {
    position: relative;
    display: block;
    margin-left: 50px;
    margin-bottom: 16px;
    margin-right: 50px;
}

    .movers-form-box .form-group.margin-right-0 {
        margin-right: 0;
    }

    .movers-form-box .form-group.margin-left-0 {
        margin-left: 0;
    }

    .movers-form-box .form-group.form-group--select-box {
        min-height: 40px;
    }

.movers-form-box form .select-box {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
}

    .movers-form-box form .select-box .nice-select {
        height: 40px;
        line-height: 40px;
        background: #ffffff;
        border: none !important;
        border-bottom: 1px solid #ece9ea !important;
        border-radius: 0px;
        color: #777777;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .movers-form-box form .select-box .nice-select:after {
            width: 7px;
            height: 7px;
            border-bottom: 1px solid #777777;
            border-right: 1px solid #777777;
            right: 10px;
            margin-top: 0px;
            top: 16px;
            z-index: 10;
        }



    .movers-form-box form .select-box.style2 {
        position: relative;
        display: block;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
    }

        .movers-form-box form .select-box.style2 .nice-select {
            height: 40px;
            line-height: 40px;
            background: rgba(0, 0, 0, 0.10);
            border: none !important;
            border-bottom: 0px solid #ece9ea !important;
            border-radius: 5px;
            color: #ffffff;
            font-size: 14px;
            text-transform: uppercase;
            padding-left: 20px;
            padding-right: 20px;
        }

            .movers-form-box form .select-box.style2 .nice-select:after {
                width: 7px;
                height: 7px;
                border-bottom: 1px solid #ffffff;
                border-right: 1px solid #ffffff;
                right: 22px;
                margin-top: 0px;
                top: 15px;
                z-index: 10;
            }


.movers-form-box form input[type="text"],
.movers-form-box form input[type="email"],
.movers-form-box form input[type="tel"],
.movers-form-box form textarea {
    position: relative;
    display: block;
    background: transparent;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
    transition: all 500ms ease;
}


.movers-form-box form textarea {
    height: 90px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.movers-form-box form input[type="text"]:focus {
    border-color: #ebcb3b;
}

.movers-form-box form input[type="email"]:focus {
    border-color: #ebcb3b;
}

.movers-form-box form input[type="tel"]:focus {
    border-color: #ebcb3b;
}

.movers-form-box form textarea:focus {
    border-color: #ebcb3b;
}


.movers-form-box form input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .60);
}

.movers-form-box form input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, .60);
}

.movers-form-box form input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, .60);
}

.movers-form-box form input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, .60);
}


.movers-form-box form input[type="email"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .60);
}

.movers-form-box form input[type="email"]:-moz-placeholder {
    color: rgba(255, 255, 255, .60);
}

.movers-form-box form input[type="email"]::-moz-placeholder {
    color: rgba(255, 255, 255, .60);
}

.movers-form-box form input[type="email"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, .60);
}



.movers-form-box form input[type="tel"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .60);
}

.movers-form-box form input[type="tel"]:-moz-placeholder {
    color: rgba(255, 255, 255, .60);
}

.movers-form-box form input[type="tel"]::-moz-placeholder {
    color: rgba(255, 255, 255, .60);
}

.movers-form-box form input[type="tel"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, .60);
}



.movers-form-box form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .60);
}

.movers-form-box form textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .60);
}

.movers-form-box form textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .60);
}

.movers-form-box form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .60);
}



.movers-form-box .button-box {
    position: relative;
    display: block;
    padding-top: 44px;
}

    .movers-form-box .button-box .btn-one.style2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        color: var(--thm-black);
        text-align: center;
        padding: 0;
        border-radius: 0;
        z-index: 2;
    }

    .movers-form-box .button-box .btn-one .bg.bg--base {
        background-color: #ebcb3b;
    }

    .movers-form-box .button-box .btn-one .border-box.thm-base {
        background-image: none;
        background-color: #ebcb3b;
    }



/*** 
=====================================================
Main Slider style10 style
=====================================================
***/
.main-slider.style10 {
    position: relative;
}

    .main-slider.style10 .slide {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .main-slider.style10 .slide .image-layer:before {
            background: rgba(0, 0, 0, 0.30);
        }

    .main-slider.style10 .active .slide .image-layer {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    .main-slider.style10 .content {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 360px;
        padding-bottom: 360px;
        margin: 0 120px;
        overflow: hidden;
    }


        .main-slider.style10 .content .big-title {
            position: relative;
            display: block;
            opacity: 0;
            -webkit-transform: perspective(400px) rotateY(0deg) translateX(-100%);
            -ms-transform: perspective(400px) rotateY(0deg) translateX(-100%);
            transform: perspective(400px) rotateY(0deg) translateX(-100%);
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 1000ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
            z-index: 10;
        }

    .main-slider.style10 .active .content .big-title {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateX(0%);
        -ms-transform: perspective(400px) rotateY(0deg) translateX(0%);
        transform: perspective(400px) rotateY(0deg) translateX(0%);
        -webkit-transition-delay: 1000ms;
        -moz-transition-delay: 1000ms;
        -ms-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

    .main-slider.style10 .content .big-title h2 {
        color: #ffffff;
        font-size: 170px;
        line-height: 0.7em;
        text-transform: uppercase;
        -webkit-animation: animation1 5s ease-in infinite;
        animation: animation1 5s ease-in infinite;
    }

    .main-slider.style10 .content .big-title.style2 {
        opacity: 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        -webkit-transform: perspective(400px) rotateY(0deg) translateX(100%);
        -ms-transform: perspective(400px) rotateY(0deg) translateX(100%);
        transform: perspective(400px) rotateY(0deg) translateX(100%);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
    }

    .main-slider.style10 .active .content .big-title.style2 {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateX(0%);
        -ms-transform: perspective(400px) rotateY(0deg) translateX(0%);
        transform: perspective(400px) rotateY(0deg) translateX(0%);
        -webkit-transition-delay: 1000ms;
        -moz-transition-delay: 1000ms;
        -ms-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }


    .main-slider.style10 .content .overlay-title {
        position: absolute;
        bottom: 400px;
        right: 50px;
        background: var(--thm-base);
        display: inline-block;
        padding: 6px 20px;
        color: var(--thm-black);
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 1em;
        -webkit-transform: perspective(400px) rotateY(0deg) translateX(130%);
        -ms-transform: perspective(400px) rotateY(0deg) translateX(130%);
        transform: perspective(400px) rotateY(0deg) translateX(130%);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        z-index: 10;
    }

    .main-slider.style10 .active .content .overlay-title {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateX(0%);
        -ms-transform: perspective(400px) rotateY(0deg) translateX(0%);
        transform: perspective(400px) rotateY(0deg) translateX(0%);
        -webkit-transition-delay: 2500ms;
        -moz-transition-delay: 2500ms;
        -ms-transition-delay: 2500ms;
        -o-transition-delay: 2500ms;
        transition-delay: 2500ms;
    }



    .main-slider.style10 .outer-text {
        position: absolute;
        top: 50%;
        left: 60px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 0.8em;
        text-transform: capitalize;
        transform: perspective(400px) rotateY(0deg) translateX(-200%) translateY(-50%);
        width: max-content;
        padding-top: 20px;
        z-index: 11;
        transform-origin: left;
        opacity: 0;
        transition: all 1000ms ease;
    }

    .main-slider.style10 .active .outer-text {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg) translateX(0%) translateY(-50%);
        transition-delay: 2500ms;
    }

    .main-slider.style10 .outer-text:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 11px;
        height: 11px;
        background: var(--thm-base);
        border-radius: 50%;
        margin: 0 auto;
    }

    .main-slider.style10 .header-social-link {
        position: absolute;
        left: 0;
        bottom: 70px;
        right: 0;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        z-index: 10;
    }



.main-slider .mouse-btn-down {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 304px;
    height: 127px;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 20;
}

.mouse-btn-down-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.main-slider .mouse-btn-down:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    width: 40px;
    height: 70px;
    border: 1px solid #e5e8ea;
    border-radius: 20px;
    margin: 0 auto;
    transition: all 700ms ease 100ms;
}

.main-slider .mouse-btn-down:hover:before {
    border-color: red
}

.main-slider .mouse-btn-down:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    width: 40px;
    height: 70px;
    background: var(--thm-base);
    border-radius: 20px;
    margin: 0 auto;
    z-index: -1;
    transform: scaleX(0);
    transition: all 700ms ease 100ms;
}

.main-slider .mouse-btn-down:hover:after {
    transform: scaleX(1.0);
}

.mouse-btn-down .icon-down {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .mouse-btn-down .icon-down img {
        position: relative;
        display: inline-block;
        top: 0px;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        -webkit-animation-name: float_up_down_two;
        animation-name: float_up_down_two;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
    }


@-webkit-keyframes float_up_down_two {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px)
    }

    to {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}

@keyframes float_up_down_two {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(15px);
        transform: rotateX(0deg) translateY(15px)
    }

    to {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}

.slider-style10-border-box {
    position: absolute;
    left: -10px;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 340px;
    background: #ffffff;
    opacity: 0.30;
    margin: 0 auto;
    z-index: 2;
}

.main-slider.style10 .owl-theme .owl-nav {
    display: none;
}

.main-slider.style10 .banner-carousel.owl-carousel .owl-dots {
    display: flex;
}

.main-slider.style10 .banner-carousel.owl-carousel button.owl-dot.active {
    background-image: none;
    background-color: red
}



/*** 
=====================================================
Main Slider style11 style
=====================================================
***/
.main-slider.style11 {
    position: relative;
    padding: 30px;
    padding-bottom: 0;
}

    .main-slider.style11 .slide {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .main-slider.style11 .slide .image-layer {
            filter: grayscale(.4) opacity(1.0);
        }

            .main-slider.style11 .slide .image-layer:before {
                background-color: #000000;
                opacity: 0.10;
                transition: transform 7000ms ease, opacity 1500ms ease-in;
            }

    .main-slider.style11 .active .slide .image-layer:before {
        opacity: 0.30;
    }

    .main-slider.style11 .active .slide .image-layer {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    .main-slider.style11 .content {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 334px;
        padding-bottom: 352px;
        overflow: hidden;
    }

        .main-slider.style11 .content .big-title {
            position: relative;
            display: block;
            opacity: 0;
            -webkit-transform: perspective(400px) rotateY(0deg) translateX(-100%);
            -ms-transform: perspective(400px) rotateY(0deg) translateX(-100%);
            transform: perspective(400px) rotateY(0deg) translateX(-100%);
            -webkit-transform-origin: left;
            -ms-transform-origin: left;
            transform-origin: left;
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 1000ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
            z-index: 10;
        }

    .main-slider.style11 .active .content .big-title {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateX(0%);
        -ms-transform: perspective(400px) rotateY(0deg) translateX(0%);
        transform: perspective(400px) rotateY(0deg) translateX(0%);
        -webkit-transition-delay: 1000ms;
        -moz-transition-delay: 1000ms;
        -ms-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

    .main-slider.style11 .content .big-title h2 {
        color: #ffffff;
        font-size: 90px;
        line-height: 1.2em;
        text-transform: capitalize;
        -webkit-animation: animation1 5s ease-in infinite;
        animation: animation1 5s ease-in infinite;
    }



    .main-slider.style11 .outer-text {
        position: absolute;
        top: 50%;
        left: 60px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 0.8em;
        text-transform: capitalize;
        transform: perspective(400px) rotateY(0deg) translateX(-200%) translateY(-50%);
        width: max-content;
        padding-top: 20px;
        z-index: 11;
        transform-origin: left;
        opacity: 0;
        transition: all 1000ms ease;
    }

    .main-slider.style11 .active .outer-text {
        opacity: 1;
        transform: perspective(400px) rotateY(0deg) translateX(0%) translateY(-50%);
        transition-delay: 2500ms;
    }

    .main-slider.style11 .outer-text:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 11px;
        height: 11px;
        background: var(--thm-base);
        border-radius: 50%;
        margin: 0 auto;
    }



    .main-slider.style11 .slider-social-link-box-style11 {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .main-slider.style11 .slider-social-link-box-style11 ul {
            position: relative;
            display: block;
            background: #ffffff;
            padding: 35px 20px;
            border-radius: 30px;
            margin-right: 50px;
        }

            .main-slider.style11 .slider-social-link-box-style11 ul li {
                position: relative;
                display: block;
                margin-bottom: 20px;
            }

                .main-slider.style11 .slider-social-link-box-style11 ul li:last-child {
                    margin-bottom: 0;
                }

                .main-slider.style11 .slider-social-link-box-style11 ul li a {
                    position: relative;
                    display: block;
                    color: var(--thm-black);
                    font-size: 20px;
                    line-height: 20px;
                    transition: all 500ms ease;
                    transform: rotate(90deg);
                }

                    .main-slider.style11 .slider-social-link-box-style11 ul li a:hover {
                        color: red
                    }



    .main-slider.style11 .mouse-btn-down {
        left: 0%;
        bottom: 100px;
        right: 0;
        max-width: 1170px;
        width: 100%;
        height: 70px;
        cursor: pointer;
        transform: none;
        text-align: left;
        margin: 0 auto;
        z-index: 20;
    }

        .main-slider.style11 .mouse-btn-down .border-box {
            position: absolute;
            left: 18px;
            bottom: 90px;
            width: 5px;
            height: 70px;
            background: var(--thm-base);
        }

        .main-slider.style11 .mouse-btn-down:before {
            margin: 0;
        }

        .main-slider.style11 .mouse-btn-down:after {
            margin: 0;
        }

        .main-slider.style11 .mouse-btn-down .icon-down {
            display: flex;
            align-items: center;
            width: 40px;
        }


    .main-slider.style11 .owl-theme .owl-nav {
        display: none;
    }

    .main-slider.style11 .banner-carousel.owl-carousel .owl-dots {
        display: flex;
        top: auto;
        left: auto;
        right: 10%;
        bottom: 60px;
        flex-direction: row;
        justify-content: space-between;
    }

        .main-slider.style11 .banner-carousel.owl-carousel .owl-dots:before {
            display: none;
        }

    .main-slider.style11 .banner-carousel.owl-carousel button.owl-dot {
        background: #ffffff;
        margin: 0px 10px;
    }

        .main-slider.style11 .banner-carousel.owl-carousel button.owl-dot.active {
            background-image: none;
            background-color: red
        }





/*** 
=====================================================
Main Slider style12 style
=====================================================
***/
.main-slider.style12 {
    position: relative;
}

    .main-slider.style12 .slide {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 163px 0 350px;
    }

        .main-slider.style12 .slide .image-layer {
            filter: grayscale(.4) opacity(1.0);
        }

            .main-slider.style12 .slide .image-layer:before {
                background-color: var(--thm-black);
                opacity: 0.10;
                transition: transform 7000ms ease, opacity 1500ms ease-in;
            }

    .main-slider.style12 .active .slide .image-layer:before {
        opacity: 0.70;
    }

    .main-slider.style12 .active .slide .image-layer {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    .main-slider.style12 .content {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
    }


        .main-slider.style12 .content .big-title {
            position: relative;
            display: block;
            opacity: 0;
            -webkit-transform: perspective(400px) rotateY(0deg) translateY(-100%);
            -ms-transform: perspective(400px) rotateY(0deg) translateY(-100%);
            transform: perspective(400px) rotateY(0deg) translateY(-100%);
            -webkit-transform-origin: top;
            -ms-transform-origin: top;
            transform-origin: top;
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 1000ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
            z-index: 10;
        }

    .main-slider.style12 .active .content .big-title {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0%);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0%);
        transform: perspective(400px) rotateY(0deg) translateY(0%);
        -webkit-transition-delay: 1000ms;
        -moz-transition-delay: 1000ms;
        -ms-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

    .main-slider.style12 .content .big-title h2 {
        color: #ffffff;
        font-size: 72px;
        line-height: 1.2em;
        text-transform: capitalize;
    }


    .main-slider.style12 .content .text-box {
        position: relative;
        display: block;
        opacity: 0;
        margin-top: 24px;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(100%);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(100%);
        transform: perspective(400px) rotateY(0deg) translateY(100%);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        z-index: 10;
    }

    .main-slider.style12 .active .content .text-box {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0%);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0%);
        transform: perspective(400px) rotateY(0deg) translateY(0%);
        -webkit-transition-delay: 1000ms;
        -moz-transition-delay: 1000ms;
        -ms-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

    .main-slider.style12 .content .text-box p {
        color: #ffffff;
        font-size: 14px;
        line-height: 28px;
        margin: 0;
    }


    .main-slider.style12 .content .button-box {
        position: relative;
        display: block;
        opacity: 0;
        line-height: 0;
        margin-top: 51px;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(50%);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(50%);
        transform: perspective(400px) rotateY(0deg) translateY(50%);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        z-index: 10;
    }

    .main-slider.style12 .active .content .button-box {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0%);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0%);
        transform: perspective(400px) rotateY(0deg) translateY(0%);
        -webkit-transition-delay: 2000ms;
        -moz-transition-delay: 2000ms;
        -ms-transition-delay: 2000ms;
        -o-transition-delay: 2000ms;
        transition-delay: 2000ms;
    }

    .main-slider.style12 .owl-theme .owl-nav {
        display: none;
    }

    .main-slider.style12 .banner-carousel.owl-carousel .owl-dots {
        display: flex;
    }

    .main-slider.style12 .banner-carousel.owl-carousel button.owl-dot.active {
        background-image: none;
        background-color: red
    }



/*** 
=====================================================
Main Slider style13 style
=====================================================
***/
.main-slider.style13 {
    position: relative;
}

    .main-slider.style13 .slide {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 248px 0 170px;
    }

        .main-slider.style13 .slide .image-layer {
            filter: grayscale(.0) opacity(1.0);
        }

            .main-slider.style13 .slide .image-layer:before {
                background-color: var(--thm-black);
                opacity: 0.60;
                transition: transform 7000ms ease, opacity 1500ms ease-in;
            }

    .main-slider.style13 .active .slide .image-layer:before {
        opacity: 0.60;
    }

    .main-slider.style13 .active .slide .image-layer {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }

    .main-slider.style13 .content {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
    }

        .main-slider.style13 .content .big-title {
            position: relative;
            display: block;
            opacity: 0;
            -webkit-transform: perspective(400px) rotateY(0deg) translateY(-100%);
            -ms-transform: perspective(400px) rotateY(0deg) translateY(-100%);
            transform: perspective(400px) rotateY(0deg) translateY(-100%);
            -webkit-transform-origin: top;
            -ms-transform-origin: top;
            transform-origin: top;
            -webkit-transition: all 3000ms ease;
            -moz-transition: all 3000ms ease;
            -ms-transition: all 3000ms ease;
            -o-transition: all 3000ms ease;
            transition: all 3000ms ease;
            z-index: 10;
        }

    .main-slider.style13 .active .content .big-title {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0%);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0%);
        transform: perspective(400px) rotateY(0deg) translateY(0%);
        -webkit-transition-delay: 2000ms;
        -moz-transition-delay: 2000ms;
        -ms-transition-delay: 2000ms;
        -o-transition-delay: 2000ms;
        transition-delay: 2000ms;
    }

    .main-slider.style13 .content .big-title h2 {
        position: relative;
        display: block;
        color: #ffffff;
        font-size: 92px;
        line-height: 1.2em;
        text-transform: uppercase;
    }

        .main-slider.style13 .content .big-title h2 span {
            position: relative;
            display: inline-block;
            z-index: 1;
        }

            .main-slider.style13 .content .big-title h2 span:before {
                content: "";
                position: absolute;
                top: 22px;
                left: 7px;
                bottom: 23px;
                right: 4px;
                background: var(--thm-base);
                opacity: 0.20;
                z-index: -1;
            }


    .main-slider.style13 .content .button-box {
        position: relative;
        display: block;
        opacity: 0;
        line-height: 0;
        margin-top: 47px;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(50%);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(50%);
        transform: perspective(400px) rotateY(0deg) translateY(50%);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        z-index: 10;
    }

    .main-slider.style13 .active .content .button-box {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(0%);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(0%);
        transform: perspective(400px) rotateY(0deg) translateY(0%);
        -webkit-transition-delay: 2000ms;
        -moz-transition-delay: 2000ms;
        -ms-transition-delay: 2000ms;
        -o-transition-delay: 2000ms;
        transition-delay: 2000ms;
    }

    .main-slider.style13 .owl-theme .owl-nav {
        display: none;
    }

    .main-slider.style13 .banner-carousel.owl-carousel .owl-dots {
        display: flex;
    }

    .main-slider.style13 .banner-carousel.owl-carousel button.owl-dot.active {
        background-image: none;
        background-color: red
    }



/*** 
=====================================================
Main Slider style14 style
=====================================================
***/
.main-slider.style13-instyle14 {
}

    .main-slider.style13-instyle14 .slide {
        padding: 341px 0 250px;
    }

        .main-slider.style13-instyle14 .slide .image-layer {
            filter: grayscale(0) opacity(1.0);
            background-color: #4c5d6c;
            background-blend-mode: luminosity;
        }

    .main-slider.style13-instyle14 .active .slide .image-layer {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .main-slider.style13-instyle14 .content .big-title h2 {
        color: #ffffff;
        font-size: 72px;
        line-height: 1.2em;
        text-transform: capitalize;
    }




/*** 
=====================================================
Main Slider style15 style
=====================================================
***/
.main-slider.style15 {
    position: relative;
}

.slider15-shape-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 175px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    z-index: 10;
}

.main-slider.style15 .slider-box {
}

    .main-slider.style15 .slider-box .banner-carousel {
    }

.main-slider.style15 .slide {
    position: relative;
    display: block;
    background: #00051a;
}

    .main-slider.style15 .slide .shape-img-bg {
        position: absolute;
        top: 170px;
        left: 0;
        right: 0;
        bottom: 0;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        opacity: 0.40;
    }


/***
.main-slider.style15 .slide .image-layer {
  filter: grayscale(.4) opacity(1.0);
}
.main-slider.style15 .slide .image-layer:before {
  background-color:red
  opacity: 0.10;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
}
.main-slider.style15 .active .slide .image-layer:before {
  opacity: 0.10;
}
.main-slider.style15 .active .slide .image-layer {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
**/


.main-slider.style15 .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    min-height: 960px;
    padding-bottom: 100px;
}


    .main-slider.style15 .content .big-title {
        position: relative;
        display: block;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(0deg) translateY(-100%);
        -ms-transform: perspective(400px) rotateY(0deg) translateY(-100%);
        transform: perspective(400px) rotateY(0deg) translateY(-100%);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        z-index: 10;
    }

.main-slider.style15 .active .content .big-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0%);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0%);
    transform: perspective(400px) rotateY(0deg) translateY(0%);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider.style15 .content .big-title h2 {
    color: #ffffff;
    font-size: 72px;
    line-height: 1.2em;
    text-transform: capitalize;
}

    .main-slider.style15 .content .big-title h2 span {
        color: red
    }


.main-slider.style15 .content .text-box {
    position: relative;
    display: block;
    opacity: 0;
    margin-top: 24px;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(100%);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(100%);
    transform: perspective(400px) rotateY(0deg) translateY(100%);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider.style15 .active .content .text-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0%);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0%);
    transform: perspective(400px) rotateY(0deg) translateY(0%);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.main-slider.style15 .content .text-box p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}


.main-slider.style15 .content .button-box {
    position: relative;
    display: flex;
    align-items: center;
    opacity: 0;
    line-height: 0;
    margin-top: 62px;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(50%);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(50%);
    transform: perspective(400px) rotateY(0deg) translateY(50%);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 10;
}

.main-slider.style15 .active .content .button-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0%);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0%);
    transform: perspective(400px) rotateY(0deg) translateY(0%);
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.main-slider.style15 .content .button-box a {
}



.main-slider.style15 .slide .shape-box {
    position: absolute;
    top: 70px;
    right: 5%;
    opacity: 0;
    -webkit-transform: perspective(400px) translateX(100%);
    -ms-transform: perspective(400px) translateX(100%);
    transform: perspective(400px) translateX(100%);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    z-index: 1;
}

.main-slider.style15 .active .slide .shape-box {
    opacity: 1;
    -webkit-transform: perspective(400px) translateX(0%);
    -ms-transform: perspective(400px) translateX(0%);
    transform: perspective(400px) translateX(0%);
    -webkit-transition-delay: 3000ms;
    -moz-transition-delay: 3000ms;
    -ms-transition-delay: 3000ms;
    -o-transition-delay: 3000ms;
    transition-delay: 3000ms;
}

.main-slider.style15 .slide .shape-box img {
    width: auto;
}




.slide-video-button {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

    .slide-video-button a {
        position: relative;
        display: block;
        width: 70px;
        height: 70px;
        background-color: rgba(var(--thm-base-rgb), .15);
        border-radius: 50%;
    }

        .slide-video-button a span:before {
            position: relative;
            display: block;
            color: red;
            font-size: 25px;
            line-height: 70px;
            text-align: center;
        }

    .slide-video-button p {
        color: red;
        font-size: 16px;
        line-height: 24px;
        text-transform: capitalize;
        margin: 0;
        margin-left: 15px;
    }


.main-slider.style15 .content .button-box a.btn-one .bg.bg--white {
    background-color: transparent;
}

.main-slider.style15 .content .button-box a.btn-one.style3 .arrow:before {
    color: var(--thm-black);
}



.main-slider.style15 .owl-theme .owl-nav {
    display: none;
}

.main-slider.style15 .banner-carousel.owl-carousel .owl-dots {
    display: none;
}
/* banner-section.css end */





/* about-section.css start */
/*** 
=============================================
    About Style1 Area Css   
=============================================
***/
.about-style1-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    background: #ffffff;
    z-index: 10;
}

.about-style1__image {
    position: relative;
    display: block;
    max-width: 675px;
    margin-left: -205px;
}

    .about-style1__image .outer-text {
        position: absolute;
        top: 5px;
        right: -240px;
        color: rgba(var(--thm-black-rgb), .20);
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1em;
        display: inline-block;
        transition: .5s ease;
        transform: rotate(-90deg) translateX(-90%);
        transform-origin: 0 0;
        width: max-content;
    }

    .about-style1__image .inner-box {
        position: relative;
        display: block;
    }

        .about-style1__image .inner-box .shape1 {
            position: absolute;
            top: 20px;
            left: 120px;
            -webkit-animation: mover 1s infinite alternate;
            animation: mover 1s infinite alternate;
        }

    .about-style1__image ul {
        position: relative;
        display: block;
        margin-left: -15px;
        margin-right: -15px;
    }

        .about-style1__image ul li {
            position: relative;
            display: block;
            float: left;
            padding: 0 15px;
        }

            .about-style1__image ul li .experience-box {
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                width: 205px;
                height: 205px;
                border-radius: 50%;
                margin: 0;
                padding: 0;
            }

                .about-style1__image ul li .experience-box h3 {
                    color: #ffffff;
                    font-size: 24px;
                    line-height: 34px;
                }

.about-style1__image-img1 {
    position: relative;
    display: block;
    margin-top: 60px;
    background-blend-mode: hard-light;
    background-color: var(--thm-black);
}

    .about-style1__image-img1:hover {
    }

        .about-style1__image-img1:hover img {
            opacity: 0.70;
        }


.about-style1__image-img2 {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    margin-bottom: 85px;
}

    .about-style1__image-img2 img {
        width: 100%;
        transition: all 1700ms ease;
    }

    .about-style1__image-img2:hover img {
        opacity: 0.80;
        mix-blend-mode: luminosity;
        transform: scale(1.2) rotate(1deg);
    }


.about-style1__image-img3 {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 300px;
    width: 100%;
    float: right;
}

    .about-style1__image-img3::before {
        position: absolute;
        top: 0;
        left: -100%;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
        transform: skewX(25deg);
        z-index: 2;
    }

    .about-style1__image-img3 img {
        width: 100%;
    }

    .about-style1__image-img3:hover::before {
        -webkit-animation: shine 1.9s;
        animation: shine 1.9s;
    }


.about-style1__content {
    position: relative;
    display: block;
    padding-top: 115px;
}

    .about-style1__content .sec-title {
        padding-bottom: 30px;
    }

    .about-style1__content .inner-content {
        position: relative;
        display: block;
    }

        .about-style1__content .inner-content h3 {
            color: var(--thm-base);
            font-size: 24px;
            line-height: 34px;
            margin-bottom: 32px;
            text-transform: uppercase;
        }

        .about-style1__content .inner-content p {
            margin: 0;
        }

        .about-style1__content .inner-content .bottom-box {
            position: relative;
            display: flex;
            align-items: center;
            margin-top: 61px;
        }

            .about-style1__content .inner-content .bottom-box .img {
                position: relative;
                display: block;
                border-radius: 50%;
                overflow: hidden;
            }

            .about-style1__content .inner-content .bottom-box .signature {
                position: relative;
                display: block;
                padding-left: 30px;
            }



/*** 
=============================================
  About Style2 Area Css   
=============================================
***/
.about-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 50px 0px;
    z-index: 10;
}

.about-style2__image {
    position: relative;
    display: block;
    margin-left: -90px;
}

    .about-style2__image .outer-text {
        position: absolute;
        top: 5px;
        right: 100px;
        color: rgba(var(--thm-black-rgb), .20);
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.6em;
        display: inline-block;
        transition: .5s ease;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        /* transform: rotate(-90deg) translateX(-90%); */
        transform: rotate(0deg) translateX(0%);
        transform-origin: 0 0;
        width: max-content;
        transition: all 2500ms ease;
    }

    .about-style2__image:hover .outer-text {
        letter-spacing: 0.5em;
        right: -20px;
    }

    .about-style2__image .inner-box {
        position: relative;
        display: inline-block;
    }

        .about-style2__image .inner-box .icon {
            position: absolute;
            top: 30px;
            left: 150px;
            right: 140px;
            margin: 0 auto;
            text-align: center;
            line-height: 0;
        }

            .about-style2__image .inner-box .icon span:before {
                position: relative;
                display: inline-block;
                font-size: 50px;
                line-height: 50px;
                background: red;
                background: -webkit-linear-gradient(to right, red 0%, #a4c10a 100%);
                background: -moz-linear-gradient(to right, red 0%, #a4c10a 100%);
                background: linear-gradient(to right, red 0%, #a4c10a 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                animation: fa-spin 5s ease infinite;
            }

        .about-style2__image .inner-box .img-box {
            position: relative;
            display: block;
            overflow: hidden;
            text-align: center;
        }



.about-style2__content {
    position: relative;
    display: block;
}

    .about-style2__content .sec-title {
        padding-bottom: 20px;
    }

    .about-style2__content .inner-content {
        position: relative;
        display: block;
    }

        .about-style2__content .inner-content .text {
            position: relative;
            display: block;
        }

            .about-style2__content .inner-content .text p {
                margin: 0;
                font-size: 16px;
                line-height: 25px;
            }



.progress-levels {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    padding-top: 0px;
}

.progress-box {
    position: relative;
    display: block;
    margin-top: 43px;
}

    .progress-box .inner {
        position: relative;
        display: block;
    }

        .progress-box .inner .top {
            position: relative;
            display: flex;
            align-items: center;
            padding-bottom: 11px;
        }

            .progress-box .inner .top .text {
                position: relative;
                color: var(--thm-black);
                font-size: 16px;
                line-height: 20px;
                font-weight: 300;
                text-transform: capitalize;
            }

                .progress-box .inner .top .text span {
                    font-weight: 700;
                }


    .progress-box .top .skill-percent {
        position: relative;
        display: block;
        padding-left: 10px;
    }

    .progress-box .top .count-text {
        position: relative;
        color: var(--thm-black);
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        display: inline-block;
        float: none;
    }

    .progress-box .top .percent {
        position: relative;
        color: var(--thm-black);
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        display: inline-block;
        float: none;
        margin-left: -3px;
    }


    .progress-box .bar {
        position: relative;
        display: block;
    }

        .progress-box .bar .bar-innner {
            position: relative;
            width: 100%;
            height: 2px;
            background-color: #e5e8ea;
            border-radius: 0px;
        }

        .progress-box .bar .bar-fill {
            position: absolute;
            top: 0%;
            left: 0px;
            bottom: 0%;
            width: 0px;
            height: 2px;
            border-radius: 0px;
            transition: all 2000ms ease 300ms;
            background: red;
        }

.about-style2__content .inner-content .btns-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 40px;
}




/*** 
=============================================
  About Style3 Area Css   
=============================================
***/
.about-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 120px;
    z-index: 10;
}

    .about-style3-area.pdtop120 {
        padding-top: 120px;
    }

.about-style3__image {
    position: relative;
    display: block;
    max-width: 470px;
}

    .about-style3__image .outer-text {
        position: absolute;
        top: 5px;
        right: -240px;
        color: rgba(var(--thm-black-rgb), .20);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1em;
        display: inline-block;
        transition: .5s ease;
        transform: rotate(-90deg) translateX(-90%);
        transform-origin: 0 0;
        width: max-content;
    }

    .about-style3__image .shape1 {
        position: absolute;
        top: 20px;
        left: -70px;
        -webkit-animation: mover 1s infinite alternate;
        animation: mover 1s infinite alternate;
    }

    .about-style3__image .inner-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .about-style3__image .top-image {
        position: relative;
        display: block;
        overflow: hidden;
        background-blend-mode: hard-light;
        background-color: var(--thm-black);
    }

        .about-style3__image .top-image img {
            width: 100%;
        }

        .about-style3__image .top-image:hover img {
            opacity: 0.80;
            mix-blend-mode: luminosity;
            transform: scale(1.2) rotate(1deg);
        }


    .about-style3__image .bottom-image {
        position: relative;
        display: block;
        overflow: hidden;
        max-width: 300px;
        float: right;
        margin-top: 60px;
    }

        .about-style3__image .bottom-image::before {
            position: absolute;
            top: 0;
            left: -100%;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
            transform: skewX(25deg);
            z-index: 2;
        }

        .about-style3__image .bottom-image:hover::before {
            -webkit-animation: shine 1.9s;
            animation: shine 1.9s;
        }

        .about-style3__image .bottom-image img {
            width: 100%;
        }

    .about-style3__image .experience-box {
        position: absolute;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 205px;
        height: 205px;
        border-radius: 50%;
        margin: 0;
        padding: 0;
        z-index: 3;
    }

        .about-style3__image .experience-box h3 {
            color: #ffffff;
            font-size: 32px;
            line-height: 36px;
            font-weight: 700;
            font-style: italic;
        }



.about-style3__content {
    position: relative;
    display: block;
    padding-top: 35px;
}

    .about-style3__content .sec-title {
        position: relative;
        display: block;
        padding-bottom: 33px;
    }

    .about-style3__content .inner-content {
        position: relative;
        display: block;
    }

        .about-style3__content .inner-content h2 {
            color: #777777;
            font-size: 32px;
            line-height: 40px;
            font-weight: 700;
            font-style: italic;
            margin: 0 0 2px;
        }

        .about-style3__content .inner-content .single-box {
            position: relative;
            display: block;
            padding-left: 70px;
            margin-top: 40px;
        }

            .about-style3__content .inner-content .single-box .icon {
                position: absolute;
                top: 8px;
                left: 0;
            }

                .about-style3__content .inner-content .single-box .icon span:before {
                    color: var(--thm-black);
                    font-size: 50px;
                    line-height: 50px;
                }

            .about-style3__content .inner-content .single-box .text {
                position: relative;
                display: block;
            }

                .about-style3__content .inner-content .single-box .text p {
                    margin: 0;
                }

.about-style3__content__signature-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 61px;
    width: 270px;
    height: 90px;
    z-index: 1;
}

    .about-style3__content__signature-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #f1f1f1;
        z-index: -1;
        border-radius: 50px;
        border-top-left-radius: 0;
        transition: all 500ms ease;
    }

    .about-style3__content__signature-box:hover:before {
        background-color: var(--thm-base);
    }

    .about-style3__content__signature-box:after {
        content: "";
        position: absolute;
        top: -30px;
        left: 0;
        width: 30px;
        height: 70px;
        z-index: -1;
        border-bottom: 70px solid #f1f1f1;
        border-right: 70px solid transparent;
        transition: all 500ms ease;
    }

    .about-style3__content__signature-box:hover:after {
        border-bottom: 70px solid var(--thm-base);
    }



/*** 
=============================================
  About Style4 Area Css   
=============================================
***/
.about-style4-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 0px;
    z-index: 10;
}

.about-style4__image {
    position: relative;
    display: block;
    margin-right: 100px;
}

    .about-style4__image img {
        max-width: none;
        float: right;
    }


.about-style4__content {
    position: relative;
    display: block;
    padding-top: 9px;
    padding-bottom: 120px;
}

    .about-style4__content .inner-content {
        position: relative;
        display: block;
    }

    .about-style4__content .sec-title {
        padding-bottom: 34px;
    }

    .about-style4__content .inner-content h2 {
        color: var(--thm-gray);
        font-size: 32px;
        line-height: 42px;
        font-weight: 400;
        font-style: italic;
    }

    .about-style4__content .inner-content .text {
        position: relative;
        display: block;
    }

        .about-style4__content .inner-content .text p {
            margin: 0;
        }

    .about-style4__content .inner-content ul {
        position: relative;
        display: block;
        margin-top: 36px;
        margin-bottom: 70px;
    }

        .about-style4__content .inner-content ul li {
            position: relative;
            display: flex;
            align-items: center;
            margin-bottom: 24px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .about-style4__content .inner-content ul li:last-child {
                margin-bottom: 0;
            }

            .about-style4__content .inner-content ul li .icon {
                position: relative;
                display: block;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                border-radius: 50%;
                background: #f3f3f3;
                color: #b5b5b5;
                font-size: 17px;
                transition: all 200ms linear;
                transition-delay: 0.1s;
                z-index: 1;
            }

                .about-style4__content .inner-content ul li .icon:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
                    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
                    background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
                    content: "";
                    border-radius: 50%;
                    z-index: -1;
                    transform: scale(0.0);
                    transform-origin: center;
                    transform-style: preserve-3d;
                    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
                }

            .about-style4__content .inner-content ul li:hover .icon::before {
                transform: scaleX(1.0);
            }

            .about-style4__content .inner-content ul li:hover .icon {
                color: #ffffff;
            }

            .about-style4__content .inner-content ul li .text {
                position: relative;
                display: block;
                padding-left: 20px;
                max-width: 450px;
                width: 100%;
            }

                .about-style4__content .inner-content ul li .text p {
                    font-size: 16px;
                    line-height: 22px;
                    font-weight: 700;
                    font-style: italic;
                    margin: 0;
                }

    .about-style4__content .inner-content .btns-box {
        position: relative;
        display: block;
        line-height: 0;
    }




/*** 
=============================================
  About Style5 Area Css   
=============================================
***/
.about-style5-area {
    position: relative;
    display: block;
    background: #f2f3f5;
    padding: 120px 0px 120px;
}

.about-style5-top {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 59px;
}

    .about-style5-top .sec-title-style2.style2instyle3 {
        padding-bottom: 0px;
    }

    .about-style5-top .signature {
        position: relative;
        display: block;
    }



.about-style5__image {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
}

.about-style5__image-inner {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
}

    .about-style5__image-inner img {
        width: 100%;
    }

    .about-style5__image-inner .icon {
        position: absolute;
        top: 120px;
        right: -65px;
    }

        .about-style5__image-inner .icon a {
            position: relative;
            display: inline-block;
            width: 130px;
            height: 130px;
            line-height: 130px;
            background: #ffffff;
            border-radius: 50%;
            text-align: center;
            color: var(--thm-base);
            font-size: 30px;
        }

.about-style5__image .text-outer {
    position: absolute;
    right: -8px;
    bottom: -1px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    transform: rotate(180deg) translateX(0%);
    width: max-content;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.about-style5__image:hover .text-outer {
    letter-spacing: 1.1em;
    background: red;
    background: -webkit-linear-gradient(to right, red 0%, #a4c10a 100%);
    background: -moz-linear-gradient(to right, red 0%, #a4c10a 100%);
    background: linear-gradient(to right, red 0%, #a4c10a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.about-style5__content {
    position: relative;
    display: block;
    margin-top: -7px;
}

    .about-style5__content .text1 {
        position: relative;
        display: block;
        margin-bottom: 14px;
    }

        .about-style5__content .text1 p {
            font-size: 16px;
            margin: 0;
        }

    .about-style5__content .text2 {
        position: relative;
        display: block;
        margin-bottom: 14px;
    }

        .about-style5__content .text2 h5 {
            font-size: 18px;
            line-height: 30px;
            font-weight: 700;
            background: red;
            background: -webkit-linear-gradient(to right, red 0%, #a4c10a 100%);
            background: -moz-linear-gradient(to right, red 0%, #a4c10a 100%);
            background: linear-gradient(to right, red 0%, #a4c10a 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

            .about-style5__content .text2 h5 span {
                color: var(--thm-base);
            }

    .about-style5__content .text3 {
        position: relative;
        display: block;
    }

        .about-style5__content .text3 p {
            font-size: 16px;
            margin: 0;
        }

            .about-style5__content .text3 p a {
                color: #80b757;
                text-decoration: underline;
            }


.about-style5__content-bottom {
    position: relative;
    display: block;
    margin-top: 14px;
}

.single-text-box {
    position: relative;
    display: block;
}

    .single-text-box p {
        font-size: 16px;
        margin: 0;
    }

        .single-text-box p a {
            color: #80b757;
            text-decoration: underline;
        }



.about-style5__client-info {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-top: 40px;
}

    .about-style5__client-info .img {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        overflow: hidden;
        width: 50px;
        height: 50px;
    }

    .about-style5__client-info .text {
        position: relative;
        display: block;
    }

        .about-style5__client-info .text h4 {
            font-size: 18px;
            line-height: 24px;
            font-weight: 400;
            text-transform: uppercase;
        }

        .about-style5__client-info .text p {
            text-transform: uppercase;
            line-height: 24px;
            margin: 2px 0 0;
        }



/*** 
=============================================
  About Style6 Area Css   
=============================================
***/
.about-style6-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 120px;
}

.about-style6__image {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
}

.about-style6__image-inner {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    padding-bottom: 40px;
}

    .about-style6__image-inner img {
        width: 100%;
    }


    .about-style6__image-inner .icon {
        position: absolute;
        top: 265px;
        right: -65px;
    }

        .about-style6__image-inner .icon a {
            position: relative;
            display: inline-block;
            width: 130px;
            height: 130px;
            border: 5px solid #ffffff;
            background: red;
            border-radius: 50%;
            text-align: center;
            color: #ffffff;
            font-size: 30px;
            line-height: 125px;
        }

.about-style6__image .text-outer {
    position: absolute;
    right: -8px;
    bottom: -1px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    transform: rotate(180deg) translateX(0%);
    width: max-content;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}




.about-style6__client-info {
    position: absolute;
    left: 30px;
    bottom: 0;
    right: 30px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
    padding: 20px 50px 20px;
}

    .about-style6__client-info .inner {
        position: relative;
        display: flex;
        align-items: center;
    }

        .about-style6__client-info .inner .img {
            position: relative;
            display: block;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            overflow: hidden;
        }

            .about-style6__client-info .inner .img img {
                width: 100%;
            }

        .about-style6__client-info .inner .text {
            position: relative;
            display: block;
            padding-left: 20px;
        }

            .about-style6__client-info .inner .text h4 {
                color: var(--thm-base);
                font-size: 18px;
                line-height: 24px;
                font-weight: 400;
                text-transform: uppercase;
            }

            .about-style6__client-info .inner .text p {
                text-transform: uppercase;
                line-height: 24px;
                margin: 2px 0 0;
            }



.about-style6__content {
    position: relative;
    display: block;
    margin-top: -10px;
}

    .about-style6__content .sec-title-style4 {
        padding-bottom: 29px;
    }

    .about-style6__content .text1 {
        position: relative;
        display: block;
        margin-bottom: 25px;
    }

        .about-style6__content .text1 p {
            font-size: 16px;
            margin: 0;
        }

    .about-style6__content .text2 {
        position: relative;
        display: block;
        margin-bottom: 14px;
    }

        .about-style6__content .text2 h5 {
            color: var(--thm-base);
            font-size: 18px;
            line-height: 30px;
            font-weight: 700;
        }



    .about-style6__content .text3 {
        position: relative;
        display: block;
    }

        .about-style6__content .text3 p {
            font-size: 16px;
            margin: 0;
        }

            .about-style6__content .text3 p a {
                color: var(--thm-base);
                text-decoration: underline;
            }




.about-style6__content-bottom {
    position: relative;
    display: block;
    margin-top: 14px;
}

    .about-style6__content-bottom .single-text-box {
        position: relative;
        display: block;
    }

        .about-style6__content-bottom .single-text-box p {
            font-size: 16px;
            margin: 0;
        }

            .about-style6__content-bottom .single-text-box p a {
                color: var(--thm-base);
                text-decoration: underline;
            }

.about-style6-signature-box {
    position: relative;
    display: block;
    padding-top: 52px;
}




/*** 
=============================================
  About Style7 Area Css   
=============================================
***/
.about-style7-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 120px;
}

    .about-style7-area .auto-container {
        max-width: 100%;
        padding: 0 20px;
    }

.about-style7__image {
    position: relative;
    display: block;
    min-height: 690px;
    padding-bottom: 75px;
}

.Robotic {
    color: #fff;
}


.about-style7__image-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 75px;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.brand-content-box {
    position: absolute;
    left: 15px;
    bottom: 0;
    right: 15px;
    padding: 0 30px;
    z-index: 2;
}

    .brand-content-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 51%;
        background: red;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 5% 50%);
    }

    .brand-content-box::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        background: red;
        clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 95% 50%);
    }

.single-partner-logo-box-style2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 0;
}

    .single-partner-logo-box-style2 a {
        position: relative;
        display: block;
    }

        .single-partner-logo-box-style2 a img {
            width: auto !important;
            opacity: 0.30;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

        .single-partner-logo-box-style2 a:hover img {
            opacity: 1.0;
        }

.brand-carousel-style2.owl-carousel.owl-dot-style1 .owl-dots {
    display: none;
}



.about-style7__content {
    position: relative;
    display: block;
    max-width: 560px;
    width: 100%;
    padding-left: 100px;
}

    .about-style7__content .top-title {
        position: relative;
        display: block;
        margin-top: -8px;
        margin-bottom: 39px;
    }

        .about-style7__content .top-title h2 {
            font-size: 50px;
            line-height: 1.2em;
            font-weight: 300;
        }

    .about-style7__content .inner-content {
        position: relative;
        display: block;
    }

        .about-style7__content .inner-content h3 {
            color: var(--thm-base);
            font-size: 18px;
            line-height: 30px;
            text-transform: uppercase;
            margin-bottom: 24px;
        }

        .about-style7__content .inner-content p {
            font-size: 16px;
            line-height: 28px;
            margin: 0;
        }

            .about-style7__content .inner-content p a {
                color: var(--thm-base);
                text-decoration: underline;
            }

.experience-box {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-top: 40px;
}

    .experience-box .icon {
        position: absolute;
        top: 9px;
        left: 0;
        color: var(--thm-base);
        font-size: 50px;
    }

    .experience-box .title {
        position: relative;
        display: block;
    }

        .experience-box .title .big-title {
            position: absolute;
            top: -30px;
            left: -42px;
            color: rgba(var(--thm-black-rgb), .10);
            font-size: 100px;
            line-height: 1em;
            font-weight: 800;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .experience-box:hover .title .big-title {
        color: var(--thm-base);
    }

    .experience-box .title .overlay-title {
        position: relative;
        display: block;
    }

        .experience-box .title .overlay-title h3 {
            color: var(--thm-black);
            font-size: 24px;
            line-height: 34px;
            text-transform: uppercase;
        }

.about-style7-signature-box {
    position: relative;
    display: block;
    margin-top: 60px;
}

    .about-style7-signature-box img {
        opacity: 0.6;
    }





/*** 
=============================================
  About Style8 Area Css   
=============================================
***/
.about-style8-area {
    position: relative;
    display: block;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 120px 0px 120px;
    z-index: 10;
}

.about-style8__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: calc(100% - 375px);
    z-index: -1;
}

.about-style8__content {
    position: relative;
    display: block;
    max-width: 670px;
    width: 100%;
    float: right;
    background: #ffffff;
    padding: 58px 100px 62px;
    padding-right: 0;
    z-index: 2;
}

    .about-style8__content .outer-text {
        position: absolute;
        top: 80px;
        left: 40px;
        color: rgba(var(--thm-base-rgb), .30);
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.4em;
        display: inline-block;
        transition: .5s ease;
        transform: rotate(-90deg) translateX(-90%);
        transform-origin: 0 0;
        width: max-content;
    }

    .about-style8__content .top-title {
        position: relative;
        display: block;
        padding-bottom: 29px;
    }

        .about-style8__content .top-title h2 {
            font-size: 50px;
            line-height: 60px;
            font-weight: 700;
        }

    .about-style8__content .inner-content {
        position: relative;
        display: block;
        z-index: 3;
    }

        .about-style8__content .inner-content .top-text {
            position: relative;
            display: block;
            padding-bottom: 15px;
        }

            .about-style8__content .inner-content .top-text p {
                font-size: 16px;
                margin: 0;
            }

        .about-style8__content .inner-content h3 {
            color: var(--thm-base);
            font-size: 18px;
            line-height: 30px;
            font-weight: 500;
            margin: 0 0 15px;
        }

        .about-style8__content .inner-content .single-text-box {
            position: relative;
            display: block;
        }

            .about-style8__content .inner-content .single-text-box p {
                font-size: 16px;
                margin: 0;
            }



    .about-style8__content .single-text-box-2 {
        position: relative;
        display: block;
        padding-left: 70px;
        margin-top: 30px;
    }

        .about-style8__content .single-text-box-2 .count-box {
            position: absolute;
            top: 0;
            left: 0;
            width: 70px;
            height: 60px;
            text-align: center;
            z-index: 1;
        }

            .about-style8__content .single-text-box-2 .count-box:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: red;
                z-index: -1;
                -moz-transform: skew(-7deg, 0deg);
                -webkit-transform: skew(-7deg, 0deg);
                -o-transform: skew(-7deg, 0deg);
                -ms-transform: skew(-7deg, 0deg);
                transform: skew(-7deg, 0deg);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

        .about-style8__content .single-text-box-2:hover .count-box:before {
            background: #ebcb3b;
            -moz-transform: skew(0deg, 0deg);
            -webkit-transform: skew(0deg, 0deg);
            -o-transform: skew(0deg, 0deg);
            -ms-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
        }

        .about-style8__content .single-text-box-2 .count-box h3 {
            color: #ffffff;
            font-size: 18px;
            line-height: 60px;
            font-weight: 700;
        }

        .about-style8__content .single-text-box-2 .text-box {
            position: relative;
            display: block;
            padding-left: 20px;
        }

            .about-style8__content .single-text-box-2 .text-box h3 {
                position: relative;
                top: -1px;
                color: var(--thm-black);
                font-size: 18px;
                line-height: 20px;
                font-weight: 700;
                margin: 0 0 9px;
            }

            .about-style8__content .single-text-box-2 .text-box p {
                font-size: 16px;
                line-height: 28px;
                margin: 0;
            }



.about-style8__signature-box {
    position: absolute;
    top: 0;
    left: -400px;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}

    .about-style8__signature-box .box1 {
        position: absolute;
        top: 180px;
        right: 40px;
        width: 80px;
        height: 120px;
        background: red;
        z-index: 2;
    }

    .about-style8__signature-box .inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 400px;
        height: 250px;
        background-color: #ebcb3b;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }



/*** 
=============================================
  About Style9 Area Css   
=============================================
***/
.about-style9-area {
    position: relative;
    display: block;
    background: #000000;
    padding: 120px 0px 120px;
    z-index: 10;
}

    .about-style9-area.pdtopbtm0 {
        padding: 0;
    }

.experience-box-style2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px 32px 25px;
    ;
    margin-bottom: 70px;
    z-index: 1;
    border-radius: 50px !important;
}

    .experience-box-style2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #fcfcfc;
        -moz-transform: skew(-10deg, 0deg);
        -webkit-transform: skew(-10deg, 0deg);
        -o-transform: skew(-10deg, 0deg);
        -ms-transform: skew(-10deg, 0deg);
        transform: skew(-10deg, 0deg);
        z-index: -1;
    }

    .experience-box-style2::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #f4f4f4;
        border-radius: 10px;
        -moz-transform: skew(10deg, 0deg);
        -webkit-transform: skew(10deg, 0deg);
        -o-transform: skew(10deg, 0deg);
        -ms-transform: skew(10deg, 0deg);
        transform: skew(10deg, 0deg);
        z-index: -2;
    }

    .experience-box-style2 .title-box {
        position: relative;
        display: block;
        max-width: 400px;
        width: 100%;
        margin-top: -4px;
    }

        .experience-box-style2 .title-box h5 {
            font-size: 16px;
            line-height: 20px;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin: 0 0 12px;
        }

        .experience-box-style2 .title-box h2 {
            font-size: 35px;
            line-height: 1.2em;
            text-transform: capitalize;
        }

    .experience-box-style2 .text-box {
        position: relative;
        display: block;
        max-width: 80%;
        width: 100%;
        margin-top: -7px;
    }

        .experience-box-style2 .text-box p {
            font-size: 16px;
            margin: 0;
            padding: 16px 0px;
        }




    .experience-box-style2.about-page {
        margin-bottom: 20px;
    }

        .experience-box-style2.about-page::after {
            background-image: -moz-linear-gradient(0deg, #E59191 0%, #E59191, #E59191);
            background-image: -webkit-linear-gradient(0deg, #E59191 0%, #E59191, #E59191);
            background-image: -ms-linear-gradient(0deg, #E59191 0%, #E59191, #E59191);
            -moz-transform: skew(0deg, 0deg);
            -webkit-transform: skew(0deg, 0deg);
            -o-transform: skew(0deg, 0deg);
            -ms-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg);
            z-index: -1;
        }

        .experience-box-style2.about-page::before {
            background: #0062FF;
            -moz-transform: skew(-10deg, 0deg);
            -webkit-transform: skew(-10deg, 0deg);
            -o-transform: skew(-10deg, 0deg);
            -ms-transform: skew(-10deg, 0deg);
            transform: skew(-10deg, 0deg);
            z-index: -2;
        }

        .experience-box-style2.about-page .title-box h5 {
            color: #000;
        }

        .experience-box-style2.about-page .title-box h2 {
            color: #000;
            font-weight: normal;
            letter-spacing: 0px;
            padding: 31px 0px;
            font-size: 36px !important;
        }

        .experience-box-style2.about-page .text-box p {
            color: #000;
            font-size: 16px;
            line-height: 25px;
        }




.about-style9__content {
    position: relative;
    display: block;
    max-width: 470px;
}

    .about-style9__content .title-box {
        position: relative;
        display: block;
        margin-top: -13px;
    }

        .about-style9__content .title-box h2 {
            font-size: 60px;
            line-height: 1.2em;
            font-weight: 300;
            text-transform: capitalize;
        }

            .about-style9__content .title-box h2 span {
                position: relative;
                display: inline-block;
                z-index: 1;
            }

                .about-style9__content .title-box h2 span:before {
                    content: "";
                    position: absolute;
                    left: 4px;
                    bottom: 15px;
                    right: 4px;
                    height: 22px;
                    background: #f1db62;
                    z-index: -1;
                }

    .about-style9__content .inner-content {
        position: relative;
        display: block;
        padding-top: 28px;
    }

        .about-style9__content .inner-content p {
            font-size: 16px;
            letter-spacing: 0.12em;
            margin: 0;
        }


.about-style9__content__signature-box {
    position: relative;
    display: block;
    padding-top: 42px;
}


.about-style9__image {
    position: relative;
    display: block;
    float: right;
}



/*** 
=============================================
  About Style10 Area Css   
=============================================
***/
.about-style10-area {
    position: relative;
    display: block;
    background: #f8f8f8;
    padding: 120px 0px 80px;
    z-index: 10;
}

.about-style10__image-box {
    position: relative;
    display: block;
    min-height: 705px;
}

    .about-style10__image-box .title-outer {
        position: absolute;
        top: 0px;
        right: -280px;
        color: rgba(var(--thm-black-rgb), .20);
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.54em;
        display: inline-block;
        transition: .5s ease;
        transform: rotate(90deg) translateX(0%);
        transform-origin: 0 0;
        width: max-content;
    }


    .about-style10__image-box .top-image {
        position: relative;
        display: block;
        max-width: 570px;
        width: 100%;
        min-height: 510px;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }

    .about-style10__image-box .bottom-image {
        position: absolute;
        bottom: 0;
        right: 0;
        border: 10px solid #ffffff;
    }

        .about-style10__image-box .bottom-image .ovarlay-content {
            position: absolute;
            left: -240px;
            bottom: 40px;
            background: red;
            padding: 46px 45px 50px;
        }

            .about-style10__image-box .bottom-image .ovarlay-content::before {
                position: absolute;
                top: 15px;
                left: 15px;
                bottom: 15px;
                right: 15px;
                border: 1px dashed #ffffff;
                content: "";
            }

            .about-style10__image-box .bottom-image .ovarlay-content h2 {
                color: #ffffff;
                font-size: 35px;
                line-height: 45px;
            }

        .about-style10__image-box .bottom-image .inner {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .about-style10__image-box .bottom-image .inner img {
                width: 100%;
            }



.about-style10__content {
    position: relative;
    display: block;
    padding-top: 108px;
}

    .about-style10__content .title-box {
        position: relative;
        display: block;
        padding-bottom: 26px;
    }

        .about-style10__content .title-box h2 {
            font-size: 60px;
            line-height: 1.2em;
            font-weight: 300;
            text-transform: capitalize;
        }

    .about-style10__content .inner-content {
        position: relative;
        display: block;
    }

        .about-style10__content .inner-content p {
            font-size: 16px;
            line-height: 32px;
            font-weight: 300;
            letter-spacing: 0.12em;
            margin: 0;
        }

.about-style10__content__signature-box {
    position: relative;
    display: block;
    padding-top: 40px;
}

.about-style10-area .martop {
    margin-top: 115px;
}



/*** 
=============================================
  About Style11 Area Css   
=============================================
***/
.about-style11-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 120px;
    z-index: 10;
}

.about-style11__image-box {
    position: relative;
    display: block;
    min-height: 510px;
}

.about-style11__image-box--bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 30px;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    filter: grayscale(.6) opacity(1.0);
}

.about-style11__image-box .phone-number-box {
    position: absolute;
    left: 70px;
    bottom: 0;
    right: 70px;
    background-color: var(--thm-base);
    border-radius: 10px;
    padding: 30px 50px 30px;
}

    .about-style11__image-box .phone-number-box .inner {
        position: relative;
        display: block;
        padding-left: 70px;
    }

        .about-style11__image-box .phone-number-box .inner .icon {
            position: absolute;
            left: 0;
            top: 5px;
            line-height: 0;
        }

            .about-style11__image-box .phone-number-box .inner .icon span::before {
                position: relative;
                display: inline-block;
                color: #ffffff;
                font-size: 50px;
                line-height: 50px;
            }

        .about-style11__image-box .phone-number-box .inner .text {
            position: relative;
            display: block;
        }

            .about-style11__image-box .phone-number-box .inner .text p {
                color: #ffffff;
                font-size: 16px;
                line-height: 20px;
                margin: 0 0 13px;
            }

                .about-style11__image-box .phone-number-box .inner .text p span {
                    font-weight: 700;
                }

            .about-style11__image-box .phone-number-box .inner .text h2 {
                font-size: 32px;
                line-height: 32px;
                font-weight: 300;
            }

                .about-style11__image-box .phone-number-box .inner .text h2 a {
                    color: #ffffff;
                    transition: all 500ms ease;
                }

                    .about-style11__image-box .phone-number-box .inner .text h2 a:hover {
                        color: var(--thm-black);
                    }



.about-style11__content {
    position: relative;
    display: block;
    padding-left: 60px;
}

    .about-style11__content .title-box {
        position: relative;
        display: block;
        padding-bottom: 42px;
    }

        .about-style11__content .title-box h2 {
            font-size: 32px;
            line-height: 44px;
            font-weight: 300;
        }

    .about-style11__content .inner-content {
        position: relative;
        display: block;
    }

        .about-style11__content .inner-content p {
            font-size: 16px;
            line-height: 28px;
        }

.about-style11__content__signature-box {
    position: relative;
    display: block;
    padding-top: 30px;
}




/*** 
=============================================
  About Style12 Area Css   
=============================================
***/
.about-style12-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
    z-index: 10;
}

    .about-style12-area.pd0 {
        padding: 0;
        background: transparent;
    }

.about-style12__content--inner {
    position: relative;
    display: block;
    margin-top: -400px;
    padding-top: 120px;
    z-index: 10;
}

    .about-style12__content--inner:before {
        content: "";
        position: absolute;
        top: 0;
        left: -170px;
        bottom: 0;
        right: -170px;
        background: #ffffff;
        z-index: -1;
    }


.about-style12__image-box {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    min-height: 570px;
    margin: 0 auto;
}

.about-style12__image-box--bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    border-radius: 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    filter: grayscale(.6) opacity(1.0);
}


.about-style12__image-box .social-link-box-style2 {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 220px;
    height: 70px;
    margin: 0 auto;
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
}

    .about-style12__image-box .social-link-box-style2:before {
        display: none;
    }

    .about-style12__image-box .social-link-box-style2 .inner-box {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 70px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .about-style12__image-box .social-link-box-style2 a.middle {
        top: 30px;
    }

    .about-style12__image-box .social-link-box-style2 a {
        color: #ffffff;
        background: rgba(var(--thm-base-rgb), 0.95);
    }

        .about-style12__image-box .social-link-box-style2 a:before {
            background: red;
            top: -1px;
            left: -1px;
            bottom: -1px;
            right: -1px;
        }

.about-style12__image-box .round-box {
    position: absolute;
    top: 0;
    right: -85px;
    bottom: 0;
    display: flex;
    align-items: center;
}

    .about-style12__image-box .round-box .inner {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 170px;
        height: 170px;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0px 0px 10.45px 0.55px rgba(0, 0, 0, 0.08);
    }

        .about-style12__image-box .round-box .inner:before {
            content: "";
            position: absolute;
            top: 12px;
            left: 12px;
            bottom: 12px;
            right: 12px;
            border: 2px solid var(--thm-base);
            opacity: 0.10;
            border-radius: 50%;
        }

        .about-style12__image-box .round-box .inner:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0px;
            height: 45px;
            width: 70px;
            background: #ffffff;
        }


    .about-style12__image-box .round-box h2 {
        color: var(--thm-base);
        font-size: 40px;
        line-height: 40px;
        font-weight: 300;
        text-transform: uppercase;
        margin: 0 0 11px;
    }

    .about-style12__image-box .round-box h6 {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }



.about-style12__content {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    float: right;
    padding: 50px 0;
}

    .about-style12__content .title-box {
        position: relative;
        display: block;
        padding-bottom: 32px;
    }

        .about-style12__content .title-box h2 {
            font-size: 32px;
            line-height: 44px;
            font-weight: 300;
        }

    .about-style12__content .inner-content {
        position: relative;
        display: block;
    }

        .about-style12__content .inner-content p {
            font-size: 16px;
            line-height: 28px;
        }

            .about-style12__content .inner-content p a {
                color: var(--thm-base);
            }



.phone-number-box-style14 {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    background-color: var(--thm-base);
    border-radius: 10px;
    padding: 30px 50px 30px;
    margin-top: 32px;
}

    .phone-number-box-style14 .inner {
        position: relative;
        display: block;
        padding-left: 70px;
    }

        .phone-number-box-style14 .inner .icon {
            position: absolute;
            left: 0;
            top: 5px;
            line-height: 0;
        }

            .phone-number-box-style14 .inner .icon span::before {
                position: relative;
                display: inline-block;
                color: #ffffff;
                font-size: 50px;
                line-height: 50px;
            }

        .phone-number-box-style14 .inner .text {
            position: relative;
            display: block;
        }

            .phone-number-box-style14 .inner .text p {
                color: #ffffff;
                font-size: 16px;
                line-height: 20px;
                margin: 0 0 13px;
            }

                .phone-number-box-style14 .inner .text p span {
                    font-weight: 700;
                }

            .phone-number-box-style14 .inner .text h2 {
                font-size: 32px;
                line-height: 32px;
                font-weight: 300;
            }

                .phone-number-box-style14 .inner .text h2 a {
                    color: #ffffff;
                    transition: all 500ms ease;
                }

                    .phone-number-box-style14 .inner .text h2 a:hover {
                        color: var(--thm-black);
                    }
/* about-section.css end */





/* /blog-section.css start */
/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/
.blog-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 9;
}

.single-blog-style1 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

    .single-blog-style1 .img-holder {
        position: relative;
        display: block;
    }

        .single-blog-style1 .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 4px;
            background-color: var(--thm-black);
        }

            .single-blog-style1 .img-holder .inner.border-radious0 {
                border-radius: 0;
            }

            .single-blog-style1 .img-holder .inner::before {
                content: '';
                position: absolute;
                top: 0%;
                right: 0%;
                width: 0;
                height: 100%;
                background-color: rgba(var(--thm-base-rgb), .80);
                border-radius: 0%;
                -webkit-transform: translateX(90%, 90%);
                transform: translateX(90%, 90%);
                opacity: 0.70;
                z-index: 1;
            }

    .single-blog-style1:hover .img-holder .inner::before {
        -webkit-animation: circle .95s;
        animation: circle .95s;
        opacity: 1.0;
    }

    .single-blog-style1 .img-holder img {
        width: 100%;
        transform: scale(1.0);
        transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    }

    .single-blog-style1:hover .img-holder img {
        opacity: 0.70;
        transform: scale(1.1) rotate(1deg);
    }

    .single-blog-style1 .img-holder .date-box {
        position: absolute;
        left: 10px;
        bottom: -20px;
        background: var(--thm-gradient-2);
        border-radius: 4px;
        text-transform: capitalize;
        text-align: center;
        padding: 8px 17px;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        z-index: 5;
    }

        .single-blog-style1 .img-holder .date-box h6 {
            color: #ffffff;
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
            text-transform: none;
            -webkit-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }



    .single-blog-style1 .text-holder {
        position: relative;
        display: block;
        padding: 42px 0 0;
    }

        .single-blog-style1 .text-holder .blog-title {
            font-size: 18px;
            line-height: 32px;
            font-weight: 400;
            margin: 0 0 38px;
        }

            .single-blog-style1 .text-holder .blog-title a {
                color: var(--thm-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .single-blog-style1 .text-holder .blog-title a:hover {
                    color: var(--thm-base);
                }



.single-blog-style1-btn {
    position: relative;
    display: block;
    line-height: 0;
}

    .single-blog-style1-btn a {
        color: var(--thm-black);
    }

        .single-blog-style1-btn a.btn-two span:after {
            background-image: var(--thm-gradient-2);
        }



/*** 
=============================================
  Blog Style2 Area Css
=============================================
***/
.blog-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 9;
}

.single-blog-style2 {
    position: relative;
    display: block;
    padding: 10px;
    background: #ddd;
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.50196) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.50196) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.50196) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

    .single-blog-style2 .text-holder {
        position: relative;
        display: block;
        background: #f5f6f7;
        padding: 10px 20px 30px;
    }

        .single-blog-style2 .text-holder .date-box {
            position: relative;
            display: inline-block;
            padding: 0px 15px 0px;
        }

            .single-blog-style2 .text-holder .date-box h6 {
                color: #ffffff;
                font-size: 14px;
                line-height: 40px;
                font-weight: 400;
                text-transform: uppercase;
            }


        .single-blog-style2 .text-holder .blog-title {
            font-size: 18px;
            line-height: 32px;
            font-weight: 500;
            margin: 22px 0 12px;
        }

            .single-blog-style2 .text-holder .blog-title a {
                color: var(--thm-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .single-blog-style2 .text-holder .blog-title a:hover {
                    color: var(--thm-base);
                }

        .single-blog-style2 .text-holder .text {
            position: relative;
            display: block;
            padding-bottom: 58px;
        }

            .single-blog-style2 .text-holder .text p {
                margin: 0;
            }



/*** 
=============================================
  Blog Style3 Area Css
=============================================
***/
.blog-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 9;
}


.single-blog-style3 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0px 5px 20px 0px rgb(12 21 41 / 10%);
    margin-bottom: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

    .single-blog-style3:hover {
        transform: translateY(-5px);
        box-shadow: 0px 10px 30px 0px rgb(12 21 41 / 5%);
    }

    .single-blog-style3 .inner {
        position: relative;
        display: block;
        background: #f5f6f7;
        padding: 40px 40px 60px;
    }

    .single-blog-style3 .date-box {
        position: relative;
        display: inline-block;
        padding: 0px 15px 0px;
        margin-bottom: 30px;
    }

        .single-blog-style3 .date-box h6 {
            color: #ffffff;
            font-size: 14px;
            line-height: 40px;
            font-weight: 400;
            text-transform: uppercase;
        }



    .single-blog-style3 .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
        background-color: var(--thm-black);
    }

        .single-blog-style3 .img-holder::before {
            content: '';
            position: absolute;
            top: 0%;
            right: 0%;
            width: 0;
            height: 100%;
            background-color: rgba(var(--thm-base-rgb), .80);
            border-radius: 0%;
            -webkit-transform: translateX(90%, 90%);
            transform: translateX(90%, 90%);
            opacity: 0.70;
            z-index: 1;
        }

    .single-blog-style3:hover .img-holder::before {
        -webkit-animation: circle .95s;
        animation: circle .95s;
        opacity: 1.0;
    }

    .single-blog-style3 .img-holder img {
        width: 100%;
        transform: scale(1.0);
        transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    }

    .single-blog-style3:hover .img-holder img {
        opacity: 0.70;
        transform: scale(1.1) rotate(1deg);
    }


    .single-blog-style3 .text-holder .blog-title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        font-style: italic;
        margin: 22px 0 38px;
    }

        .single-blog-style3 .text-holder .blog-title a {
            color: var(--thm-black);
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .single-blog-style3 .text-holder .blog-title a:hover {
                color: var(--thm-base);
            }


.single-blog-style3-btn {
    position: relative;
    display: block;
    line-height: 0;
}

    .single-blog-style3-btn a {
        color: var(--thm-black);
        font-weight: 600;
    }

        .single-blog-style3-btn a.btn-two span:after {
            background-image: var(--thm-gradient-2);
        }



/*** 
=============================================
  Blog Style4 Area Css
=============================================
***/
.blog-style4-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 70px;
    z-index: 9;
}

.single-blog-style1.style1-in-style4 {
}

    .single-blog-style1.style1-in-style4 .img-holder .date-box {
        background: var(--thm-base);
    }

    .single-blog-style1.style1-in-style4 .text-holder .blog-title {
        font-weight: 500;
        margin: 0 0 12px;
    }

    .single-blog-style1.style1-in-style4 .text {
        position: relative;
        display: block;
    }

        .single-blog-style1.style1-in-style4 .text p {
            margin: 0;
        }



/*** 
=============================================
  Blog Style5 Area Css
=============================================
***/
.blog-style5-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 9;
}

.single-blog-style1.style1-in-style5 {
}

    .single-blog-style1.style1-in-style5 .img-holder .date-box {
        background: var(--thm-base);
    }

    .single-blog-style1.style1-in-style5 .text-holder .blog-title {
        font-size: 24px;
        font-weight: 500;
        margin: 0 0 15px;
    }

    .single-blog-style1.style1-in-style5 .text {
        position: relative;
        display: block;
    }

        .single-blog-style1.style1-in-style5 .text p {
            font-size: 16px;
            margin: 0;
        }

.single-blog-style5-btn {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 39px;
}

    .single-blog-style5-btn a {
        color: var(--thm-black);
    }

        .single-blog-style5-btn a.btn-two span:after {
            background-color: var(--thm-base);
            background-image: none;
        }



.blog-style6-content {
    position: relative;
    display: block;
}

    .blog-style6-content ul {
        position: relative;
        display: block;
    }

.single-blog-style6 {
    position: relative;
    display: block;
    min-height: 175px;
}

    .single-blog-style6 + .single-blog-style6 {
        margin-top: 30px;
    }

    .single-blog-style6 .inner {
        position: relative;
        display: block;
        padding-top: 22px;
        padding-left: 170px;
    }

    .single-blog-style6 .img-holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 170px;
        overflow: hidden;
        border-radius: 4px;
        background-color: var(--thm-black);
    }

        .single-blog-style6 .img-holder::before {
            content: '';
            position: absolute;
            top: 0%;
            right: 0%;
            width: 0;
            height: 100%;
            background-color: rgba(var(--thm-base-rgb), .80);
            border-radius: 0%;
            -webkit-transform: translateX(90%, 90%);
            transform: translateX(90%, 90%);
            opacity: 0.70;
            z-index: 1;
        }

    .single-blog-style6:hover .img-holder::before {
        -webkit-animation: circle .95s;
        animation: circle .95s;
        opacity: 1.0;
    }

    .single-blog-style6 .img-holder img {
        width: 100%;
        transform: scale(1.0);
        transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    }

    .single-blog-style6:hover .img-holder img {
        opacity: 0.70;
        transform: scale(1.1) rotate(1deg);
    }



    .single-blog-style6 .text-holder {
        position: relative;
        display: block;
        padding-left: 30px;
    }

        .single-blog-style6 .text-holder .date-box {
            position: relative;
            display: inline-block;
            background: var(--thm-base);
            border-radius: 4px;
            text-transform: capitalize;
            text-align: center;
            padding: 8px 17px;
            -webkit-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
            z-index: 5;
        }

            .single-blog-style6 .text-holder .date-box h6 {
                color: #ffffff;
                font-size: 14px;
                line-height: 24px;
                font-weight: 400;
                text-transform: none;
                -webkit-transition: all 0.4s linear;
                -o-transition: all 0.4s linear;
                transition: all 0.4s linear;
            }

        .single-blog-style6 .text-holder .blog-title {
            font-size: 18px;
            line-height: 32px;
            font-weight: 400;
            margin: 19px 0 7px;
        }

            .single-blog-style6 .text-holder .blog-title a {
                color: var(--thm-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .single-blog-style6 .text-holder .blog-title a:hover {
                    color: var(--thm-base);
                }

.single-blog-style6-btn {
    position: relative;
    display: block;
    line-height: 0;
}

    .single-blog-style6-btn a {
        color: var(--thm-black);
    }

        .single-blog-style6-btn a.btn-two span:after {
            background-color: var(--thm-base);
            background-image: none;
        }



/*** 
=============================================
  Blog Style7 Area Css
=============================================
***/
.blog-style7-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 90px;
    z-index: 9;
}

    .blog-style7-area .pattern-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background-color: #f6f6f6;
    }

.single-blog-style7 {
    position: relative;
    display: block;
    min-height: 175px;
    margin-bottom: 30px;
}

    .single-blog-style7 .inner {
        position: relative;
        display: block;
        padding-left: 270px;
    }

    .single-blog-style7 .img-holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 270px;
        overflow: hidden;
        border-radius: 4px;
        background-color: var(--thm-black);
    }

        .single-blog-style7 .img-holder::before {
            content: '';
            position: absolute;
            top: 0%;
            right: 0%;
            width: 0;
            height: 100%;
            background-color: rgba(var(--thm-base-rgb), .80);
            border-radius: 0%;
            -webkit-transform: translateX(90%, 90%);
            transform: translateX(90%, 90%);
            opacity: 0.70;
            z-index: 1;
        }

    .single-blog-style7:hover .img-holder::before {
        -webkit-animation: circle .95s;
        animation: circle .95s;
        opacity: 1.0;
    }

    .single-blog-style7 .img-holder img {
        width: 100%;
        transform: scale(1.0);
        transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
    }

    .single-blog-style7:hover .img-holder img {
        opacity: 0.70;
        transform: scale(1.1) rotate(1deg);
    }


    .single-blog-style7 .date-box {
        position: absolute;
        top: 10px;
        right: 10px;
        display: inline-block;
        background: var(--thm-black);
        border-radius: 4px;
        text-transform: capitalize;
        text-align: center;
        padding: 8px 17px;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        z-index: 5;
    }

        .single-blog-style7 .date-box h6 {
            color: #ffffff;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            text-transform: none;
            -webkit-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }



    .single-blog-style7 .text-holder {
        position: relative;
        padding-left: 30px;
        min-height: 175px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

        .single-blog-style7 .text-holder .blog-title {
            font-size: 18px;
            line-height: 32px;
            font-weight: 700;
            margin: 0 0 27px;
        }

            .single-blog-style7 .text-holder .blog-title a {
                color: var(--thm-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .single-blog-style7 .text-holder .blog-title a:hover {
                    color: var(--thm-base);
                }

.single-blog-style7-btn {
    position: relative;
    display: block;
    line-height: 0;
}

    .single-blog-style7-btn a {
        color: var(--thm-black);
    }

        .single-blog-style7-btn a.btn-two span:after {
            background-color: var(--thm-base);
            background-image: none;
        }



/*** 
=============================================
  Blog Style8 Area Css
=============================================
***/
.blog-style8-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 9;
}


.single-blog-style1--instyle8 {
    position: relative;
    display: block;
}

    .single-blog-style1--instyle8.marbtm0 {
        margin-bottom: 0;
    }

    .single-blog-style1--instyle8 .img-holder .date-box {
        background: #f1f1f1;
    }

        .single-blog-style1--instyle8 .img-holder .date-box h6 {
            color: var(--thm-black);
        }


    .single-blog-style1--instyle8 .text-holder {
        padding: 32px 0 0;
    }

        .single-blog-style1--instyle8 .text-holder .blog-title {
            letter-spacing: 0.12em;
            margin: 0 0 12px;
        }

        .single-blog-style1--instyle8 .text-holder .text {
            position: relative;
            display: block;
        }

            .single-blog-style1--instyle8 .text-holder .text p {
                letter-spacing: 0.12em;
                margin: 0;
            }


.single-blog-style8-btn {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 38px;
}

    .single-blog-style8-btn a {
        color: var(--thm-black);
    }

        .single-blog-style8-btn a.btn-two span:after {
            background-color: var(--thm-base);
        }

.blog-style8-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 87px;
}

.blog-style8-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    bottom: 0;
    right: -7px;
}


.blog-style8-carousel.center-box.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0px;
}


.blog-style8-big-image-box {
    position: relative;
    display: block;
}

    .blog-style8-big-image-box img {
        width: 100%;
    }



/*** 
=============================================
  Blog Style9 Area Css
=============================================
***/
.blog-style9-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 9;
}

.single-blog-style1--instyle9 {
    margin: 0;
}

    .single-blog-style1--instyle9 .text-holder {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 40px;
        padding: 0;
        background: #ffffff;
        padding: 31px 30px 40px;
        z-index: 5;
    }


        .single-blog-style1--instyle9 .text-holder .date-box {
            position: absolute;
            top: -20px;
            left: 30px;
            background: var(--thm-base);
            border-radius: 4px;
            text-transform: capitalize;
            text-align: center;
            padding: 8px 17px;
            -webkit-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
            z-index: 5;
        }

            .single-blog-style1--instyle9 .text-holder .date-box h6 {
                color: #ffffff;
                font-size: 14px;
                line-height: 24px;
                font-weight: 400;
                text-transform: uppercase;
                -webkit-transition: all 0.4s linear;
                -o-transition: all 0.4s linear;
                transition: all 0.4s linear;
            }

        .single-blog-style1--instyle9 .text-holder .blog-title {
            margin: 0 0 12px;
        }



/*** 
=============================================
  Blog Style10 Area Css
=============================================
***/
.blog-style10-area {
    position: relative;
    display: block;
    background: #f5f6f7;
    padding: 120px 0 120px;
    z-index: 9;
}

    .blog-style10-area.white-bg {
        background: #ffffff;
    }


.single-blog-style1--instyle8.style10 .img-holder .date-box {
    background: var(--thm-base);
    left: 30px;
}

    .single-blog-style1--instyle8.style10 .img-holder .date-box h6 {
        color: #ffffff;
    }

.single-blog-style1--instyle8.style10 .text-holder {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 40px;
    background: #ffffff;
}

.single-blog-style10-btn {
    position: relative;
    display: block;
    line-height: 0;
    margin-top: 18px;
}

    .single-blog-style10-btn a {
        color: var(--thm-black);
    }

        .single-blog-style10-btn a.btn-two span:after {
            background-color: var(--thm-base);
            background-image: none;
        }




.blog-style10-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
}

.blog-style10-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    position: absolute;
    bottom: 2px;
    left: -408px;
}



/*** 
=============================================
  Blog Page One Css
=============================================
***/
.blog-page-one {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}

    .blog-page-one .single-blog-style1--instyle9 {
        margin: 0;
        margin-bottom: 30px;
    }

    .blog-page-one .styled-pagination {
        padding-top: 30px;
    }



/*** 
=============================================
  Blog Page Two Css
=============================================
***/
.blog-page-two {
    position: relative;
    display: block;
    background: #f2f2f2;
    padding: 120px 0 120px;
    z-index: 10;
}

    .blog-page-two .styled-pagination {
        padding-top: 20px;
    }

        .blog-page-two .styled-pagination li a {
            background: #ffffff;
        }



/*** 
=============================================
  Blog Page Three Css
=============================================
***/
.blog-page-three {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}

    .blog-page-three .single-blog-style1--instyle9 {
        margin: 0;
        margin-bottom: 30px;
    }

    .blog-page-three .styled-pagination {
        padding-top: 20px;
    }


.blog-page__inner-content {
    position: relative;
    display: block;
}

    .blog-page__inner-content .single-blog-style1--instyle8 {
        margin-bottom: 50px;
    }

        .blog-page__inner-content .single-blog-style1--instyle8.style10 .text-holder {
            padding-top: 40px;
            padding-left: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
        }



.single-blog-style1 .audio-gallery {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

    .single-blog-style1 .audio-gallery .img-box {
        position: relative;
        display: block;
        width: 170px;
    }

        .single-blog-style1 .audio-gallery .img-box img {
            width: 100%;
        }

        .single-blog-style1 .audio-gallery .img-box .date-box {
            position: absolute;
            left: 30px;
            bottom: -20px;
            background: var(--thm-base);
            border-radius: 4px;
            text-transform: uppercase;
            text-align: center;
            padding: 8px 17px;
            -webkit-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
            z-index: 5;
        }

            .single-blog-style1 .audio-gallery .img-box .date-box h6 {
                color: #ffffff;
                font-size: 14px;
                line-height: 24px;
                font-weight: 400;
                text-transform: uppercase;
                -webkit-transition: all 0.4s linear;
                -o-transition: all 0.4s linear;
                transition: all 0.4s linear;
            }

    .single-blog-style1 .audio-gallery .audio-content {
        position: relative;
        display: block;
        padding-left: 30px;
    }



.single-blog-style1 .blog-video-gallery {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 5;
}

    .single-blog-style1 .blog-video-gallery .icon a {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 100px;
        background: #ffffff;
        border-radius: 50%;
        color: var(--thm-base);
        font-size: 30px;
        line-height: 100px;
        text-align: center;
    }







/*** 
=============================================
  Sidebar Css
=============================================
***/
.thm-sidebar-box {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.thm-sidebar-box__inner {
    position: relative;
    display: block;
    background: #f6f6f7;
    padding: 50px 30px 50px;
}

.single-sidebar-box {
    position: relative;
    display: block;
    margin-top: 50px;
}



.sidebar-search-box {
    position: relative;
    display: block;
}

    .sidebar-search-box form.search-form {
        position: relative;
        display: block;
        width: 100%;
    }

    .sidebar-search-box .search-form input[type="text"] {
        position: relative;
        display: block;
        width: 100%;
        height: 55px;
        background-color: #ffffff;
        border: 1px solid #dedee0;
        color: #777777;
        font-size: 14px;
        font-weight: 400;
        padding-left: 20px;
        padding-right: 60px;
        border-radius: 10px;
        transition: all 500ms ease 0s;
    }

    .sidebar-search-box .search-form button {
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        width: 50px;
        height: 53px;
        font-size: 16px;
        line-height: 55px;
        color: var(--thm-base);
        background: #ffffff;
        text-align: center;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border: 0px solid #e7e7e8;
        transition: all 500ms ease 0s;
    }

        .sidebar-search-box .search-form button i {
            position: relative;
            top: 0px;
            color: var(--thm-base);
        }

    .sidebar-search-box .search-form input[type="text"]:focus {
        color: #777777;
    }

        .sidebar-search-box .search-form input[type="text"]:focus + button,
        .sidebar-search-box .search-form button:hover {
            color: #fff;
        }



    .sidebar-search-box .search-form input::-webkit-input-placeholder {
        color: #777777;
    }

    .sidebar-search-box .search-form input:-moz-placeholder {
        color: #777777;
    }

    .sidebar-search-box .search-form input::-moz-placeholder {
        color: #777777;
    }

    .sidebar-search-box .search-form input:-ms-input-placeholder {
        color: #777777;
    }




.sidebar-title {
    position: relative;
    display: block;
    top: -3px;
    padding-bottom: 23px;
}

    .sidebar-title h3 {
        position: relative;
        color: var(--thm-black);
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
    }



.sidebar-categories-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -8px;
}

    .sidebar-categories-box li {
        position: relative;
        display: block;
        margin-bottom: 6px;
    }

        .sidebar-categories-box li:last-child {
            margin-bottom: 0;
        }

        .sidebar-categories-box li a {
            position: relative;
            display: block;
            padding-left: 25px;
            color: var(--thm-gray);
            font-size: 14px;
            font-weight: 400;
            line-height: 30px;
            text-transform: capitalize;
            letter-spacing: 0.0em;
            transition: all 100ms linear;
            transition-delay: 0.1s;
        }

            .sidebar-categories-box li a span {
                position: relative;
                display: block;
                float: right;
            }

        .sidebar-categories-box li:hover a {
            color: var(--thm-black);
        }

        .sidebar-categories-box li a:before {
            content: "";
            position: absolute;
            left: 0;
            width: 14px;
            height: 14px;
            border: 1px solid #dedee0;
            background: #ffffff;
            border-radius: 2px;
            margin: 8px 0;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

        .sidebar-categories-box li:hover a:before {
            color: var(--thm-base);
        }



.popular-tag-box {
    position: relative;
    display: block;
}

.single-sidebar-box .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

    .single-sidebar-box .popular-tag li {
        position: relative;
        display: block;
        float: left;
        margin: 0 5px 10px;
    }

        .single-sidebar-box .popular-tag li a {
            position: relative;
            display: block;
            padding: 9px 9px 9px;
            background: #ffffff;
            color: #777777;
            font-size: 14px;
            line-height: 22px;
            font-weight: 400;
            transition: all 500ms ease;
        }

        .single-sidebar-box .popular-tag li:hover a {
            color: #ffffff;
            background-color: var(--thm-base);
        }



.sidebar-rating-box {
    position: relative;
    display: block;
}

    .sidebar-rating-box ul {
        position: relative;
        display: block;
        overflow: hidden;
        margin-top: -7px;
    }

        .sidebar-rating-box ul li {
            position: relative;
            display: block;
            padding-left: 25px;
            margin-bottom: 8px;
        }

            .sidebar-rating-box ul li:last-child {
                margin-bottom: 0;
            }

            .sidebar-rating-box ul li:before {
                content: "";
                position: absolute;
                left: 0;
                width: 14px;
                height: 14px;
                border: 1px solid #dedee0;
                background: #ffffff;
                border-radius: 2px;
                margin: 7px 0;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

            .sidebar-rating-box ul li a {
                position: relative;
                display: inline-block;
                color: #ffd13c;
                font-size: 14px;
            }



.thm-sidebar-box__outer {
    position: relative;
    display: block;
    margin-top: 50px;
}

.sidebar-img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

    .sidebar-img-box img {
        width: 100%;
    }

    .sidebar-img-box .overlay-content {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .sidebar-img-box .overlay-content .zoom-button {
            position: relative;
            display: block;
        }

            .sidebar-img-box .overlay-content .zoom-button a {
                position: relative;
                display: inline-block;
                background-color: var(--thm-base);
                width: 100px;
                height: 100px;
                color: #ffffff;
                font-size: 40px;
                line-height: 100px;
                text-align: center;
                transition: all 200ms linear;
                transition-delay: 0.1s;
                z-index: 1;
            }





















/*** 
=============================================
  Blog Details Css
=============================================
***/
.blog-details-content {
    position: relative;
    display: block;
}

    .blog-details-content .single-blog-style1 .text-holder .blog-title {
        margin: 0 0 12px;
    }


.blog-details-quote-box {
    position: relative;
    display: block;
    background: #f4f4f5;
    padding: 30px 30px 30px;
}

    .blog-details-quote-box .inner {
        position: relative;
        display: block;
        padding-left: 70px;
    }

    .blog-details-quote-box .icon {
        position: absolute;
        top: 9px;
        left: 0;
    }

        .blog-details-quote-box .icon span:before {
            position: relative;
            display: inline-block;
            color: var(--thm-base);
            font-size: 40px;
            line-height: 40px;
        }

    .blog-details-quote-box .text {
        position: relative;
        display: block;
    }

        .blog-details-quote-box .text h3 {
            font-size: 24px;
            line-height: 42px;
            font-weight: 500;
        }


.blog-details-text-box1 {
    position: relative;
    display: block;
    padding: 42px 0 41px;
}

    .blog-details-text-box1 p {
        margin: 0;
    }



.blog-details-video-gallery-box {
    position: relative;
    display: block;
}

    .blog-details-video-gallery-box img {
        width: 100%;
    }

    .blog-details-video-gallery-box .icon {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        z-index: 5;
    }

        .blog-details-video-gallery-box .icon a {
            position: relative;
            display: inline-block;
            width: 100px;
            height: 100px;
            background: #ffffff;
            border-radius: 50%;
            color: var(--thm-base);
            font-size: 30px;
            line-height: 100px;
            text-align: center;
        }



.blog-details-text-box2 {
    position: relative;
    display: block;
    padding: 42px 0 41px;
}

    .blog-details-text-box2 p {
        margin: 0;
    }



.blog-details-tag-box {
    position: relative;
    display: block;
    border-top: 1px solid #e9ebec;
    padding-top: 30px;
}

.tag-box {
    position: relative;
    display: block;
}

    .tag-box .title {
        width: 65px;
    }

    .tag-box .title,
    .tag-box .tag-list {
        display: table-cell;
        vertical-align: middle;
    }

        .tag-box .title h3 {
            color: var(--thm-black);
            font-size: 14px;
            line-height: 24px;
            font-weight: 500;
            text-transform: uppercase;
        }

        .tag-box .tag-list li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 10px;
        }

            .tag-box .tag-list li:last-child {
                margin-right: 0;
            }

            .tag-box .tag-list li a {
                position: relative;
                display: block;
                padding: 4px 13px;
                background: #ffffff;
                border: 1px solid #f5f4f4;
                border-radius: 5px;
                color: var(--thm-gray);
                font-size: 13px;
                line-height: 30px;
                font-weight: 400;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .tag-box .tag-list li a:hover {
                    color: #fff;
                    border-color: var(--thm-base);
                    background-color: var(--thm-base);
                }



/*** 
=============================================
 comments Box Css
=============================================
***/
.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 74px;
}

    .comment-box .inner-title {
        position: relative;
        display: block;
        padding-bottom: 33px;
    }

        .comment-box .inner-title h2 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 500;
            text-transform: uppercase;
        }

    .comment-box .outer-box {
        position: relative;
        display: block;
    }

    .comment-box .single-comment {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }


    .comment-box .single-comment-box {
        position: relative;
        display: block;
        padding-left: 100px;
        min-height: 100px;
    }

        .comment-box .single-comment-box .img-holder {
            position: absolute;
            left: 0;
            top: 0px;
            width: 100px;
            height: 100px;
            overflow: hidden;
            border-radius: 50%;
        }

            .comment-box .single-comment-box .img-holder img {
                width: 100%;
            }



        .comment-box .single-comment-box .text-holder {
            position: relative;
            display: block;
            padding-left: 30px;
            min-height: 100px;
        }

            .comment-box .single-comment-box .text-holder .top {
                position: relative;
                display: block;
            }

                .comment-box .single-comment-box .text-holder .top .name {
                    position: relative;
                    display: block;
                }

                    .comment-box .single-comment-box .text-holder .top .name h3 {
                        color: var(--thm-black);
                        font-size: 18px;
                        line-height: 24px;
                        font-weight: 500;
                    }



            .comment-box .single-comment-box .text-holder .text {
                position: relative;
                display: block;
                padding-top: 16px;
                padding-bottom: 11px;
            }

                .comment-box .single-comment-box .text-holder .text p {
                    margin: 0;
                }

            .comment-box .single-comment-box .text-holder .post-info {
                position: relative;
                display: block;
                overflow: hidden;
            }

                .comment-box .single-comment-box .text-holder .post-info ul {
                    position: relative;
                    display: block;
                    overflow: hidden;
                }

                    .comment-box .single-comment-box .text-holder .post-info ul li {
                        position: relative;
                        display: block;
                        float: left;
                        margin-right: 20px;
                    }

                        .comment-box .single-comment-box .text-holder .post-info ul li:last-child {
                            margin-right: 0;
                        }

                        .comment-box .single-comment-box .text-holder .post-info ul li a {
                            color: var(--thm-gray);
                            font-size: 13px;
                            transition: all 500ms ease;
                        }

                            .comment-box .single-comment-box .text-holder .post-info ul li a:hover {
                                color: var(--thm-base);
                            }

                            .comment-box .single-comment-box .text-holder .post-info ul li a i:before {
                                position: relative;
                                display: inline-block;
                                padding-right: 3px;
                            }





.add-comment-box {
    position: relative;
    display: block;
    margin-top: 57px;
}

    .add-comment-box .inner-title {
        position: relative;
        display: block;
        padding-bottom: 33px;
    }

        .add-comment-box .inner-title h2 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 500;
            text-transform: uppercase;
        }

    .add-comment-box #add-comment-form {
        position: relative;
        display: block;
    }

        .add-comment-box #add-comment-form .input-box {
            position: relative;
            display: block;
            margin-bottom: 20px;
        }

        .add-comment-box #add-comment-form input[type="text"],
        .add-comment-box #add-comment-form input[type="email"],
        .add-comment-box #add-comment-form textarea {
            position: relative;
            display: block;
            background: #f4f4f5;
            border: 0px solid #f4f4f5;
            width: 100%;
            height: 75px;
            color: var(--thm-gray);
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            text-transform: none;
            padding: 0 30px;
            border-radius: 5px;
            transition: all 500ms ease;
        }

        .add-comment-box #add-comment-form textarea {
            height: 175px;
            padding: 15px 30px;
        }

        .add-comment-box #add-comment-form input[type="text"]:focus {
            border-color: var(--thm-base);
        }

        .add-comment-box #add-comment-form input[type="email"]:focus {
            border-color: var(--thm-base);
        }

        .add-comment-box #add-comment-form textarea:focus {
            border-color: var(--thm-base);
        }

        .add-comment-box #add-comment-form .button-box {
            position: relative;
            display: block;
            padding-top: 0px;
            line-height: 0;
        }

            .add-comment-box #add-comment-form .button-box button {
                padding-left: 50px;
                padding-right: 50px;
            }
/* /blog-section.css end */






/* fact-counter-section.css start */
/*** 
=============================================
    Fact Counter Area style
=============================================
***/
.inner-2 {
    margin-bottom: -15px;
    padding-right: 40px;
    padding: 0px !important;
}


.fact-counter-area {
    position: relative;
    display: block;
    background: url(../images/);
    background-image: -moz-linear-gradient(0deg, #ddd 0%, #ddd, #ddd);
    background-image: -webkit-linear-gradient(0deg, #ddd 0%, #ddd, #ddd);
    background-image: -ms-linear-gradient(0deg, #ddd 0%, #ddd, #ddd);
    padding: 60px 0 60px;
    z-index: 2;
}

    .fact-counter-area.bg-white {
        background: #ffffff;
    }


.single-fact-counter {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

    .single-fact-counter:before {
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 8px;
        width: 1px;
        background: #d4dcdb;
    }

    .single-fact-counter:last-child:before {
        display: none;
    }

    .single-fact-counter .inner {
        position: relative;
        display: block;
        text-align: center;
    }

    .single-fact-counter .count-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 45px;
        line-height: 60px;
        font-weight: 700;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

        .single-fact-counter .count-box span {
            position: relative;
            display: inline-block;
            background: #F1A00B;
            background: -webkit-linear-gradient(to right, #0f62fe 0%, #0f62fe 100%);
            background: -moz-linear-gradient(to right, #0f62fe 0%, #0f62fe 100%);
            background: linear-gradient(to right, #0f62fe 0%, #0f62fe 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: 'Russo One', sans-serif !important;
        }

        .single-fact-counter .count-box .plus {
            position: relative;
            display: inline-block;
            margin-left: 0px;
            font-size: 45px;
            font-weight: 400;
            line-height: 40px;
            background: #81b754;
            background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
            background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
            background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }



    /***
.single-fact-counter .count-box .k {
  position: relative;
  display: inline-block;
  margin-left: -15px;
}
***/

    .single-fact-counter .title {
        position: relative;
        display: block;
        padding-top: 15px;
    }

        .single-fact-counter .title h3 {
            color: #fff;
            line-height: 30px;
            font-style: italic;
            text-transform: capitalize;
            margin: 0 0 5px;
            letter-spacing: 0px;
            text-transform: uppercase;
        }



/*** 
=============================================
  Fact Counter Area Style2 Css
=============================================
***/
.fact-counter-area--style2 {
    position: relative;
    display: block;
    background: #f2f3f5;
    padding: 0px 0 80px;
    z-index: 2;
}

    .fact-counter-area--style2 .single-fact-counter .count-box span {
        color: #001b35;
        -webkit-text-fill-color: currentColor;
    }



/*** 
=============================================
  Fact Counter Area Style3 Css
=============================================
***/
.fact-counter-area.style3 {
    padding: 120px 0 80px;
}

.single-fact-counter.style1-in-style2 .count-box span {
    color: var(--thm-black);
    background-image: none;
    -webkit-text-fill-color: currentColor;
}



/*** 
=============================================
  Fact Counter Area Style4 Css
=============================================
***/
.fact-counter-area.style4 {
    padding: 120px 0 80px;
    background: #ffffff;
}

    .fact-counter-area.style4.pdtop0 {
        padding-top: 0;
    }

.single-fact-counter.style1-in-style4 .count-box span {
    color: var(--thm-base);
    background-image: none;
    -webkit-text-fill-color: currentColor;
}

.single-fact-counter.style1-in-style4 .title {
    padding-top: 40px;
}

    .single-fact-counter.style1-in-style4 .title h3 {
        color: #777777;
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        font-style: normal;
        text-transform: capitalize;
        margin: 0 0 25px;
    }

.single-fact-counter.style1-in-style4 .count-box {
    display: inline-block;
}

    .single-fact-counter.style1-in-style4 .count-box .shape {
        position: absolute;
        left: -15px;
        bottom: -20px;
        z-index: -1;
    }



/*** 
=============================================
  Fact Counter Area Style5 Css
=============================================
***/
.fact-counter-style5-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 9;
    padding-top: 142px;
}
/* fact-counter-section.css end */





/* faq-section.css start */
/*** 
=============================================
    Faq Style1 Area Css
=============================================
***/
.faq-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 0px;
    z-index: 10;
}

    .faq-style1-area.pdb120 {
        padding-bottom: 120px;
    }


.faq-style1__content {
    position: relative;
    display: block;
}

.accordion-box {
    position: relative;
    display: block;
}

    .accordion-box .block {
        position: relative;
        display: block;
        margin-bottom: 30px;
        transition: all 500ms ease;
    }

        .accordion-box .block:last-child {
            margin-bottom: 0px;
        }

        .accordion-box .block .acc-content.current {
            display: block;
        }

        .accordion-box .block .acc-btn {
            position: relative;
            display: block;
            padding-left: 50px;
            cursor: pointer;
            transition: all 500ms ease;
        }

            .accordion-box .block .acc-btn.active {
            }

            .accordion-box .block .acc-btn h3 {
                color: var(--thm-black);
                font-size: 16px;
                line-height: 30px;
                font-weight: 400;
                transition: all 500ms ease;
            }

            .accordion-box .block .acc-btn.active h3 {
                color: var(--thm-base);
            }

            .accordion-box .block .acc-btn .icon-outer {
                position: absolute;
                top: 50%;
                left: 0;
                width: 30px;
                height: 30px;
                border: 1px solid #eeeeee;
                border-radius: 3px;
                color: var(--thm-black);
                font-size: 12px;
                text-align: center;
                line-height: 30px;
                font-weight: 400;
                cursor: pointer;
                transform: translateY(-50%) rotate(-90deg);
                transition: all 500ms ease;
                z-index: 1;
            }

            .accordion-box .block .acc-btn.active .icon-outer {
                color: #fff;
                border-color: var(--thm-base);
                background-color: var(--thm-base);
                transform: translateY(-50%) rotate(360deg);
            }

                .accordion-box .block .acc-btn.active .icon-outer i:before {
                    position: relative;
                    font-size: 12px;
                    font-weight: 400;
                    margin: 0px;
                    content: "\ea49";
                }



        .accordion-box .block .acc-content {
            position: relative;
            display: none;
            padding-top: 12px;
            padding-left: 50px;
        }

            .accordion-box .block .acc-content p {
                margin: 0;
            }
/* faq-section.css end */



/* contact-page.css start */
/*** 
=============================================
    Location Info Area Css
=============================================
***/
.location-info-area {
    position: relative;
    display: block;
    background: #f5f5f5;
    padding: 120px 0 80px;
    z-index: 10;
}

.single-location-info-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

    .single-location-info-box .img-holder {
        position: relative;
        display: block;
    }

        .single-location-info-box .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 10px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            z-index: 1;
        }

            .single-location-info-box .img-holder .inner:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                opacity: 0;
                background: var(--thm-black);
                transform: scale(1.0);
                transform-origin: bottom;
                transform-style: preserve-3d;
                transition: all 500ms ease 100ms;
                z-index: 2;
            }

            .single-location-info-box .img-holder .inner img {
                width: 100%;
                transform: scale(1.0);
                transition: all 700ms ease;
            }

    .single-location-info-box:hover .img-holder .inner:before {
        opacity: 0.80;
        transform: scale(1.0);
    }

    .single-location-info-box .img-holder .flag {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 70px;
        height: 40px;
        overflow: hidden;
        border-radius: 7px;
        z-index: 2;
    }

        .single-location-info-box .img-holder .flag img {
            width: 100%;
        }



    .single-location-info-box .title-holder {
        position: relative;
        display: block;
        background: #ffffff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
        padding: 25px 30px 39px;
        z-index: 1;
    }

        .single-location-info-box .title-holder h3 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 500;
            margin: 0 0 13px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

        .single-location-info-box .title-holder ul {
            position: relative;
            display: block;
        }

            .single-location-info-box .title-holder ul li {
                position: relative;
                display: block;
                padding-left: 100px;
                margin-bottom: 14px;
            }

                .single-location-info-box .title-holder ul li:last-child {
                    margin-bottom: 0;
                }

                .single-location-info-box .title-holder ul li .inner-title {
                    position: absolute;
                    top: 4px;
                    left: 0;
                }

                    .single-location-info-box .title-holder ul li .inner-title h5 {
                        font-size: 14px;
                        line-height: 20px;
                        font-weight: 500;
                    }

                .single-location-info-box .title-holder ul li .inner-text {
                    position: relative;
                    display: block;
                }

                    .single-location-info-box .title-holder ul li .inner-text p {
                        margin: 0;
                    }

                        .single-location-info-box .title-holder ul li .inner-text p a {
                            color: var(--thm-gray);
                            transition: all 500ms ease;
                        }

                            .single-location-info-box .title-holder ul li .inner-text p a:hover {
                                color: var(--thm-base);
                            }


                    .single-location-info-box .title-holder ul li .inner-text .social-links {
                        position: relative;
                        display: block;
                    }

                        .single-location-info-box .title-holder ul li .inner-text .social-links a {
                            position: relative;
                            display: inline-block;
                            color: var(--thm-gray);
                            font-size: 18px;
                            transition: all 500ms ease;
                        }

                            .single-location-info-box .title-holder ul li .inner-text .social-links a + a {
                                margin-left: 15px;
                            }

                            .single-location-info-box .title-holder ul li .inner-text .social-links a:hover {
                                color: var(--thm-base);
                            }

.get-in-touch {
    max-width: 800px;
    margin: 50px auto;
    position: relative;
}

    .get-in-touch .title {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 3.2em;
        line-height: 48px;
        padding-bottom: 48px;
        color: #5543ca;
        background: #5543ca;
        background: -moz-linear-gradient(left,#f4524d 0%,#5543ca 100%) !important;
        background: -webkit-linear-gradient(left,#f4524d 0%,#5543ca 100%) !important;
        background: linear-gradient(to right,#f4524d 0%,#5543ca 100%) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
    }

.contact-form .form-field {
    position: relative;
    margin: 20px 0;
    border: 1PX solid #a72879,#064497 !important;
    padding-top: 0px;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 40px;
    border-width: 0 0 2px 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

    .contact-form .input-text:focus {
        outline: none;
    }

        .contact-form .input-text:focus + .label,
        .contact-form .input-text.not-empty + .label {
            -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
        }

.contact-form .label {
    position: absolute;
    left: 30px;
    bottom: 1px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #5543ca;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    background-image: linear-gradient(125deg,rgb(117, 37, 192),#97282c);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 10px 16px;
    border: none;
    width: 200px;
    cursor: pointer;
    margin-bottom: 25px;
    text-align: center;
}

.get-in-touch {
    font-weight: 300;
    font-size: 14px;
    padding-bottom: 450px;
    background-repeat: no-repeat;
}


/* Contact Us Section start */
.contact-bannersection {
    padding: 50px 0px
}

.contact-banner {
    background-image: url('../images/contactus-img-banner.jpg');
    background-size: cover;
    text-align: center;
    height: 500px;
    color: #fff;
    margin-top:70px;
}

.contacus-ttl {
    text-transform: uppercase;
    font-weight: bold;
    margin: 100px 0px 8px 0px;
    color: #ffffff;
    text-align: center;
    font-weight: 700px !important;
}

.text-info {
    text-align: center;
    color: #ffffff !important;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 162px;
}

.contact-input-fileds {
    background-color: #ffffff;
}

.text-form1 {
    border-radius: 5px;
    font-weight: 300;
    font-size: 14px;
}

.contact-form {
    background-color: #fff;
}

.form-fiel {
    padding-left: 20px;
}

.align-self-center {
    padding-bottom: 33px;
}


.footer-area {
    margin-top: 0px;
}

.address-box {
    border-radius: 5px;
    border: 1px solid rgb(177, 177, 177);
    padding-left: 20px;
    padding-bottom: 49px;
    padding-top: 28px;
}

.text-info1 {
    color: rgb(34, 34, 34) !important;
    font-weight: 300;
    font-size: 14px;
    margin: 0px !important;
}

.address {
    padding-top: 0px;
    padding-bottom: 48px;
}

.text-box {
    font-weight: 300;
    font-size: 14px !important;
    letter-spacing: 0px;
    word-spacing: -1px;
}

.main-slider.style5 .content .btns-box a {
    padding-left: 25px;
    padding-right: 25px;
}

.our-experts {
    color: #0f62fe;
}

.heading_one {
    margin-top: 15px;
}

    .heading_one span {
        color: #ff414b;
        border-bottom: 1px solid #ff414b;
        font-style: italic;
        font-variant: small-caps;
    }



/* get in touch section start  */

.page-title {
    padding-left: 50px;
    padding-top: 150px;
    padding-bottom: 10px;
    font-size: 48px !important;
    color: #fff;
}

.page-title-additional {
    padding-top: 100px;
    padding-left: 50px;
}

.img-banner {
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.located {
    line-height: 1.25em;
    font-weight: 300;
    color: #fff;
    padding-left: 50px;
    padding-bottom: 3px;
    margin-bottom: 5px !importantimportant
}

.breadcrumbs {
    padding-bottom: 80px;
    padding-left: 50px;
    word-spacing: 5px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.25em;
    font-weight: 300;
    color: #fff;
}

.contact-btn {
    margin-left: 50px;
}

/* get in touch section end  */

/* Contact Us Section End *Thank you for your business! We look forward to working with you again.
/* address start  */


.map_box {
    text-align: center;
    padding: 35px 25px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s;
    transition: .3s;
}

.icon_map {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 100%;
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    margin-bottom: 25px;
}

img {
    vertical-align: middle;
    border-style: none;
}

.map_box h3 {
    margin-bottom: 10px;
    color: #000;
    font-size: 25px;
    line-height: 35px;
    font-weight: 550;
    -webkit-transition: .6s;
    transition: .6s;
}

.map_box p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: #777;
    -webkit-transition: .6s;
    transition: .6s;
}

.icon_map:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background-color: #ff414b;
    z-index: -1;
    margin: auto;
    border-radius: 100%;
    -webkit-animation: round_circle 6s linear infinite;
    animation: round_circle 6s linear infinite;
    -webkit-transition: .5s;
    transition: .5s;
}


.address1 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.usa-address {
    padding-bottom: 5px;
}
/* address end  */

/* contact-page.css end */


/* breadcrumb-section.css start */
/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}

    .breadcrumb-area.gray-bg {
        background: #f7f7f7;
    }

.breadcrumb-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    padding: 275px 0 104px;
    text-align: center;
    z-index: 10;
}

    .breadcrumb-area .inner-content.style2 {
        padding: 244px 0 114px;
    }

    .breadcrumb-area .inner-content.style3 {
        padding: 124px 0 514px;
    }


.breadcrumb-area .sub-title {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

    .breadcrumb-area .sub-title h3 {
        color: var(--thm-base);
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        font-style: italic;
        text-transform: none;
        letter-spacing: 0.22em;
    }

.breadcrumb-area .title {
    position: relative;
    display: block;
    overflow: hidden;
}

    .breadcrumb-area .title h2 {
        color: #ffffff;
        font-size: 102px;
        line-height: 1.0em;
        font-weight: 300;
        text-transform: uppercase;
    }



.breadcrumb-area--style4 .title h2 {
    color: var(--thm-black);
}




.breadcrumb-area.style5 .inner-content.style3 {
    padding: 285px 0 514px;
}







/****
.breadcrumb-menu {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.breadcrumb-menu ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.breadcrumb-menu ul li {
  position: relative;
  float: left;
  color: #6b767b;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 10px;
  font-family: var(--thm-font);
}

.breadcrumb-menu ul li:last-child {
  margin-right: 0;
}

.breadcrumb-menu ul li i:before {
  position: relative;
  top: 0px;
  display: inline-block;
  font-size: 18px;
}

.breadcrumb-menu ul li a {
  color: #6b767b;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.breadcrumb-menu ul li:hover a,
.breadcrumb-menu ul li.active {
  color: var(--thm-base);
}
/* breadcrumb-section.css end */





/* team-section.css start */
/*** 
=============================================
    Team Style1 Area Css
=============================================
***/
.team-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 10;
}

    .team-style1-area.gray-bg {
        background: #f5f6f7;
    }


.single-team-style1 {
    position: relative;
    display: block;
    margin-bottom: 34px;
}

    .single-team-style1 .img-holder {
        position: relative;
        display: block;
    }

        .single-team-style1 .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
            background-image: var(--thm-gradient);
            z-index: 1;
        }

            .single-team-style1 .img-holder .inner img {
                width: 100%;
                transition: all 500ms linear;
                transition-delay: 0.2s;
            }

    .single-team-style1:hover .img-holder .inner img {
        transform: scale(1.1) rotate(0deg);
        opacity: 0.20;
        transition: all 500ms linear;
        transition-delay: 0.1s;
    }



    .single-team-style1 .title-holder {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 24px;
        z-index: 1;
    }

        .single-team-style1 .title-holder .name {
            position: relative;
            display: block;
        }

            .single-team-style1 .title-holder .name h3 {
                font-size: 24px;
                line-height: 34px;
                font-weight: 400;
                text-transform: capitalize;
                margin: 0 0 0px;
            }

                .single-team-style1 .title-holder .name h3 a {
                    color: var(--thm-black);
                    transition: all 200ms linear;
                    transition-delay: 0.1s;
                }

                    .single-team-style1 .title-holder .name h3 a span {
                        font-weight: 700;
                    }

                    .single-team-style1 .title-holder .name h3 a:hover {
                        color: var(--thm-base);
                    }


            .single-team-style1 .title-holder .name .bottom {
                position: relative;
                display: flex;
                align-items: center;
                margin-top: 5px;
            }

                .single-team-style1 .title-holder .name .bottom .icon {
                    position: relative;
                    display: block;
                    line-height: 0;
                }

                    .single-team-style1 .title-holder .name .bottom .icon span:before {
                        position: relative;
                        display: inline-block;
                        left: 1px;
                        font-size: 16px;
                        line-height: 16px;
                        background: #81b754;
                        background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                        background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                        background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                    }


                .single-team-style1 .title-holder .name .bottom p {
                    position: relative;
                    display: block;
                    color: var(--thm-base);
                    margin: 0;
                    padding-left: 10px;
                    text-transform: uppercase;
                }

    .single-team-style1 .social-link-box {
        position: relative;
        display: block;
    }

.team-social-link {
    position: relative;
    display: flex;
    align-items: center;
}

    .team-social-link li {
        position: relative;
        display: inline-block;
        float: none;
    }

        .team-social-link li a {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            border: 5px solid rgba(var(--thm-black-rgb), .10);
            color: var(--thm-black);
            font-size: 18px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
            z-index: 1;
        }

            .team-social-link li a:hover {
                color: var(--thm-base);
                transform: rotate(360deg);
            }

            .team-social-link li a:before {
                position: absolute;
                top: 0px;
                left: 0px;
                bottom: 0px;
                right: 0px;
                background: #f2f2f2;
                content: "";
                border-radius: 50%;
                z-index: -1;
                transform: scale(0);
                transform-origin: center;
                transform-style: preserve-3d;
                transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
            }

            .team-social-link li a:hover:before {
                transform: scale(1.0);
            }

            .team-social-link li a:after {
                position: absolute;
                top: -5px;
                left: -5px;
                bottom: -5px;
                right: -5px;
                background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
                background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
                background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
                content: "";
                border-radius: 50%;
                z-index: -2;
                transform: scale(0);
                transform-origin: center;
                transform-style: preserve-3d;
                transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
            }

            .team-social-link li a:hover:after {
                transform: scale(1.0);
            }



/*** 
=============================================
  Team Style2 Area Css
=============================================
***/
.team-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 11;
}

    .team-style2-area .single-team-style1 .img-holder .inner {
        background: var(--thm-black);
    }

.social-link-box-style2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 170px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.single-team-style1:hover .social-link-box-style2 {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.social-link-box-style2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: -140px;
    right: -33px;
    border-radius: 60% 40% 50% 40% / 70% 40% 60% 30%;
    background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    z-index: -1;
}

.social-link-box-style2 .inner-box {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.social-link-box-style2 a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: var(--thm-base);
    font-size: 18px;
    background: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

    .social-link-box-style2 a:hover {
        color: #ffffff;
    }

    .social-link-box-style2 a:before {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background: var(--thm-black);
        content: "";
        border-radius: 50%;
        z-index: -1;
        transform: scale(0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    }

    .social-link-box-style2 a:hover:before {
        transform: scale(1.0);
    }



/*** 
=============================================
  Team Style3 Area Css
=============================================
***/
.team-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 11;
}

    .team-style3-area .single-team-style1 .img-holder .inner {
        background: var(--thm-black);
    }

    .team-style3-area .social-link-box-style2:before {
        bottom: -140px;
        right: -33px;
        border-radius: 60% 40% 50% 40% / 70% 40% 60% 30%;
        background-image: none;
        background-color: var(--thm-base);
    }

    .team-style3-area .single-team-style1 .img-holder {
        border-radius: 50%;
        overflow: hidden;
    }

    .team-style3-area .single-team-style1 .title-holder {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 24px;
    }

    .team-style3-area .social-link-box-style2 {
        bottom: 40px;
        right: 30px;
        -webkit-transform: perspective(400px) rotateX(0deg) translateY(150px);
        -ms-transform: perspective(400px) rotateX(0deg) translateY(150px);
        transform: perspective(400px) rotateX(0deg) translateY(150px);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
    }

    .team-style3-area .single-team-style1 .title-holder .name .bottom {
        align-items: center;
        justify-content: center;
    }

        .team-style3-area .single-team-style1 .title-holder .name .bottom span:before {
            color: var(--thm-base);
            font-weight: 600;
        }



/*** 
=============================================
  Team Style4 Content Css
=============================================
***/
.team-style4-content {
    margin-top: 125px;
}

.single-team-style4 .img-holder .inner {
    background: var(--thm-black);
}

.single-team-style4 .social-link-box-style2:before {
    bottom: -140px;
    right: -33px;
    border-radius: 60% 40% 50% 40% / 70% 40% 60% 30%;
    background-image: none;
    background-color: var(--thm-base);
}

.single-team-style4 .img-holder {
    border-radius: 50%;
    overflow: hidden;
}

.single-team-style4 .title-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 24px;
}

.single-team-style4 .social-link-box-style2 {
    bottom: 40px;
    right: 30px;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(150px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(150px);
    transform: perspective(400px) rotateX(0deg) translateY(150px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.single-team-style4 .title-holder .name .bottom {
    align-items: center;
    justify-content: center;
}

    .single-team-style4 .title-holder .name .bottom span:before {
        color: var(--thm-base);
        font-weight: 600;
    }



/*** 
=============================================
  Team Style5 Area Css
=============================================
***/
.team-style5-area {
    position: relative;
    display: block;
    background: #f8f8f8;
    padding: 120px 0 120px;
    z-index: 10;
}


.single-team-style5 {
    position: relative;
    display: block;
}

    .single-team-style5.marginbtm40 {
        margin-bottom: 40px;
    }

    .single-team-style5 .img-holder {
        position: relative;
        display: block;
    }

        .single-team-style5 .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
            z-index: 1;
        }

            .single-team-style5 .img-holder .inner:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: rgba(var(--thm-base-rgb), 0.8);
                -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
                -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
                transform: perspective(400px) rotateX(90deg) scaleY(0.5);
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center;
                transition-delay: .1s;
                transition-timing-function: ease-in-out;
                transition-duration: .5s;
                transition-property: all;
                z-index: 1;
            }

    .single-team-style5:hover .img-holder .inner:before {
        -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all;
    }

    .single-team-style5 .img-holder .inner img {
        width: 100%;
    }

    .single-team-style5 .img-holder .inner .overlay-content {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        min-height: 110px;
        z-index: 5;
    }

        .single-team-style5 .img-holder .inner .overlay-content .text {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 100px;
            background: #ffffff;
            padding: 25px 0px 26px;
            padding-left: 50px;
        }

            .single-team-style5 .img-holder .inner .overlay-content .text h3 {
                font-size: 18px;
                line-height: 28px;
                font-weight: 700;
                text-transform: uppercase;
                margin-bottom: 3px;
            }

                .single-team-style5 .img-holder .inner .overlay-content .text h3 a {
                    color: var(--thm-black);
                    transition: all 200ms linear;
                    transition-delay: 0.1s;
                }

                    .single-team-style5 .img-holder .inner .overlay-content .text h3 a:hover {
                        color: var(--thm-base);
                    }

            .single-team-style5 .img-holder .inner .overlay-content .text p {
                position: relative;
                letter-spacing: 0.12em;
                margin: 0;
            }

                .single-team-style5 .img-holder .inner .overlay-content .text p::before {
                    content: "";
                    position: absolute;
                    top: 14px;
                    left: -50px;
                    width: 45px;
                    height: 1px;
                    background: var(--thm-black);
                }



        .single-team-style5 .img-holder .inner .overlay-content .icon {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100px;
            height: 110px;
            display: flex;
            align-items: center;
            justify-content: center;
            transform: scale(0);
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .single-team-style5:hover .img-holder .inner .overlay-content .icon {
        transform: scale(1.0);
        transition: all 300ms linear;
        transition-delay: 0.8s;
    }

    .single-team-style5 .img-holder .inner .overlay-content .icon a {
        position: relative;
        display: block;
        color: #ffffff;
        font-size: 30px;
        line-height: 25px;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

        .single-team-style5 .img-holder .inner .overlay-content .icon a:hover {
            color: var(--thm-black);
        }



/*** 
=============================================
  Team Style6 Area Css
=============================================
***/
.team-style6-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 80px;
    z-index: 10;
}

    .team-style6-area.pdtop120 {
        padding-top: 120px;
    }

.single-team-style1--instyle6 {
    max-width: 270px;
    width: 100%;
    margin: 0 auto 31px;
}

    .single-team-style1--instyle6 .img-holder .inner {
        overflow: hidden;
        border-radius: 50%;
        background-image: none;
        background-color: var(--thm-base);
    }

    .single-team-style1--instyle6 .social-link-box-style2 {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 220px;
        height: 80px;
        margin: 0 auto;
    }

        .single-team-style1--instyle6 .social-link-box-style2:before {
            display: none;
        }

        .single-team-style1--instyle6 .social-link-box-style2 .inner-box {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            height: 80px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .single-team-style1--instyle6 .social-link-box-style2 a.middle {
            top: 30px;
        }

        .single-team-style1--instyle6 .social-link-box-style2 a {
            color: #ffffff;
            background: var(--thm-black);
        }

            .single-team-style1--instyle6 .social-link-box-style2 a:before {
                background: var(--thm-base);
                top: -1px;
                left: -1px;
                bottom: -1px;
                right: -1px;
            }

    .single-team-style1--instyle6 .title-holder {
        justify-content: center;
        align-items: center;
        padding-top: 34px;
    }

        .single-team-style1--instyle6 .title-holder .name .bottom {
            justify-content: center;
        }




/*** 
=============================================
  Team Page Css
=============================================
***/
.team-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 10;
}

    .team-page .space-box {
        position: relative;
        display: block;
        width: 100%;
        height: 1px;
        background: #e6e6e7;
        margin-top: 10px;
        margin-bottom: 50px;
    }



/*** 
=============================================
  Team Details Area Css
=============================================
***/
.team-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}

.team-details-img-box {
    position: relative;
    display: block;
}

    .team-details-img-box img {
        width: 100%;
    }

.team-details-content-box {
    position: relative;
    display: block;
    padding-left: 100px;
}



    .team-details-content-box .top-title {
        position: relative;
        display: block;
        padding-bottom: 23px;
        margin-top: -5px;
    }

        .team-details-content-box .top-title h3 {
            font-size: 24px;
            line-height: 30px;
            text-transform: uppercase;
            margin: 0 0 5px;
        }

            .team-details-content-box .top-title h3 span {
                font-weight: 300;
            }

        .team-details-content-box .top-title p {
            margin: 0;
        }


.team-details-text-box1 {
    position: relative;
    display: block;
}

    .team-details-text-box1 p {
        margin: 0;
    }


.team-details-text-box2 {
    position: relative;
    display: block;
    padding-top: 20px;
}

    .team-details-text-box2 h3 {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 10px;
    }

    .team-details-text-box2 p {
        margin: 0;
    }



.team-details-text-box3 {
    position: relative;
    display: block;
    margin-top: -3px;
}

    .team-details-text-box3 h3 {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 10px;
    }

    .team-details-text-box3 p {
        margin: 0;
    }



.team-details-text-box4 {
    position: relative;
    display: block;
    padding-top: 32px;
}

    .team-details-text-box4 ul {
        position: relative;
        display: block;
    }

        .team-details-text-box4 ul li {
            position: relative;
            display: block;
            line-height: 32px;
        }

            .team-details-text-box4 ul li span {
                color: var(--thm-black);
                font-weight: 700;
            }

            .team-details-text-box4 ul li a {
                color: var(--gray);
            }



.team-details-form-box {
    position: relative;
    display: block;
    padding-top: 82px;
}

    .team-details-form-box h3 {
        font-size: 24px;
        text-transform: uppercase;
    }

        .team-details-form-box h3 span {
            font-weight: 300;
        }


.team-details-form {
    position: relative;
    display: block;
    padding-top: 30px;
}

    .team-details-form form {
        position: relative;
        display: block;
    }

        .team-details-form form .input-box {
            position: relative;
            display: block;
            margin-bottom: 20px;
        }

        .team-details-form form input[type="text"],
        .team-details-form form input[type="email"],
        .team-details-form form textarea {
            position: relative;
            display: block;
            background: #ffffff;
            width: 100%;
            height: 40px;
            border: 1px solid #edeef2;
            color: #777777;
            font-size: 14px;
            font-weight: 400;
            font-style: normal;
            padding-left: 20px;
            padding-right: 20px;
            border-radius: 0px;
            transition: all 500ms ease;
        }

        .team-details-form form textarea {
            height: 115px;
            padding-top: 12px;
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 10px;
        }

        .team-details-form form input[type="text"]::-webkit-input-placeholder {
            color: #777777;
        }

        .team-details-form form input[type="text"]:-moz-placeholder {
            color: #777777;
        }

        .team-details-form form input[type="text"]::-moz-placeholder {
            color: #777777;
        }

        .team-details-form form input[type="text"]:-ms-input-placeholder {
            color: #777777;
        }



        .team-details-form form input[type="email"]::-webkit-input-placeholder {
            color: #777777;
        }

        .team-details-form form input[type="email"]:-moz-placeholder {
            color: #777777;
        }

        .team-details-form form input[type="email"]::-moz-placeholder {
            color: #777777;
        }

        .team-details-form form input[type="email"]:-ms-input-placeholder {
            color: #777777;
        }



        .team-details-form form textarea::-webkit-input-placeholder {
            color: #777777;
        }

        .team-details-form form textarea:-moz-placeholder {
            color: #777777;
        }

        .team-details-form form textarea::-moz-placeholder {
            color: #777777;
        }

        .team-details-form form textarea:-ms-input-placeholder {
            color: #777777;
        }


        .team-details-form form .button-box {
            position: relative;
            display: block;
            line-height: 0;
            text-align: left;
        }
/* team-section.css end */




/* partner-section.css start */
/*** 
=============================================
    Partner Area Css
=============================================
***/
.partner-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

    .partner-area.thm-base-bg {
        background-color: red;
    }

    .partner-area .container-fluid {
        padding: 0;
        display: flex;
        align-items: center;
    }

.brand-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 35%;
    min-height: 120px;
    background-image: -moz-linear-gradient(0deg, red 0%, red 40%, red 100%);
    background-image: -webkit-linear-gradient(0deg, red 0%, red 40%, red 100%);
    background-image: -ms-linear-gradient(0deg, red 0%, red 40%, red 100%);
    padding-right: 80px;
}

.brand-title--style2 {
    background-image: none;
    background-color: var(--thm-base);
}

.brand-title--style3 {
    background-image: none;
    background-color: var(--thm-base);
}

.brand-title h2 {
    color: #ffffff;
    font-size: 36px !important;
    line-height: 42px;
    font-weight: 300;
}





.brand-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #ddd;
    width: 65%;
    min-height: 50px;
}

    .brand-content .inner {
        position: relative;
        display: block;
        max-width: 870px;
        width: 100%;
        padding-left: 30px;
    }

.partner-box {
    position: relative;
    display: block;
}

    .partner-box li {
        position: relative;
        display: block;
    }

.single-partner-logo-box {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}

    .single-partner-logo-box:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 3px;
        transform: perspective(400px) scaleX(0);
        transform-origin: center;
        transition: all 500ms linear;
        transition-delay: 0.5s;
        /*background-image: -moz-linear-gradient(0deg, red 0%, red 40%, red 100%);
        background-image: -webkit-linear-gradient(0deg, red 0%, red 40%, red 100%);
        background-image: -ms-linear-gradient(0deg, red 0%, red 40%, red 100%);*/
        z-index: 1;
    }

    .single-partner-logo-box.base-bg:before {
        background-image: none;
        background-color: var(--thm-base);
    }

    .single-partner-logo-box:hover:before {
        transform: perspective(400px) scaleX(1.0);
    }

    .single-partner-logo-box:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #ffffff;
        transform: perspective(400px) scaleX(0);
        transform-origin: center;
        z-index: -1;
        transition: all 300ms linear;
        transition-delay: 0.1s;
    }

    .single-partner-logo-box:hover:after {
        transform: perspective(400px) scaleX(1.0);
    }


    .single-partner-logo-box a {
        position: relative;
        display: inline-block;
        overflow: hidden;
        padding: 15px 0;
    }

        .single-partner-logo-box a img {
            /* opacity: 0.20; */
            width: auto;
            transition: all 0.2s ease-in-out 0.1s;
            filter: grayscale(0%);
        }

    .single-partner-logo-box:hover a img {
        opacity: 1.0;
        filter: grayscale(0%);
        transition: all 0.8s ease-in-out 0.1s;
    }

.partner-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    display: none;
}




/*** 
=============================================
  Partner Style2 Area Css
=============================================
***/
.partner-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 120px;
    z-index: 10;
}

    .partner-style2-area.pdtop120 {
        padding-top: 120px;
    }

    .partner-style2-area.pdb0 {
        padding-bottom: 0;
    }

    .partner-style2-area .single-partner-logo-box {
        background-color: rgba(var(--thm-gray-rgb), 0.2);
    }

        .partner-style2-area .single-partner-logo-box:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            height: 100%;
            background: var(--thm-base);
            opacity: 0.20;
            transform: perspective(400px) scaleX(0);
            transform-origin: center;
            transition: all 500ms linear;
            transition-delay: 0.5s;
            z-index: -1;
        }

        .partner-style2-area .single-partner-logo-box:hover:after {
            transform: perspective(400px) scaleX(1.0);
        }

        .partner-style2-area .single-partner-logo-box a img {
            opacity: 0.90;
            width: auto;
            transition: all 0.2s ease-in-out 0.1s;
            filter: grayscale(0%);
        }

        .partner-style2-area .single-partner-logo-box:hover a img {
            opacity: 1.0;
            filter: grayscale(0%);
            transition: all 0.8s ease-in-out 0.1s;
        }

    .partner-style2-area .owl-carousel.owl-dot-style1 .owl-dots {
        display: none;
    }


.partner-area.pdb120 {
    padding-bottom: 120px;
}

.single-partner-logo-box--style3:before {
    background-image: none;
    background-color: var(--thm-base);
}



/*** 
=============================================
  Partner Style3 Area Css
=============================================
***/
.partner-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 90px;
    z-index: 10;
}

    .partner-style3-area.pdtop120 {
        padding-top: 120px;
    }

.partner-box-style3 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

    .partner-box-style3.three-colum {
        justify-content: center;
    }

    .partner-box-style3 .single-partner-logo-box {
        width: 20%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

        .partner-box-style3 .single-partner-logo-box:before {
            display: none;
        }

        .partner-box-style3 .single-partner-logo-box .inner {
            position: relative;
            display: block;
            background-color: rgba(var(--thm-gray-rgb), 0.2);
        }



.single-partner-logo-box--style2 {
}

    .single-partner-logo-box--style2:before {
        background-image: none;
        background-color: var(--thm-base);
    }





.brand-content.thm-base-color {
    background: var(--base);
}

.single-partner-logo-box.white:after {
    background-color: var(--thm-black);
}

.single-partner-logo-box.white:before {
    background-image: none;
    background-color: #ffffff;
}

.single-partner-logo-box.white a img {
    opacity: 0.50;
}

.single-partner-logo-box.white:hover a img {
    opacity: 1.0;
}
/* partner-section.css end */





/* testimonial-section.css start */
/*** 
=============================================
   Testimonial Style1 Area Css
=============================================
***/
.testimonial-style1-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #001b35;
    z-index: 10;
}

.testimonial-style1-area__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center center;
}

.testimonial-style1__content {
    position: relative;
    display: block;
}

.single-testimonial-style1 {
    position: relative;
    display: block;
    min-height: 680px;
}

    .single-testimonial-style1 .text-holder {
        position: relative;
        display: block;
        max-width: 670px;
        width: 100%;
        padding-top: 120px;
        padding-bottom: 120px;
        z-index: 1;
    }

        .single-testimonial-style1 .text-holder .top {
            position: relative;
            display: flex;
            align-items: center;
            margin-bottom: 56px;
        }

            .single-testimonial-style1 .text-holder .top .border-box {
                position: relative;
                display: block;
                width: 170px;
                height: 5px;
            }

            .single-testimonial-style1 .text-holder .top .quote-icon {
                position: relative;
                display: block;
                padding-left: 30px;
            }

        .single-testimonial-style1 .text-holder .inner-text {
            position: relative;
            display: block;
        }

            .single-testimonial-style1 .text-holder .inner-text h2 {
                color: #ffffff;
                font-size: 48px;
                line-height: 1.4em;
                font-weight: 600;
            }

        .single-testimonial-style1 .text-holder .bottom-box {
            position: relative;
            display: flex;
            align-items: center;
            padding-top: 83px;
        }

            .single-testimonial-style1 .text-holder .bottom-box .icon {
                position: relative;
                display: block;
                width: 50px;
                line-height: 0;
            }

                .single-testimonial-style1 .text-holder .bottom-box .icon span:before {
                    position: relative;
                    display: inline-block;
                    font-size: 50px;
                    line-height: 50px;
                    background: #81b754;
                    background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                    background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                    background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

            .single-testimonial-style1 .text-holder .bottom-box .text {
                position: relative;
                display: block;
                padding-left: 20px;
            }

                .single-testimonial-style1 .text-holder .bottom-box .text p {
                    color: #ffffff;
                    font-size: 24px;
                    line-height: 30px;
                    font-weight: 700;
                    font-style: italic;
                    margin: 0;
                }

                    .single-testimonial-style1 .text-holder .bottom-box .text p span {
                        font-size: 18px;
                        color: var(--thm-base);
                        font-weight: 400;
                    }


    .single-testimonial-style1 .img-holder {
        position: absolute;
        bottom: 0;
        right: 0;
    }

        .single-testimonial-style1 .img-holder img {
            width: auto;
        }

.testimonial-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    display: none;
}




/*** 
=============================================
 Testimonial Style2 Area Css
=============================================
***/
.testimonial-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 0px;
    box-shadow: 0px 5px 70px 0px rgb(0 0 0 / 7%);
    z-index: 10;
}

    .testimonial-style2-area.box-shadow-none {
        box-shadow: none;
    }

.testimonial-style2__content {
    position: relative;
    display: block;
}

    .testimonial-style2__content.marginbottom-minus {
        margin-bottom: -170px;
        background: #ffffff;
    }

.single-testimonial-style2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

    .single-testimonial-style2 .text-holder {
        position: relative;
        display: block;
        max-width: 600px;
        width: 100%;
        padding: 120px 0px 120px;
        padding-left: 65px;
        padding-right: 50px;
        border-bottom: 1px solid var(--thm-base);
        z-index: 1;
    }



        .single-testimonial-style2 .text-holder:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: #f5f6f7;
            z-index: -1;
        }

        .single-testimonial-style2 .text-holder.gradient_02:before {
            background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
        }

        .single-testimonial-style2 .text-holder .top {
            position: relative;
            display: flex;
            align-items: center;
            margin-bottom: 56px;
        }

            .single-testimonial-style2 .text-holder .top .border-box {
                position: relative;
                display: block;
                width: 170px;
                height: 5px;
            }

            .single-testimonial-style2 .text-holder .top .quote-icon {
                position: relative;
                display: block;
                padding-left: 30px;
            }



        .single-testimonial-style2 .text-holder .inner-text {
            position: relative;
            display: block;
        }

            .single-testimonial-style2 .text-holder .inner-text h2 {
                color: var(--thm-black);
                font-size: 48px;
                line-height: 1.4em;
                font-weight: 600;
            }

        .single-testimonial-style2 .text-holder .bottom-box {
            position: relative;
            display: flex;
            align-items: center;
            padding-top: 53px;
        }

            .single-testimonial-style2 .text-holder .bottom-box .icon {
                position: relative;
                display: block;
                width: 50px;
                line-height: 0;
            }

                .single-testimonial-style2 .text-holder .bottom-box .icon span:before {
                    position: relative;
                    display: inline-block;
                    font-size: 50px;
                    line-height: 50px;
                    background: #81b754;
                    background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                    background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                    background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

            .single-testimonial-style2 .text-holder .bottom-box .text {
                position: relative;
                display: block;
                padding-left: 20px;
            }

                .single-testimonial-style2 .text-holder .bottom-box .text p {
                    color: var(--thm-gray);
                    font-size: 18px;
                    line-height: 28px;
                    font-weight: 700;
                    font-style: italic;
                    margin: 0;
                }

                    .single-testimonial-style2 .text-holder .bottom-box .text p span {
                        color: var(--thm-base);
                        font-weight: 300;
                    }


    .single-testimonial-style2 .img-holder {
        position: relative;
        display: block;
        max-width: 550px;
        width: 100%;
        text-align: right;
    }

        .single-testimonial-style2 .img-holder img {
        }




.single-testimonial-style2--instyle4 .text-holder {
    padding: 50px 0px 70px;
    padding-left: 65px;
    padding-right: 50px;
    border-bottom: 0px solid var(--thm-base);
    z-index: 1;
}

    .single-testimonial-style2--instyle4 .text-holder .top {
        margin-bottom: 30px;
    }

        .single-testimonial-style2--instyle4 .text-holder .top .border-box {
            background: #ffffff;
        }

    .single-testimonial-style2--instyle4 .text-holder .inner-text h2 {
        color: #ffffff;
        font-size: 44px;
        line-height: 58px;
        font-weight: 700;
        font-style: italic;
    }

    .single-testimonial-style2--instyle4 .text-holder .bottom-box .icon span:before {
        color: #ffffff;
        -webkit-text-fill-color: currentColor;
    }

    .single-testimonial-style2--instyle4 .text-holder .bottom-box {
        padding-top: 36px;
    }

        .single-testimonial-style2--instyle4 .text-holder .bottom-box .text p {
            color: #ffffff;
        }

            .single-testimonial-style2--instyle4 .text-holder .bottom-box .text p span {
                color: #ffffff;
            }



/*** 
=============================================
 Testimonial Style3 Area Css
=============================================
***/
.testimonial-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 70px;
    z-index: 10;
}

    .testimonial-style3-area .sec-title-style2.style2instyle3 {
        padding-bottom: 10px;
    }

.testimonial-style3__content {
    position: relative;
    display: block;
}

.single-testimonial-style3 {
    position: relative;
    display: block;
    padding: 10px;
    border-color: rgb(255, 255, 255);
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.50196) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.50196) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.50196) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.08);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

    .single-testimonial-style3:hover {
        box-shadow: none;
    }


    .single-testimonial-style3 .inner {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 48px 30px 60px;
        z-index: 2;
    }

        .single-testimonial-style3 .inner:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: #f5f6f7;
            transform: scaleY(1.0);
            transform-origin: center;
            transform-style: preserve-3d;
            transition: all 500ms linear;
            transition-delay: 0.1s;
            z-index: -1;
        }

    .single-testimonial-style3:hover .inner:before {
        transform: scaleY(0.0);
    }

    .single-testimonial-style3 .inner:after {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        bottom: -10px;
        right: -10px;
        background: #6300d9;
        z-index: -1;
        transform: scaleX(0.0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 500ms linear;
    }

    .single-testimonial-style3:hover .inner:after {
        transform: scaleX(1.0);
        transition: all 400ms linear;
    }



    .single-testimonial-style3 .top {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 31px;
    }

        .single-testimonial-style3 .top .border-box {
            position: relative;
            display: block;
            width: 110px;
            height: 5px;
        }

        .single-testimonial-style3 .top .quote-icon {
            position: relative;
            display: block;
            padding-left: 30px;
            line-height: 0;
        }

            .single-testimonial-style3 .top .quote-icon span:before {
                font-size: 70px;
                line-height: 70px;
                background: #81b754;
                background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }



    .single-testimonial-style3 .inner-text {
        position: relative;
        display: block;
    }

        .single-testimonial-style3 .inner-text h3 {
            color: var(--thm-black);
            font-size: 24px;
            line-height: 1.5em;
            font-weight: 600;
            transition: all 400ms linear;
        }

    .single-testimonial-style3:hover .inner-text h3 {
        color: #ffffff;
    }

    .single-testimonial-style3 .bottom-box {
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 40px;
    }

        .single-testimonial-style3 .bottom-box .icon {
            position: relative;
            display: block;
            width: 50px;
            line-height: 0;
        }

            .single-testimonial-style3 .bottom-box .icon span:before {
                position: relative;
                display: inline-block;
                font-size: 50px;
                line-height: 50px;
                background: #81b754;
                background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

        .single-testimonial-style3 .bottom-box .text {
            position: relative;
            display: block;
            padding-left: 20px;
        }

            .single-testimonial-style3 .bottom-box .text p {
                color: var(--thm-gray);
                font-size: 18px;
                line-height: 28px;
                font-weight: 700;
                font-style: italic;
                margin: 0;
                transition: all 500ms linear;
            }

    .single-testimonial-style3:hover .bottom-box .text p {
        color: #ffffff;
    }

    .single-testimonial-style3 .bottom-box .text p span {
        color: var(--thm-base);
        font-weight: 300;
    }




.testimonial-carousel-style3 {
}

    .testimonial-carousel-style3.owl-carousel .owl-stage-outer {
        padding: 40px 0 50px;
        overflow: visible;
    }

    .testimonial-carousel-style3.owl-carousel.owl-dot-style1 .owl-dots {
        display: none;
    }

    .testimonial-carousel-style3.owl-carousel .owl-stage-outer .owl-item {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
    }

        .testimonial-carousel-style3.owl-carousel .owl-stage-outer .owl-item.active {
            opacity: 1;
            -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
            -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
            transform: perspective(400px) rotateX(0deg) scaleY(1.0);
            transition-delay: .1s;
            transition-timing-function: ease-in-out;
            transition-duration: .3s;
            transition-property: all;
        }




/*** 
=============================================
 Testimonial Style4 Area Css
=============================================
***/
.testimonial-style4-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 0px;
    z-index: 10;
}

    .testimonial-style4-area .auto-container {
        position: relative;
        max-width: 1920px;
        width: 100%;
        padding: 0;
    }

.testimonial-style4_img {
    position: relative;
    display: block;
    width: calc(100% - 745px);
    height: 740px;
    background: #000;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}


.testimonial-style4_content {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--thm-base);
    max-width: 745px;
    width: 100%;
    height: 740px;
    padding: 138px 60px 150px;
    overflow: hidden;
}

    .testimonial-style4_content .shape1 {
        position: absolute;
        top: 0;
        right: 0;
    }

    .testimonial-style4_content .shape2 {
        position: absolute;
        top: 0;
        left: 0;
    }

    .testimonial-style4_content .shape1 img {
        opacity: 0.10;
    }

.single-testimonial-style4 {
    position: relative;
    display: block;
}

    .single-testimonial-style4 .top {
        position: relative;
        display: flex;
        align-items: center;
    }

        .single-testimonial-style4 .top .border-box {
            position: relative;
            display: block;
            width: 170px;
            height: 5px;
            background: #ffffff;
        }

        .single-testimonial-style4 .top .icon {
            position: relative;
            display: block;
            padding-left: 20px;
        }

            .single-testimonial-style4 .top .icon span:before {
                position: relative;
                display: block;
                color: #ffffff;
                font-size: 70px;
                line-height: 70px;
            }

    .single-testimonial-style4 .text {
        position: relative;
        display: block;
        max-width: 570px;
        width: 100%;
        padding: 44px 0 45px;
    }

        .single-testimonial-style4 .text h2 {
            color: #ffffff;
            font-size: 48px;
            line-height: 70px;
            font-weight: 600;
        }

    .single-testimonial-style4 .bottom-box {
        position: relative;
        display: flex;
        align-items: center;
    }

        .single-testimonial-style4 .bottom-box .icon {
            width: 50px;
            line-height: 0;
        }

            .single-testimonial-style4 .bottom-box .icon span:before {
                position: relative;
                display: inline-block;
                color: #ffffff;
                font-size: 50px;
                line-height: 50px;
            }

        .single-testimonial-style4 .bottom-box .text {
            position: relative;
            display: block;
            padding-top: 0;
            padding-left: 20px;
            padding-bottom: 0;
        }

            .single-testimonial-style4 .bottom-box .text p {
                color: #ffffff;
                font-size: 18px;
                line-height: 30px;
                font-weight: 700;
                font-style: italic;
                margin: 0;
            }

                .single-testimonial-style4 .bottom-box .text p span {
                    color: #ffffff;
                }



/*** 
=============================================
 Testimonial Style5 Area Css
=============================================
***/
.testimonial-style5-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 0px;
    z-index: 10;
}

    .testimonial-style5-area.pdb120 {
        padding-bottom: 120px;
    }

    .testimonial-style5-area .sec-title-style5 {
        display: flex;
        align-items: center;
        padding-bottom: 68px;
    }

        .testimonial-style5-area .sec-title-style5 .icon {
            padding-bottom: 0px;
            margin-right: 20px;
        }

.testimonial-style5_content {
    position: relative;
    display: block;
    width: 100%;
}

.single-testimonial-style5 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 60px 38px 68px;
    border-radius: 10px;
    border-style: dashed;
    border-width: 2px;
    border-color: #e5e5e5;
    overflow: hidden;
}

    .single-testimonial-style5 .top {
        position: absolute;
        top: -2px;
        left: -2px;
        height: 130px;
        right: 30px;
        z-index: 1;
    }

        .single-testimonial-style5 .top:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: var(--thm-base);
            -webkit-clip-path: polygon(0% 0%, 75% 0, 99% 15%, 50% 58%, 0% 100%);
            clip-path: polygon(0% 0%, 75% 0, 99% 15%, 50% 58%, 0% 100%);
            z-index: -1;
        }

        .single-testimonial-style5 .top:after {
            content: "";
            position: absolute;
            top: 20px;
            left: 20px;
            bottom: -20px;
            right: 0;
            background: var(--thm-base);
            opacity: 0.95;
            -webkit-clip-path: polygon(0% 0%, 75% 0, 99% 15%, 50% 58%, 0% 100%);
            clip-path: polygon(0% 0%, 75% 0, 99% 15%, 50% 58%, 0% 100%);
            z-index: -1;
        }

        .single-testimonial-style5 .top .icon {
            position: relative;
            display: block;
            line-height: 0;
            padding: 30px 40px;
        }

            .single-testimonial-style5 .top .icon span:before {
                position: relative;
                display: inline-block;
                color: #ffffff;
                font-size: 50px;
                line-height: 50px;
            }

    .single-testimonial-style5 .text {
        position: relative;
        display: block;
        padding-top: 110px;
        padding-bottom: 40px;
    }

        .single-testimonial-style5 .text h3 {
            font-size: 24px;
            line-height: 36px;
            font-weight: 600;
        }

.testimonial-style5__client-info {
    position: relative;
    display: flex;
    align-items: center;
}

    .testimonial-style5__client-info .image-box {
        position: relative;
        display: block;
        width: 70px;
    }

        .testimonial-style5__client-info .image-box img {
            width: 100%;
            border-radius: 50%;
        }

    .testimonial-style5__client-info .title-box {
        position: relative;
        display: block;
        padding-left: 20px;
        top: -2px;
    }

        .testimonial-style5__client-info .title-box h3 {
            color: var(--thm-black);
            font-size: 18px;
            line-height: 20px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0 0 11px;
        }

        .testimonial-style5__client-info .title-box p {
            color: var(--thm-base);
            font-size: 18px;
            line-height: 20px;
            font-weight: 400;
            margin: 0;
        }

.testimonial-carousel-5 {
}

    .testimonial-carousel-5.owl-carousel.owl-dot-style1 .owl-dots {
        position: absolute;
        top: -78px;
        right: -5px;
    }





/*** 
=============================================
 Testimonial Style6 Area Css
=============================================
***/
.testimonial-style6-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
    margin-bottom: -60px;
}

.single-testimonial-style6 .text-holder .top .border-box {
    background: var(--thm-base);
}

.single-testimonial-style6 .text-holder .inner-text h2 {
    color: var(--thm-base);
}

.single-testimonial-style6 .text-holder .bottom-box .text p {
    color: var(--thm-black);
}

.single-testimonial-style6 .text-holder .bottom-box .icon span:before {
    color: var(--thm-base);
    -webkit-text-fill-color: currentColor;
}



/*** 
=============================================
 Testimonial Style7 Area Css
=============================================
***/
.testimonial-style7-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}

    .testimonial-style7-area.gray-bg {
        background: #f5f5f6;
    }

    .testimonial-style7-area .pattern-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -1;
    }


.testimonial-style7__content {
    position: relative;
    display: block;
}

.single-testimonial-style7 {
    position: relative;
    display: block;
    padding-top: 30px;
}

    .single-testimonial-style7 .quote-icon {
        position: absolute;
        top: 0;
        right: 30px;
        color: var(--thm-base);
        font-size: 60px;
        line-height: 60px;
        z-index: 2;
    }

    .single-testimonial-style7 .inner {
        position: relative;
        display: block;
    }

    .single-testimonial-style7 .inner-text {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 32px 30px 30px;
        box-shadow: 0px 6px 66.5px 3.5px rgba(0, 0, 0, 0.08);
    }

        .single-testimonial-style7 .inner-text h3 {
            color: var(--thm-black);
            font-size: 18px;
            line-height: 32px;
            font-weight: 600;
            font-style: italic;
        }


    .single-testimonial-style7 .bottom-box {
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 20px;
    }

        .single-testimonial-style7 .bottom-box .logo-box {
            position: relative;
            display: block;
            width: 80px;
        }

            .single-testimonial-style7 .bottom-box .logo-box img {
                width: 100%;
            }

        .single-testimonial-style7 .bottom-box .text {
            position: relative;
            display: block;
            padding-left: 20px;
        }

            .single-testimonial-style7 .bottom-box .text h4 {
                font-size: 16px;
                line-height: 20px;
                font-weight: 700;
                text-transform: uppercase;
                margin: 0 0 2px;
            }

            .single-testimonial-style7 .bottom-box .text span {
            }

.testimonial-style7-area .testimonial-carousel-style3.owl-carousel .owl-stage-outer {
    padding: 0;
}



/*** 
=============================================
 Testimonial Style8 Area Css
=============================================
***/
.testimonial-style8-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 116px;
    z-index: 10;
}

.testimonial-style8-area--bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

.testimonial-style8__content {
    position: relative;
    display: block;
    padding: 0 50px;
}


.single-testimonial-style8 {
    position: relative;
    display: block;
    text-align: center;
}

    .single-testimonial-style8 .quote-icon {
        position: relative;
        display: block;
        color: var(--thm-base);
        font-size: 35px;
        margin-bottom: 76px;
    }

        .single-testimonial-style8 .quote-icon::before {
            position: absolute;
            top: 50px;
            left: 0;
            right: 0;
            width: 1px;
            height: 55px;
            background: var(--thm-base);
            margin: 0 auto;
            content: "";
        }

    .single-testimonial-style8 h2 {
        font-size: 40px;
        line-height: 1.5em;
        font-weight: 300;
        letter-spacing: 0.12em;
    }

    .single-testimonial-style8 .client-info {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 47px;
    }

        .single-testimonial-style8 .client-info p {
            position: relative;
            color: var(--thm-black);
            font-size: 16px;
            line-height: 26px;
            font-weight: 700;
            text-transform: uppercase;
            padding-right: 5px;
            margin: 0;
        }

        .single-testimonial-style8 .client-info span {
            position: relative;
            display: inline-block;
            color: var(--thm-gray);
            font-size: 16px;
            line-height: 26px;
            padding-left: 65px;
        }

            .single-testimonial-style8 .client-info span::before {
                position: absolute;
                left: 0;
                bottom: 10px;
                width: 55px;
                height: 1px;
                background: #777777;
                content: "";
            }





/** Testimonial Style9 Content  ***/
.testimonial-style9_content {
    top: 0;
    left: 15px;
    right: 0;
    background: #6300d9;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    padding-right: 40px;
    padding-bottom: 10px;
}

    .testimonial-style9_content::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 30px;
        background: #ffffff;
        z-index: 10;
    }

    .testimonial-style9_content .single-testimonial-style4 .text {
        padding-top: 24px;
        padding-bottom: 31px;
    }

    .testimonial-style9_content .single-testimonial-style4 .top .border-box {
        background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
        background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
        background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
    }


    .testimonial-style9_content .single-testimonial-style4 .top .icon span:before {
        position: relative;
        display: inline-block;
        font-size: 70px;
        line-height: 70px;
        background: #81b754;
        background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
        background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
        background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .testimonial-style9_content .single-testimonial-style4 .bottom-box .icon span:before {
        position: relative;
        display: inline-block;
        font-size: 50px;
        line-height: 50px;
        background: #81b754;
        background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
        background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
        background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .testimonial-style9_content .single-testimonial-style4 .bottom-box .text p span {
        color: var(--thm-base);
    }




/*** 
=============================================
 Testimonial Style10 Area Css
=============================================
***/
.testimonial-style10-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 116px;
    z-index: 10;
}

.testimonial-style10-area--bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
}

    .testimonial-style10-area--bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(var(--thm-base-rgb), 0.8);
    }


.single-testimonial-style8--style2 .quote-icon {
    color: #ffffff;
}

    .single-testimonial-style8--style2 .quote-icon::before {
        background: #ffffff;
    }

.single-testimonial-style8--style2 h2 {
    color: #ffffff;
}

.single-testimonial-style8--style2 .client-info p {
    color: #ffffff;
}

.single-testimonial-style8--style2 .client-info span {
    color: var(--thm-black);
}

    .single-testimonial-style8--style2 .client-info span::before {
        background: #ffffff;
    }



/*** 
=============================================
 Testimonial Style11 Area Css
=============================================
***/
.testimonial-style11-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 10;
}

.testimonial-style11__content {
    position: relative;
    display: block;
    background: var(--thm-base);
    padding: 60px 0 60px;
    padding-right: 150px;
    margin-top: -180px;
    z-index: 10;
}

.testimonial-style11__content-bg {
    position: absolute;
    top: 0;
    left: -1000000px;
    bottom: 0px;
    right: 0;
    background: var(--thm-base);
    z-index: -1;
}

.single-testimonial-style11 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

    .single-testimonial-style11 .text-box {
        position: relative;
        display: block;
        max-width: 670px;
        width: 100%;
        text-align: right;
        padding-top: 36px;
    }

        .single-testimonial-style11 .text-box h2 {
            color: #ffffff;
            font-size: 36px;
            line-height: 1.6em;
            font-weight: 300;
        }

    .single-testimonial-style11 .img-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 270px;
    }

        .single-testimonial-style11 .img-box .inner {
            position: relative;
            display: block;
            overflow: hidden;
            width: 170px;
            height: 170px;
        }

            .single-testimonial-style11 .img-box .inner .round-box-1 {
                position: absolute;
                top: 15px;
                left: 20px;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background-color: #b6eeb3;
                z-index: 2;
            }

            .single-testimonial-style11 .img-box .inner img {
                width: 100%;
                border-radius: 50%;
            }

        .single-testimonial-style11 .img-box .signature {
            position: relative;
            display: block;
            padding-top: 30px;
        }

            .single-testimonial-style11 .img-box .signature img {
                width: auto;
            }



/*** 
=============================================
 Testimonial Style12 Area Css
=============================================
***/
.testimonial-style12-area {
    position: relative;
    display: block;
    background: #f5f6f7;
    padding: 120px 0px 120px;
    z-index: 10;
}

.single-testimonial-style12 {
    position: relative;
    display: block;
    padding-top: 15px;
}

.single-testimonial-style12-inner {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 41px 47px 42px;
    z-index: 1;
}

.single-testimonial-style12 .quote-icon {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 2;
}

    .single-testimonial-style12 .quote-icon span::before {
        color: var(--thm-base);
        font-size: 35px;
    }

.single-testimonial-style12 h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0.12em;
}

.single-testimonial-style12-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}

    .single-testimonial-style12-bottom .client-info {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .single-testimonial-style12-bottom .client-info p {
            position: relative;
            color: var(--thm-black);
            font-size: 16px;
            line-height: 26px;
            font-weight: 700;
            text-transform: uppercase;
            padding-right: 5px;
            margin: 0;
        }

        .single-testimonial-style12-bottom .client-info span {
            position: relative;
            display: inline-block;
            color: var(--thm-gray);
            font-size: 16px;
            line-height: 26px;
            padding-left: 65px;
        }

            .single-testimonial-style12-bottom .client-info span::before {
                position: absolute;
                left: 0;
                bottom: 10px;
                width: 55px;
                height: 1px;
                background: #777777;
                content: "";
            }


    .single-testimonial-style12-bottom .review {
        position: relative;
        display: block;
    }

        .single-testimonial-style12-bottom .review ul {
            position: relative;
            display: block;
        }

            .single-testimonial-style12-bottom .review ul li {
                position: relative;
                display: inline-block;
            }

                .single-testimonial-style12-bottom .review ul li span:before {
                    color: #f1db62;
                    font-size: 15px;
                }


.testimonial-carousel-12.owl-carousel.owl-dot-style1 .owl-dots {
    padding-top: 70px;
}



/*** 
=============================================
 Testimonial Style13 Area Css
=============================================
***/
.testimonial-style13-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
    z-index: 10;
}

    .testimonial-style13-area.pd0 {
        padding: 0;
    }

    .testimonial-style13-area.pdb5 {
        padding-bottom: 5px;
    }

    .testimonial-style13-area .single-testimonial-style12-inner:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border: 2px solid var(--thm-base);
        z-index: -1;
    }
/* testimonial-section.css end */




/* services-section.css start */
/*** 
=============================================
    service Style1 Area Css
=============================================
***/
.service-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 90px;
    z-index: 10;
}

.service-style1__top-title {
    position: relative;
    display: block;
    padding-bottom: 46px;
}

    .service-style1__top-title .icon {
        position: relative;
        display: block;
        line-height: 0;
        padding-bottom: 21px;
    }

        .service-style1__top-title .icon span:before {
            position: relative;
            display: inline-block;
            font-size: 50px;
            line-height: 50px;
            background: #81b754;
            background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
            background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
            background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: fa-spin 5s ease infinite;
        }

    .service-style1__top-title h2 {
        font-size: 48px;
        line-height: 1.2em;
    }

        .service-style1__top-title h2 span {
            font-weight: 300;
        }


.single-service-style1 {
    position: relative;
    display: block;
    padding-top: 35px;
    margin: 0 0 30px;
}

    .single-service-style1 .img-holder {
        position: relative;
        display: block;
        z-index: 1;
    }

        .single-service-style1 .img-holder:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            border-radius: 10px;
            opacity: 0.80;
            background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            z-index: 2;
            transform: scale(0.0);
            transform-origin: bottom;
            transform-style: preserve-3d;
            transition: all 500ms ease 100ms;
        }

    .single-service-style1:hover .img-holder:before {
        transform: scale(1.0);
    }

    .single-service-style1 .icon {
        position: absolute;
        top: 0px;
        left: 20px;
        width: 70px;
        height: 70px;
        background: #ffffff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

        .single-service-style1 .icon img {
            transform: scale(1);
            transform-origin: center;
            transform-style: preserve-3d;
            transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        }

    .single-service-style1:hover .icon img {
        transform: scale(0.7);
    }


    .single-service-style1 .img-holder .inner {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 10px;
        z-index: 1;
    }

        .single-service-style1 .img-holder .inner img {
            width: 100%;
            transform: scale(1.0);
            transition: all 700ms ease;
        }

    .single-service-style1:hover .img-holder .inner img {
        transform: scale(1.2);
    }


    .single-service-style1 .overlay-content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
    }

        .single-service-style1 .overlay-content:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(255, 255, 255, 0.49);
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0.49) 43%, rgba(255, 255, 255, 0.5) 43%, rgba(255, 255, 255, 0.52) 46%, rgba(255, 255, 255, 0.94) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.49)), color-stop(43%, rgba(255, 255, 255, 0.49)), color-stop(43%, rgba(255, 255, 255, 0.5)), color-stop(46%, rgba(255, 255, 255, 0.52)), color-stop(100%, rgba(255, 255, 255, 0.94)));
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0.49) 43%, rgba(255, 255, 255, 0.5) 43%, rgba(255, 255, 255, 0.52) 46%, rgba(255, 255, 255, 0.94) 100%);
            background: -o-linear-gradient(top, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0.49) 43%, rgba(255, 255, 255, 0.5) 43%, rgba(255, 255, 255, 0.52) 46%, rgba(255, 255, 255, 0.94) 100%);
            background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0.49) 43%, rgba(255, 255, 255, 0.5) 43%, rgba(255, 255, 255, 0.52) 46%, rgba(255, 255, 255, 0.94) 100%);
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0.49) 0%, rgba(255, 255, 255, 0.49) 43%, rgba(255, 255, 255, 0.5) 43%, rgba(255, 255, 255, 0.52) 46%, rgba(255, 255, 255, 0.94) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
            z-index: -1;
            transform: scale(1.0);
            transform-origin: bottom;
            transform-style: preserve-3d;
            transition: all 500ms ease 100ms;
        }

    .single-service-style1:hover .overlay-content:before {
        opacity: 0;
    }

    .single-service-style1 .title-holder {
        position: relative;
        display: block;
        padding-bottom: 42px;
    }

        .single-service-style1 .title-holder h3 {
            font-size: 18px;
            line-height: 30px;
            font-weight: 700;
            margin-bottom: 2px;
        }

            .single-service-style1 .title-holder h3 a {
                color: var(--thm-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

    .single-service-style1:hover .title-holder h3 a {
        color: #ffffff;
        transition: all 500ms ease;
    }

        .single-service-style1:hover .title-holder h3 a:hover {
            color: var(--thm-black);
        }

    .single-service-style1 .title-holder p {
        color: #777777;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0;
        transition: all 0.3s ease-in-out 0.1s;
    }

    .single-service-style1:hover .title-holder p {
        color: rgba(255, 255, 255, 0.50);
    }



/*** 
=============================================
  service Style2 Area Css
=============================================
***/
.service-style2-area {
    position: relative;
    display: block;
    padding: 0px 0 80px;
    background: #ffffff;
    z-index: 10;
}


.service-style2__top-title {
    position: relative;
    display: block;
    padding-bottom: 46px;
}

    .service-style2__top-title .icon {
        position: relative;
        display: block;
        line-height: 0;
        padding-bottom: 21px;
    }

        .service-style2__top-title .icon span:before {
            position: relative;
            display: inline-block;
            font-size: 50px;
            line-height: 50px;
            background: #81b754;
            background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
            background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
            background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            animation: fa-spin 5s ease infinite;
        }

    .service-style2__top-title h2 {
        font-size: 48px;
        line-height: 1.2em;
    }

        .service-style2__top-title h2 span {
            font-weight: 300;
        }


.single-service-style2 {
    position: relative;
    display: block;
    padding-top: 35px;
    margin: 0 0 35px;
}

    .single-service-style2 .icon {
        position: absolute;
        top: 0px;
        left: 20px;
        width: 70px;
        height: 70px;
        background: #ffffff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

        .single-service-style2 .icon img {
            transform: scale(1);
            transform-origin: center;
            transform-style: preserve-3d;
            transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        }

    .single-service-style2:hover .icon img {
        transform: scale(0.7);
    }

    .single-service-style2 .img-holder {
        position: relative;
        display: block;
        z-index: 1;
    }

        .single-service-style2 .img-holder:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            border-radius: 10px;
            opacity: 0.80;
            background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            z-index: 2;
            transform: scale(0.0);
            transform-origin: bottom;
            transform-style: preserve-3d;
            transition: all 500ms ease 100ms;
        }

    .single-service-style2:hover .img-holder:before {
        transform: scale(1.0);
    }

    .single-service-style2 .img-holder .inner {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 10px;
        z-index: 1;
    }

        .single-service-style2 .img-holder .inner img {
            width: 100%;
            transform: scale(1.0);
            transition: all 700ms ease;
        }

    .single-service-style2:hover .img-holder .inner img {
        transform: scale(1.2);
    }



    .single-service-style2 .title-holder {
        position: relative;
        display: block;
        padding-top: 24px;
    }

        .single-service-style2 .title-holder h3 {
            font-size: 18px;
            line-height: 24px;
            font-weight: 700;
            margin-bottom: 9px;
        }

            .single-service-style2 .title-holder h3 a {
                color: var(--thm-black);
            }

                .single-service-style2 .title-holder h3 a:hover {
                    color: var(--thm-base);
                }

        .single-service-style2 .title-holder p {
            font-size: 14px;
            line-height: 20px;
            font-weight: 600;
            text-transform: uppercase;
            background: #81b754;
            background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
            background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
            background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }




/*** 
=============================================
  service Style3 Area Css
=============================================
***/
.service-style3-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 10;
}


.single-service-style3 {
    position: relative;
    display: block;
    margin: 0 0 32px;
}

    .single-service-style3 .img-holder {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 10px;
        box-shadow: 0px 10px 30px 0px rgb(12 21 41 / 15%);
        transition: all 200ms linear;
        transition-delay: 0.1s;
        z-index: 1;
    }

    .single-service-style3:hover .img-holder {
        box-shadow: 0px 10px 50px 0px rgb(12 21 41 / 20%);
    }

    .single-service-style3 .img-holder .icon {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

        .single-service-style3 .img-holder .icon:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            border-radius: 50%;
            background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            transition: all 500ms linear;
            transition-delay: 0.1s;
            z-index: -1;
        }

    .single-service-style3:hover .img-holder .icon:before {
        transform: scale(0);
    }

    .single-service-style3 .img-holder .icon:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        background: #ffffff;
        transform: scale(0);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        z-index: -1;
    }

    .single-service-style3:hover .img-holder .icon:after {
        transform: scale(1.0);
    }

    .single-service-style3 .img-holder .icon span:before {
        position: relative;
        display: block;
        color: #ffffff;
        font-size: 40px;
        line-height: 70px;
        text-align: center;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .single-service-style3:hover .img-holder .icon span:before {
        color: var(--thm-base);
    }

    .single-service-style3 .img-holder .inner {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 1;
    }

        .single-service-style3 .img-holder .inner:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0.80;
            background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            transform: scale(0.0);
            transform-origin: bottom;
            transform-style: preserve-3d;
            transition: all 500ms ease 100ms;
            z-index: 2;
        }

    .single-service-style3:hover .img-holder .inner:before {
        transform: scale(1.0);
    }

    .single-service-style3 .img-holder .inner img {
        width: 100%;
        transform: scale(1.0);
        transition: all 700ms ease;
    }

    .single-service-style3:hover .img-holder .inner img {
        transform: scale(1.2);
    }



    .single-service-style3 .title-holder {
        position: relative;
        display: block;
        padding-top: 24px;
    }

        .single-service-style3 .title-holder h3 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 700;
            margin-bottom: 11px;
        }

            .single-service-style3 .title-holder h3 span {
                font-weight: 300;
            }

            .single-service-style3 .title-holder h3 a {
                color: var(--thm-black);
            }

                .single-service-style3 .title-holder h3 a:hover {
                    color: var(--thm-base);
                }

        .single-service-style3 .title-holder p {
            font-size: 16px;
            line-height: 28px;
            margin: 0;
        }



/*** 
=============================================
  service Style4 Area Css
=============================================
***/
.service-style4-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 10;
}

.single-service-style4 {
    position: relative;
    display: block;
    padding: 60px 40px 51px;
    box-shadow: 0px -5px 25px 0px rgb(0 0 0 / 6%);
    border-radius: 10px;
    margin-bottom: 40px;
}

    .single-service-style4 .icon-holder {
        position: relative;
        display: block;
    }

        .single-service-style4 .icon-holder span:before {
            position: relative;
            display: inline-block;
            color: var(--thm-black);
            font-size: 70px;
            line-height: 70px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .single-service-style4:hover .icon-holder span:before {
        color: var(--thm-base);
        transform: scale(1.2);
    }


    .single-service-style4 .title-holder {
        position: relative;
        display: block;
        padding-top: 36px;
    }

        .single-service-style4 .title-holder h3 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 700;
            font-style: italic;
            transition: all 200ms linear;
            transition-delay: 0.1s;
            margin: 0 0 14px;
        }

    .single-service-style4:hover .title-holder h3 {
        letter-spacing: 0.1em;
    }

    .single-service-style4 .title-holder h3 a {
        color: #1f2026;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .single-service-style4:hover .title-holder h3 a {
        background: #81b754;
        background: -webkit-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
        background: -moz-linear-gradient(to right, #81b754 0%, #a4c10a 100%);
        background: linear-gradient(to right, #81b754 0%, #a4c10a 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


    .single-service-style4 .title-holder p {
        margin: 0;
    }




/*** 
=============================================
  service Style5 Area Css
=============================================
***/
.service-style5-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 109px;
    z-index: 10;
}

.service-style5-area__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 475px;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    z-index: -1;
}

    .service-style5-area__bg .shape1 {
        position: absolute;
        left: 200px;
        top: 40%;
    }

    .service-style5-area__bg .shape2 {
        position: absolute;
        top: 20px;
        right: 30%;
    }

    .service-style5-area__bg .shape3 {
        position: absolute;
        bottom: 170px;
        right: 200px;
    }




.service-style5-area .sec-title-style2 .icon span:before {
    color: #ffffff;
    -webkit-text-fill-color: currentColor;
}

.service-style5-area .sec-title-style2.style2instyle3 h2 {
    color: #ffffff;
    font-weight: 300;
}


#destination-form {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.destination-form__inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-right: 90px;
    z-index: 11;
}

.form-input-box {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .form-input-box .box1 {
        position: relative;
        display: block;
        width: 100%;
    }

        .form-input-box .box1 .single {
            position: relative;
            display: block;
            max-width: 25%;
            width: 100%;
            float: left;
        }

            .form-input-box .box1 .single::before {
                position: absolute;
                top: 15px;
                right: 0;
                bottom: 15px;
                background: #dad9e0;
                width: 2px;
                content: "";
                z-index: 1;
            }

            .form-input-box .box1 .single:last-child::before {
                display: none;
            }

.destination-form__inner input[type="text"],
.destination-form__inner input[type="email"],
.destination-form__inner input[type="tel"],
.destination-form__inner textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 100px;
    border: 0px solid #edeef2;
    color: var(--thm-gray);
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    padding-left: 40px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
}


.destination-form__inner .select-box.style2 {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 0;
}

    .destination-form__inner .select-box.style2 .nice-select {
        height: 100px;
        line-height: 100px;
        background: var(--thm-base);
        border: none !important;
        border-bottom: 0px solid #ece9ea !important;
        border-radius: 0px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center !important;
        margin-left: -2px;
        z-index: 1;
    }

        .destination-form__inner .select-box.style2 .nice-select:after {
            width: 8px;
            height: 8px;
            border-bottom: 2px solid #ffffff;
            border-right: 2px solid #ffffff;
            right: 31px;
            margin-top: 0px;
            top: 43px;
            z-index: 10;
        }




.destination-form__inner .button-box {
    position: absolute;
    top: 0px;
    right: 2px;
    bottom: 0px;
    width: 90px;
    padding: 10px;
    padding-left: 0;
    background-color: var(--thm-base);
}

    .destination-form__inner .button-box button {
        position: relative;
        display: block;
        background: #ffffff;
        width: 100%;
        height: 100%;
        color: var(--thm-base);
        font-size: 40px;
    }

        .destination-form__inner .button-box button:hover {
            color: #ffffff;
        }

        .destination-form__inner .button-box button.btn-one.style3:before {
            top: 5px;
            bottom: 5px;
            background-color: var(--thm-black);
        }



.single-service-style5 {
    position: relative;
    display: block;
    margin-top: 50px;
}

    .single-service-style5 .img-holder {
        position: relative;
        display: block;
    }

        .single-service-style5 .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 10px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            z-index: 1;
        }

            .single-service-style5 .img-holder .inner:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                opacity: 0;
                background: var(--thm-black);
                transform: scale(1.0);
                transform-origin: bottom;
                transform-style: preserve-3d;
                transition: all 500ms ease 100ms;
                z-index: 2;
            }

    .single-service-style5:hover .img-holder .inner:before {
        opacity: 0.80;
        transform: scale(1.0);
    }

    .single-service-style5 .img-holder .inner img {
        width: 100%;
        transform: scale(1.0);
        transition: all 700ms ease;
    }

    .single-service-style5:hover .img-holder .inner img {
        transform: scale(1.2);
    }


    .single-service-style5 .img-holder .flag {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 70px;
        height: 40px;
        overflow: hidden;
        border-radius: 7px;
        z-index: 2;
    }

        .single-service-style5 .img-holder .flag img {
            width: 100%;
        }


    .single-service-style5 .title-holder {
        position: relative;
        display: block;
        background: #ffffff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
        padding: 25px 30px 39px;
        z-index: 1;
    }

        .single-service-style5 .title-holder:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            background: var(--thm-base);
            transform: scaleY(0.0);
            transform-origin: center;
            transform-style: preserve-3d;
            transition: all 500ms ease 100ms;
            z-index: -1;
        }

    .single-service-style5:hover .title-holder:before {
        transform: scaleY(1.0);
    }

    .single-service-style5 .title-holder h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 300;
        margin: 0 0 13px;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .single-service-style5:hover .title-holder h3 {
        color: #ffffff;
    }

    .single-service-style5 .title-holder h3 span {
        font-weight: 700;
    }

    .single-service-style5 .title-holder ul {
        position: relative;
        display: block;
    }

        .single-service-style5 .title-holder ul li {
            font-size: 14px;
            line-height: 32px;
        }

            .single-service-style5 .title-holder ul li a {
                color: var(--thm-gray);
                transition: all 200ms linear;
                transition-delay: 0.2s;
            }

    .single-service-style5:hover .title-holder ul li a {
        color: #ffffff;
    }

    .single-service-style5 .title-holder ul li a:hover {
        color: var(--thm-black);
        text-decoration: underline;
    }


.service-style5-bottom-text {
    position: relative;
    display: block;
    padding-top: 62px;
}

    .service-style5-bottom-text h3 {
        color: var(--thm-black);
        font-size: 24px;
        font-weight: 700;
        font-style: italic;
    }

        .service-style5-bottom-text h3 a {
            color: var(--thm-base);
            font-style: normal;
        }



/*** 
=============================================
  service Style6 Area Css
=============================================
***/
.service-style6-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 10;
}

.single-service-style6 {
    position: relative;
    display: block;
    padding-bottom: 35px;
    margin-bottom: 40px;
}

    .single-service-style6 .inner {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 30px 30px 35px;
        box-shadow: 0px 5px 9.5px 0.5px rgba(0, 0, 0, 0.03);
        transition: all 100ms linear;
        transition-delay: 0.1s;
    }

    .single-service-style6:hover .inner {
        box-shadow: 0px 20px 32px 8px rgba(0, 0, 0, 0.06);
    }

    .single-service-style6 .inner::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 3px;
        background: #e5e8ea;
    }

    .single-service-style6 .inner:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 3px;
        background: var(--thm-base);
        opacity: 0;
        transform: perspective(400px) scaleX(0);
        transform-origin: center;
        transition: all 500ms linear;
        transition-delay: 0.1s;
        z-index: 1;
    }

    .single-service-style6:hover .inner:after {
        opacity: 1.0;
        transform: perspective(400px) scaleX(1.0);
    }


    .single-service-style6 .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .single-service-style6 .img-holder:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0.80;
            background: var(--thm-black);
            opacity: 0;
            transform: scale(0.7);
            transform-origin: bottom;
            transform-style: preserve-3d;
            transition: all 500ms ease 100ms;
            z-index: 2;
        }

    .single-service-style6:hover .img-holder:before {
        opacity: .7;
        transform: scale(1.0);
    }

    .single-service-style6 .img-holder img {
        width: 100%;
    }

    .single-service-style6 .text-holder {
        position: relative;
        display: block;
        padding: 20px 0 36px;
    }

        .single-service-style6 .text-holder h3 {
            font-size: 18px;
            font-weight: 300;
            margin: 0 0 10px;
        }

            .single-service-style6 .text-holder h3 span {
                font-weight: 700;
            }

        .single-service-style6 .text-holder p {
            margin: 0;
        }

    .single-service-style6 .icon-holder {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 auto;
        background: #ffffff;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        box-shadow: 0px 20px 32px 8px rgba(18, 18, 18, 0.1);
        z-index: 3;
    }

        .single-service-style6 .icon-holder:before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: var(--thm-base);
            content: "";
            border-radius: 50%;
            z-index: -1;
            transform: scale(0.0);
            transform-origin: center;
            transform-style: preserve-3d;
            transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
        }

    .single-service-style6:hover .icon-holder:before {
        transform: scaleX(1.0);
    }

    .single-service-style6 .icon-holder span:before {
        position: relative;
        display: block;
        color: #777777;
        font-size: 30px;
        line-height: 70px;
        text-align: center;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .single-service-style6:hover .icon-holder span:before {
        color: #ffffff;
    }




/*** 
=============================================
  service Style7 Area Css
=============================================
***/
.service-style7-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 115px 0 75px;
    z-index: 10;
}

.service-style7__top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 66px;
}

    .service-style7__top .title-box {
        position: relative;
        display: block;
        max-width: 700px;
        width: 100%;
    }

        .service-style7__top .title-box h3 {
            color: var(--thm-base);
            font-size: 32px;
            line-height: 36px;
            font-weight: 300;
        }

            .service-style7__top .title-box h3 span {
                color: var(--thm-black);
            }

        .service-style7__top .title-box h2 {
            font-size: 52px;
            line-height: 72px;
            font-weight: 300;
            margin: 28px 0 36px;
        }

            .service-style7__top .title-box h2 span {
                color: var(--thm-base);
            }

        .service-style7__top .title-box .border-box {
            position: relative;
            display: block;
            width: 270px;
            height: 1px;
            background: #d9dde1;
        }

            .service-style7__top .title-box .border-box:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100px;
                height: 5px;
                background: var(--thm-base);
            }



    .service-style7__top .text-box {
        position: relative;
        display: block;
        max-width: 470px;
        width: 100%;
    }

        .service-style7__top .text-box p {
            margin: 0;
        }


.single-service-style7 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

    .single-service-style7 .text-holder {
        position: relative;
        display: block;
        padding-right: 60px;
    }

        .single-service-style7 .text-holder h3 {
            font-size: 18px;
            line-height: 24px;
            font-weight: 300;
            margin: 0 0 16px;
        }

            .single-service-style7 .text-holder h3 a {
                color: var(--thm-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .single-service-style7 .text-holder h3 a:hover {
                    color: var(--thm-base);
                }

            .single-service-style7 .text-holder h3 span {
                font-weight: 700;
            }

        .single-service-style7 .text-holder p {
            margin: 0;
        }

    .single-service-style7 .icon-holder {
        position: relative;
        display: inline-block;
        margin-top: 21px;
        font-size: 60px;
        line-height: 60px;
        transition: all 100ms linear;
        transition-delay: 0.1s;
    }

    .single-service-style7:hover .icon-holder {
        transform: scale(0.8) translateX(5px) translateY(-5px);
    }



.single-service-style7--style2 {
}

    .single-service-style7--style2 .text-holder h3 {
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 16px;
    }

    .single-service-style7--style2 .text-holder p {
        letter-spacing: 0.12em;
    }

    .single-service-style7--style2 .icon-holder {
        margin-top: 21px;
        color: var(--thm-base);
        font-size: 50px;
        line-height: 50px;
    }






/*** 
=============================================
  Service Style8 Area Css
=============================================
***/
.service-style8-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 120px;
    z-index: 10;
}

    .service-style8-area.pdtop120 {
        padding-top: 120px;
    }

    .service-style8-area .sec-title-style5 {
        padding-bottom: 98px;
    }

.service-style8__content-left {
    position: relative;
    display: block;
}

    .service-style8__content-left ul {
        position: relative;
        display: block;
    }

        .service-style8__content-left ul li {
            position: relative;
            display: block;
        }

            .service-style8__content-left ul li + li {
                margin-top: 53px;
            }


.single-service-style8 {
    position: relative;
    display: block;
    padding-left: 70px;
    min-height: 60px;
}

    .single-service-style8 .count-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 60px;
        text-align: center;
        z-index: 1;
    }

        .single-service-style8 .count-box:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: var(--thm-base);
            z-index: -1;
            -moz-transform: skew(-7deg, 0deg);
            -webkit-transform: skew(-7deg, 0deg);
            -o-transform: skew(-7deg, 0deg);
            -ms-transform: skew(-7deg, 0deg);
            transform: skew(-7deg, 0deg);
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .single-service-style8:hover .count-box:before {
        background: var(--thm-black);
        -moz-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
        -o-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }

    .single-service-style8 .count-box h3 {
        color: #ffffff;
        font-size: 18px;
        line-height: 60px;
        font-weight: 700;
    }

    .single-service-style8 .text-box {
        position: relative;
        display: block;
        padding-left: 20px;
    }

        .single-service-style8 .text-box h3 {
            position: relative;
            top: -1px;
            color: var(--thm-black);
            font-size: 18px;
            line-height: 20px;
            font-weight: 300;
            margin: 0 0 9px;
        }

            .single-service-style8 .text-box h3 a {
                color: var(--thm-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .single-service-style8 .text-box h3 a:hover {
                    color: var(--thm-base);
                }

            .single-service-style8 .text-box h3 span {
                font-weight: 700;
            }

        .single-service-style8 .text-box p {
            line-height: 24px;
            margin: 0;
        }


.single-service-style8--instyle2 {
}

    .single-service-style8--instyle2 .count-box:before {
        background: #ebedef;
    }

    .single-service-style8--instyle2 .count-box h3 {
        color: var(--thm-base);
    }

    .single-service-style8--instyle2 .text-box h3 {
        font-size: 16px;
        text-transform: uppercase;
    }

    .single-service-style8--instyle2 .text-box p {
        letter-spacing: 0.12em;
    }



.service-style8__content-right {
    position: relative;
    display: block;
}

    .service-style8__content-right ul {
        position: relative;
        display: block;
    }

        .service-style8__content-right ul li {
            position: relative;
            display: block;
        }

            .service-style8__content-right ul li + li {
                margin-top: 53px;
            }


.service-style8__image-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}







/*** 
=============================================
  service Style9 Area Css
=============================================
***/
.service-style9-area {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 115px 0 80px;
    z-index: 10;
}

    .service-style9-area.bg-white {
        background-color: #ffffff;
    }

    .service-style9-area .pattern-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background-color: #f6f6f6;
    }

.service-style9__top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

    .service-style9__top .title-box {
        position: relative;
        display: block;
        max-width: 700px;
        width: 100%;
    }

        .service-style9__top .title-box h3 {
            color: var(--thm-base);
            font-size: 32px;
            line-height: 36px;
            font-weight: 300;
            text-transform: uppercase;
        }

        .service-style9__top .title-box h2 {
            font-size: 52px;
            line-height: 72px;
            font-weight: 300;
            margin: 28px 0 36px;
        }

            .service-style9__top .title-box h2 span {
                color: var(--thm-base);
            }

        .service-style9__top .title-box .border-box {
            position: relative;
            display: block;
            width: 270px;
            height: 1px;
            background: #d9dde1;
        }

            .service-style9__top .title-box .border-box:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100px;
                height: 5px;
                background: var(--thm-base);
            }

    .service-style9__top .text-box {
        position: relative;
        display: block;
        max-width: 470px;
        width: 100%;
    }

        .service-style9__top .text-box p {
            margin: 0;
        }

        .service-style9__top .text-box.style2 p {
            font-size: 18px;
            line-height: 32px;
            letter-spacing: 0.12em;
        }



.service-style9__service-list {
    position: relative;
    display: block;
    margin-right: 70px;
}

    .service-style9__service-list ul {
        position: relative;
        display: block;
    }

        .service-style9__service-list ul li {
            position: relative;
            display: block;
            margin-bottom: 18px;
        }

            .service-style9__service-list ul li:last-child {
                margin-bottom: 0;
            }

            .service-style9__service-list ul li a {
                position: relative;
                display: block;
                color: var(--thm-black);
                font-size: 18px;
                line-height: 30px;
                font-weight: 300;
                transition: all 200ms linear;
                transition-delay: 0.1s;
                z-index: 1;
            }

            .service-style9__service-list ul li:hover a {
                color: #ffffff;
                padding-left: 10px;
            }

            .service-style9__service-list ul li a::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: var(--thm-base);
                z-index: -1;
                transform: perspective(400px) scaleX(0);
                transform-origin: left;
                transition: all 500ms ease;
            }

            .service-style9__service-list ul li:hover a::before {
                transform: perspective(400px) scaleX(1.0);
            }



.service-style9__image-box {
    position: relative;
    display: block;
}

    .service-style9__image-box .single-image-box {
        position: relative;
        display: block;
        width: 100%;
        height: 450px;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
    }

        .service-style9__image-box .single-image-box.right {
        }

        .service-style9__image-box .single-image-box img {
            width: 100%;
        }


.how-can-help-content {
    position: relative;
    display: block;
    padding-top: 120px;
}

.how-can-help__single-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

    .how-can-help__single-box .img-holder {
        position: relative;
        display: block;
    }

        .how-can-help__single-box .img-holder img {
            width: 100%;
        }

    .how-can-help__single-box .text-holder {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 24px 30px 41px;
    }

        .how-can-help__single-box .text-holder h3 {
            font-size: 24px;
            line-height: 34px;
            font-weight: 700;
            font-style: italic;
            margin-bottom: 12px;
        }

        .how-can-help__single-box .text-holder p {
            margin: 0;
        }



/*** 
=============================================
  service Style10 Area Css
=============================================
***/
.service-style10-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 80px 0 80px;
    z-index: 10;
}

    .service-style10-area.pdb120 {
        padding-bottom: 120px;
    }

    .service-style10-area .pattern-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: -1;
    }

.single-service-style10 {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: -55px;
}

    .single-service-style10.pdtop {
        padding-top: 70px;
    }

    .single-service-style10 .inner {
        position: relative;
        display: block;
        padding: 40px 20px 42px;
        z-index: 1;
    }

        .single-service-style10 .inner:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            background: #ffffff;
            transform: perspective(400px) scaleX(0);
            transform-origin: center;
            transition: all 400ms linear;
            transition-delay: 0.1s;
            box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.10);
            z-index: -1;
        }

    .single-service-style10:hover .inner:before {
        transform: perspective(400px) scaleX(1.0);
        transition: all 400ms linear;
        transition-delay: 0.1s;
    }


    .single-service-style10 .icon-holder {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }

        .single-service-style10 .icon-holder span::before {
            position: relative;
            display: inline-block;
            color: rgba(var(--thm-black-rgb), .30);
            font-size: 70px;
            line-height: 70px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .single-service-style10:hover .icon-holder span::before {
        color: rgba(var(--thm-black-rgb), 1.0);
        transform: scale(0.8);
    }

    .single-service-style10 .text-holder {
        position: relative;
        display: block;
    }

        .single-service-style10 .text-holder h4 {
            font-size: 16px;
            line-height: 20px;
            font-weight: 700;
            margin: 0 0 18px;
        }

            .single-service-style10 .text-holder h4 a {
                color: var(--thm-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

    .single-service-style10:hover .text-holder h4 a {
        color: var(--thm-base);
    }

    .single-service-style10 .text-holder p {
        font-size: 16px;
        margin: 0;
    }



/*** 
=============================================
  service Style11 Area Css
=============================================
***/
.service-style11-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 90px 0px 90px;
}

.service-style11__title .sec-title-style6 h2 {
    font-size: 34px;
}

.single-service-style11 {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 50px 30px 60px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin-bottom: 30px;
    z-index: 1;
    border: 1px solid #FE0000;
}

    .single-service-style11:hover {
        box-shadow: 0px 24px 60px 0px rgba(0, 0, 0, 0.10);
    }

    .single-service-style11 .overlay-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: var(--thm-base);
        z-index: -1;
        transform: scaleX(0);
        transition: all 700ms ease 100ms;
    }

    .single-service-style11:hover .overlay-bg {
        transform: scaleX(1.0);
    }


    .single-service-style11 .icon {
        position: relative;
        display: block;
        margin-bottom: 37px;
    }

        .single-service-style11 .icon span:before {
            position: relative;
            display: inline-block;
            color: rgba(var(--thm-black-rgb), 0.2);
            font-size: 50px;
            line-height: 50px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .single-service-style11:hover .icon span:before {
        color: rgba(var(--thm-black-rgb), 1.0);
        transform: skewX(-5deg) scale(1.1);
    }

    .single-service-style11 h4 {
        font-size: 16px;
        line-height: 26px;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        margin-bottom: 13px;
    }

        .single-service-style11 h4 a {
            color: var(--thm-black);
        }

    .single-service-style11:hover h4 a {
        color: var(--thm-base);
    }

    .single-service-style11 p {
        color: #64656a;
        letter-spacing: 0.12em;
        margin: 0;
        transition: all 700ms linear;
        transition-delay: 0.1s;
    }




    .single-service-style11.overlay-content-white {
        padding: 54px 30px 60px;
    }

        .single-service-style11.overlay-content-white:hover .icon span:before {
            color: #ffffff;
        }

        .single-service-style11.overlay-content-white:hover:hover h4 a {
            color: #ffffff;
        }

        .single-service-style11.overlay-content-white:hover:hover p {
            color: #ffffff;
        }



/*** 
=============================================
  service Style12 Area Css
=============================================
***/
.service-style12-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 70px;
}

    .service-style12-area.pdtop {
        padding-top: 120px;
    }

.single-service-style12 {
    position: relative;
    display: block;
    margin-bottom: 41px;
}

    .single-service-style12 .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
        background-color: var(--thm-base);
        border-radius: 10px;
    }

        .single-service-style12 .img-holder img {
            width: 100%;
            transition: all 900ms linear;
            transition-delay: 0.2s;
        }

    .single-service-style12:hover .img-holder img {
        transform: scale(1.1) rotate(2deg);
        opacity: 0.60;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }


    .single-service-style12 .text-holder {
        position: relative;
        display: block;
        padding-top: 27px;
    }

        .single-service-style12 .text-holder h3 {
            font-size: 18px;
            line-height: 20px;
            font-weight: 400;
            margin-bottom: 7px;
        }

            .single-service-style12 .text-holder h3 a {
                color: var(--thm-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .single-service-style12 .text-holder h3 a:hover {
                    color: var(--thm-base);
                }

        .single-service-style12 .text-holder p {
            text-transform: uppercase;
            margin: 0;
        }



/*** 
=============================================
  service Style13 Area Css
=============================================
***/
.service-style13-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 77px;
}

.service-style13__title {
    position: relative;
    display: block;
    margin-top: -9px;
}

    .service-style13__title h2 {
        font-size: 48px;
        line-height: 1.2em;
        font-weight: 300;
    }


.single-service-style13 {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

    .single-service-style13 .inner-title {
        position: relative;
        display: block;
        margin-top: -5px;
        padding-bottom: 39px;
    }

        .single-service-style13 .inner-title h3 {
            font-size: 24px;
            line-height: 28px;
            font-weight: 500;
            text-transform: uppercase;
        }

    .single-service-style13 ul {
        position: relative;
        display: block;
    }

        .single-service-style13 ul li {
            position: relative;
            display: block;
            font-size: 18px;
            font-weight: 300;
            line-height: 20px;
        }

            .single-service-style13 ul li + li {
                margin-top: 41px;
            }

            .single-service-style13 ul li a {
                position: relative;
                display: inline-block;
                line-height: 24px;
                color: var(--thm-black);
                transition: all 500ms ease;
            }

                .single-service-style13 ul li a::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    height: 1px;
                    background: var(--thm-black);
                }

                .single-service-style13 ul li a:hover {
                    color: var(--thm-base);
                }



/*** 
=============================================
  service Style14 Area Css
=============================================
***/
.service-style14-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 90px;
    z-index: 10;
}

    .service-style14-area.pdtop120 {
        padding-top: 120px;
    }

    .service-style14-area .sec-title-style7 h2 {
        font-size: 36px;
        font-weight: 400;
        line-height: 1.4em;
    }



.service-form-box-style14 {
    max-width: 100%;
}

    .service-form-box-style14 #movers-form {
        padding-top: 20px;
    }

    .service-form-box-style14 form textarea {
        height: 50px;
    }

    .service-form-box-style14 .button-box {
        padding-top: 11px;
    }

        .service-form-box-style14 .button-box .btn-one.style2 {
            color: #ffffff;
            border-radius: 0;
        }

        .service-form-box-style14 .button-box .btn-one .border-box.thm-base {
            background-color: rgba(255, 255, 255, 0.0);
        }

        .service-form-box-style14 .button-box .btn-one .bg.bg--base {
            background-color: rgba(255, 255, 255, 0.20);
            border-radius: 0px;
        }

        .service-form-box-style14 .button-box .btn-one.thm-base:before {
            background-color: var(--thm-black);
            border-radius: 0;
        }



/*** 
=============================================
  service Style15 Area Css
=============================================
***/
.service-style15-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 110px;
}

    .service-style15-area.pdb120 {
        padding-bottom: 120px;
    }

.service-style15__title {
    position: relative;
    display: block;
    margin-top: -9px;
}

    .service-style15__title h2 {
        font-size: 48px;
        line-height: 1.2em;
        font-weight: 300;
    }



.service-style15-image-box {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 470px;
}

    .service-style15-image-box .main-img-box {
        position: relative;
        display: inline-block;
        float: right;
    }

    .service-style15-image-box .round-box {
        position: absolute;
        top: 0;
        left: 0px;
        bottom: 0;
        display: flex;
        align-items: center;
    }

        .service-style15-image-box .round-box .inner {
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            width: 170px;
            height: 170px;
            background: var(--thm-base);
            border-radius: 50%;
            box-shadow: 0px 0px 10.45px 0.55px rgba(0, 0, 0, 0.08);
        }

            .service-style15-image-box .round-box .inner span:before {
                position: relative;
                display: block;
                color: var(--thm-black);
                font-size: 70px;
                line-height: 70px;
            }



/*** 
=============================================
  service Style16 Area Css
=============================================
***/
.service-style16-area {
    position: relative;
    display: block;
    background: #f7f7f7;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 10;
}

.service-style16-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.30;
    z-index: -1;
}

.service-style16__content {
    position: relative;
    display: block;
    padding-left: 170px;
}

    .service-style16__content ul {
        position: relative;
        display: block;
        overflow: hidden;
    }



    .service-style16__content .space-box {
        position: relative;
        display: block;
        width: 100%;
        height: 70px;
        margin: 14px 0 16px;
    }

        .service-style16__content .space-box .border-box {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 70px;
        }

            .service-style16__content .space-box .border-box:before {
                content: "";
                position: absolute;
                top: 0;
                left: 50%;
                bottom: 0;
                width: 1px;
                background: rgba(var(--thm-black-rgb), .10);
            }

.single-service-style16 {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    text-align: right;
}

    .single-service-style16 .text-box {
        position: relative;
        display: block;
        max-width: 300px;
        width: 100%;
    }

        .single-service-style16 .text-box h4 {
            font-size: 16px;
            line-height: 20px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0 0 10px;
        }

            .single-service-style16 .text-box h4 a {
                color: var(--thm-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

    .single-service-style16:hover .text-box h4 a {
        color: var(--thm-base);
    }

    .single-service-style16 .text-box p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        margin: 0;
    }

    .single-service-style16 .icon-box {
        position: relative;
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .single-service-style16 .icon-box span:before {
            position: relative;
            display: inline-block;
            color: rgba(var(--thm-black-rgb), .30);
            font-size: 40px;
            line-height: 40px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .single-service-style16:hover .icon-box span:before {
        color: rgba(var(--thm-black-rgb), 1.0);
        transform: scale(1.1);
    }



.service-style16__content--right {
    padding-left: 0;
    padding-right: 170px;
}

    .service-style16__content--right .single-service-style16 {
        flex-direction: row-reverse;
        text-align: left;
    }

    .service-style16__content--right .space-box .border-box {
        left: 0;
        right: auto;
    }



/*** 
=============================================
  Service Page 1 Css
=============================================
***/
.service-page-1 {
    position: relative;
    display: block;
    background: #f8f8f8;
    padding: 120px 0 80px;
}



/*** 
=============================================
  Service Page 3 Css
=============================================
***/
.service-page3 {
    position: relative;
    display: block;
    background: transparent;
    /* margin-top: -400px; */
    z-index: 10;
}

.service-page3__content {
    position: relative;
    display: block;
    background: transparent;
    padding-top: 20px;
    z-index: 1;
}

    .service-page3__content:before {
        content: "";
        position: absolute;
        top: 0;
        left: -175px;
        bottom: 0;
        right: -175px;
        background: #ffffff;
    }


.single-servce-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .single-servce-box .img-holder {
        position: relative;
        display: block;
    }

        .single-servce-box .img-holder img {
            width: 100%;
        }



    .single-servce-box .text-holder {
        position: relative;
        display: block;
        padding-top: 44px;
        padding-left: 100px;
    }

        .single-servce-box .text-holder .inner-title {
            position: relative;
            display: block;
            padding-bottom: 37px;
        }

            .single-servce-box .text-holder .inner-title h3 {
                font-size: 24px;
                line-height: 30px;
                font-weight: 700;
                text-transform: uppercase;
            }

                .single-servce-box .text-holder .inner-title h3 span {
                    font-weight: 300;
                }


        .single-servce-box .text-holder h4 {
            font-size: 16px;
            line-height: 28px;
        }

            .single-servce-box .text-holder h4 span {
                color: var(--thm-base);
            }

        .single-servce-box .text-holder .text {
            position: relative;
            display: block;
            padding: 23px 0 41px;
        }

            .single-servce-box .text-holder .text p {
                margin: 0;
            }

        .single-servce-box .text-holder .btn-box {
            position: relative;
            display: block;
            line-height: 0;
        }


    .single-servce-box.style2 {
    }

        .single-servce-box.style2 .row {
            flex-direction: row-reverse;
        }

        .single-servce-box.style2 .text-holder {
            padding-left: 0px;
            padding-right: 100px;
        }



/*** 
=============================================
  Service Details Area Css
=============================================
***/
.service-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}


.service-details__content {
    position: relative;
    display: block;
}

.service-details-main-img-box {
    position: relative;
    display: block;
}

    .service-details-main-img-box img {
        width: 100%;
    }



.service-details-top-content {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 41px;
}

    .service-details-top-content p {
        margin: 0;
    }


.service-deatlis-text-box {
    position: relative;
    display: block;
}

    .service-deatlis-text-box .text-holder {
        position: relative;
        display: block;
    }

        .service-deatlis-text-box .text-holder .inner-title {
            position: relative;
            display: block;
            margin-top: -6px;
            padding-bottom: 24px;
        }

            .service-deatlis-text-box .text-holder .inner-title h3 {
                font-size: 24px;
                line-height: 30px;
                text-transform: uppercase;
            }

                .service-deatlis-text-box .text-holder .inner-title h3 span {
                    font-weight: 300;
                }

        .service-deatlis-text-box .text-holder .text {
        }



.service-details-text-box-2 {
    position: relative;
    display: block;
    padding-top: 35px;
}


.service-details-quote-box {
    position: relative;
    display: block;
    margin: 40px 0 40px;
    padding-left: 100px;
}

    .service-details-quote-box .icon {
        position: absolute;
        top: 9px;
        left: 0;
    }

        .service-details-quote-box .icon span:before {
            color: var(--thm-base);
            font-size: 50px;
            line-height: 50px;
        }

    .service-details-quote-box .text {
        position: relative;
        display: block;
    }

        .service-details-quote-box .text h3 {
            font-size: 24px;
            line-height: 42px;
            font-weight: 500;
        }


.service-details-bottom-text-box {
    position: relative;
    display: block;
}

    .service-details-bottom-text-box p {
        margin: 0;
    }





.service-details-img-box {
    position: relative;
    display: block;
}

    .service-details-img-box img {
        width: 100%;
    }



.display-none-div {
    display: none;
    background-color: #fff;
    color: rgb(255, 255, 255);
    padding: 20px;
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    left: -327px;
    top: -188px;
    min-height: 1024px;
}

    .display-none-div p {
        width: 100% !important;
    }

.service-scrool-content-tbl {
    width: 100%;
}

    .service-scrool-content-tbl tr td {
        padding: 5px 15px;
        border: 1px solid #fff;
    }

.primary-bg-clr {
    background-color: #0f62fe;
}

.scndy-bg-clr {
    background-color: #FE0000;
}

.scrool-p {
    color: #777;
    margin: 10px 0px 20px 0px;
}



/* services-section.css end */




/* project-section.css start */
/*** 
=============================================
    Project Style1 Area Css   
=============================================
***/
.project-style1-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding-bottom: 90px;
}

    .project-style1-area .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        max-width: 1920px;
    }


.project-style1__content {
    position: relative;
    display: block;
}

.single-project-style1 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

    .single-project-style1 .img-holder img {
        width: 100%;
        transform: scale(1);
        transition: all 2500ms ease;
    }

    .single-project-style1:hover .img-holder img {
        transform: scale(1.2);
    }

    .single-project-style1 .content-box {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-left: 40px;
        padding-right: 30px;
        z-index: 2;
    }

        .single-project-style1 .content-box:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0.80;
            background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
            -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
            transform: perspective(400px) rotateX(90deg) scaleY(0.5);
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            transition-delay: .1s;
            transition-timing-function: ease-in-out;
            transition-duration: .5s;
            transition-property: all;
            z-index: -1;
        }

    .single-project-style1:hover .content-box:before {
        -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all;
    }

    .single-project-style1 .content-box h2 {
        color: #ffffff;
        font-size: 32px;
        line-height: 1.2em;
        font-weight: 300;
        margin: 0 0 40px;
        opacity: 0;
        transform: translateY(-50px);
        transition: all 700ms ease;
    }

    .single-project-style1:hover .content-box h2 {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 500ms;
    }

    .single-project-style1 .content-box a {
        position: relative;
        display: inline-block;
        font-weight: 500;
        opacity: 0;
        transform: translateY(50px);
        transition: all 700ms ease;
    }

    .single-project-style1:hover .content-box a {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 700ms;
    }

    .single-project-style1 .content-box a:hover {
        color: var(--thm-black);
    }




/*** 
=============================================
  Project Style2 Area Css   
=============================================
***/
.project-style2-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}

    .project-style2-area.pdb90 {
        padding-bottom: 90px;
    }

.single-project-style2 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

    .single-project-style2 .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .single-project-style2 .img-holder img {
            width: 100%;
            -webkit-transform: scale(1);
            transform: scale(1);
            transition: all 500ms ease;
        }



    .single-project-style2 .content-box {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-left: 40px;
        padding-right: 30px;
        z-index: 2;
    }

        .single-project-style2 .content-box:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0.80;
            background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
            -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
            transform: perspective(400px) rotateX(90deg) scaleY(0.5);
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            transition-delay: .1s;
            transition-timing-function: ease-in-out;
            transition-duration: .5s;
            transition-property: all;
            z-index: -1;
        }

    .single-project-style2:hover .content-box:before {
        -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all;
    }

    .single-project-style2 .content-box h2 {
        color: #ffffff;
        font-size: 32px;
        line-height: 1.2em;
        font-weight: 300;
        margin: 0 0 40px;
        opacity: 0;
        transform: translateY(-50px);
        transition: all 700ms ease;
    }

    .single-project-style2.fs26 .content-box h2 {
        font-size: 26px;
    }


    .single-project-style2:hover .content-box h2 {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 500ms;
    }

    .single-project-style2 .content-box a {
        position: relative;
        display: inline-block;
        font-weight: 500;
        opacity: 0;
        transform: translateY(50px);
        transition: all 700ms ease;
    }

    .single-project-style2:hover .content-box a {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 700ms;
    }

    .single-project-style2 .content-box a:hover {
        color: var(--thm-black);
    }


.project-style2__btn-box {
    position: relative;
    display: block;
    padding-top: 30px;
    line-height: 0;
    text-align: center;
}



/*** 
=============================================
  Project Style3 Area Css   
=============================================
***/
.project-style3-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 120px;
    z-index: 10;
}

    .project-style3-area.pdb90 {
        padding-bottom: 90px;
    }

.single-project-style3 {
    position: relative;
    display: block;
    box-shadow: 0px 10px 30px 0px rgb(26 46 85 / 10%);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin-bottom: 30px;
}

    .single-project-style3:hover {
        box-shadow: 0px 10px 30px 0px rgb(26 46 85 / 5%);
    }

    .single-project-style3 .img-holder {
        position: relative;
        display: block;
        padding: 10px;
    }

        .single-project-style3 .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
        }


            .single-project-style3 .img-holder .inner:before {
                content: "";
                position: absolute;
                top: 0px;
                left: 0px;
                bottom: 0px;
                right: 0px;
                -webkit-transform: perspective(400px) rotateX(0deg) scaleY(0.5);
                -ms-transform: perspective(400px) rotateX(0deg) scaleY(0.5);
                transform: perspective(400px) rotateX(90deg) scaleY(0.5);
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center;
                transition-delay: .1s;
                transition-timing-function: ease-in-out;
                transition-duration: .5s;
                transition-property: all;
                z-index: 2;
                opacity: 0.80;
                background-image: -moz-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
                background-image: -webkit-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
                background-image: -ms-linear-gradient(0deg, rgb(128, 183, 87) 0%, rgb(147, 188, 48) 40%, rgb(165, 193, 9) 100%);
            }

    .single-project-style3:hover .img-holder .inner:before {
        -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all;
    }



    .single-project-style3 .img-holder img {
        width: 100%;
    }

    .single-project-style3:hover .img-holder img {
        transform: scale(1.2) rotate(1deg);
    }

    .single-project-style3 .text-holder {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 19px 30px 30px;
    }

        .single-project-style3 .text-holder .title {
            position: relative;
            display: block;
        }

            .single-project-style3 .text-holder .title h2 {
                font-size: 32px;
                line-height: 40px;
                font-weight: 700;
                font-style: italic;
            }

                .single-project-style3 .text-holder .title h2 a {
                    color: var(--thm-black);
                    transition: all 200ms linear;
                    transition-delay: 0.1s;
                }

                    .single-project-style3 .text-holder .title h2 a:hover {
                        color: var(--thm-base);
                    }

            .single-project-style3 .text-holder .title p {
                font-size: 16px;
                margin: 3px 0 0;
            }

        .single-project-style3 .text-holder .icon {
            position: relative;
            display: block;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.50196) 0%, rgba(255, 255, 255, 0) 100%);
            background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.50196) 0%, rgba(255, 255, 255, 0) 100%);
            background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.50196) 0%, rgba(255, 255, 255, 0) 100%);
            box-shadow: 0px 0px 7.6px 0.4px rgba(0, 0, 0, 0.08);
            z-index: 1;
        }

            .single-project-style3 .text-holder .icon:before {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                border-radius: 50%;
                background: var(--thm-base);
                content: "";
                z-index: -1;
                transform: scale(0.0);
                transform-origin: center;
                transform-style: preserve-3d;
                transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
            }

    .single-project-style3:hover .text-holder .icon:before {
        transform: scaleX(1.0);
    }

    .single-project-style3 .text-holder .icon span:before {
        position: relative;
        display: block;
        color: var(--thm-base);
        font-size: 40px;
        line-height: 70px;
        text-align: center;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .single-project-style3:hover .text-holder .icon span:before {
        color: #ffffff;
    }

.project-style3__button {
    position: relative;
    display: block;
    padding-top: 40px;
    line-height: 0;
}



/*** 
=============================================
  Project Style4 Area Css   
=============================================
***/
.project-style4-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 90px;
    z-index: 10;
}

.project-style4__top-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 56px;
}

    .project-style4__top-box .sec-title-style4 {
        padding-bottom: 0;
    }

    .project-style4__top-box .text {
        position: relative;
        display: block;
        max-width: 470px;
        width: 100%;
        margin-bottom: -64px;
    }

        .project-style4__top-box .text p {
            margin: 0;
        }


.single-project-style4 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .single-project-style4 .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .single-project-style4 .img-holder img {
            width: 100%;
            transform: scale(1);
            transition: all 2500ms ease;
        }

    .single-project-style4:hover .img-holder img {
        transform: scale(1.2);
    }


    .single-project-style4 .content-box {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-left: 40px;
        padding-right: 30px;
        z-index: 2;
    }

        .single-project-style4 .content-box:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0.80;
            background: var(--thm-base);
            transform: perspective(400px) rotateX(0deg) scaleY(0.0);
            transform-origin: center;
            transition-delay: .1s;
            transition-timing-function: ease-in-out;
            transition-duration: .5s;
            transition-property: all;
            z-index: -1;
        }

    .single-project-style4:hover .content-box:before {
        transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all;
    }

    .single-project-style4 .content-box h2 {
        color: #ffffff;
        font-size: 32px;
        line-height: 1.2em;
        font-weight: 300;
        margin: 0 0 29px;
        opacity: 0;
        transform: translateY(-50px);
        transition: all 700ms ease;
    }

    .single-project-style4:hover .content-box h2 {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 500ms;
    }

    .single-project-style4 .content-box a {
        position: relative;
        display: inline-block;
        font-weight: 500;
        opacity: 0;
        transform: translateY(50px);
        transition: all 700ms ease;
    }

    .single-project-style4:hover .content-box a {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 700ms;
    }

    .single-project-style4 .content-box a:hover {
        color: var(--thm-black);
    }



/*** 
=============================================
  Projects style5 Area Css   
=============================================
***/
.projects-style5-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 120px;
    z-index: 10;
}

    .projects-style5-area.pdtop120 {
        padding-top: 120px;
    }

    .projects-style5-area .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

.projects-style5__inner {
    position: relative;
    display: block;
}


.projects-style5__single {
    position: relative;
    display: block;
}

    .projects-style5__single .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
        background-color: var(--thm-black);
    }

        .projects-style5__single .img-holder img {
            width: 100%;
            transition: all 500ms linear;
            transition-delay: 0.2s;
        }

    .projects-style5__single:hover .img-holder img {
        transform: scale(1.1) rotate(0deg);
        opacity: 0.50;
        transition: all 500ms linear;
        transition-delay: 0.1s;
    }

    .projects-style5__single .img-holder .overlay-text {
        position: absolute;
        left: 10px;
        bottom: 10px;
        right: 10px;
        background: var(--thm-base);
        padding: 20px 0px 20px;
        text-align: center;
        -webkit-transform: perspective(400px) rotateX(0deg) translateY(90px);
        -ms-transform: perspective(400px) rotateX(0deg) translateY(90px);
        transform: perspective(400px) rotateX(0deg) translateY(90px);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
    }

    .projects-style5__single:hover .img-holder .overlay-text {
        -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
        -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
        transform: perspective(400px) rotateX(0deg) translateY(0px);
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .4s;
        transition-property: all;
    }

    .projects-style5__single .img-holder .overlay-text h2 a {
        color: #ffffff;
        font-size: 24px;
        line-height: 34px;
        font-weight: 300;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

        .projects-style5__single .img-holder .overlay-text h2 a:hover {
            color: var(--thm-black);
        }

        .projects-style5__single .img-holder .overlay-text h2 a span {
            font-weight: 700;
        }


.projects-carousel_5 {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
}

    .projects-carousel_5.owl-theme .owl-stage-outer {
        overflow: visible;
    }

        .projects-carousel_5.owl-theme .owl-stage-outer .owl-item.active .projects-style5__single .img-holder .overlay-text {
            -webkit-transform: perspective(400px) rotateX(0deg) translateY(0px);
            -ms-transform: perspective(400px) rotateX(0deg) translateY(0px);
            transform: perspective(400px) rotateX(0deg) translateY(0px);
            transition-delay: .1s;
            transition-timing-function: ease-in-out;
            transition-duration: .4s;
            transition-property: all;
        }



/*** 
=============================================
  Projects style6 Area Css   
=============================================
***/
.project-style6-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 0px;
    z-index: 10;
}

    .project-style6-area.pd120-0-90 {
        padding: 120px 0 90px;
    }

    .project-style6-area .auto-container {
        max-width: 1200px;
    }

.single-project-style6 {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

    .single-project-style6 .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .single-project-style6 .img-holder img {
            width: 100%;
            transform: scale(1);
            transition: all 2500ms ease;
        }

    .single-project-style6:hover .img-holder img {
        transform: scale(1.2);
    }


    .single-project-style6 .content-box {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding-left: 40px;
        padding-bottom: 46px;
        padding-right: 30px;
        z-index: 2;
    }

        .single-project-style6 .content-box:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0.80;
            background: #2c2c2c;
            -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
            -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
            transform: perspective(400px) rotateX(90deg) scaleY(0.5);
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            transition-delay: .1s;
            transition-timing-function: ease-in-out;
            transition-duration: .5s;
            transition-property: all;
            z-index: -1;
        }

    .single-project-style6:hover .content-box:before {
        -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all;
    }


    .single-project-style6 .content-box:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        border: 10px solid var(--thm-base);
        -webkit-transform: perspective(400px) rotateX(0deg) scale(1.5);
        -ms-transform: perspective(400px) rotateX(0deg) scale(1.5);
        transform: perspective(400px) rotateX(0deg) scale(1.5);
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
        z-index: -1;
    }

    .single-project-style6:hover .content-box:after {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
        -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
        transform: perspective(400px) rotateX(0deg) scale(1.0);
        transition-delay: .5s;
        transition-timing-function: ease-in-out;
        transition-duration: .9s;
        transition-property: all;
    }



    .single-project-style6 .content-box h4 {
        color: #ffffff;
        font-size: 24px;
        line-height: 1.2em;
        font-weight: 700;
        margin: 0 0 17px;
        opacity: 0;
        transform: translateY(-50px);
        transition: all 700ms ease;
    }

    .single-project-style6:hover .content-box h4 {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 500ms;
    }

        .single-project-style6:hover .content-box h4 a {
            color: #ffffff;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .single-project-style6:hover .content-box h4 a:hover {
                color: var(--thm-base);
            }

    .single-project-style6 .content-box p {
        color: rgba(255, 255, 255, .70);
        font-size: 16px;
        opacity: 0;
        transform: translateY(50px);
        transition: all 700ms ease;
    }

    .single-project-style6:hover .content-box p {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 700ms;
    }




/*** 
=============================================
  Projects style7 Area Css   
=============================================
***/
.project-style7-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 120px;
}

    .project-style7-area.pdtop120 {
        padding-top: 120px;
    }

.single-project-style7 {
    position: relative;
    display: block;
}

    .single-project-style7 .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .single-project-style7 .img-holder img {
            width: 100%;
            transform: scale(1);
            transition: all 2500ms ease;
        }

    .single-project-style7 .content-box {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 560px;
        width: 100%;
        background: #ffffff;
        padding: 24px 0;
        transform: perspective(400px) translateY(100%);
        transform-origin: left;
        transition: all 700ms ease;
        transition-delay: 0.1s;
    }

    .single-project-style7:hover .content-box {
        opacity: 1;
        transform: perspective(400px) translateY(0%);
        transition-delay: 0.3s;
    }

    .single-project-style7 .content-box .inner {
        position: relative;
        display: block;
        padding-left: 50px;
    }

    .single-project-style7 .content-box .border-box {
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 40px;
        height: 1px;
        background: var(--thm-black);
    }

    .single-project-style7 .content-box .inner-title {
        position: relative;
        display: block;
    }

        .single-project-style7 .content-box .inner-title h4 {
            font-size: 18px;
            line-height: 24px;
            font-weight: 700;
            text-transform: uppercase;
        }

            .single-project-style7 .content-box .inner-title h4 a {
                color: var(--thm-black);
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .single-project-style7 .content-box .inner-title h4 a:hover {
                    color: var(--thm-base);
                }

        .single-project-style7 .content-box .inner-title p {
            line-height: 18px;
            margin: 10px 0 0;
        }


.project-carousel_7.owl-carousel .owl-stage-outer {
    margin-right: -445px;
}


.project-carousel_7.owl-carousel.owl-dot-style1 .owl-dots {
    padding-top: 70px;
}

.project-carousel_7.owl-theme .owl-stage-outer .owl-item.active .single-project-style7 .content-box {
    opacity: 1;
    transform: perspective(400px) translateY(0%);
    transition-delay: 0.3s;
}





/*** 
=============================================
  Projects style8 Area Css   
=============================================
***/
.project-style8-area {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0px 183px;
    background: #282828;
    z-index: 10;
}

    .project-style8-area .shape1 {
        position: absolute;
        left: 0;
        bottom: -60px;
        opacity: 0.20;
    }

    .project-style8-area .shape2 {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.20;
    }


.project-menu-box {
    position: relative;
    display: block;
    padding-bottom: 50px;
}

.project-filter {
    position: relative;
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    z-index: 1;
}

    .project-filter li {
        position: relative;
        float: left;
        padding: 0 10px;
        margin-bottom: 10px;
    }

        .project-filter li .filter-text {
            position: relative;
            display: block;
            padding: 10px 20px 10px;
            color: var(--thm-black);
            font-size: 16px;
            font-weight: 500;
            line-height: 26px;
            text-transform: uppercase;
            background: #fff;
            cursor: pointer;
            transition: all .4s ease;
            box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
            z-index: 1;
        }

            .project-filter li .filter-text:before {
                position: absolute;
                top: 0px;
                left: 0px;
                bottom: 0px;
                right: 0px;
                content: "";
                background: var(--thm-base);
                border-radius: 0px;
                transform: scaleX(0);
                transform-origin: center;
                transform-style: preserve-3d;
                transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
                z-index: -1;
            }

        .project-filter li:hover .filter-text:before,
        .project-filter li.active .filter-text:before {
            transform: scaleX(1.0);
        }

        .project-filter li:hover .filter-text,
        .project-filter li.active .filter-text {
            color: #ffffff;
        }

        .project-filter li .count {
            position: absolute;
            display: block;
            width: 25px;
            height: 12px;
            text-align: center;
            top: -12px;
            left: 0;
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            transform: perspective(400px) rotateX(90deg) scaleY(0.1);
            transform-origin: bottom;
            transition-delay: .2s;
            transition-timing-function: ease-in-out;
            transition-duration: .6s;
            transition-property: all;
            opacity: 1;
            z-index: 1;
            display: none;
        }

        .project-filter li:hover .count,
        .project-filter li.active .count {
            opacity: 1.0;
            transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        }

        .project-filter li .count::before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: var(--thm-base);
            content: "";
            z-index: -1;
        }

        .project-filter li .count::after {
            content: "";
            position: absolute;
            top: 0px;
            right: -10px;
            z-index: -1;
            border-bottom: 12px solid rgba(var(--thm-base-rgb), .80);
            border-right: 10px solid transparent;
        }



.single-project-style8 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .single-project-style8 .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .single-project-style8 .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
            background-color: var(--thm-base);
            z-index: 2;
        }

        .single-project-style8 .img-holder img {
            width: 100%;
            -webkit-transform: scale(1);
            transform: scale(1);
            transition: all 500ms ease;
        }

    .single-project-style8:hover .img-holder img {
        opacity: 0.20;
        -webkit-transform: scale(1.05);
        transform: scale(1.05) rotate(1deg);
    }


    .single-project-style8 .overlay-content {
        position: absolute;
        left: 0px;
        bottom: 0px;
        right: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        background: #282828;
        padding-left: 50px;
        overflow: hidden;
        z-index: 5;
        -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        transform: perspective(400px) rotateX(90deg) scaleY(0.5);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .5s;
        transition-property: all;
    }

    .single-project-style8:hover .overlay-content {
        -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        transform: perspective(400px) rotateX(0deg) scaleY(1.0);
        transition-delay: .1s;
        transition-timing-function: ease-in-out;
        transition-duration: .7s;
        transition-property: all;
    }

    .single-project-style8 .overlay-content h3 {
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
        opacity: 0;
        transform: translateY(-50px);
        transition: all 700ms ease;
    }

    .single-project-style8:hover .overlay-content h3 {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 500ms;
    }

    .single-project-style8 .overlay-content h3 a {
        color: #ffffff;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

        .single-project-style8 .overlay-content h3 a:hover {
            color: var(--thm-base);
        }



/*** 
=============================================
  Projects style9 Area Css   
=============================================
***/
.project-style9-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 90px;
    z-index: 10;
}

.single-project-style1--instyle9 .content-box:before {
    background-image: none;
    background-color: var(--thm-base);
}

.single-project-style1--instyle9 .content-box h2 {
    font-size: 22px;
    line-height: 1.4em;
    margin: 0 0 29px;
}



/*** 
=============================================
  Projects style10 Area Css   
=============================================
***/
.project-style10-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 120px 0 90px;
    z-index: 10;
}


.project-menu-box--style2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 41px;
}

    .project-menu-box--style2 .project-filter {
        position: relative;
        display: block;
    }

        .project-menu-box--style2 .project-filter:before {
            content: "";
            position: absolute;
            left: 10px;
            bottom: 9px;
            right: 10px;
            height: 1px;
            background: #ebedef;
        }

        .project-menu-box--style2 .project-filter li .filter-text {
            padding: 10px 20px 10px;
            color: var(--thm-gray);
            font-size: 15px;
            font-weight: 400;
            background: #fff;
            box-shadow: none;
        }

            .project-menu-box--style2 .project-filter li .filter-text:before {
                background: #ebedef;
            }

        .project-menu-box--style2 .project-filter li:hover .filter-text,
        .project-menu-box--style2 .project-filter li.active .filter-text {
            color: var(--thm-base);
        }



.single-project-style7--instyle10 {
    overflow: hidden;
    margin-bottom: 30px;
}

    .single-project-style7--instyle10 .img-holder {
        background-color: var(--thm-base);
    }

    .single-project-style7--instyle10:hover .img-holder img {
        opacity: 0.20;
        -webkit-transform: scale(1.05);
        transform: scale(1.05) rotate(1deg);
    }

    .single-project-style7--instyle10 .content-box {
        max-width: 370px;
    }



/*** 
=============================================
  Projects Page Four Css   
=============================================
***/
.projects-page-four {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 90px;
}

    .projects-page-four .projects-style5__single {
        margin-bottom: 30px;
    }



/*** 
=============================================
  Projects Page Five Css   
=============================================
***/
.projects-page-five {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 90px;
    z-index: 10;
}



/*** 
=============================================
  Projects Details Area Css   
=============================================
***/
.project-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-bottom: 120px;
    z-index: 10;
}

.project-details-content {
    position: relative;
    display: block;
    background: #f7f7f8;
    padding: 120px 100px 120px;
    margin-top: -400px;
}

.project-details-main-img-box {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

    .project-details-main-img-box img {
        width: 100%;
    }

.project-details-text-box1 {
    position: relative;
    display: block;
    margin-top: 42px;
}

    .project-details-text-box1 h3 {
        font-size: 24px;
        line-height: 34px;
        font-weight: 300;
        margin-bottom: 12px;
    }

        .project-details-text-box1 h3 span {
            font-weight: 700;
        }

    .project-details-text-box1 p {
        margin: 0;
    }



.project-details-quote-box {
    position: relative;
    display: block;
    padding-left: 100px;
    margin-top: 48px;
    margin-bottom: 38px;
}

    .project-details-quote-box .icon {
        position: absolute;
        top: 10px;
        left: 0;
        color: var(--thm-base);
        font-size: 45px;
    }

    .project-details-quote-box .inner-text {
        position: relative;
        display: block;
    }

        .project-details-quote-box .inner-text h2 {
            font-size: 24px;
            line-height: 42px;
            font-weight: 500;
        }


.project-details-text-box2 {
    position: relative;
    display: block;
    padding-bottom: 9px;
}

    .project-details-text-box2 p {
        margin: 0;
    }



.project-info-box {
    position: relative;
    display: block;
}

    .project-info-box .single-box {
        position: relative;
        display: block;
        padding-top: 30px;
    }

        .project-info-box .single-box h3 {
            font-size: 18px;
            line-height: 20px;
            font-weight: 500;
            margin: 0 0 12px;
        }

        .project-info-box .single-box ul {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .project-info-box .single-box ul li {
                position: relative;
                display: block;
                line-height: 30px;
            }



.project-details-img-box {
    position: relative;
    display: block;
    padding-top: 10px;
}

    .project-details-img-box .single-box {
        position: relative;
        display: block;
        margin-top: 30px;
    }

        .project-details-img-box .single-box .img-holder {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .project-details-img-box .single-box .img-holder img {
                width: 100%;
            }
/* project-section.css end */






/* footer-section.css start */
/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
    position: relative;
    height: 670px;
    opacity: 0;
    z-index: -999;
}

    .bottom-parallax .footer-area {
        position: fixed;
        left: 0px;
        bottom: 0px;
        right: 0px;
        height: 670px;
    }

.parallax-visible .bottom-parallax {
    opacity: 1;
    z-index: 1;
}

.footer-area {
    position: relative;
    display: block;
    z-index: 10;
}

.footer-area--style5 {
    z-index: 9;
}

.footer {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 110px;
    background: #000a14b5;
    z-index: 9;
}

    .footer.pdb {
        padding-bottom: 20px;
    }

    .footer.pdtop {
        /* padding-top: 290px; */
        padding-top: 60px;
    }

.single-footer-widget {
    position: relative;
    display: block;
}

    .single-footer-widget .title {
        position: relative;
        display: block;
        padding-left: 20px;
        margin-top: -7px;
    }

        .single-footer-widget .title:before {
            content: "";
            position: absolute;
            top: 7px;
            left: 0;
            bottom: 8px;
            width: 5px;
            background-image: -moz-linear-gradient(0deg, #F1A00B 0%, #F1A00B 40%, #F1A00B 100%);
            background-image: -webkit-linear-gradient(0deg, #F1A00B 0%, #F1A00B 40%, #F1A00B 100%);
            background-image: -ms-linear-gradient(0deg, #F1A00B 0%, #F1A00B 40%, #F1A00B 100%);
        }

        .single-footer-widget .title.title--base-clr:before {
            background-image: none;
            background-color: #F1A00B;
        }

        .single-footer-widget .title h3 {
            color: #ffffff;
            font-size: 18px;
            line-height: 30px;
            font-weight: 300;
            text-transform: uppercase;
        }

            .single-footer-widget .title h3 span {
                font-weight: 700;
            }

    .single-footer-widget .our-company-info {
        position: relative;
        display: block;
        max-width: 370px;
        width: 100%;
    }

        .single-footer-widget .our-company-info .footer-logo {
            position: relative;
            display: block;
            padding-bottom: 28px;
        }

            .single-footer-widget .our-company-info .footer-logo a {
                position: relative;
                display: inline-block;
            }

        .single-footer-widget .our-company-info .text-box {
            position: relative;
            display: block;
            padding-bottom: 52px;
        }

            .single-footer-widget .our-company-info .text-box p {
                color: #fff;
                font-size: 14px;
                line-height: 28px;
                font-weight: 300;
                margin: 0;
            }


.footer-social-link {
    position: relative;
    display: block;
    margin-top: 30px;
}



    .footer-social-link ul li {
        position: relative;
        display: inline-block;
        float: none;
        margin-right: 10px;
    }

        .footer-social-link ul li:last-child {
            margin-right: 0;
        }

        .footer-social-link ul li a {
            position: relative;
            display: block;
            height: 50px;
            width: 50px;
            background: blue;
            border-radius: 5%;
            color: #fff;
            font-size: 20px;
            line-height: 50px;
            text-align: center;
            transition: all 200ms linear;
            transition-delay: 0.1s;
            z-index: 1;
        }

            .footer-social-link ul li a:before {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: var(--thm-base);
                content: "";
                border-radius: 5%;
                z-index: -1;
                transform: scale(0.0);
                transform-origin: center;
                transform-style: preserve-3d;
                transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
            }

        .footer-social-link ul li:hover a:before {
            transform: scaleX(1.0);
        }

        .footer-social-link ul li:hover a {
            color: #ffffff;
        }



.footer-widget-links {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 0px;
}

    .footer-widget-links ul {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .footer-widget-links ul.right {
            margin-left: 60px;
        }

        .footer-widget-links ul li {
            position: relative;
            display: block;
            line-height: 30px;
            margin-bottom: 0px;
            border-bottom: 1px solid #78A4F8;
        }

            .footer-widget-links ul li:last-child {
                margin-bottom: 0;
            }

            .footer-widget-links ul li a {
                position: relative;
                display: inline-block;
                color:#5a5a5a;
                font-size: 14px;
                font-weight: 300;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .footer-widget-links ul li a span {
                    position: relative;
                    display: inline-block;
                    border-radius: 5px;
                    padding: 2px 10px;
                    color: #ffffff;
                    font-size: 14px;
                    line-height: 18px;
                    font-weight: 300;
                    background-image: -moz-linear-gradient(0deg, #F1A00B 0%, #F1A00B 40%, #F1A00B 100%);
                    background-image: -webkit-linear-gradient(0deg, #F1A00B 0%, #F1A00B 40%, #F1A00B 100%);
                    background-image: -ms-linear-gradient(0deg, #F1A00B 0%, #F1A00B 40%, #F1A00B 100%);
                }

                .footer-widget-links ul li a:hover {
                    color: #F1A00B;
                }




.footer-widget-info-box {
    position: relative;
    display: block;
    margin-top: -8px;
    margin-left: 30px;
}

    .footer-widget-info-box h2 {
        color: #ffffff;
        font-size: 36px;
        line-height: 1.3em;
        font-weight: 300;
        text-transform: none;
    }

        .footer-widget-info-box h2 span {
            position: relative;
            display: inline-block;
            color: #F1A00B;
            font-weight: 700;
        }

            .footer-widget-info-box h2 span:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                right: 0;
                height: 1px;
                background: var(--thm-base);
            }


    .footer-widget-info-box ul {
        position: relative;
        display: block;
        padding-top: 62px;
    }

        .footer-widget-info-box ul li {
            position: relative;
            display: block;
            line-height: 30px;
            margin-bottom: 20px;
        }

            .footer-widget-info-box ul li:last-child {
                margin: 0;
            }

            .footer-widget-info-box ul li a {
                position: relative;
                display: inline-block;
                color: #ffffff;
                font-size: 18px;
                font-weight: 700;
                font-style: italic;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .footer-widget-info-box ul li a::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    height: 1px;
                    background: #ffffff;
                }

                .footer-widget-info-box ul li a:hover {
                    color: #F1A00B;
                }



.footer-widget-blog-items {
    position: relative;
    display: block;
    padding-top: 12px;
}

    .footer-widget-blog-items li {
        position: relative;
        display: block;
        /*min-height: 60px;*/
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        /*padding-bottom: 20px;*/
        /*margin-bottom: 20px;*/
    }

        .footer-widget-blog-items li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .footer-widget-blog-items li .inner-box {
            position: relative;
            display: block;
            padding-left: 70px;
        }

        .footer-widget-blog-items li .img-box {
            position: absolute;
            top: 0;
            left: 0;
            width: 70px;
            height: 70px;
            overflow: hidden;
            border-radius: 50%;
            display: block;
            overflow: hidden;
            background-image: var(--thm-gradient);
            z-index: 1;
        }

            .footer-widget-blog-items li .img-box img {
                width: 100%;
                transition: all 900ms ease;
            }

        .footer-widget-blog-items li:hover .img-box img {
            transform: scale(1.1) rotate(360deg);
            opacity: 0.50;
        }


        .footer-widget-blog-items li .title-box {
            position: relative;
            display: block;
            padding-left: 20px;
        }

            .footer-widget-blog-items li .title-box p {
                font-size: 14px;
                line-height: 18px;
                font-weight: 600;
                background: #F1A00B;
                background: -webkit-linear-gradient(to right, #background: #81b754;
                0%, #a4c10a 100%);
                background: -moz-linear-gradient(to right, #background: #81b754;
                0%, #a4c10a 100%);
                background: linear-gradient(to right, #background: #81b754;
                0%, #a4c10a 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                margin: 0;
            }

            .footer-widget-blog-items li .title-box h5 {
                font-size: 14px;
                line-height: 22px;
                font-weight: 400;
                margin: 8px 0 0;
            }

                .footer-widget-blog-items li .title-box h5 a {
                    color: rgba(255, 255, 255, 0.50);
                    transition: all 200ms linear;
                    transition-delay: 0.1s;
                }

                    .footer-widget-blog-items li .title-box h5 a:hover {
                        color: rgba(255, 255, 255, 1.0);
                    }


.footer-bottom {
    position: relative;
    display: block;
    background: #000a14;
}

    .footer-bottom .bottom-inner {
        position: relative;
        display: block;
        text-align: center;
        padding: 10px 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
    }

        .footer-bottom .bottom-inner .copyright {
            position: relative;
            display: block;
        }

            .footer-bottom .bottom-inner .copyright p {
                color: #cbc1c9;
                font-size: 14px;
                font-weight: 700;
                font-style: italic;
                margin: 0;
            }

                .footer-bottom .bottom-inner .copyright p a {
                    color: #F1A00B;
                }



/*** 
=============================================
  Footer area Style2 Css
=============================================
***/
.footer-area--style2 {
}

.footer--style2 {
}

.our-company-info--style2 {
    margin-top: -7px;
}

    .our-company-info--style2 .text-box h3 {
        color: #ffffff;
        font-size: 24px;
        line-height: 36px;
        font-weight: 700;
        margin: 24px 0 0;
    }


.single-footer-widget--style2 .title:before {
    background-color: #F1A00B;
    background-image: none;
}

.single-footer-widget--style2 .footer-widget-links ul li a span {
    background-color: #F1A00B;
    background-image: none;
}



.single-footer-widget--style2 .footer-widget-blog-items li .img-box {
    background-color: #F1A00B;
    background-image: none;
}

.single-footer-widget--style2 .footer-widget-blog-items li .title-box p {
    color: #F1A00B;
    -webkit-text-fill-color: currentColor;
}




/*** 
=============================================
  Footer area Style3 Css
=============================================
***/
.footer-area--style3 {
}

.footer--style3 {
    background: #2c2c2c;
}

    .footer--style3 .our-company-info--style2 .text-box h3 {
        color: #F1A00B;
    }

.footer-bottom-style3 {
    background: #2c2c2c;
}




/*** 
=============================================
  Footer area Style4 Css
=============================================
***/
.footer-area--style4 {
}

.footer--style4 {
    background: #2c2c2c;
}

    .footer--style4 .single-footer-widget .our-company-info .footer-logo {
        padding-bottom: 35px;
    }

    .footer--style4 .footer-widget-links ul li a span {
        background-image: none;
        background-color: #F1A00B;
    }

.footer-bottom-style4 {
    background: #2c2c2c;
}



/*** 
=============================================
  Footer area Style5 Css
=============================================
***/
.footer-area--style5 {
}

.footer--style5 {
    background: #2c2c2c;
    padding-top: 200px;
}

    .footer--style5 .footer-logo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

        .footer--style5 .footer-logo .inner {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            max-width: 568px;
            width: 100%;
            height: 127px;
            z-index: 1;
        }

        .footer--style5 .footer-logo .logo-bg {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: -1;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }

        .footer--style5 .footer-logo .inner a {
            position: relative;
            display: inline-block;
            left: -10px;
            top: -10px;
        }




    .footer--style5 .footer-widget-links ul {
        width: 270px;
    }

        .footer--style5 .footer-widget-links ul.right {
            margin-left: 0px;
        }

        .footer--style5 .footer-widget-links ul li a span {
            background-image: none;
            background-color: #424242;
        }



.footer-bottom-style5 {
    background: #252525;
}

    .footer-bottom-style5 .bottom-inner {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        padding: 25px 0px 25px;
        border-top: none;
        text-align: left;
    }

        .footer-bottom-style5 .bottom-inner .copyright p {
            font-weight: 400;
            font-style: normal;
        }

            .footer-bottom-style5 .bottom-inner .copyright p a {
                color: #888888;
            }




/*** 
=============================================
  Footer area Style6 Css
=============================================
***/
.footer-area--style6 {
}

.footer--style6 {
    padding-top: 120px;
    padding-bottom: 90px;
    background: #2c2c2c;
}

.footer-widget-subscribe-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    margin-top: -9px;
}

    .footer-widget-subscribe-box .inner-title {
        position: relative;
        display: block;
        padding-bottom: 41px;
    }

        .footer-widget-subscribe-box .inner-title h2 {
            color: #ffffff;
            font-size: 30px;
            line-height: 40px;
            font-weight: 300;
            text-transform: uppercase;
            margin: 0 0 12px;
        }

        .footer-widget-subscribe-box .inner-title p {
            font-size: 16px;
            line-height: 30px;
            letter-spacing: 0.12em;
            margin: 0;
        }


.footer-widget-subscribe-form {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
}

    .footer-widget-subscribe-form input[type="email"] {
        position: relative;
        display: block;
        width: 100%;
        height: 60px;
        padding: 0 20px;
        padding-right: 160px;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.10);
        color: #ffffff;
        font-size: 15px;
        font-weight: 400;
        font-style: normal;
        border-radius: 0px;
        transition: all 500ms ease;
    }

    .footer-widget-subscribe-form input::-webkit-input-placeholder {
        color: #777777;
    }

    .footer-widget-subscribe-form input:-moz-placeholder {
        color: #777777;
    }

    .footer-widget-subscribe-form input::-moz-placeholder {
        color: #777777;
    }

    .footer-widget-subscribe-form input:-ms-input-placeholder {
        color: #777777;
    }


    .footer-widget-subscribe-form button {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 150px;
        padding: 0;
        color: #F1A00B;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        background: var(--thm-base);
        border-radius: 0;
    }

        .footer-widget-subscribe-form button:before {
            background-image: none;
            background: #252525;
            border-radius: 0;
        }

    .footer-widget-subscribe-form input[type="email"]:focus {
        color: var(--thm-black);
    }

        .footer-widget-subscribe-form input[type="email"]:focus + button,
        .footer-widget-subscribe-form button:hover {
        }


.footer-widget-subscribe-box .bottom-box {
    position: relative;
    display: block;
    padding-top: 22px;
}

    .footer-widget-subscribe-box .bottom-box p {
        letter-spacing: 0.12em;
        margin: 0;
    }

        .footer-widget-subscribe-box .bottom-box p span {
            color: #ff0000;
        }



.footer--style6 .footer-widget-links ul {
    width: 270px;
}

    .footer--style6 .footer-widget-links ul.right {
        margin-left: 0px;
    }

    .footer--style6 .footer-widget-links ul li a span {
        background-image: none;
        background-color: #424242;
    }



/*** 
=============================================
  Footer area Style7 Css
=============================================
***/
.footer-area--style7 {
}

.footer-area--style7--bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(.6) opacity(1.0);
    z-index: -1;
}

    .footer-area--style7--bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #2c2c2c;
        opacity: 0.95;
    }

.footer--style7 {
    background: transparent;
}

    .footer--style7 .footer-widget-links ul li a span {
        background-image: none;
        background-color: #F1A00B;
    }

    .footer--style7 .footer-widget-info-box h2 {
        color: #F1A00B;
    }

        .footer--style7 .footer-widget-info-box h2 span {
            font-weight: 300;
        }

            .footer--style7 .footer-widget-info-box h2 span:before {
                display: none;
            }

    .footer--style7 .footer-widget-info-box ul li a {
        font-weight: 400;
        font-style: normal;
    }


.footer-bottom--style7 {
    background: transparent;
}

    .footer-bottom--style7 .bottom-inner .copyright p {
        color: #cbc1c9;
        font-size: 14px;
        font-weight: 400;
        font-style: italic;
        margin: 0;
    }



/*** 
=============================================
  Footer area Style8 Css
=============================================
***/
.footer-area--style8 {
}

.footer--style8 {
    background: #ffffff;
}

    .footer--style8 .single-footer-widget .title h3 {
        color: var(--thm-black);
    }



    .footer--style8 .single-footer-widget .our-company-info .text-box p {
        color: var(--thm-gray);
        font-weight: 400;
    }


.footer-social-link--style2 ul li a {
    color: #fff;
    background: rgba(var(--thm-black-rgb), 0.9);
}

    .footer-social-link--style2 ul li a:before {
        background: var(--thm-base);
    }



.footer--style8 .footer-widget-links ul li a {
    color: var(--thm-gray);
    font-weight: 400;
}

    .footer--style8 .footer-widget-links ul li a:hover {
        color: #F1A00B;
    }

    .footer--style8 .footer-widget-links ul li a span {
        color: #ffffff;
        background-image: none;
        background-color: #F1A00B;
    }




.footer--style8 .footer-widget-info-box h2 {
    color: #F1A00B;
}

    .footer--style8 .footer-widget-info-box h2 span {
        font-weight: 300;
    }

        .footer--style8 .footer-widget-info-box h2 span:before {
            display: none;
        }

.footer--style8 .footer-widget-info-box ul li a {
    color: var(--thm-black);
    font-weight: 400;
    font-style: normal;
}

    .footer--style8 .footer-widget-info-box ul li a::before {
        background: var(--thm-black);
    }

    .footer--style8 .footer-widget-info-box ul li a:hover {
        color: #F1A00B;
    }



.footer-bottom--style8 {
    background: #ffffff;
}

    .footer-bottom--style8 .bottom-inner {
        border-top: 1px solid rgba(var(--thm-black-rgb), 0.10);
    }

        .footer-bottom--style8 .bottom-inner .copyright p {
            color: var(--thm-black);
            font-size: 14px;
            font-weight: 400;
            font-style: normal;
            margin: 0;
        }




/*** 
=============================================
  Footer area Style9 Css
=============================================
***/
.footer-area--style9 {
    background-color: #F1A00B;
}

    .footer-area--style9.black-bg {
        background-color: #05090e;
    }


.footer-top-style9 {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding: 107px 0 56px;
}

.footer-top-style9__content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

    .footer-top-style9__content .inner-title {
        position: relative;
        display: block;
    }

        .footer-top-style9__content .inner-title h2 {
            color: #fff;
            font-size: 52px;
            line-height: 1.3em;
            font-weight: 300;
        }

    .footer-top-style9__content .btn-box {
        position: relative;
        display: block;
        line-height: 0;
    }

        .footer-top-style9__content .btn-box .btn-one {
            color: #F1A00B;
        }

            .footer-top-style9__content .btn-box .btn-one .bg.bg--base {
                background-color: #ffffff;
            }

            .footer-top-style9__content .btn-box .btn-one .border-box.thm-base {
                background-image: none;
                background-color: #ffffff;
            }

            .footer-top-style9__content .btn-box .btn-one.style2 .arrow:after {
                background: var(--thm-base);
            }



.footer--style9 {
    background: var(--thm-base);
    padding-bottom: 60px;
}

    .footer--style9.black-bg {
        background-color: #05090e;
    }


    .footer--style9 .single-footer-widget .title:before {
        background-image: none;
        background-color: rgba(255, 255, 255, 0.20);
    }

    .footer--style9 .single-footer-widget .title h3 {
        color: #ffffff;
    }


    .footer--style9 .single-footer-widget .our-company-info .text-box {
        padding-bottom: 0;
    }

        .footer--style9 .single-footer-widget .our-company-info .text-box p {
            color: rgba(255, 255, 255, 0.50);
            font-weight: 400;
        }



.footer-social-link--style3 {
    padding-top: 42px;
}

    .footer-social-link--style3 ul li a {
        color: #fff;
        background: rgba(255, 255, 255, 0.10);
    }

        .footer-social-link--style3 ul li a:before {
            background: var(--thm-base);
        }



.footer--style9 .footer-widget-info-box {
    margin-top: -4px;
}

    .footer--style9 .footer-widget-info-box h2 {
        color: #ffffff;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
    }

    .footer--style9 .footer-widget-info-box ul {
        padding-top: 36px;
    }

        .footer--style9 .footer-widget-info-box ul li a {
            color: var(--thm-black);
            font-weight: 400;
            font-style: normal;
        }

            .footer--style9 .footer-widget-info-box ul li a::before {
                background: var(--thm-black);
            }

            .footer--style9 .footer-widget-info-box ul li a:hover {
                color: #fff;
            }



.footer-bottom--style9 {
    background: var(--thm-base);
}

    .footer-bottom--style9.black-bg {
        background-color: #05090e;
    }

    .footer-bottom--style9 .bottom-inner {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-top: 0px solid rgba(255, 255, 255, 0.10);
    }

        .footer-bottom--style9 .bottom-inner .copyright p {
            color: rgba(255, 255, 255, 0.50);
            font-size: 14px;
            font-weight: 400;
            font-style: normal;
            margin: 0;
        }

            .footer-bottom--style9 .bottom-inner .copyright p a {
                color: #fff;
                font-weight: 600;
            }



.footer-menu {
    position: relative;
    display: block;
}

    .footer-menu .footer-nav {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .footer-menu .footer-nav li {
            position: relative;
            display: inline-block;
            float: left;
            padding-right: 15px;
            margin-right: 15px;
        }

            .footer-menu .footer-nav li:before {
                content: "";
                position: absolute;
                top: 7px;
                right: 0;
                bottom: 7px;
                width: 1px;
                background: #ffffff;
                transform: rotate(10deg);
                opacity: 0.50;
            }

            .footer-menu .footer-nav li:last-child:before {
                display: none;
            }

            .footer-menu .footer-nav li:last-child {
                margin-right: 0;
                padding-right: 0;
            }

            .footer-menu .footer-nav li a {
                color: rgba(255, 255, 255, 0.50);
                font-size: 14px;
                line-height: 24px;
                font-weight: 400;
            }

                .footer-menu .footer-nav li a:hover {
                    color: #ffffff;
                }



.footer10 .footer-top-style9__content .btn-box .btn-one {
    color: #F1A00B;
}

    .footer10 .footer-top-style9__content .btn-box .btn-one:hover {
        color: var(--thm-black);
    }

    .footer10 .footer-top-style9__content .btn-box .btn-one.thm-base:before {
        background-color: #F1A00B;
    }

.footer10 .footer--style9 .footer-widget-info-box ul li a {
    color: #F1A00B;
}

    .footer10 .footer--style9 .footer-widget-info-box ul li a::before {
        background: var(--thm-base);
    }




.footer-11-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 388px;
    z-index: -1;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
}

.footer-area--style9.black-bg-2 {
    background-color: #00051a;
}

.footer--style9.black-bg-2 {
    background-color: transparent;
    overflow: inherit;
}

.footer-bottom--style9.black-bg-2 {
    background-color: transparent;
}

.footer-contact-form {
    margin-top: -298px;
}

.img-boxs {
    transform: scale(1.1) rotate(360deg);
    opacity: 0.50;
}
/* footer-section.css end */



/* industrice section start */
.business-goal {
    margin-bottom: 15px;
    color: #fff !important;
    text-align: center;
}
/* industrice section end */






/* Manufacturing & Automotive section start  */

.section_our_solution .row {
    align-items: center;
    padding: 60px 0px;
}

.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .our_solution_category .solution_cards_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.solution_cards_box .solution_card {
    flex: 0 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 50px 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 265px;
    transition: 0.7s;
    box-sizing: border-box;
    text-align: left;
}

.solution_cards_box .contact-solution_card {
    padding: 20px 13px !important;
}

.solu_titlehd {
    margin-bottom: 15px !important;
    text-align: left;
}

.solution_cards_box .solution_card:hover {
    background: #309df0;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
}

    .solution_cards_box .solution_card:hover::before {
        background: rgb(85 108 214 / 10%);
    }

    .solution_cards_box .solution_card:hover .solu_title h3,
    .solution_cards_box .solution_card:hover .solu_description p {
        font-weight: 300 !important;
        letter-spacing: 0px;
        font-size: 14px;
        color: #fff;
    }

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 14%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #309df0;
}

.solution_card .so_top_icon {
}

.solution_card .solu_title h3 {
    color: #212121;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
    text-align: left;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 5px;
}

.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient( 140deg, #42c3ca 0%, #42c3ca 50%, #42c3cac7 75% ) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
}

.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.our_solution_content p {
}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .solution_cards_box .solution_card .so_top_icon img {
        width: 40px;
        height: 50px;
        object-fit: contain;
    }

/*start media query*/
@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }

        .our_solution_category .solution_cards_box {
            flex: auto;
        }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }

    .our_solution_category {
        width: 100%;
        margin: 0 auto;
        left: 13%;
        margin-left: 50px;
    }
}

.Automotive-ttl {
    color: #0f62fe !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-align: left;
}

.Automotive {
    padding-bottom: 30px;
}

    .Automotive p {
        text-align: left;
    }

.seek-products {
    color: #030250 !important;
    padding-right: 50px;
    font-weight: 400;
}

.Automotive-btn {
    margin-left: 50px;
    margin-top: 10px;
}

.title-automotive {
    color: #FE0000
}

/* Manufacturing & Automotive section end  */







/*Energy & Utilities section start  */


.Energy-Utilities {
    padding: 3rem 0 7rem;
    position: relative;
    background-image: url(../images/banner-8.jpg);
    width: auto;
    height: 500px;
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
}

    .Energy-Utilities svg.wave {
        position: absolute;
        bottom: -1px;
        left: 0
    }

.Energy-Utilities-ttl {
    color: #0f62fe !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 50px;
    padding-top: 50px !important;
}




.Energy-Utilities p {
    text-align: left;
    color: #030250 !important;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: capitalize;
    padding-left: 0px;
    padding-bottom: 10px;
    font-weight: 400;
}

.Energy-Utilities a {
    color: rgba(255, 255, 255, .8);
    margin-top: 5px;
    z-index: 1
}

    .Energy-Utilities a:hover {
        color: #fff
    }

    .Energy-Utilities a:active {
        text-decoration: none
    }

@media(min-width:992px) {
    .Energy-Utilities h1 {
        font-size: 3rem
    }

    .Energy-Utilities h2 {
        font-size: 1.5rem;
        padding: 0px;
    }
}

.Energy-Utilities .masthead-cards {
    position: relative;
    z-index: 1
}

    .Energy-Utilities .masthead-cards .shape {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, .3);
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
    }

    .Energy-Utilities .masthead-cards .card {
        opacity: 1;
        font-size: .8rem;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: .05rem;
        color: #212529;
        transition: .15s all
    }

        .Energy-Utilities .masthead-cards .card:hover {
            margin-top: -.25rem;
            margin-bottom: .25rem
        }

        .Energy-Utilities .masthead-cards .card:active {
            margin-top: inherit;
            margin-bottom: inherit
        }

        .Energy-Utilities .masthead-cards .card.border-bottom-blue:hover {
            color: #2092ed
        }

        .Energy-Utilities .masthead-cards .card.border-bottom-green:hover {
            color: #28a745
        }

        .Energy-Utilities .masthead-cards .card.border-bottom-red:hover {
            color: #dd3d31
        }

        .Energy-Utilities.masthead-cards .card.border-bottom-yellow:hover {
            color: #ffc107
        }

.masthead-page {
    padding: 1rem 0 4rem
}

@media(min-width:992px) {
    .masthead-page h1 {
        font-size: 2.5rem
    }
}

.border-bottom-yellow {
    border-color: #ffc107 !important;
}

.border-bottom-red {
    border-color: #dd3d31 !important;
}

.border-bottom-blue {
    border-color: #2092ed !important;
}

.border-bottom-green {
    border-color: #28a745 !important;
}

.border-bottom-blue, .border-bottom-green, .border-bottom-red, .border-bottom-yellow {
    border-bottom: .4rem solid !important;
}

.shadow-lg {
    box-shadow: 0 2rem 1.5rem -1.5rem rgba(33,37,41,.15),0 0 1.5rem .5rem rgba(33,37,41,.05) !important;
}

.border-0 {
    border: 0 !important;
}

.Energy {
    padding-left: 0px !important;
}

.Offerings p {
    color: #fff !important;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
}

.box-list {
    margin-top: 80px !important;
}

.customer-care1 {
    background-color: #0f62fe !important;
}

.customer-care2 {
    background-color: #FE0000!important
}
/*Energy & Utilities section end  */








/*  Banking & Financial Services section start */

body {
    background: #ffffff !important;
}

h3 {
    color: #0f62fe;
}

.text {
    color: #000;
    text-align: left;
    letter-spacing: 0px;
}


.folded-corner:hover .text {
    visibility: visible;
    color: #0f62fe;
    ;
}

.Services-tab {
    margin-top: 80px;
    margin-bottom: 80px;
}

/*
   nav link items
 */
.folded-corner {
    padding: 60px 30px;
    position: relative;
    font-size: 100%;
    text-decoration: none;
    color: #999;
    background: transparent;
    transition: all ease .5s;
    border: 5px solid #0f62fe;
}

    .folded-corner:hover {
        background-color: #fff;
    }

    /*
   paper fold corner
 */

    .folded-corner:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-style: solid;
        border-width: 0 0px 0px 0;
        border-color: #ddd #000;
        transition: all ease .3s;
    }

    /*
   on li hover make paper fold larger
 */
    .folded-corner:hover:before {
        background-color: #fff;
        border-width: 0 50px 50px 0;
        border-color: #eee #0f62fe;
    }

.service_tab_1 {
    background-color: #fff;
    padding: 24px;
    min-height: 330px;
}

    .service_tab_1:hover .fa-icon-image {
        color: #0f62fe;
        transform: scale(1.5);
    }

    .service_tab_1 p {
        margin: 0px 0px 5px 0px;
        ;
        padding: 0px
    }

.fa-icon-image {
    color: #ec5626;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    text-rendering: auto;
    transition: all .65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(.99,.82,.11,1.41);
}

.Banking-ttl {
    color: #0f62fe !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-align: left;
    padding-top: 80px;
}

.Services-tab {
    padding-left: 0px !important;
}

/*  Banking & Financial Services section end */











/* Insurance section start */


.Energy-section {
    padding-top: 60px;
}

.Insurance {
    background-image: url(../images/industries-banner1.jpg);
    width: auto;
    height: 370px;
}

h1 {
    font-size: 25px;
    text-align: left;
    text-transform: capitalize;
}

.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.service-icon {
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #474747;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}

.service-box .service-icon .front-content {
    position: relative;
    top: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .service-box .service-icon .front-content i {
        font-size: 28px;
        color: #fff;
        font-weight: normal;
    }

    .service-box .service-icon .front-content h3 {
        font-size: 15px;
        color: #fff;
        text-align: center;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

.service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-box .service-content p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-align: left;
}

.yellow {
    background-color: #0f62fe;
}

.orange {
    background-color: #FE0000;
}

.red {
    background-color: #e84b3a;
}

.grey {
    background-color: #474747;
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

.color-solution {
    color: #fff;
}
/* Insurance section end */



.main-bnr-gifs {
    position: absolute;
    right: 45px;
    background-color: #fff;
    border-radius: 50%;
}

    .main-bnr-gifs img {
        width: 80%;
    }







































* {
    margin: 0;
    padding: 0;
}

.container {
    /* padding-top: 20px;
  padding-bottom: 20px;    */
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body {
    background-color: #111845;
}

.background-img {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 5% auto;
    padding: 20px;
    position: relative;
}

.content h3 {
    font-size: 14px;
    color: #fff;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
    text-align: left;
}

.box {
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: #111845a6;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 20px 50px rgb(23, 32, 90);
    border: 2px solid #2a3cad;
    color: white;
    padding: 20px;
}

    .box:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.1);
        transition: 0.5s;
        pointer-events: none;
    }

    .box:hover:before {
        left: -50%;
        transform: skewX(-5deg);
    }


    .box .content {
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border: 1px solid #f0a591;
        padding: 20px;
        text-align: center;
        box-shadow: 0 5px 10px rgba(9,0,0,0.5);
    }

    .box span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        box-sizing: border-box;
    }

        .box span:nth-child(1) {
            transform: rotate(0deg);
        }

        .box span:nth-child(2) {
            transform: rotate(90deg);
        }

        .box span:nth-child(3) {
            transform: rotate(180deg);
        }

        .box span:nth-child(4) {
            transform: rotate(270deg);
        }

        .box span:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 2px;
            background: #50dfdb;
            animation: animate 4s linear infinite;
        }

@keyframes animate {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }

    50.1% {
        transform: scaleX(1);
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

.Insurance {
    background-image: url(../images/industries-banner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.infromation-systems {
    padding-left: 0px;
}

.Energy-ttl {
    padding-left: 0px;
}

.solution-box {
    padding-top: 80px;
}




.grid-70-30 {
    display: grid;
    grid-template-columns: 70% 30%;
}

.get_form_inner {
    display: block;
    padding: 50px 40px;
    background: #fff;
}

input[type="text"], input[type="text"], input[type="email"], input[type="tel"] {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #333;
    height: 42px;
    padding: 0 0 0 20px;
    width: 100%;
    outline: 0;
}

.grid-50-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.grid-full {
    margin: 20px 0;
}

textarea {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #333;
    padding: 12px 0 0 20px;
    width: 100%;
    outline: 0;
    margin-bottom: 20px;
}

.get_form_inner_text h3 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

input[type="submit"] {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid;
    font-weight: 500;
    padding: 10px 20px;
    outline: 0;
    cursor: pointer;
    color: #103e65;
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    input[type="submit"]:hover {
        background-color: #f85508;
        border-color: #f85508;
        color: #fff;
    }

.get_say_form {
    display: inline-block;
    padding: 45px 0 25px 30px;
    background: #103e65;
    position: relative;
}

    .get_say_form h5 {
        color: #fff;
        font-size: 26px;
        margin: 0 0 40px;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.get_say_social-icn {
    display: flex;
    position: absolute;
    bottom: 40px;
}

    .get_say_social-icn a {
        font-size: 22px;
        color: #fff;
        padding: 0 20px 0 0;
    }

.get_say_info_sec i {
    color: #fff;
    font-size: 32px;
}

.get_say_info_sec > li {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    margin-bottom: 40px;
}

    .get_say_info_sec > li a {
        width: 100%;
        display: block;
        padding: 15px 25px;
        color: #fff;
        font-size: 16px;
        text-decoration: unset;
        font-weight: 500;
        background: #162b65;
        border-radius: 5px 0 0 5px;
        transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

        .get_say_info_sec > li a:hover {
            background-color: #f85508;
        }

.abstract_rectangle {
    width: 162px;
    height: 162px;
    position: absolute;
    left: -81px;
    top: -80px;
    background-image: url(images/abstract_rectangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.comment-form .form-input {
    position: relative;
}

    .comment-form .form-input i {
        position: absolute;
        top: 20px;
        margin-top: -5px;
        left: 10px;
        font-size: 13px;
    }

    .comment-form .form-input input, .comment-form .form-input textarea {
        width: 100%;
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .comment-form .form-input textarea {
        height: 160px;
    }

.comment-form .button-3 {
    width: 100%;
    border: none;
    font-size: 15px;
    font-weight: bold;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: 15px;
    line-height: inherit;
}




/* service section start */
.service-section text {
    font-size: 190px;
    font-weight: normal;
    opacity: 0.3;
}

.service-section {
    background-image: url(../images/service/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}



/* html, body{
height: 100%;
font-weight: 300;

} */


svg {
    display: block;
    font: 10.5em;
    width: 960px;
    height: 300px;
    margin: 0 auto;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

    .text-copy:nth-child(1) {
        stroke: #c7e7fa;
        animation-delay: -1;
    }

    .text-copy:nth-child(2) {
        stroke: #c7e7fa;
        animation-delay: -2s;
    }

    .text-copy:nth-child(3) {
        stroke: #c7e7fa;
        animation-delay: -3s;
    }

    .text-copy:nth-child(4) {
        stroke: #c7e7fa;
        animation-delay: -4s;
    }

    .text-copy:nth-child(5) {
        stroke: #c7e7fa;
        animation-delay: -5s;
    }

@keyframes stroke-offset {
    100% {
        stroke-dashoffset: -35%;
    }
}



.service-section1 {
    background-color: rgb(247, 243, 243);
}

.service-row1-box1, .service-row1-box2, .service-row1-box3, .service-row1-box4 {
    background-color: #fff;
    border: 1px solid rgb(216, 211, 211);
    border-radius: 5px;
    border-top: 5px solid #d7232f;
}

.service-row1-box2 {
    border-top: 5px solid #ea2fdf;
}

.service-row1-box3 {
    border-top: 5px solid #34b31f;
}

.service-row1-box4 {
    border-top: 5px solid #f36f04;
}

.primary-clr {
    color: #0f62fe !important;
}

.text-black-ttl {
    color: #000;
}

.secondry-clr {
    color: #FE0000!important;
}

.service-section4 {
    background-image: url(../images/service/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}

.service-section2 {
    background-image: url(../images/service/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.7;
}

.service-row1-box1 p, .service-row1-box2 p, .service-row1-box3 p, .service-row1-box4 p, .service-row2-box1 p, .service-row2-box2 p, .service-row2-box3 p, .service-row2-box4 p, .analytic-content p, .section3-box1 p, .section3-box2 p, .section3-box3 p, .section3-box4 p {
    font-size: 13px;
    line-height: 1.4;
}

.service-row2-box1, .service-row2-box2, .service-row2-box3, .service-row2-box4 {
    background-color: rgb(247, 243, 243);
    border: 1px solid rgb(216, 211, 211);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

    .service-row2-box1 .service-icon, .service-row2-box2 .service-icon, .service-row2-box3 .service-icon, .service-row2-box4 .service-icon {
        margin: auto;
    }

.data-management, .analytics {
    background-color: rgb(247, 243, 243);
    border: 1px solid rgb(216, 211, 211);
}

.data-management-img {
    width: 200px;
    height: 200px;
}

.btn-one.style2 {
    color: #ffffff;
}

.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 10px;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 14px;
    line-height: 60px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 2;
}

    .btn-one.style2:before {
        background: #FE0000;
    }

    .btn-one:before {
        position: absolute;
        top: 0px;
        left: 0;
        bottom: 0px;
        width: 100%;
        content: "";
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        border-radius: 5px;
        webkit-transition-duration: 800ms;
        transition-duration: 800ms;
        background-image: -moz-linear-gradient(0deg, #0f62fe 90%, #0f62fe 40%, #0f62fe 100%);
        background-image: -webkit-linear-gradient(0deg, #0f62fe 90%, #0f62fe 40%, #0f62fe 100%);
        background-image: -ms-linear-gradient(0deg, #0f62fe 90%, #0f62fe 40%, #0f62fe 100%);
        z-index: 1;
    }

    .btn-one .border-box {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: -moz-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        background-image: -webkit-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        background-image: -ms-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        z-index: -1;
    }

    .btn-one .bg.bg--gradient {
        background-image: -moz-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        background-image: -webkit-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
        background-image: -ms-linear-gradient(0deg, #0f62fe 0%, #0f62fe 40%, #0f62fe 100%);
    }

    .btn-one .bg {
        position: absolute;
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        border-radius: 5px;
        
    }

    .btn-one .txt {
        position: relative;
        display: flex;
        align-items: center;
        line-height: 40px;
        z-index: 2;
        border-radius: 15px;
        justify-content: center;
        color:#fff;
    }
/* .service-icon{width: 60px; height:60px;} */

.icon-part {
    margin: auto;
    width: 100Px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid rgb(216, 211, 211);
}

.section3-box1 {
    border: 1px solid rgb(216, 211, 211);
}
/* service sction end */




/* Contact us section start */
/* banner section start */
.contact-name {
    text-align: right;
    padding-top: 280px;
    padding-right: 130px;
}

.contact-banner {
    padding: 0px !important;
}

.form-control {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.map-img {
    height: 200px;
    width: 200px;
    margin-top: 72px
}

.contact-form {
    background-image: url(/images/form-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px !important;
}

.applications {
    text-align: center;
    color: #fff;
    padding: 50px 0px 30px 0px;
}

.Touch {
    text-align: center;
}

/* banner section end */


/*  info section start  */
.Infomerica-services {
    padding: 0px 110px 0px 85px;
    text-align: center;
}
/*  info section end  */


/* contact form section start */

.style3 {
    border-radius: 30px;
    color: #fff;
    margin-left: 40%;
    margin-bottom: 50px !important;
}

.radio-btn {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

.form-row {
    width: 100%;
}

.registration-form .form-icon {
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    color: white;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 100px;
}

.registration-form {
    background-image: url(../images/contact-form-bg.jpg);
    padding: 20px 50px !important;
    border-radius: 20px;
}

    .registration-form .item {
        border-radius: 30px;
        margin-bottom: 0px;
        padding: 25px 25px;
    }


    .registration-form .create-account {
        border-radius: 30px;
        padding: 10px 20px;
        font-size: 18px;
        font-weight: bold;
        background-color: #5791ff;
        border: none;
        color: white;
        margin-top: 20px;
    }

    .registration-form .social-media {
        max-width: 600px;
        background-color: #fff;
        margin: auto;
        padding: 35px 0;
        text-align: center;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        color: #9fadca;
        border-top: 1px solid #dee9ff;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    }

    .registration-form .social-icons {
        margin-top: 30px;
        margin-bottom: 16px;
    }

        .registration-form .social-icons a {
            font-size: 23px;
            margin: 0 3px;
            color: #5691ff;
            border: 1px solid;
            border-radius: 50%;
            width: 45px;
            display: inline-block;
            height: 45px;
            text-align: center;
            background-color: #fff;
            line-height: 45px;
        }

            .registration-form .social-icons a:hover {
                text-decoration: none;
                opacity: 0.6;
            }

@media (max-width: 576px) {
    .registration-form form {
        padding: 50px 20px;
    }

    .registration-form .form-icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }
}
/* contact form section end */


.color-box:hover {
    color: #fff;
}

.loct-fa {
    font-size: 20px;
    ;
}

.locat-ttl {
}

.location-p {
    font-weight: bold;
}

.phone-p {
    font-size: 25px;
    font-weight: bold;
}

.email-p {
}

    .color-box p:hover, .email-p:hover {
        color: #fff;
    }

.solution_cards_box .email-p:hover {
    color: #fff;
}

.service-ribbon-frame {
    background-image: url('../images/ribbon-frame.png');
    background-size: cover;
    background-repeat: no-repeat;
}





/* address-info section start */
.color-box {
    border-radius: 5px;
    border: 2px solid #ffffff1f;
    color: #000;
    padding: 50px 0px 30px 0px;
}

.address-info {
    background-color: #5a0091;
    padding: 10px;
}

.town-address {
    color: #fff;
}

.address-map {
    padding: 10px;
}

.town-address1 {
    margin-left: 50px;
    margin-bottom: 0px;
}

.Touch {
    margin-right: 510px !important;
}

.message-input {
    border-radius: 20px;
    height: 200px !important;
}
/* address-info section end */

/* Home Custom CSS Start */
.about-bounce-img {
    width: 60%;
    margin-right: 0px;
}
.tagjob a {
    display: block;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px;
    border: 1px solid #E5E5E5;
    font-size: 13px !important;
    color: #666;
    border-radius: 2px;
}
.scrool-section {
    height: 480px !important;
}
/* Home Custom CSS End */


.scrool-div {
    padding: 88px 50px 0px 110px !important
}

.service-carosal-bg {
    background-image: url(../images/erp.jpg);
    background-repeat: no-repeat;
}

.service-white-carosal-bg {
    background-image: url('../images/carosal-right-black.jpg');
    background-repeat: no-repeat;
}


.carosal-logoibg {
    width: 40%;
}

.img-center {
    text-align: center;
}

.solution-carosal-imgs {
    background-image: url('../images/carosal-right-black.jpg')
}

/* Home Responsive Start Here */
@media (min-width:320px) and (max-width:480px) {
    .service-carosal-bg {
        background-image: url(../images/erp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .service-white-carosal-bg {
        background-image: url('../images/carosal-right-black.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
}




@media (min-width:320px) and (max-width:800px) {
    h1 {
        font-size: 25px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 22px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    h6 {
        font-size: 15px !important;
    }

    p, body {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .footer-widget-blog-items {
        padding-top: 10px;
    }

    .single-footer-widget {
        margin-top: 20px;
    }

    .choose-style1__single-box .text-box .inner-text .text p {
        font-size: 13px;
        line-height: 20px;
    }

    .single-footer-widget .our-company-info .text-box p {
        margin-bottom: 30px;
    }

    .brand-title h2 {
        font-size: 25px !important;
        line-height: 25px;
    }

    .brand-title {
        padding-right: 6px;
        min-height: 120px;
    }

    .brand-content {
        min-height: 100px;
    }

    .whychooseus-info {
        margin-top: 30px;
    }

    .about-style2__content .inner-content .text p {
        font-size: 13px;
        line-height: 20px;
    }

    .footer-widget-links ul li a {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .service-box-design {
        margin: 40px auto;
        width: 76%;
        height: 155px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .scrool-section {
        height: 360px !important;
    }

    .scrool-img {
        display: none;
    }

    .footer-social-link {
        margin: 20px 0px !important;
    }

    .testi-bg {
        text-align: center;
        margin: 8px 10px;
        padding: 20px 17px !important;
    }

    .testi-img {
        background-position-x: center;
        background-size: 26%;
    }

        .testi-img img {
            width: 25%;
        }

    .brand-content .inner {
        padding-left: 15px;
    }

    .container {
        padding: 0px 15px !important;
    }

    .single-footer-widget .our-company-info .text-box {
        padding-bottom: 0;
    }

    .footer-widget-links {
        padding-top: 10px;
    }

        .footer-widget-links ul.right {
            margin-left: 0px;
            margin-top: 2px;
        }

    .single-footer-widget.marbtm50 {
        margin-bottom: 0px !important;
    }

    .fact-counter-area {
        padding: 10px 15px;
    }

    .single-fact-counter .count-box {
        font-size: 30px;
    }

    .experience-box-style2.about-page .text-box p {
        font-size: 13px;
        line-height: 20px;
    }

    .about-style9-area {
        height: 340px;
    }

    .rotate-element {
        width: 50%;
        border: 1px solid #fff;
    }

    .mbl-Affordable {
        width: 100%;
    }

    .about-style9-area img {
        height: 340px;
    }

    .about-style2__content .inner-content .btns-box {
        padding-top: 20px;
    }

    .about-style2-area {
        padding: 0px;
    }

    .experience-box-style2 {
        display: block;
        margin: 0px 10px;
    }

    .content-absolute {
        top: 50px;
    }

    .choose-style1-area {
        padding: 0px 15px;
    }

    .nav-outer.style5 .mobile-nav-toggler .inner {
        padding-left: 12px;
    }

    .main-logo-box-style5 {
        display: none;
    }

    .nav-outer.style5 .mobile-nav-toggler .icon-bar {
        width: 37px;
    }

    .nav-outer.style5 .mobile-nav-toggler .inner {
        width: 100%;
        padding: 14px 0;
    }

    .header-social-link--style5 {
        margin-left: 0px;
    }

    .header-social-link ul li a {
        height: 30px;
        width: 30px;
        line-height: 34px;
    }

    .header-social-link ul {
        margin: 18px 15px;
    }

    .header-style5__left {
        top: 0px;
    }

    .main-slider.style5 .content {
        right: 0px;
        padding-top: 101px;
        padding-bottom: 30px;
    }

        .main-slider.style5 .content .big-title h2 {
            line-height: 40px;
        }

    .about-bounce-img {
        position: relative;
        left: 11%;
    }

    .mbl-main-pd {
        padding: 30px 16px
    }

    .counts-gif-img {
        width: 20%;
    }
}




@media (min-width:768px) and (max-width:992px) {
    .service-carosal-bg {
        background-size: 100%;
    }

    .service-white-carosal-bg {
        background-size: 100%
    }

    .color-box {
        padding: 20px 0px;
    }

    .testi-bg {
        padding: 62px 17px !important;
    }

    p, body {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .main-slider .auto-container {
        padding: 0px 10px
    }

    h1 {
        font-size: 22px !important;
    }

    .experience-box-style2 .title-box {
        max-width: 100%;
    }

    .counts-gif-img {
        width: 60%;
    }

    .about-style9-area {
        height: 290px;
    }

        .about-style9-area img {
            height: 290px;
        }

    .mbl-Affordable img {
        width: 14%;
    }




    h6 {
        font-size: 23px !important;
    }

    h2 {
        font-size: 31px !important;
    }

    h5 {
        font-size: 23px !important;
    }

    .mbl-main-pd {
        padding: 0px 16px 0px 16px;
    }

    .counter-main-div {
        width: 30%;
        margin: auto;
    }

    .company-data {
        font-size: 22px !important;
    }

    .testi-img {
        background-size: 95%;
    }

        .testi-img img {
            width: 129%;
        }

    .testi-text p {
        text-align: left;
    }

    .testi-text h5 {
        text-align: left;
    }

    .ftr-div-1 {
        width: 50%;
    }

    .scrool-row {
        width: 100%;
        display: block;
    }

    .main-slider.style5 .content {
        padding-top: 183px;
        padding-bottom: 100px;
    }

    .footer-widget-blog-items {
        padding-top: 10px !important;
    }

    .footer-widget-links ul {
        padding-right: 60px;
    }

    .scrool-row-div {
        width: 100%;
    }

    .contact-banner {
        height: 290px;
    }
}

@media (width:1024px) {
    body {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .single-footer-widget .our-company-info .text-box p {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .footer-widget-links ul li a {
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .main-slider.style5 .content {
        padding-bottom: 100px !important;
    }

    .about-style2__content {
        padding-top: 0px;
    }

    .content-absolute {
        top: 100px;
    }

    .choose-style1__content-box {
        padding-top: 50px;
    }

    .counts-gif-img {
        width: 30%;
    }

    .video-gallery-style1 {
        min-height: 900px;
    }

    .testi-img {
        background-size: 100%;
    }

        .testi-img img {
            width: 100%;
        }
}

@media (min-width:1280px) {
    .counts-gif-img {
        width: 25%;
    }
}




/* Home Responsive Start Here */


/* Contact Us Responsive Start Here */
@media (min-width:360px) and (max-width:480px) {
    .contact-banner {
        height: 150px;
    }

    .Infomerica-services {
        padding: 0px;
    }

    .info-section {
        padding-top: 20px !important;
    }

    .registration-form {
        padding: 0px !important;
        margin-left: 21px !important;
        margin-right: 0px !important;
    }

        .registration-form form {
            padding: 20px;
        }

    .applications {
        padding: 15px;
    }

    .registration-form ul {
        padding: 20px;
    }

    .registration-form .item {
        padding: 4px 25px;
    }

    .radio-btn {
        font-size: 14px;
        line-height: 18px;
    }

    .form-control {
        font-size: 14px;
    }

    .mpt-0 {
        padding-top: 0px !important;
    }



    .large-whit-box {
        width: 346px;
        height: 294px;
    }

    .about-banner {
        padding-top: 100px;
    }

    .Robotic-Automation-Process {
        padding-top: 142px;
    }

    .solutions-left-bg {
        background-size: 100% 100%;
    }

    .triangle-down {
        transform: rotate(181deg);
        top: 93%;
        right: 45%;
        left: 45%;
    }

    .testi-text {
        text-align: center !important;
    }

    .scrool-div {
        padding: 30px 50px 0px 50px !important;
    }

    .mbl-text {
        color: #000;
        padding-bottom: 50px;
    }

        .mbl-text h2 {
            color: #000a14;
        }

        .mbl-text p {
            color: #000a14;
        }

    .solution-carosal-imgs {
        padding-left: 0px;
    }
}










@media (min-width:640px) and (max-width:800px) {
    .registration-form .item {
        padding: 0 20px;
    }

    .form-submit-btn {
        margin: 10px auto;
        float: none;
        max-width: 25% !important;
    }

    .Infomerica-services {
        padding: 0px 50px;
    }

    .applications {
        padding: 10px 20px;
    }

    .large-whit-box {
        width: 737px;
    }

    .Solutions-full-div {
        height: 250px !important;
    }
}
/* Contact Us Responsive End Here */

