
/* Css For Machion */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Experience section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
    font-size: 17px;
    color: #827e7d;
    line-height: 27px;
    font-weight: 400;
    background: #ffffff;
    font-family: 'Manrope', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px;
        padding: 0px 15px;
    }
}

.large-container {
    max-width: 1550px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}


a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    a:hover {
        text-decoration: none;
        outline: none;
    }

input, button, select, textarea {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background: transparent;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

    button:focus,
    input:focus,
    textarea:focus {
        outline: none;
        box-shadow: none;
        transition: all 500ms ease;
    }

p {
    position: relative;
    font-family: 'Manrope', sans-serif;
    color: #827e7d;
    font-weight: 400;
    margin: 0px;
    transition: all 500ms ease;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Monda', sans-serif;
    font-weight: 400;
    color: #1c1c1c;
    margin: 0px;
    transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    background: #0a0807;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

    .handle-preloader .animation-preloader .spinner {
        animation: spinner 1s infinite linear;
        border-radius: 50%;
        height: 150px;
        margin: 0 auto 45px auto;
        width: 150px;
    }

    .handle-preloader .animation-preloader .txt-loading {
        text-align: center;
        user-select: none;
    }

        .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
            animation: letters-loading 4s infinite;
            content: attr(data-text-preloader);
            left: 0;
            opacity: 0;
            top: 0;
            position: absolute;
        }

        .handle-preloader .animation-preloader .txt-loading .letters-loading {
            font-family: 'Monda', sans-serif;
            font-weight: 500;
            letter-spacing: 15px;
            display: inline-block;
            position: relative;
            font-size: 70px;
            line-height: 70px;
            text-transform: uppercase;
        }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
                animation-delay: 0.2s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
                animation-delay: 0.4s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
                animation-delay: 0.6s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
                animation-delay: 0.8s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
                animation-delay: 1s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
                animation-delay: 1.2s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
                animation-delay: 1.4s;
            }

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    color: #ffffff;
}

    .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
        color: #ffffff;
    }

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 30px;
        letter-spacing: 10px;
    }
}


.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.special_fonts {
    font-family: 'DM Sans', sans-serif;
}


figure {
    margin: 0px;
}
.urunfoto {
    width: 450px;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

/* Tablet ve daha küçük cihazlar */
@media (max-width: 1024px) {
    .urunfoto {
        width: 100%;
        height: auto;
        max-width: 350px;
    }
}

/* Telefonlar için (küçük ekranlar) */
@media (max-width: 768px) {
    .urunfoto {
        width: 100%;
        height: auto;
        max-width: 300px;
    }
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

/** button **/


.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Monda', sans-serif;
    text-align: center;
    padding: 19px 30px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}

    .theme-btn.btn-one {
        background: #fff;
        color: #262625;
    }

        .theme-btn.btn-one:hover {
            color: #fff;
        }

    .theme-btn span {
        position: relative;
        padding-right: 40px;
    }

        .theme-btn span:before {
            position: absolute;
            /*  content: "\f105";*/
            font-family: 'flaticon';
            font-size: 10px;
            width: 26px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            border-radius: 50%;
            top: -1px;
            right: 0px;
            transition: all 500ms ease;
        }

    .theme-btn.btn-one span:before {
        color: #fff;
        background: #1c1712;
    }

    .theme-btn.btn-one:hover span:before {
        background: #fff;
    }

    .theme-btn.btn-two {
        color: #fff;
    }

        .theme-btn.btn-two span:before {
            background: #fff;
        }

        .theme-btn.btn-two:hover {
            background: #1c1c1c;
        }




.row {
    --bs-gutter-x: 30px;
}

.pagination {
    position: relative;
    display: block;
}

    .pagination li {
        position: relative;
        display: inline-block;
        margin-right: 12px;
    }

        .pagination li:last-child {
            margin: 0px !important;
        }

        .pagination li a {
            position: relative;
            display: inline-block;
            font-size: 20px;
            font-weight: 700;
            height: 56px;
            width: 56px;
            line-height: 56px;
            border: 1px solid #e2e2e2;
            font-family: 'Monda', sans-serif;
            text-align: center;
            color: #1c1c1c;
            border-radius: 50%;
            z-index: 1;
            transition: all 500ms ease;
        }

            .pagination li a:hover,
            .pagination li a.current {
                color: #fff;
            }

        .pagination li i {
            color: #aaa7a6;
            font-size: 16px;
            transition: all 500ms ease;
        }

        .pagination li a:hover i {
            color: #fff;
        }

.sec-pad {
    padding: 110px 0px 120px 0px;
}

.mr-0 {
    margin: 0px !important;
}

.scroll-top {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    z-index: 99;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 1s ease;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10) !important;
}

    .scroll-top.open {
        bottom: 30px;
    }

    .scroll-top i {
        position: relative;
        display: inline-block;
        transform: rotate(180deg);
    }



.sec-title {
    position: relative;
    display: block;
    margin-bottom: 49px;
}

    .sec-title .sub-title {
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        font-family: 'Monda', cursive;
        color: #827e7d;
        font-weight: 700;
        padding-bottom: 9px;
        margin-bottom: 18px;
        text-transform: uppercase;
    }

        .sec-title .sub-title:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            left: 0px;
            bottom: 0px;
        }

    .sec-title h2 {
        position: relative;
        display: block;
        font-size: 48px;
        line-height: 58px;
        font-weight: 700;
        margin: 0px;
    }

    .sec-title.light h2 {
        color: #fff;
    }

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    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;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -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;
}

/*** Search Popup ***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.80);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

    .search-popup.popup-visible {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
        opacity: 1;
    }

    .search-popup .popup-inner {
        width: 100%;
        background: #fff;
        height: 100%;
    }

    .search-popup .upper-box {
        position: relative;
        padding: 70px 70px;
        z-index: 1;
    }

    .search-popup .overlay-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
    }

    .search-popup .close-search {
        position: relative;
        font-size: 22px;
        color: #141417;
        cursor: pointer;
        z-index: 5;
        top: 11px;
        transition: all 500ms ease;
    }

        .search-popup .close-search:hover {
            color: red;
        }

    .search-popup .search-form {
        position: relative;
        width: 100%;
        padding: 100px 0px 250px 0px;
    }

        .search-popup .search-form .form-group {
            position: relative;
            margin: 0px;
        }

        .search-popup .search-form fieldset input[type="search"] {
            position: relative;
            height: 90px;
            padding: 20px 0px;
            background: #ffffff;
            line-height: 30px;
            font-size: 20px;
            color: #808080;
            border: none;
            font-weight: 400;
            border-radius: 0px;
            padding-right: 50px;
            border-bottom: 1px solid #e5e5e5;
        }

        .search-popup .search-form fieldset button[type="submit"] {
            position: absolute;
            top: 35px;
            right: 0px;
            font-size: 22px;
            color: #141417;
            cursor: pointer;
            transition: all 500ms ease;
        }

        .search-popup .search-form fieldset input[type="search"]:focus {
            border-color: #141417;
        }

    .search-popup .form-control:focus {
        box-shadow: none !important;
    }

/** header-top **/

.header-top {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    padding: 0px 50px;
}

    .header-top .outer-container {
        position: relative;
        padding: 10px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-top .social-links li {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 25px;
    }

        .header-top .social-links li:last-child {
            margin: 0px;
        }

        .header-top .social-links li h5 {
            display: block;
            font-size: 17px;
            line-height: 28px;
            color: #827e7d;
            font-weight: 700;
        }

        .header-top .social-links li a {
            position: relative;
            display: inline-block;
            font-size: 18px;
            color: #a9a6a5;
        }

            .header-top .social-links li a:hover {
            }

        .header-top .social-links li:before {
            position: absolute;
            content: '';
            background: #a9a6a5;
            width: 4px;
            height: 4px;
            top: 12px;
            right: -14px;
            border-radius: 50%;
        }

        .header-top .social-links li:first-child:before,
        .header-top .social-links li:last-child:before {
            display: none;
        }

    .header-top .text h5 {
        position: relative;
        display: block;
        font-size: 17px;
        line-height: 28px;
        color: #827e7d;
        font-weight: 700;
    }

    .header-top .links-list li {
        position: relative;
        display: inline-block;
        font-size: 17px;
        line-height: 28px;
        margin-right: 25px;
        font-weight: 700;
    }

        .header-top .links-list li:last-child {
            margin-right: 0px;
        }

        .header-top .links-list li a {
            position: relative;
            display: inline-block;
            color: #827e7d;
        }

            .header-top .links-list li a:hover {
            }

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px;
}

.main-header .menu-left-content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 28px 50px 28px 0px;
    margin-right: 30px;
/*    border-right: 1px solid #e2e2e2;
*/}

    .main-header .menu-left-content .logo-box {
        position: relative;
        margin-right: 100px;
    }

        .main-header .menu-left-content .logo-box:before {
            position: absolute;
            content: '';
          /*  background: #e2e2e2;*/
            width: 1px;
            height: 66px;
            right: -54px;
            top: -4px;
        }

.main-header .search-box-outer {
    position: relative;
}

    .main-header .search-box-outer h5 {
        position: relative;
        display: block;
        font-size: 17px;
        line-height: 27px;
        color: #1c1c1c;
        font-weight: 700;
        padding-left: 38px;
        cursor: pointer;
        transition: all 500ms ease;
    }

        .main-header .search-box-outer h5:hover {
        }

        .main-header .search-box-outer h5 i {
            position: absolute;
            left: 0px;
            top: 2px;
            font-size: 24px;
        }

.main-header .menu-right-content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 23px 0px 22px 80px;
    margin-left: 30px;
    border-left: 1px solid #e2e2e2;
}

    .main-header .menu-right-content .option-list li {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 15px;
    }

        .main-header .menu-right-content .option-list li:last-child {
            margin: 0px;
        }

        .main-header .menu-right-content .option-list li a {
            position: relative;
            display: inline-block;
            width: 44px;
            height: 44px;
            line-height: 44px;
            border: 1px solid #d6d6d6;
            font-size: 20px;
            color: #1c1c1c;
            text-align: center;
        }

            .main-header .menu-right-content .option-list li a:hover {
                color: #fff;
            }

    .main-header .menu-right-content .option-list {
        position: relative;
        margin-right: 100px;
    }

        .main-header .menu-right-content .option-list:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: 1px;
            height: 66px;
            right: -54px;
            top: 0px;
        }

    .main-header .menu-right-content .btn-box {
        position: relative;
        padding-left: 60px;
    }

        .main-header .menu-right-content .btn-box .icon-box {
            position: absolute;
            left: 0px;
            top: -7px;
            display: inline-block;
            width: 44px;
            height: 44px;
            line-height: 50px;
            text-align: center;
            font-size: 24px;
            color: #fff;
        }

        .main-header .menu-right-content .btn-box a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            font-family: 'Monda', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            color: #1c1c1c;
            padding-right: 25px;
        }

            .main-header .menu-right-content .btn-box a i {
                position: absolute;
                top: 1px;
                right: 0px;
                font-size: 12px;
            }

            .main-header .menu-right-content .btn-box a:hover {
            }



/** main-menu **/

.main-menu {
    float: left;
}

    .main-menu .navbar-collapse {
        padding: 0px;
        display: block !important;
    }

    .main-menu .navigation {
        margin: 0px;
    }

        .main-menu .navigation > li {
            position: inherit;
            float: left;
            z-index: 2;
            margin: 0px 22px;
            -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-menu .navigation > li:last-child {
                margin-right: 0px !important;
            }

            .main-menu .navigation > li:first-child {
                margin-left: 0px !important;
            }

            .main-menu .navigation > li > a {
                position: relative;
                display: block;
                text-align: center;
                font-size: 18px;
                line-height: 30px;
                padding: 30px 8px;
                font-weight: 700;
                font-family: 'Monda', sans-serif;
                opacity: 1;
                color: #1c1c1c;
                z-index: 1;
                text-transform: capitalize;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
            }

                .main-menu .navigation > li > a:before,
                .main-menu .navigation > li > a:after {
                    position: absolute;
                    opacity: 0;
                    transition: all 500ms ease;
                }

                .main-menu .navigation > li > a:before {
                    content: '[';
                    left: 0px;
                    top: 30px;
                }

                .main-menu .navigation > li > a:after {
                    content: ']';
                    right: 0px;
                    top: 31px;
                }

                .main-menu .navigation > li.current > a:before,
                .main-menu .navigation > li.current > a:after,
                .main-menu .navigation > li > a:hover:before,
                .main-menu .navigation > li > a:hover:after {
                    opacity: 1;
                }

            .main-menu .navigation > li.current > a,
            .main-menu .navigation > li:hover > a {
            }

            .main-menu .navigation > li > ul,
            .main-menu .navigation > li > .megamenu {
                position: absolute;
                left: inherit;
                top: 100%;
                width: 240px;
                margin-top: 20px;
                z-index: 100;
                background: #fff;
                display: none;
                opacity: 0;
                padding: 10px 0px;
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
                visibility: hidden;
                border-radius: 0px;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

                .main-menu .navigation > li > ul:before,
                .main-menu .navigation > li > .megamenu:before {
                    position: absolute;
                    content: '';
                    width: 100%;
                    height: 10px;
                    left: 0px;
                    top: -10px;
                    background: transparent;
                }

            .main-menu .navigation > li > .megamenu {
                background: #212226;
            }

                .main-menu .navigation > li > .megamenu a {
                    display: inline-block !important;
                }

            .main-menu .navigation > li > ul.from-right {
                left: auto;
                right: 0px;
            }

            .main-menu .navigation > li > ul > li {
                position: relative;
                width: 100%;
                padding: 0px 30px;
                padding-right: 0px;
            }

                .main-menu .navigation > li > ul > li > a,
                .main-menu .navigation > li > .megamenu li > a {
                    position: relative;
                    display: block;
                    line-height: 24px;
                    font-weight: 400;
                    font-size: 17px;
                    font-family: 'Manrope', sans-serif;
                    color: #1d1d1b;
                    text-align: left;
                    padding: 12px 0px;
                    text-transform: capitalize;
                    transition: all 500ms ease;
                    border-bottom: 1px solid #e2e2e2;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                .main-menu .navigation > li > ul > li:last-child a {
                    border-bottom: none;
                }

                .main-menu .navigation > li > ul > li > a:hover:before {
                    opacity: 1;
                }

            .main-menu .navigation > li > .megamenu li > a {
                padding-left: 0px;
                padding-right: 0px;
            }

            .main-menu .navigation > li > .megamenu h4 {
                display: block;
                font-size: 20px;
                line-height: 30px;
                color: #ffffff;
            }

            .main-menu .navigation > li > ul > li > a:hover,
            .main-menu .navigation > li > .megamenu li > a:hover {
            }

            .main-menu .navigation > li > ul > li:last-child > a,
            .main-menu .navigation > li > .megamenu li:last-child > a {
                border-bottom: none;
            }

            .main-menu .navigation > li > ul > li.dropdown > a:after {
                font-family: 'Font Awesome 6 Free';
                content: "\f105";
                position: absolute;
                right: 20px;
                top: 12px;
                color: #b9b7b6;
                display: block;
                line-height: 24px;
                font-size: 16px;
                font-weight: 700;
                text-align: center;
                z-index: 5;
                transition: all 500ms ease;
            }

            .main-menu .navigation > li > ul > li.dropdown.current > a:after,
            .main-menu .navigation > li > ul > li.dropdown > a:hover:after {
            }

            .main-menu .navigation > li > ul > li > ul {
                position: absolute;
                left: 100%;
                top: 0%;
                margin-top: 15px;
                margin-left: 10px;
                width: 240px;
                z-index: 100;
                display: none;
                border-radius: 0px;
                padding: 10px 0px;
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
                background: #fff;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

                .main-menu .navigation > li > ul > li > ul:before {
                    position: absolute;
                    content: '';
                    left: -10px;
                    top: 0px;
                    width: 10px;
                    height: 100%;
                }

                .main-menu .navigation > li > ul > li > ul.from-right {
                    left: auto;
                    right: 0px;
                }

                .main-menu .navigation > li > ul > li > ul > li {
                    position: relative;
                    width: 100%;
                    padding: 0px 30px;
                    padding-right: 0px;
                }

                    .main-menu .navigation > li > ul > li > ul > li:last-child {
                        border-bottom: none;
                    }

                    .main-menu .navigation > li > ul > li > ul > li > a {
                        position: relative;
                        display: block;
                        line-height: 24px;
                        font-weight: 400;
                        font-size: 17px;
                        font-family: 'Manrope', sans-serif;
                        color: #1d1d1b;
                        text-align: left;
                        padding: 12px 0px;
                        border-bottom: 1px solid #e2e2e2;
                        transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -webkit-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                    }

                    .main-menu .navigation > li > ul > li > ul > li:last-child > a {
                        border-bottom: none;
                    }

                    .main-menu .navigation > li > ul > li > ul > li > a:hover {
                    }

                    .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
                        font-family: 'Font Awesome 5 Pro';
                        content: "\f105";
                        position: absolute;
                        right: 20px;
                        top: 12px;
                        display: block;
                        line-height: 24px;
                        font-size: 16px;
                        font-weight: 900;
                        z-index: 5;
                    }

            .main-menu .navigation > li.dropdown:hover > ul,
            .main-menu .navigation > li.dropdown:hover > .megamenu {
                visibility: visible;
                opacity: 1;
                margin-top: 10px;
                top: 100%;
            }

        .main-menu .navigation li > ul > li.dropdown:hover > ul {
            visibility: visible;
            opacity: 1;
            top: 0%;
            margin-top: 0px;
        }

        .main-menu .navigation li.dropdown .dropdown-btn {
            position: absolute;
            right: -32px;
            top: 66px;
            width: 34px;
            height: 30px;
            text-align: center;
            font-size: 18px;
            line-height: 26px;
            color: #3b3b3b;
            cursor: pointer;
            display: none;
            z-index: 5;
            transition: all 500ms ease;
        }

        .main-menu .navigation li.current.dropdown .dropdown-btn,
        .main-menu .navigation li:hover .dropdown-btn {
        }

        .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
            display: none;
        }

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

    .menu-area .mobile-nav-toggler .icon-bar {
        position: relative;
        height: 2px;
        width: 30px;
        display: block;
        margin-bottom: 5px;
        background-color: #1c1c1c;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .menu-area .mobile-nav-toggler .icon-bar:last-child {
            margin-bottom: 0px;
        }


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

    .mobile-menu .navbar-collapse {
        display: block !important;
    }

    .mobile-menu .nav-logo {
        position: relative;
        padding: 50px 25px;
        text-align: left;
        padding-bottom: 100px;
    }

.mobile-menu-visible {
    overflow: hidden;
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
    }

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #0a0807;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.10);
    }

    .mobile-menu .navigation:last-child {
        border-bottom: 1px solid rgba(255,255,255,0.10);
    }

    .mobile-menu .navigation li > ul > li:first-child {
        border-top: 1px solid rgba(255,255,255,0.10);
    }

    .mobile-menu .navigation li > a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 10px 25px;
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .mobile-menu .navigation li ul li > a {
        font-size: 16px;
        margin-left: 20px;
        text-transform: capitalize;
    }

    .mobile-menu .navigation li > a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        border-left: 5px solid #fff;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .mobile-menu .navigation li.current > a:before {
        height: 100%;
    }

    .mobile-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        right: 6px;
        top: 6px;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 16px;
        line-height: 32px;
        color: #ffffff;
        background: rgba(255,255,255,0.10);
        cursor: pointer;
        border-radius: 2px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 5;
    }

        .mobile-menu .navigation li.dropdown .dropdown-btn.open {
            color: #ffffff;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .mobile-menu .navigation li > ul,
    .mobile-menu .navigation li > ul > li > ul,
    .mobile-menu .navigation > li.dropdown > .megamenu {
        display: none;
    }

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

    .mobile-menu .social-links li {
        position: relative;
        display: inline-block;
        margin: 0px 10px 10px;
    }

        .mobile-menu .social-links li a {
            position: relative;
            line-height: 32px;
            font-size: 16px;
            color: #ffffff;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .mobile-menu .social-links li a:hover {
            }

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

    .mobile-menu .contact-info h4 {
        position: relative;
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .mobile-menu .contact-info ul li {
        position: relative;
        display: block;
        font-size: 15px;
        color: rgba(255,255,255,0.80);
        margin-bottom: 3px;
    }

        .mobile-menu .contact-info ul li a {
            color: rgba(255,255,255,0.80);
        }

            .mobile-menu .contact-info ul li a:hover {
            }

        .mobile-menu .contact-info ul li:last-child {
            margin-bottom: 0px;
        }

.main-header .outer-box {
    position: relative;
}

.nice-select {
    position: relative;
    background: transparent;
    border: none;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px;
    color: #d4c0cd;
    padding-right: 21px;
    height: auto;
    line-height: 28px;
}

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

    .tabs-box .tab.active-tab {
        display: block;
    }

.tabs-box .tab {
    transform: scale(0.9,0.9) translateY(0px);
}

    .tabs-box .tab.active-tab {
        transform: scale(1) translateY(0px);
    }

.special-text {
    font-family: 'Carattere', cursive;
}



/** banner-section **/

.banner-section {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    padding: 101px 0px 120px 0px;
}

    /*.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
  right: 0px;
  opacity: 0.3;
  z-index: 1;
}*/

    .banner-carousel .slide-item .image-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 8000ms linear;
        -moz-transition: all 8000ms linear;
        -ms-transition: all 8000ms linear;
        -o-transition: all 8000ms linear;
        transition: all 8000ms linear;
    }

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.banner-carousel .content-box {
    position: relative;
    width: 100%;
    /*margin-left: 200px;*/
    z-index: 5;
 /*   margin-top: 300px;*/
}

    .banner-carousel .content-box .special-text {
        position: relative;
        display: block;
        font-size: 280px;
        line-height: 200px;
        font-family: 'Monda', sans-serif;
        font-weight: 700;
        min-height: 200px;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
        margin-bottom: 93px;
    }

    .banner-carousel .content-box h2 {
        position: relative;
        display: block;
        font-size: 100px;
        line-height: 110px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 32px;
        opacity: 0;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box h2 span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

    .banner-carousel .content-box h2 span:before {
        position: absolute;
        content: '';
        width: 100%;
        left: 0px;
        bottom: 2px;
        z-index: -1;
    }

.banner-carousel .content-box p {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 29px;
    font-weight: 700;
    color: #d6d6d6;
    margin-bottom: 40px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box p {
    opacity: 1;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box .btn-box {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box .theme-btn span:before {
    background: #818387;
}

.banner-carousel .content-box .theme-btn:hover span:before {
    background: #fff;
}

.owl-carousel .owl-nav span {
    font-family: 'flaticon';
}

.banner-carousel .owl-nav {
    position: absolute;
    left: 0px;
    right: 0px;
    max-width: 704px;
    width: 100%;
    margin: 0 auto;
    bottom: 50px;
    text-align: right;
}

    .banner-carousel .owl-nav button {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid #fff;
        font-size: 16px;
        color: #fff;
        border-radius: 50%;
        transition: all 500ms ease;
    }

        .banner-carousel .owl-nav button:hover {
        }

        .banner-carousel .owl-nav button.owl-prev {
            margin-right: 20px;
        }

.banner-carousel .owl-dots {
    position: absolute;
    left: 105px;
    top: 50%;
    width: 105px;
    min-height: 40px;
    counter-reset: slides-num;
}

    .banner-carousel .owl-dots::after {
        position: absolute;
        right: 0px;
        top: 53px;
        content: "0" counter(slides-num);
        display: inline-block;
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        font-family: 'Monda', sans-serif;
    }

    .banner-carousel .owl-dots:before {
        position: absolute;
        content: '';
        right: 41px;
        top: 58px;
        width: 1px;
        height: 18px;
        background: #fff;
        opacity: 0.5;
    }

    .banner-carousel .owl-dots button span {
        display: none !important;
    }

    .banner-carousel .owl-dots button {
        position: absolute;
        top: 0px;
        left: 0px;
        counter-increment: slides-num;
        font-size: 90px;
        line-height: 80px;
        font-family: 'Monda', sans-serif;
        color: #fff;
    }

        .banner-carousel .owl-dots button.active:before {
            position: absolute;
            content: counter(slides-num);
        }

        .banner-carousel .owl-dots button.active:after {
            position: absolute;
            content: '0';
            top: 0px;
            right: 0px;
        }

.banner-section .text-box h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    padding-right: 160px;
    padding-bottom: 12px;
}

    .banner-section .text-box h3:before {
        position: absolute;
        content: '';
        background: #fff;
        width: 100%;
        height: 1px;
        left: 0px;
        bottom: 0px;
        opacity: 0.3;
    }

.banner-section .text-box .text-1 {
    position: absolute;
    left: 60px;
    bottom: 50px;
    z-index: 2;
}

.banner-section .text-box .text-2 {
    position: absolute;
    right: 60px;
    bottom: 50px;
    z-index: 2;
}

.banner-section .line-box .line-1,
.banner-section .line-box .line-2 {
    position: absolute;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: 0.15;
    z-index: 2;
}

.banner-section .line-box .line-1 {
    left: 481px;
}

.banner-section .line-box .line-2 {
    right: 513px;
}


/** about-section **/

.about-section {
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    padding: 120px 0px 116px 0px;
}

    .about-section:before {
        position: absolute;
        content: '';
        background: #f3f1f1;
        width: 50%;
        height: 100%;
        left: 0px;
        top: 0px;
        border-right: 1px solid #e2e2e2;
    }

    .about-section .image-box {
        position: relative;
        display: block;
        margin-right: 100px;
    }

        .about-section .image-box .image {
            position: relative;
            display: block;
            margin-bottom: 23px;
        }

            .about-section .image-box .image img {
                width: 100%;
            }

        .about-section .image-box .text {
            position: relative;
            display: block;
            text-align: right;
        }

            .about-section .image-box .text h5 {
                position: relative;
                font-size: 18px;
                line-height: 28px;
                font-weight: 700;
                padding-right: 21px;
            }

                .about-section .image-box .text h5:before {
                    position: absolute;
                    content: '';
                    width: 11px;
                    height: 11px;
                    top: 11px;
                    right: 0px;
                    border-radius: 50%;
                }

    .about-section .content-box {
        position: relative;
        display: block;
        margin-left: 100px;
        margin-top: -9px;
    }

        .about-section .content-box .sec-title {
            margin-bottom: 31px;
        }

        .about-section .content-box .text {
            position: relative;
            display: block;
            padding-bottom: 43px;
            margin-bottom: 42px;
            border-bottom: 1px solid #e2e2e2;
        }

        .about-section .content-box .single-box {
            position: relative;
            display: block;
            margin-bottom: 38px;
        }

            .about-section .content-box .single-box h3 {
                position: relative;
                display: block;
                font-size: 24px;
                line-height: 34px;
                font-weight: 700;
                margin-bottom: 14px;
            }

        .about-section .content-box .inner-box {
            position: relative;
            display: block;
            padding: 0px 0px 0px 135px;
        }

            .about-section .content-box .inner-box .curve-text {
                position: absolute;
                left: 58px;
                top: -10px;
            }

                .about-section .content-box .inner-box .curve-text:before {
                    position: absolute;
                    content: '.';
                    left: -8px;
                    top: -8px;
                    font-size: 24px;
                    font-family: 'Inter Tight', sans-serif;
                    color: #1c1c1c;
                }

                .about-section .content-box .inner-box .curve-text .curved-circle {
                    font-size: 13px;
                    line-height: 23px;
                    font-family: 'Inter Tight', sans-serif;
                    color: #1c1c1c;
                    text-transform: uppercase;
                    font-weight: 700;
                    transform: rotate(175deg);
                }

                .about-section .content-box .inner-box .curve-text .icon-box {
                    position: absolute;
                    left: -23px;
                    top: 35px;
                    font-size: 45px;
                }

            .about-section .content-box .inner-box h4 {
                display: block;
                font-size: 20px;
                line-height: 30px;
                font-weight: 700;
                margin-bottom: 4px;
            }

            .about-section .content-box .inner-box p {
                margin-bottom: 8px;
            }

            .about-section .content-box .inner-box button {
                position: relative;
                display: inline-block;
                padding-left: 32px;
                font-size: 14px;
                line-height: 24px;
                font-family: 'Monda', sans-serif;
                font-weight: 700;
                text-transform: uppercase;
                color: #1c1c1c;
                transition: all 500ms ease;
            }

                .about-section .content-box .inner-box button i {
                    position: absolute;
                    left: 0px;
                    top: -1px;
                    font-size: 24px;
                }

                .about-section .content-box .inner-box button:hover {
                }


/** funfact-section **/

.funfact-section {
    position: relative;
    padding: 140px 0px;
}

    .funfact-section .big-text {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        font-size: 280px;
        line-height: 200px;
        font-weight: 700;
        font-family: 'Monda', sans-serif;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #e2e2e2;
    }

    .funfact-section .outer-container {
        padding: 0px 50px;
    }

.funfact-block-one .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
}

    .funfact-block-one .inner-box .icon-box {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 90px;
        line-height: 96px;
        font-size: 50px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        margin-right: 30px;
    }

    .funfact-block-one .inner-box .count-outer {
        position: relative;
        font-size: 80px;
        line-height: 80px;
        font-family: 'Monda', sans-serif;
        font-weight: 700;
        color: #1c1c1c;
        margin-right: 30px;
    }

    .funfact-block-one .inner-box .text h3 {
        display: block;
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 5px;
    }

.bg-color-1 {
    background: #f3f1f1;
}


/** service-section **/

.service-section {
    position: relative;
    border-top: 1px solid #dad9d7;
    border-bottom: 1px solid #dad9d7;
}

    .service-section .sec-title {
        margin-bottom: 65px;
    }

.service-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0px 30px;
}

    .service-block-one .inner-box .image-box {
        position: relative;
        display: block;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 57px;
    }

        .service-block-one .inner-box .image-box:before {
            position: absolute;
            content: '';
            width: 310px;
            height: 310px;
            border: 1px solid #d6d6d6;
            border-radius: 50%;
            left: -16px;
            top: -15px;
        }

        .service-block-one .inner-box .image-box .image {
            position: relative;
            display: block;
            border-radius: 50%;
        }

            .service-block-one .inner-box .image-box .image img {
                width: 100%;
                border-radius: 50%;
            }

        .service-block-one .inner-box .image-box .shape {
            position: absolute;
            left: 30px;
            top: 30px;
            width: 220px;
            height: 220px;
            background-repeat: no-repeat;
            transition: all 500ms ease;
        }

    .service-block-one .inner-box:hover .image-box .shape {
        transform: scale(0,0);
    }

    .service-block-one .inner-box .lower-content {
        position: relative;
        display: block;
    }

        .service-block-one .inner-box .lower-content h3 {
            position: relative;
            display: block;
            font-size: 24px;
            line-height: 34px;
            font-weight: 700;
            margin-bottom: 14px;
        }

            .service-block-one .inner-box .lower-content h3 a {
                display: inline-block;
                color: #1c1c1c;
            }

                .service-block-one .inner-box .lower-content h3 a:hover {
                }

        .service-block-one .inner-box .lower-content p {
            position: relative;
            display: block;
            margin-bottom: 30px;
        }

        .service-block-one .inner-box .lower-content .btn-box a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            font-family: 'Monda', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            color: #1c1c1c;
        }

            .service-block-one .inner-box .lower-content .btn-box a:hover {
            }

            .service-block-one .inner-box .lower-content .btn-box a span {
                position: relative;
                padding-left: 55px;
            }

                .service-block-one .inner-box .lower-content .btn-box a span:before {
                    position: absolute;
                    content: "\f105";
                    font-family: 'flaticon';
                    font-size: 16px;
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    border-radius: 50%;
                    left: 0px;
                    top: -8px;
                    font-weight: 400;
                    transition: all 500ms ease;
                }

            .service-block-one .inner-box .lower-content .btn-box a:hover span:before {
                color: #fff;
            }

        .service-block-one .inner-box .lower-content .big-text {
            position: absolute;
            right: 0px;
            bottom: 10px;
            font-size: 180px;
            line-height: 120px;
            font-family: 'Monda', sans-serif;
            color: #eaeaea;
            font-weight: 700;
            text-transform: uppercase;
        }

.service-section .line-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    max-width: 1170px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

    .service-section .line-box .line {
        position: absolute;
        top: 0px;
        width: 1px;
        height: 100%;
        background: #d6d6d6;
    }

    .service-section .line-box .line-1 {
        left: 0px;
    }

    .service-section .line-box .line-2 {
        left: 33.3334%;
    }

    .service-section .line-box .line-3 {
        left: 66.666%;
    }

    .service-section .line-box .line-4 {
        right: 0px;
    }


/** clients-section **/

.clients-section {
    position: relative;
    padding: 80px 0px;
    border-bottom: 1px solid #e2e2e2;
}

    .clients-section .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .clients-section .clients-logo {
        position: relative;
        display: block;
    }

        .clients-section .clients-logo img {
            position: relative;
            display: block;
            width: auto;
            max-width: 100%;
            margin: 0 auto;
        }

.border-top {
    border-top: 1px solid #e2e2e2 !important;
}

.border-bottom {
    border-bottom: 1px solid #e2e2e2 !important;
}


/** chooseus-section **/

.chooseus-section {
    position: relative;
}

    .chooseus-section .sec-title {
        margin-right: 100px;
        padding: 114px 0px 405px 0px;
        margin-bottom: 0px;
    }

        .chooseus-section .sec-title h2 {
            margin-bottom: 23px;
        }

        .chooseus-section .sec-title p {
            margin-bottom: 33px;
        }

    .chooseus-section .right-column {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 50%;
        border-left: 1px solid #e2e2e2;
    }

    .chooseus-section .scroll-text {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 35px 0px 35px 40px;
    }

        .chooseus-section .scroll-text .text-list {
            position: relative;
            display: block;
            width: 100%;
            min-width: 1300px;
            -moz-animation: scroll-left 40s linear infinite;
            -webkit-animation: scroll-left 40s linear infinite;
            animation: scroll-left 40s linear infinite;
        }

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(0%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

.chooseus-section .scroll-text .text-list li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e2e2e2;
    margin-right: 70px;
}

    .chooseus-section .scroll-text .text-list li:last-child {
        margin: 0px;
    }

    .chooseus-section .scroll-text .text-list li:before {
        position: absolute;
        content: '';
        width: 11px;
        height: 11px;
        right: -40px;
        top: 19px;
        border-radius: 50%;
    }

    .chooseus-section .scroll-text .text-list li:last-child:before {
        display: none;
    }

.chooseus-section .content-box .single-item {
    position: relative;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

    .chooseus-section .content-box .single-item:first-child {
        border-top: 1px solid #e2e2e2;
    }

.chooseus-section .content-box .static-content {
    position: relative;
    display: flex;
    align-items: center;
    padding: 39px 0px 39px 55px;
}

    .chooseus-section .content-box .static-content:before {
        position: absolute;
        content: '';
        background: #e2e2e2;
        width: 1px;
        height: 100%;
        top: 0px;
        left: 164px;
    }

    .chooseus-section .content-box .static-content .count-text {
        position: relative;
        display: inline-block;
        width: 56px;
        height: 56px;
        line-height: 56px;
        background: #f3f1f1;
        text-align: center;
        border-radius: 50%;
        font-size: 20px;
        font-family: 'Monda', sans-serif;
        font-weight: 700;
        color: #1c1c1c;
        margin-right: 105px;
    }

.chooseus-section .content-box .text {
    max-width: 380px;
}

.chooseus-section .content-box h3 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    padding-right: 25px;
    margin-bottom: 8px;
}

    .chooseus-section .content-box h3:before {
        position: absolute;
        content: "\f105";
        font-family: 'flaticon';
        font-size: 14px;
        font-weight: 400;
        color: #a9a6a5;
        top: 1px;
        right: 0px;
    }

.chooseus-section .content-box .overlay-content {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px 0px 30px 40px;
    background: #1c1c1c;
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
}

.chooseus-section .content-box .single-item:hover .overlay-content {
    top: 0px;
    opacity: 1;
}

.chooseus-section .content-box .overlay-content:before {
    position: absolute;
    content: '';
    background: #4f4d4f;
    width: 1px;
    height: 100%;
    top: 0px;
    left: 164px;
}

.chooseus-section .content-box .overlay-content .icon-box {
    position: relative;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 90px;
}

.chooseus-section .content-box .overlay-content h3 {
    color: #fff;
}

    .chooseus-section .content-box .overlay-content h3:before {
        transform: rotate(90deg);
    }

.chooseus-section .content-box .overlay-content p {
    color: #a9a6a5;
}

.chooseus-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 960px;
    height: 855px;
    background-repeat: no-repeat;
}


/** industry-section **/

.industry-section {
    position: relative;
}

.industry-tab .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
}

    .industry-tab .p-tab.active-tab {
        position: relative;
        visibility: visible;
        opacity: 1;
        z-index: 5;
    }

.industry-tab .p-tabs-content {
    position: relative;
    display: block;
}

.industry-tab .p-tab.active-tab .content-inner {
    opacity: 1;
    top: 0px;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.industry-tab .p-tab .content-inner {
    opacity: 0;
    top: 10px;
}

.industry-tab .industry-tab-btns {
    position: relative;
    width: 100%;
    background: #f3f1f1;
}

    .industry-tab .industry-tab-btns:before {
        position: absolute;
        content: '';
        background: #d6d6d6;
        width: 100%;
        height: 1px;
        left: 0px;
        top: 100px;
    }

    .industry-tab .industry-tab-btns .p-tab-btn {
        position: relative;
        display: inline-block;
        padding: 25px 0px 20px 0px;
        cursor: pointer;
    }

        .industry-tab .industry-tab-btns .p-tab-btn:before {
            position: absolute;
            content: '';
            width: 10px;
            height: 5px;
            left: 50%;
            transform: translateX(-50%);
            bottom: -3px;
            transition: all 500ms ease;
        }

        .industry-tab .industry-tab-btns .p-tab-btn.active-btn:before {
            width: 70px;
        }

        .industry-tab .industry-tab-btns .p-tab-btn .icon-box {
            position: relative;
            display: block;
            font-size: 50px;
            color: #1c1c1c;
            margin-bottom: 44px;
            transition: all 500ms ease;
        }

        .industry-tab .industry-tab-btns .p-tab-btn.active-btn .icon-box {
        }

        .industry-tab .industry-tab-btns .p-tab-btn h4 {
            position: relative;
            display: block;
            font-size: 20px;
            line-height: 30px;
            color: #a9a6a5;
            font-weight: 700;
            transition: all 500ms ease;
        }

        .industry-tab .industry-tab-btns .p-tab-btn.active-btn h4 {
            color: #292729;
        }

.industry-section .content-column {
    position: relative;
    border-right: 1px solid #e2e2e2;
    padding-top: 111px;
    padding-bottom: 120px;
}

.industry-section .content-box {
    position: relative;
    display: block;
    margin-right: 100px;
}

    .industry-section .content-box .sec-title {
        margin-bottom: 33px;
    }

.list-style-one li {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Monda', sans-serif;
    color: #1c1c1c;
    font-weight: 700;
    padding-left: 28px;
    margin-bottom: 6px;
}

    .list-style-one li:last-child {
        margin-bottom: 0px;
    }

    .list-style-one li:before {
        position: absolute;
        content: "\f111";
        font-family: 'flaticon';
        font-size: 14px;
        left: 0px;
        top: 0px;
    }

.industry-section .content-box .list-style-one {
    margin-bottom: 24px;
}

.industry-section .content-box p {
    margin-bottom: 37px;
}

.industry-section .content-box .link-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

    .industry-section .content-box .link-box h6 {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .industry-section .content-box .link-box h6 a {
            position: relative;
            display: inline-block;
            color: #1c1c1c;
        }

            .industry-section .content-box .link-box h6 a:hover {
            }

.industry-section .content-box .email {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

    .industry-section .content-box .email a {
        position: relative;
        display: inline-block;
        font-size: 24px;
        line-height: 34px;
        font-family: 'Monda', sans-serif;
        color: #a9a6a5;
    }

        .industry-section .content-box .email a:hover {
        }

.industry-section .image-box {
    position: relative;
    display: block;
    padding: 120px 0px 120px 100px;
}

    .industry-section .image-box .image {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .industry-section .image-box .image img {
            width: 100%;
        }

.industry-section .owl-nav span {
    display: none;
}

.industry-section .owl-nav {
    position: absolute;
    left: 36%;
    transform: translateX(-50%);
    bottom: 120px;
}

    .industry-section .owl-nav button {
        position: relative;
        display: inline-block;
        margin: 0px 10px;
        width: 38px;
        height: 24px;
    }

        .industry-section .owl-nav button.owl-prev:before {
            position: absolute;
            content: '';
            background-image: url(../images/icons/icon-1.png);
            width: 38px;
            height: 24px;
            left: 0px;
            top: 0px;
            opacity: 0.6;
            background-repeat: no-repeat;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            transition: all 500ms ease;
        }

        .industry-section .owl-nav button.owl-next:before {
            position: absolute;
            content: '';
            background-image: url(../images/icons/icon-2.png);
            width: 38px;
            height: 24px;
            left: 0px;
            top: 0px;
            opacity: 0.6;
            background-repeat: no-repeat;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            transition: all 500ms ease;
        }

        .industry-section .owl-nav button.owl-prev:hover:before,
        .industry-section .owl-nav button.owl-next:hover:before {
            opacity: 1;
            filter: grayscale(0%);
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            -o-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
        }


/** video-section **/

.video-section {
    position: relative;
    padding: 141px 0px 140px 0px;
}

    .video-section .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        /*  height: 100%;*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }

        .video-section .bg-layer:before {
            position: absolute;
            content: '';
            background: #000;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0.3;
        }

    .video-section .sec-title .sub-title {
        color: #fff;
    }

    .video-section .sec-title h2 {
        font-size: 72px;
        line-height: 82px;
    }

    .video-section .curve-text {
        position: absolute;
        top: 12px;
        right: 0px;
        width: 103px;
        height: 103px;
    }

        .video-section .curve-text .video-btn {
            position: absolute;
            left: 40px;
            top: 50px;
        }

            .video-section .curve-text .video-btn a {
                position: relative;
                display: inline-block;
                font-size: 24px;
                color: #fff;
            }

                .video-section .curve-text .video-btn a:hover {
                }

        .video-section .curve-text .curved-circle-2,
        .video-section .curve-text .curved-circle-3 {
            position: absolute;
            left: 52px;
            font-size: 12px;
            line-height: 22px;
            font-family: 'Monda', sans-serif;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
        }

        .video-section .curve-text .curved-circle-2 {
            top: 0px;
        }

        .video-section .curve-text .curved-circle-3 {
            top: 97px;
        }

    .video-section .sec-title {
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        margin-bottom: 39px;
    }

    .video-section .lower-box {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .video-section .lower-box p {
            color: #d6d6d6;
        }


/** working-section **/

.working-section {
    position: relative;
    padding-top: 111px;
}

    .working-section .outer-container {
        position: relative;
    }

        .working-section .outer-container .bg-layer {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 50%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

    .working-section .content-box {
        position: relative;
        display: block;
        margin: 80px 65px 80px 0px;
        background: #fff;
        padding: 44px 50px 50px 50px;
        overflow: hidden;
    }

        .working-section .content-box span {
            position: relative;
            display: block;
            font-size: 14px;
            line-height: 24px;
            font-family: 'Monda', sans-serif;
            color: #827e7d;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .working-section .content-box h3 {
            position: relative;
            display: block;
            font-size: 24px;
            line-height: 34px;
            font-weight: 700;
            padding-bottom: 23px;
            margin-bottom: 33px;
        }

            .working-section .content-box h3:before {
                position: absolute;
                content: '';
                background: #e2e2e2;
                width: calc(100% + 50px);
                height: 1px;
                left: 0px;
                bottom: 0px;
            }

        .working-section .content-box p {
            margin-bottom: 38px;
        }

        .working-section .content-box .btn-box a {
            position: relative;
            display: inline-block;
        }

            .working-section .content-box .btn-box a:hover span {
            }

            .working-section .content-box .btn-box a span {
                position: relative;
                padding-left: 55px;
                font-size: 14px;
                line-height: 24px;
                font-family: 'Monda', sans-serif;
                font-weight: 700;
                text-transform: uppercase;
                color: #1c1c1c;
                transition: all 500ms ease;
            }

                .working-section .content-box .btn-box a span:before {
                    position: absolute;
                    content: "\f105";
                    font-family: 'flaticon';
                    font-size: 16px;
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    border-radius: 50%;
                    left: 0px;
                    top: -8px;
                    font-weight: 400;
                    transition: all 500ms ease;
                }

            .working-section .content-box .btn-box a:hover span:before {
                color: #fff;
            }

    .working-section .tab-btn-box {
        position: relative;
        display: block;
        margin-left: -15px;
    }

    .working-section .tab-btns li {
        position: relative;
        display: inline-block;
        float: left;
        width: 20%;
        text-align: center;
        border-right: 1px solid #d6d6d6;
        cursor: pointer;
        min-height: 524px;
        padding: 210px 0px 130px 0px;
        transition: all 500ms ease;
    }

        .working-section .tab-btns li.active-btn {
            background: #1c1c1c;
        }

        .working-section .tab-btns li span {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 118px;
            line-height: 118px;
            text-align: center;
            border-bottom: 1px solid #d6d6d6;
            font-size: 24px;
            font-family: 'Monda', sans-serif;
            color: #1c1c1c;
            font-weight: 700;
            transition: all 500ms ease;
        }

        .working-section .tab-btns li h4 {
            position: relative;
            display: inline-block;
            font-size: 20px;
            line-height: 30px;
            color: #827e7d;
            font-weight: 700;
            transform: rotate(90deg);
            width: 100%;
            transition: all 500ms ease;
        }

        .working-section .tab-btns li.active-btn span {
            color: #fff;
            border-bottom: transparent;
        }

        .working-section .tab-btns li.active-btn h4 {
            color: #fff;
        }


/** case-section **/

.case-section {
    position: relative;
    padding-top: 114px;
}

    .case-section .outer-container {
        padding: 0px 55px;
    }

.case-block-one .inner-box {
    position: relative;
    padding: 52px 0px;
}

    .case-block-one .inner-box .upper-content {
        position: relative;
        display: block;
        margin-bottom: 18px;
    }

        .case-block-one .inner-box .upper-content h5 {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            padding-left: 22px;
        }

            .case-block-one .inner-box .upper-content h5:before {
                position: absolute;
                content: '';
                width: 11px;
                height: 11px;
                left: 0px;
                top: 9px;
                border-radius: 50%;
            }

    .case-block-one .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .case-block-one .inner-box .image-box .image {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .case-block-one .inner-box .image-box .image img {
                width: 100%;
                transition: all 500ms ease;
            }

    .case-block-one .inner-box:hover .image-box .image img {
        transform: scale(1.05);
        filter: blur(4px);
        -webkit-filter: blur(4px);
    }

    .case-block-one .inner-box .view-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

        .case-block-one .inner-box .view-btn a {
            position: relative;
            display: inline-block;
            width: 100px;
            height: 100px;
            line-height: 110px;
            background: #fff;
            text-align: center;
            font-size: 32px;
            color: #292729;
            border-radius: 50%;
            transform: scale(0,0);
        }

    .case-block-one .inner-box:hover .view-btn a {
        transform: scale(1,1);
    }

    .case-block-one .inner-box .view-btn a:hover {
        color: #fff;
    }

    .case-block-one .inner-box .lower-content {
        padding-top: 22px;
    }

        .case-block-one .inner-box .lower-content h3 {
            display: block;
            font-size: 24px;
            line-height: 34px;
            font-weight: 700;
        }

            .case-block-one .inner-box .lower-content h3 a {
                display: inline-block;
                color: #292729;
            }

                .case-block-one .inner-box .lower-content h3 a:hover {
                }

    .case-block-one .inner-box:before {
        position: absolute;
        content: '';
        background: #e2e2e2;
        width: 1px;
        height: 100%;
        top: 0px;
        right: -55px;
    }

.case-section .owl-nav span {
    display: none;
}

.case-section .owl-nav {
    position: absolute;
    left: -10px;
    top: -93px;
    right: 0px;
    max-width: 1200px;
    width: 100%;
    text-align: right;
    margin: 0 auto;
}

    .case-section .owl-nav button {
        position: relative;
        display: inline-block;
        margin: 0px 10px;
        width: 38px;
        height: 24px;
    }

        .case-section .owl-nav button.owl-prev:before {
            position: absolute;
            content: '';
            background-image: url(../images/icons/icon-1.png);
            width: 38px;
            height: 24px;
            left: 0px;
            top: 0px;
            opacity: 0.6;
            background-repeat: no-repeat;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            transition: all 500ms ease;
        }

        .case-section .owl-nav button.owl-next:before {
            position: absolute;
            content: '';
            background-image: url(../images/icons/icon-2.png);
            width: 38px;
            height: 24px;
            left: 0px;
            top: 0px;
            opacity: 0.6;
            background-repeat: no-repeat;
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            transition: all 500ms ease;
        }

        .case-section .owl-nav button.owl-prev:hover:before,
        .case-section .owl-nav button.owl-next:hover:before {
            opacity: 1;
            filter: grayscale(0%);
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            -o-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
        }

.case-section .owl-dots {
    position: absolute;
    max-width: 1200px;
    width: 100%;
    left: -365px;
    top: -137px;
    right: 0px;
    text-align: right;
    counter-reset: slides-num;
    margin: 0 auto;
}

    .case-section .owl-dots::after {
        position: absolute;
        right: 0px;
        top: 53px;
        content: "0" counter(slides-num);
        display: inline-block;
        font-size: 24px;
        color: #a9a6a5;
        font-weight: 700;
        font-family: 'Monda', sans-serif;
    }

    .case-section .owl-dots:before {
        position: absolute;
        content: '';
        right: 44px;
        top: 58px;
        width: 1px;
        height: 18px;
        background: #e2e2e2;
    }

    .case-section .owl-dots button span {
        display: none !important;
    }

    .case-section .owl-dots button {
        position: absolute;
        top: 0px;
        right: 110px;
        counter-increment: slides-num;
        font-size: 90px;
        line-height: 80px;
        font-family: 'Monda', sans-serif;
        color: #1c1c1c;
    }

        .case-section .owl-dots button.active:before {
            position: absolute;
            content: counter(slides-num);
        }

        .case-section .owl-dots button.active:after {
            position: absolute;
            content: '0';
            top: 0px;
            right: 0px;
        }


/** testimonial-section **/

.testimonial-section {
    position: relative;
    padding: 111px 0px;
}

    .testimonial-section .sec-title .theme-btn {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .testimonial-section .testimonial-content {
        position: relative;
        display: block;
        padding-left: 345px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .testimonial-section .testimonial-content .quote-box {
            position: absolute;
            left: 0px;
            top: -20px;
            width: 270px;
            height: 270px;
            border: 1px solid #d9d8d8;
            line-height: 300px;
            text-align: center;
            border-radius: 50%;
        }

        .testimonial-section .testimonial-content .quote {
            position: relative;
            display: inline-block;
            font-size: 140px;
            color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #d8d7d7;
        }

        .testimonial-section .testimonial-content .thumb-box {
            position: absolute;
            left: 215px;
            top: 65px;
            width: 100px;
            height: 100px;
            background: #f3f1f1;
            border: 1px solid #d8d7d7;
            border-radius: 50%;
            padding: 9px;
        }

            .testimonial-section .testimonial-content .thumb-box img {
                width: 100%;
                border-radius: 50%;
            }

        .testimonial-section .testimonial-content .inner-box {
            position: relative;
            display: block;
            padding-left: 55px;
        }

            .testimonial-section .testimonial-content .inner-box:before {
                position: absolute;
                content: '';
                background: #d6d6d6;
                width: 1px;
                height: calc(100% + 31px);
                left: 0px;
                top: -20px;
            }

            .testimonial-section .testimonial-content .inner-box .rating li {
                position: relative;
                display: inline-block;
                font-size: 20px;
                float: left;
                margin-right: 8px;
            }

                .testimonial-section .testimonial-content .inner-box .rating li:last-child {
                    margin: 0px;
                }

            .testimonial-section .testimonial-content .inner-box .rating {
                margin-bottom: 13px;
            }

            .testimonial-section .testimonial-content .inner-box p {
                position: relative;
                display: block;
                font-size: 19px;
                line-height: 35px;
                color: #1c1c1c;
                margin-bottom: 32px;
                padding-bottom: 30px;
            }

                .testimonial-section .testimonial-content .inner-box p:before {
                    position: absolute;
                    content: '';
                    background: #d6d6d6;
                    width: calc(100% + 55px);
                    height: 1px;
                    right: 0px;
                    bottom: 0px;
                }

            .testimonial-section .testimonial-content .inner-box h3 {
                display: block;
                font-size: 24px;
                line-height: 34px;
                font-weight: 700;
                margin-bottom: 5px;
            }

            .testimonial-section .testimonial-content .inner-box .designation {
                position: relative;
                display: block;
            }

    .testimonial-section .owl-nav span {
        display: none;
    }

    .testimonial-section .owl-nav {
        position: absolute;
        right: -10px;
        bottom: 38px;
    }

        .testimonial-section .owl-nav button {
            position: relative;
            display: inline-block;
            margin: 0px 10px;
            width: 38px;
            height: 24px;
        }

            .testimonial-section .owl-nav button.owl-prev:before {
                position: absolute;
                content: '';
                background-image: url(../images/icons/icon-1.png);
                width: 38px;
                height: 24px;
                left: 0px;
                top: 0px;
                opacity: 0.6;
                background-repeat: no-repeat;
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                transition: all 500ms ease;
            }

            .testimonial-section .owl-nav button.owl-next:before {
                position: absolute;
                content: '';
                background-image: url(../images/icons/icon-2.png);
                width: 38px;
                height: 24px;
                left: 0px;
                top: 0px;
                opacity: 0.6;
                background-repeat: no-repeat;
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                transition: all 500ms ease;
            }

            .testimonial-section .owl-nav button.owl-prev:hover:before,
            .testimonial-section .owl-nav button.owl-next:hover:before {
                opacity: 1;
                filter: grayscale(0%);
                -webkit-filter: grayscale(0%);
                -moz-filter: grayscale(0%);
                -o-filter: grayscale(0%);
                -ms-filter: grayscale(0%);
            }


/** news-section **/

.news-section {
    position: relative;
}

    .news-section .sec-title {
        margin-bottom: 42px;
    }

.news-block-one .inner-box {
    position: relative;
    display: block;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    padding: 19px;
}

    .news-block-one .inner-box .image-box {
        position: relative;
    }

        .news-block-one .inner-box .image-box .image {
            position: relative;
            display: block;
            overflow: hidden;
            background: #000;
        }

            .news-block-one .inner-box .image-box .image img {
                width: 100%;
                transition: all 500ms ease;
            }

    .news-block-one .inner-box:hover .image-box .image img {
        opacity: 0.9;
        transform: scale(1.05);
        filter: blur(4px);
        -webkit-filter: blur(4px);
    }

    .news-block-one .inner-box .image-box .category {
        position: absolute;
        left: -20px;
        bottom: 20px;
        z-index: 1;
    }

        .news-block-one .inner-box .image-box .category a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            line-height: 30px;
            font-family: 'Monda', sans-serif;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            padding: 0px 15px;
        }

    .news-block-one .inner-box .image-box .view-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

        .news-block-one .inner-box .image-box .view-btn a {
            position: relative;
            display: inline-block;
            font-size: 32px;
            color: #fff;
            transform: scale(0,0);
        }

    .news-block-one .inner-box:hover .image-box .view-btn a {
        transform: scale(1,1);
    }

    .news-block-one .inner-box .image-box .view-btn a:hover {
    }

    .news-block-one .inner-box .lower-content {
        position: relative;
        display: block;
        padding-top: 13px;
    }

        .news-block-one .inner-box .lower-content .post-info {
            position: relative;
            padding-bottom: 14px;
            margin-bottom: 18px;
        }

            .news-block-one .inner-box .lower-content .post-info:before {
                position: absolute;
                content: '';
                background: #e2e2e2;
                width: calc(100% + 20px);
                height: 1px;
                left: 0px;
                bottom: 0px;
            }

            .news-block-one .inner-box .lower-content .post-info li {
                position: relative;
                display: inline-block;
                float: left;
                margin-right: 25px;
                padding-left: 25px;
                font-size: 18px;
                line-height: 28px;
                font-family: 'Monda', sans-serif;
                color: #827e7d;
            }

                .news-block-one .inner-box .lower-content .post-info li:last-child {
                    margin: 0px;
                }

                .news-block-one .inner-box .lower-content .post-info li a {
                    display: inline-block;
                    color: #827e7d;
                }

                    .news-block-one .inner-box .lower-content .post-info li a:hover {
                    }

                .news-block-one .inner-box .lower-content .post-info li i {
                    position: absolute;
                    left: 0px;
                    top: 6px;
                    font-size: 16px;
                    color: #a9a6a5;
                }

                .news-block-one .inner-box .lower-content .post-info li:before {
                    position: absolute;
                    content: '';
                    background: #d9d8d6;
                    width: 1px;
                    height: 14px;
                    top: 8px;
                    right: -13px;
                }

                .news-block-one .inner-box .lower-content .post-info li:last-child:before {
                    display: none;
                }

        .news-block-one .inner-box .lower-content h3 {
            position: relative;
            display: block;
            font-size: 24px;
            line-height: 34px;
            font-weight: 700;
        }

            .news-block-one .inner-box .lower-content h3 a {
                display: inline-block;
                color: #1c1c1c;
            }

                .news-block-one .inner-box .lower-content h3 a:hover {
                }

.news-section .upper-box {
    position: relative;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e2e2e2;
}

.news-section .tab-btn-box {
    position: relative;
}

    .news-section .tab-btn-box .btn-box {
        position: absolute;
        right: 0px;
        bottom: 1px;
    }

        .news-section .tab-btn-box .btn-box a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            font-family: 'Monda', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            color: #1c1c1c;
        }

            .news-section .tab-btn-box .btn-box a:hover {
            }

            .news-section .tab-btn-box .btn-box a span {
                position: relative;
                padding-left: 35px;
            }

                .news-section .tab-btn-box .btn-box a span:before {
                    position: absolute;
                    content: "\f105";
                    font-family: 'flaticon';
                    font-size: 12px;
                    width: 26px;
                    height: 26px;
                    line-height: 26px;
                    text-align: center;
                    border-radius: 50%;
                    left: 0px;
                    top: -1px;
                    font-weight: 400;
                    transition: all 500ms ease;
                }

            .news-section .tab-btn-box .btn-box a:hover span:before {
                color: #fff;
            }

    .news-section .tab-btn-box .tab-btns li {
        position: relative;
        display: inline-block;
        float: left;
        font-size: 18px;
        line-height: 28px;
        font-family: 'Monda', sans-serif;
        color: #a9a6a5;
        font-weight: 700;
        text-transform: capitalize;
        cursor: pointer;
        margin-right: 70px;
        cursor: pointer;
        transition: all 500ms ease;
    }

        .news-section .tab-btn-box .tab-btns li:last-child {
            margin: 0px;
        }

        .news-section .tab-btn-box .tab-btns li.active-btn {
            padding-left: 22px;
            color: #1c1c1c;
        }

        .news-section .tab-btn-box .tab-btns li:before {
            position: absolute;
            content: '';
            width: 11px;
            height: 11px;
            left: 0px;
            top: 10px;
            border-radius: 50%;
            transform: scale(0,0);
            transition: all 500ms ease;
        }

        .news-section .tab-btn-box .tab-btns li.active-btn:before {
            transform: scale(1,1);
        }


/** main-footer **/

.main-footer {
    position: relative;
    background: #1c1c1c;
}

    .main-footer .footer-top {
        position: relative;
        padding: 113px 0px 32px 0px;
        border-bottom: 1px solid #373737;
    }

    .main-footer .subscribe-form .form-group {
        position: relative;
        display: block;
        margin: 0px;
    }

        .main-footer .subscribe-form .form-group label {
            position: relative;
            display: block;
            font-size: 17px;
            margin-bottom: 11px;
        }

        .main-footer .subscribe-form .form-group input[type='email'] {
            position: relative;
            display: block;
            width: 100%;
            font-size: 24px;
            line-height: 34px;
            font-family: 'Monda', sans-serif;
            font-weight: 700;
            color: #a9a6a5;
            padding-right: 70px;
            transition: all 500ms ease;
        }

        .main-footer .subscribe-form .form-group input:focus {
            color: #fff;
        }

        .main-footer .subscribe-form .form-group button {
            position: absolute;
            right: 0px;
            bottom: 7px;
            display: inline-block;
            width: 56px;
            height: 56px;
            line-height: 66px;
            background: #fff;
            text-align: center;
            font-size: 24px;
            border-radius: 50%;
            cursor: pointer;
            transition: all 500ms ease;
        }

            .main-footer .subscribe-form .form-group button:hover {
                color: #fff;
            }

    .main-footer .widget-section {
        position: relative;
        padding: 52px 0px 115px 0px;
    }

    .main-footer .contact-widget .select-box {
        position: relative;
        padding-left: 53px;
        min-height: 41px;
        border-bottom: 1px solid #373737;
        margin-bottom: 27px;
    }

        .main-footer .contact-widget .select-box .flag {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 22px;
            height: 22px;
            border-radius: 50%;
        }

            .main-footer .contact-widget .select-box .flag:before {
                position: absolute;
                content: '';
                border: 1px solid #fff;
                border-radius: 50%;
                left: 0px;
                top: 4px;
                width: 100%;
                height: 100%;
            }

            .main-footer .contact-widget .select-box .flag img {
                width: 100%;
                border-radius: 50%;
            }

            .main-footer .contact-widget .select-box .flag:after {
                position: absolute;
                content: '';
                background: #4f4d4f;
                width: 1px;
                height: 22px;
                top: 4px;
                right: -16px;
            }

        .main-footer .contact-widget .select-box .nice-select {
            font-size: 17px;
            line-height: 27px;
            color: #a9a6a5;
            text-transform: capitalize;
            width: 100%;
        }

            .main-footer .contact-widget .select-box .nice-select:after {
                border-bottom: 2px solid #a9a6a5;
                border-right: 2px solid #a9a6a5;
                width: 8px;
                height: 8px;
                right: 6px;
                top: 8px;
                margin: 0px;
            }

    .main-footer .footer-widget h3 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 34px;
        color: #fff;
        font-weight: 700;
    }

    .main-footer .contact-widget .info-box .single-item {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

        .main-footer .contact-widget .info-box .single-item:last-child {
            margin-bottom: 0px;
        }

        .main-footer .contact-widget .info-box .single-item h3 {
            margin-bottom: 10px;
        }

    .main-footer .contact-widget {
        position: relative;
        display: block;
        padding-right: 70px;
        margin-top: 5px;
    }

        .main-footer .contact-widget:before {
            position: absolute;
            content: '';
            background: #373737;
            width: 1px;
            height: calc(100% + 50px);
            top: -57px;
            right: 20px;
        }

    .main-footer p,
    .main-footer a {
        color: #a9a6a5;
    }

        .main-footer a:hover {
            color: #fff;
        }

    .main-footer .widget-title {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

    .main-footer .links-widget .links-list li {
        position: relative;
        display: block;
        margin-bottom: 13px;
    }

        .main-footer .links-widget .links-list li:last-child {
            margin-bottom: 0px;
        }

    .main-footer .post-widget .post {
        position: relative;
        display: block;
        padding-left: 100px;
        margin-bottom: 23px;
    }

        .main-footer .post-widget .post:last-child {
            margin-bottom: 0px;
        }

        .main-footer .post-widget .post .post-thumb {
            position: absolute;
            left: 0px;
            top: 6px;
            width: 80px;
            height: 80px;
        }

            .main-footer .post-widget .post .post-thumb img {
                width: 100%;
                transition: all 500ms ease;
            }

        .main-footer .post-widget .post:hover .post-thumb img {
            opacity: 0.2;
        }

        .main-footer .post-widget .post h6 {
            position: relative;
            display: block;
            font-size: 14px;
            line-height: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

        .main-footer .post-widget .post h4 {
            position: relative;
            display: block;
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            margin-bottom: 4px;
        }

            .main-footer .post-widget .post h4 a {
                display: inline-block;
                color: #fff;
            }

                .main-footer .post-widget .post h4 a:hover {
                }

        .main-footer .post-widget .post .post-date {
            position: relative;
            display: block;
            font-size: 18px;
            line-height: 28px;
            font-family: 'Monda', sans-serif;
            font-weight: 700;
            color: #a9a6a5;
            padding-left: 22px;
        }

            .main-footer .post-widget .post .post-date i {
                position: absolute;
                left: 0px;
                top: 6px;
                font-size: 15px;
            }

.footer-bottom {
    position: relative;
    width: 100%;
    background: #141414;
    padding: 24px 0px;
}

    .footer-bottom .bottom-inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .footer-bottom .bottom-inner .copyright a {
        }

    .footer-bottom .footer-nav li {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 26px;
    }

        .footer-bottom .footer-nav li:last-child {
            margin: 0px;
        }

        .footer-bottom .footer-nav li:before {
            position: absolute;
            content: '.';
            font-size: 20px;
            right: -14px;
            color: #4b4b4b;
            bottom: 2px;
        }

        .footer-bottom .footer-nav li:last-child:before {
            display: none;
        }



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

/*** 

====================================================================
                        Inner-Page
====================================================================

***/

/** page-title **/

.page-title {
    position: relative;
    padding: 186px 0px 193px 0px;
}

    .page-title .bg-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .page-title .bg-layer:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.0) 50%);
            bottom: 0px;
            right: 0px;
        }

    .page-title h1 {
        display: block;
        font-size: 72px;
        line-height: 82px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 9px;
    }

    .page-title .bread-crumb li {
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: 28px;
        font-family: 'Monda', sans-serif;
        font-weight: 700;
        color: #fff;
        margin-right: 12px;
    }

        .page-title .bread-crumb li a {
            display: inline-block;
            color: #fff;
        }

            .page-title .bread-crumb li a:hover {
            }

        .page-title .bread-crumb li:before {
            position: absolute;
            content: '';
            width: 2px;
            height: 2px;
            right: -10px;
            bottom: 7px;
        }

        .page-title .bread-crumb li:last-child:before {
            display: none;
        }

    .page-title .line-box .line-1,
    .page-title .line-box .line-2 {
        position: absolute;
        top: 0px;
        width: 1px;
        height: 100%;
        background: #fff;
        opacity: 0.15;
        z-index: 2;
    }

    .page-title .line-box .line-1 {
        left: 481px;
    }

    .page-title .line-box .line-2 {
        right: 513px;
    }


/** statements-section **/

.statements-section {
    position: relative;
}

    .statements-section .tab-btn-box {
        position: relative;
        display: block;
        border: 1px solid #d6d6d6;
        margin-bottom: 60px;
    }

    .statements-section .tab-btns li {
        position: relative;
        display: inline-block;
        float: left;
        width: 25%;
        text-align: center;
        padding: 25px 0px 17px 0px;
        border-right: 1px solid #d6d6d6;
        cursor: pointer;
    }

        .statements-section .tab-btns li:last-child {
            border-right: none;
        }

        .statements-section .tab-btns li .icon-box {
            position: relative;
            display: block;
            font-size: 50px;
            line-height: 50px;
            margin-bottom: 19px;
            padding-bottom: 20px;
            color: #292729;
            border-bottom: 1px solid #d6d6d6;
            transition: all 500ms ease;
        }

        .statements-section .tab-btns li h4 {
            position: relative;
            display: block;
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            color: #a9a6a5;
            transition: all 500ms ease;
        }

        .statements-section .tab-btns li.active-btn h4 {
            color: #292729;
        }

    .statements-section .tabs-content {
        position: relative;
        display: block;
        background: #1c1c1c;
        overflow: hidden;
    }

        .statements-section .tabs-content .content-box {
            position: relative;
            display: block;
        }

            .statements-section .tabs-content .content-box .bg-layer {
                position: absolute;
                top: 0px;
                right: 0px;
                width: 50%;
                height: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

            .statements-section .tabs-content .content-box .inner-box {
                position: relative;
                width: 50%;
                padding: 50px 50px 60px 60px;
            }

                .statements-section .tabs-content .content-box .inner-box h2 {
                    position: relative;
                    display: block;
                    font-size: 40px;
                    line-height: 50px;
                    color: #fff;
                    font-weight: 700;
                    margin-bottom: 23px;
                }

                .statements-section .tabs-content .content-box .inner-box p {
                    color: #a9a6a5;
                    margin-bottom: 33px;
                }

                .statements-section .tabs-content .content-box .inner-box .theme-btn:hover {
                    background: #fff;
                }

                    .statements-section .tabs-content .content-box .inner-box .theme-btn:hover span:before {
                        color: #fff;
                    }

        .statements-section .tabs-content .big-text {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            text-align: center;
            font-size: 100px;
            line-height: 76px;
            font-family: 'Monda', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: rgba(255,255,255,0.20);
        }


/** certification-section **/

.certification-section {
    position: relative;
}

    .certification-section .image {
        position: relative;
        display: block;
    }

        .certification-section .image img {
            width: 100%;
        }

    .certification-section .content-box {
        position: relative;
        display: block;
        border: 1px solid #e2e2e2;
        padding: 49px;
    }

    .certification-section .image-1 {
        margin-right: -58px;
    }

    .certification-section .image-2 {
        position: relative;
        background: #f3f1f1;
        padding: 10px;
        margin-left: 60px;
    }

        .certification-section .image-2:before {
            position: absolute;
            content: '';
            border: 1px solid #e6ebed;
            width: calc(100% - 20px);
            height: calc(100% - 20px);
            left: 10px;
            top: 10px;
            z-index: 1;
        }

    .certification-section .owl-nav span {
        display: none;
    }

    .certification-section .owl-nav {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;
        background: #fff;
        width: 145px;
        height: 74px;
        line-height: 74px;
        text-align: center;
        margin-left: 80px;
    }

        .certification-section .owl-nav button {
            position: relative;
            display: inline-block;
            margin: 0px 10px;
            width: 38px;
            height: 24px;
        }

            .certification-section .owl-nav button.owl-prev:before {
                position: absolute;
                content: '';
                background-image: url(../images/icons/icon-1.png);
                width: 38px;
                height: 24px;
                left: 0px;
                top: 0px;
                opacity: 0.6;
                background-repeat: no-repeat;
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                transition: all 500ms ease;
            }

            .certification-section .owl-nav button.owl-next:before {
                position: absolute;
                content: '';
                background-image: url(../images/icons/icon-2.png);
                width: 38px;
                height: 24px;
                left: 0px;
                top: 0px;
                opacity: 0.6;
                background-repeat: no-repeat;
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                transition: all 500ms ease;
            }

            .certification-section .owl-nav button.owl-prev:hover:before,
            .certification-section .owl-nav button.owl-next:hover:before {
                opacity: 1;
                filter: grayscale(0%);
                -webkit-filter: grayscale(0%);
                -moz-filter: grayscale(0%);
                -o-filter: grayscale(0%);
                -ms-filter: grayscale(0%);
            }


/** history-section **/

.history-section {
    position: relative;
    padding: 120px 0px;
}

    .history-section .inner-box {
        position: relative;
        display: block;
        margin-bottom: 60px;
    }

        .history-section .inner-box:last-child {
            margin-bottom: 0px;
        }

    .history-section .image-box {
        position: relative;
        display: block;
    }

    .history-section .inner-box:nth-child(2) .image-box,
    .history-section .inner-box:nth-child(4) .image-box {
        margin-left: 70px;
        padding-left: 30px;
    }

    .history-section .inner-box:first-child .image-box,
    .history-section .inner-box:nth-child(3) .image-box {
        margin-right: 70px;
        padding-right: 30px;
    }

    .history-section .image-box .image {
        position: relative;
        display: block;
    }

        .history-section .image-box .image img {
            width: 100%;
        }

    .history-section .image-box .link-box {
        position: absolute;
        top: 50px;
    }

    .history-section .inner-box:first-child .image-box .link-box,
    .history-section .inner-box:nth-child(3) .image-box .link-box {
        right: 0px;
    }

    .history-section .inner-box:nth-child(2) .image-box .link-box,
    .history-section .inner-box:nth-child(4) .image-box .link-box {
        left: 0px;
    }

    .history-section .image-box .link-box a {
        position: relative;
        display: inline-block;
        width: 70px;
        height: 70px;
        line-height: 76px;
        text-align: center;
        font-size: 30px;
        color: #fff;
    }

        .history-section .image-box .link-box a:hover {
            background: #1c1c1c;
        }

    .history-section .content-box {
        position: relative;
        display: block;
        margin-top: -16px;
    }

        .history-section .content-box .text {
            position: relative;
            padding-bottom: 27px;
            padding-top: 41px;
        }

            .history-section .content-box .text:before {
                position: absolute;
                content: '';
                background: #e2e2e2;
                width: 1px;
                height: calc(100% + 16px);
                top: 0px;
            }

    .history-section .inner-box:nth-child(2) .content-box .text:before,
    .history-section .inner-box:nth-child(4) .content-box .text:before {
        left: 50px;
    }

    .history-section .inner-box:first-child .content-box .text:before,
    .history-section .inner-box:nth-child(3) .content-box .text:before {
        right: 50px;
    }

    .history-section .inner-box:nth-child(2) .content-box .text,
    .history-section .inner-box:nth-child(4) .content-box .text {
        padding-left: 100px;
    }

    .history-section .content-box h2 {
        position: relative;
        display: block;
        font-size: 72px;
        line-height: 82px;
        color: #e2e2e2;
        font-weight: 700;
        padding-bottom: 18px;
        border-bottom: 1px solid #e2e2e2;
    }

    .history-section .inner-box:nth-child(2) .content-box h2,
    .history-section .inner-box:nth-child(4) .content-box h2 {
        text-align: right;
    }

    .history-section .content-box h3 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .history-section .content-box p {
        max-width: 440px;
    }


.team-section .tab-btn-box {
    position: relative;
    margin-right: 10px;
    margin-top: -18px;
}

    .team-section .tab-btn-box .tab-btns li {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 24px;
        font-family: 'Monda', sans-serif;
        color: #1c1c1c;
        font-weight: 700;
        text-transform: uppercase;
        padding: 14px 0px;
        cursor: pointer;
        transition: all 500ms ease;
    }

        .team-section .tab-btn-box .tab-btns li.active-btn {
        }

        .team-section .tab-btn-box .tab-btns li:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: 50px;
            height: 1px;
            left: 0px;
            bottom: 0px;
            transition: all 500ms ease;
        }

        .team-section .tab-btn-box .tab-btns li.active-btn:before {
            width: 100%;
        }

        .team-section .tab-btn-box .tab-btns li:after {
            position: absolute;
            content: "\f105";
            font-family: 'flaticon';
            font-size: 16px;
            top: 14px;
            right: 30px;
            opacity: 0;
            transition: all 500ms ease;
        }

        .team-section .tab-btn-box .tab-btns li.active-btn:after {
            opacity: 1;
        }

.team-section .tabs-box .btn-column {
    position: relative;
}

    .team-section .tabs-box .btn-column:before {
        position: absolute;
        content: '';
        background: #e2e2e2;
        width: 1px;
        height: calc(100% + 192px);
        top: -114px;
        right: 25px;
    }


/** project-section **/

.project-section {
    position: relative;
    padding: 120px 0px;
}

.project-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

    .project-block-one .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        background: #1c1c1c;
    }

        .project-block-one .inner-box .image-box img {
            width: 100%;
            transition: all 500ms ease;
        }

    .project-block-one .inner-box:hover .image-box img {
        opacity: 0.1;
        transform: scale(1.05);
    }

    .project-block-one .inner-box .content-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        .project-block-one .inner-box .content-box .view-btn {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }

            .project-block-one .inner-box .content-box .view-btn a {
                position: relative;
                display: inline-block;
                font-size: 30px;
                color: #fff;
                transform: scale(0,0);
            }

    .project-block-one .inner-box:hover .content-box .view-btn a {
        transform: scale(1,1);
    }

    .project-block-one .inner-box .content-box .view-btn a:hover {
    }

    .project-block-one .inner-box .content-box .text {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        padding-left: 30px;
        opacity: 0;
        transition: all 500ms ease;
    }

    .project-block-one .inner-box:hover .content-box .text {
        opacity: 1;
        bottom: 28px;
    }

    .project-block-one .inner-box .content-box h3 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 5px;
    }

        .project-block-one .inner-box .content-box h3 a {
            display: inline-block;
            color: #fff;
        }

            .project-block-one .inner-box .content-box h3 a:hover {
            }

    .project-block-one .inner-box .content-box h5 {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
        padding-left: 10px;
    }

        .project-block-one .inner-box .content-box h5:before {
            position: absolute;
            content: '';
            width: 30px;
            height: 1px;
            left: -30px;
            top: 14px;
        }

.project-section .more-btn {
    padding-top: 30px;
}

.sortable-masonry .filters {
    position: relative;
    display: block;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 60px;
}

.sortable-masonry .filter-tabs {
    position: relative;
    display: block;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 21px 0px;
}

    .sortable-masonry .filter-tabs li {
        position: relative;
        display: inline-block;
        font-size: 20px;
        line-height: 36px;
        font-family: 'Monda', sans-serif;
        color: #a9a6a5;
        font-weight: 700;
        margin: 0px 47px;
        cursor: pointer;
        transition: all 500ms ease;
    }

        .sortable-masonry .filter-tabs li.active {
        }

        .sortable-masonry .filter-tabs li:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: 1px;
            height: 100%;
            top: 0px;
            right: -50%;
        }

        .sortable-masonry .filter-tabs li:last-child:before {
            display: none;
        }

        .sortable-masonry .filter-tabs li span {
            position: relative;
            top: -26px;
            font-size: 14px;
        }

.case-section.project-page-two {
    padding-top: 0px;
    padding-bottom: 120px;
}

.case-section .case-block {
    padding: 0px 55px;
    border-bottom: 1px solid #e2e2e2;
}

.case-section.project-page-two .outer-container {
    padding: 0px;
}

.case-section .more-btn {
    padding-top: 60px;
}


/** project-style-two **/

.project-style-two {
    position: relative;
    padding: 60px 0px;
}

    .project-style-two .content-box {
        position: relative;
        padding: 53px 0px 52px 0px;
        border-bottom: 1px solid #e2e2e2;
    }

        .project-style-two .content-box:last-child {
            border-bottom: none;
        }

    .project-style-two .title-box {
        position: relative;
        display: block;
        margin-bottom: 33px;
    }

        .project-style-two .title-box h5 {
            display: block;
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            padding-left: 22px;
        }

            .project-style-two .title-box h5:before {
                position: absolute;
                content: '';
                width: 11px;
                height: 11px;
                left: 0px;
                top: 9px;
                border-radius: 50%;
            }

    .project-style-two .owl-nav span {
        display: none;
    }

    .project-style-two .owl-nav {
        position: absolute;
        top: -72px;
        right: 0px;
    }

        .project-style-two .owl-nav button {
            position: relative;
            display: inline-block;
            margin: 0px 10px;
            width: 38px;
            height: 24px;
        }

            .project-style-two .owl-nav button.owl-prev:before {
                position: absolute;
                content: '';
                background-image: url(../images/icons/icon-1.png);
                width: 38px;
                height: 24px;
                left: 0px;
                top: 0px;
                opacity: 0.6;
                background-repeat: no-repeat;
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                transition: all 500ms ease;
            }

            .project-style-two .owl-nav button.owl-next:before {
                position: absolute;
                content: '';
                background-image: url(../images/icons/icon-2.png);
                width: 38px;
                height: 24px;
                left: 0px;
                top: 0px;
                opacity: 0.6;
                background-repeat: no-repeat;
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                transition: all 500ms ease;
            }

            .project-style-two .owl-nav button.owl-prev:hover:before,
            .project-style-two .owl-nav button.owl-next:hover:before {
                opacity: 1;
                filter: grayscale(0%);
                -webkit-filter: grayscale(0%);
                -moz-filter: grayscale(0%);
                -o-filter: grayscale(0%);
                -ms-filter: grayscale(0%);
            }

.project-block-two .inner-box {
    position: relative;
    display: block;
}

    .project-block-two .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .project-block-two .inner-box .image-box .image {
            position: relative;
            display: block;
            overflow: hidden;
            background: #1c1c1c;
        }

            .project-block-two .inner-box .image-box .image img {
                width: 100%;
                transition: all 500ms ease;
            }

    .project-block-two .inner-box:hover .image-box .image img {
        opacity: 0.1;
        transform: scale(1.05);
    }

    .project-block-two .inner-box .image-box .view-btn {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

        .project-block-two .inner-box .image-box .view-btn a {
            position: relative;
            display: inline-block;
            font-size: 30px;
            color: #fff;
            transform: scale(0,0);
        }

            .project-block-two .inner-box .image-box .view-btn a:hover {
            }

    .project-block-two .inner-box:hover .image-box .view-btn a {
        transform: scale(1,1);
    }

    .project-block-two .inner-box .image-box .btn-box {
        position: absolute;
        top: 78px;
        right: -88px;
        padding: 9px 33px 24px 33px;
        transform: rotate(-90deg);
        opacity: 0;
        transition: all 500ms ease;
    }

    .project-block-two .inner-box:hover .image-box .btn-box {
        right: -78px;
        opacity: 1;
    }

    .project-block-two .inner-box .image-box .btn-box a {
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        font-family: 'Monda', sans-serif;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

        .project-block-two .inner-box .image-box .btn-box a i {
            position: relative;
            display: inline-block;
            font-size: 30px;
            margin-left: 21px;
            transform: rotate(135deg);
            top: 9px;
        }

    .project-block-two .inner-box .lower-content {
        position: relative;
        display: block;
        text-align: center;
        padding-top: 22px;
    }

        .project-block-two .inner-box .lower-content h3 {
            display: block;
            font-size: 24px;
            line-height: 34px;
            font-weight: 700;
        }

            .project-block-two .inner-box .lower-content h3 a {
                display: inline-block;
                color: #1c1c1c;
            }

                .project-block-two .inner-box .lower-content h3 a:hover {
                }


.project-page-four {
    padding: 120px 0px;
}

    .project-page-four .case-block-three .inner-box {
        margin-bottom: 30px;
    }

.pagination-wrapper {
    padding-top: 30px;
}


/** project-details **/

.project-details {
    position: relative;
    padding: 114px 0px 77px 0px;
    border-bottom: 1px solid #e2e2e2;
}

    .project-details .category-box {
        position: relative;
        display: block;
        padding-bottom: 33px;
        margin-bottom: 73px;
        border-bottom: 1px solid #e2e2e2;
    }

        .project-details .category-box .info-box h6 {
            position: relative;
            display: block;
            font-size: 14px;
            line-height: 24px;
            font-weight: 700;
            margin-bottom: 5px;
            text-transform: uppercase;
        }

        .project-details .category-box .info-box p a {
            display: inline-block;
            color: #827e7d;
        }

            .project-details .category-box .info-box p a:hover {
            }

    .project-details .upper-box {
        position: relative;
        display: block;
        margin-bottom: 53px;
    }

        .project-details .upper-box .title-text {
            position: relative;
            margin-top: -5px;
        }

            .project-details .upper-box .title-text h2 {
                display: block;
                font-size: 48px;
                line-height: 58px;
                font-weight: 700;
            }

        .project-details .upper-box .text p {
            margin-bottom: 26px;
        }

            .project-details .upper-box .text p:last-child {
                margin-bottom: 0px;
            }

    .project-details .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 70px;
    }

        .project-details .image-box .image {
            position: relative;
            display: block;
        }

            .project-details .image-box .image img {
                width: 100%;
            }

        .project-details .image-box .owl-nav span {
            display: none;
        }

        .project-details .image-box .owl-nav {
            position: absolute;
            top: 0px;
            right: -23px;
            background: #fff;
            width: 145px;
            height: 74px;
            line-height: 60px;
            text-align: center;
        }

            .project-details .image-box .owl-nav button {
                position: relative;
                display: inline-block;
                margin: 0px 10px;
                width: 38px;
                height: 24px;
            }

                .project-details .image-box .owl-nav button.owl-prev:before {
                    position: absolute;
                    content: '';
                    background-image: url(../images/icons/icon-1.png);
                    width: 38px;
                    height: 24px;
                    left: 0px;
                    top: 0px;
                    opacity: 0.6;
                    background-repeat: no-repeat;
                    filter: grayscale(100%);
                    -webkit-filter: grayscale(100%);
                    -moz-filter: grayscale(100%);
                    -o-filter: grayscale(100%);
                    -ms-filter: grayscale(100%);
                    transition: all 500ms ease;
                }

                .project-details .image-box .owl-nav button.owl-next:before {
                    position: absolute;
                    content: '';
                    background-image: url(../images/icons/icon-2.png);
                    width: 38px;
                    height: 24px;
                    left: 0px;
                    top: 0px;
                    opacity: 0.6;
                    background-repeat: no-repeat;
                    filter: grayscale(100%);
                    -webkit-filter: grayscale(100%);
                    -moz-filter: grayscale(100%);
                    -o-filter: grayscale(100%);
                    -ms-filter: grayscale(100%);
                    transition: all 500ms ease;
                }

                .project-details .image-box .owl-nav button.owl-prev:hover:before,
                .project-details .image-box .owl-nav button.owl-next:hover:before {
                    opacity: 1;
                    filter: grayscale(0%);
                    -webkit-filter: grayscale(0%);
                    -moz-filter: grayscale(0%);
                    -o-filter: grayscale(0%);
                    -ms-filter: grayscale(0%);
                }

    .project-details .lower-box .tab-btns {
        position: relative;
        margin-top: 27px;
    }

        .project-details .lower-box .tab-btns:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: 1px;
            height: calc(100% + 27px);
            left: 0px;
            top: -14px;
        }

        .project-details .lower-box .tab-btns li {
            position: relative;
            display: block;
            font-size: 14px;
            line-height: 24px;
            font-family: 'Monda', sans-serif;
            color: #a9a6a5;
            text-transform: uppercase;
            font-weight: 700;
            padding-left: 40px;
            transition: all 500ms ease;
            margin-bottom: 16px;
        }

            .project-details .lower-box .tab-btns li:before {
                position: absolute;
                content: '';
                background: #e2e2e2;
                width: 0px;
                height: 1px;
                left: 0px;
                top: 10px;
                transition: all 500ms ease;
            }

            .project-details .lower-box .tab-btns li.active-btn:before {
                width: 30px;
            }

            .project-details .lower-box .tab-btns li:last-child {
                margin-bottom: 0px;
            }

            .project-details .lower-box .tab-btns li span {
                position: relative;
                display: inline-block;
                padding-right: 23px;
                cursor: pointer;
            }

            .project-details .lower-box .tab-btns li.active-btn {
            }

            .project-details .lower-box .tab-btns li span:before {
                position: absolute;
                content: "\f105";
                font-family: 'flaticon';
                font-size: 16px;
                top: -1px;
                right: 0px;
                opacity: 0;
                transition: all 500ms ease;
            }

            .project-details .lower-box .tab-btns li.active-btn span:before {
                opacity: 1;
            }

    .project-details .lower-box .content-box h2 {
        position: relative;
        display: block;
        font-size: 36px;
        line-height: 46px;
        font-weight: 700;
        margin-bottom: 23px;
    }

    .project-details .lower-box .content-box p {
        margin-bottom: 17px;
    }

    .project-details .lower-box .content-box .list-item li {
        position: relative;
        display: block;
        padding-left: 38px;
        margin-bottom: 11px;
    }

        .project-details .lower-box .content-box .list-item li:last-child {
            margin-bottom: 0px;
        }

        .project-details .lower-box .content-box .list-item li:before {
            position: absolute;
            content: '';
            background-image: url(../images/icons/icon-10.png);
            width: 18px;
            height: 18px;
            left: 0px;
            top: 6px;
            background-repeat: no-repeat;
        }

.related-project {
    position: relative;
    padding: 108px 0px 112px 0px;
}


/** pricing-style-two **/

.pricing-style-two {
    position: relative;
    padding: 120px 0px;
}

.pricing-block-two {
    max-width: 370px;
    margin: 0 auto;
}

    .pricing-block-two .pricing-table {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .pricing-block-two .pricing-table .price-box {
            position: relative;
            display: block;
            padding: 13px 30px 2px 40px;
        }

            .pricing-block-two .pricing-table .price-box .shape {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 76px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: right center;
            }

            .pricing-block-two .pricing-table .price-box h2 {
                position: relative;
                display: inline-block;
                font-size: 48px;
                line-height: 50px;
                font-weight: 700;
            }

                .pricing-block-two .pricing-table .price-box h2 .fraction {
                    font-size: 18px;
                }

                .pricing-block-two .pricing-table .price-box h2 .symble {
                    font-size: 26px;
                    position: relative;
                    display: inline-block;
                    top: -17px;
                }

            .pricing-block-two .pricing-table .price-box h5 {
                position: absolute;
                top: 9px;
                right: 20px;
                font-size: 18px;
                line-height: 28px;
                font-weight: 700;
                text-transform: uppercase;
            }

                .pricing-block-two .pricing-table .price-box h5 span {
                    position: relative;
                    display: block;
                    font-size: 14px;
                    line-height: 20px;
                }

        .pricing-block-two .pricing-table .title-box {
            position: relative;
            display: block;
            background: #1c1c1c;
            padding: 20px 30px 20px 40px;
        }

            .pricing-block-two .pricing-table .title-box h3 {
                display: block;
                font-size: 24px;
                line-height: 34px;
                color: #fff;
                font-weight: 700;
            }

            .pricing-block-two .pricing-table .title-box p {
                color: #a9a6a5;
            }

        .pricing-block-two .pricing-table .table-content {
            position: relative;
            display: block;
            padding: 21px 40px 40px 40px;
            background: #f3f1f1;
            border: 1px solid #e2e2e2;
            border-top: none;
        }

        .pricing-block-two .pricing-table .feature-list {
            margin-bottom: 20px;
        }

            .pricing-block-two .pricing-table .feature-list li {
                position: relative;
                display: block;
                padding: 12px 0px;
                border-bottom: 1px solid #e8eaed;
            }

                .pricing-block-two .pricing-table .feature-list li:last-child {
                    border-bottom: none;
                }

                .pricing-block-two .pricing-table .feature-list li:before {
                    position: absolute;
                    content: '\f00c';
                    font-family: 'Font Awesome 6 Free';
                    font-size: 10px;
                    color: #fff;
                    width: 14px;
                    height: 14px;
                    line-height: 14px;
                    text-align: center;
                    font-weight: 700;
                    top: 19px;
                    right: 0px;
                }

                .pricing-block-two .pricing-table .feature-list li.light:before {
                    content: '\f00d';
                    background: #a9a6a5;
                }

        .pricing-block-two .pricing-table .theme-btn {
            background: #1c1c1c;
            width: 100%;
        }

            .pricing-block-two .pricing-table .theme-btn:hover {
            }

            .pricing-block-two .pricing-table .theme-btn span:before {
                color: #1c1c1c;
            }

    .pricing-block-two.active-block .pricing-table .title-box {
    }

        .pricing-block-two.active-block .pricing-table .title-box p {
            color: #fed9d9;
        }


/** contact-style-two **/


.contact-style-two {
    position: relative;
    padding: 120px 0px;
}

    .contact-style-two .sec-title {
        margin-bottom: 0px;
        max-width: 440px;
    }

    .contact-style-two .form-inner .form-group {
        position: relative;
        margin-bottom: 20px;
    }

        .contact-style-two .form-inner .form-group:last-child {
            margin-bottom: 0px;
        }

        .contact-style-two .form-inner .form-group input[type='text'],
        .contact-style-two .form-inner .form-group input[type='email'],
        .contact-style-two .form-inner .form-group textarea,
        .contact-style-two .form-inner .form-group .nice-select {
            position: relative;
            display: block;
            width: 100%;
            height: 62px;
            border: 1px solid #e2e2e2;
            background: #fff;
            font-size: 17px;
            color: #827e7d;
            padding: 0px 30px;
            border-radius: 0px;
            transition: all 500ms ease;
        }

        .contact-style-two .form-inner .form-group .select-box {
            min-height: 62px;
        }

        .contact-style-two .form-inner .form-group .nice-select {
            line-height: 62px;
            text-transform: capitalize;
        }

            .contact-style-two .form-inner .form-group .nice-select:after {
                width: 12px;
                height: 12px;
                border-bottom: 2px solid #a9a6a5;
                border-right: 2px solid #a9a6a5;
                right: 33px;
                top: 25px;
            }

        .contact-style-two .form-inner .form-group textarea {
            height: 120px;
            resize: none;
            padding-top: 15px;
        }

            .contact-style-two .form-inner .form-group input:focus,
            .contact-style-two .form-inner .form-group textarea:focus {
            }

    .contact-style-two .form-inner .theme-btn {
        width: 100%;
    }

    .contact-style-two .pattern-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }


/** shop-page-section **/

.shop-page-section {
    position: relative;
    padding: 114px 0px 120px 0px;
}

.default-sidebar {
    position: relative;
    display: block;
}

    .default-sidebar .search-widget {
        position: relative;
        margin-bottom: 40px;
    }

    .default-sidebar .search-form .form-group {
        position: relative;
        margin: 0px;
    }

        .default-sidebar .search-form .form-group:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: 1px;
            height: 40px;
            left: 0px;
            bottom: 0px;
        }

        .default-sidebar .search-form .form-group input[type='search'] {
            position: relative;
            display: block;
            width: 100%;
            height: 65px;
            border-bottom: 1px solid #e2e2e2;
            font-size: 17px;
            color: #827e7d;
            padding-left: 20px;
            padding-right: 30px;
            transition: all 500ms ease;
        }

        .default-sidebar .search-form .form-group button[type='submit'] {
            position: absolute;
            top: 24px;
            right: 0px;
            font-size: 20px;
            color: #232323;
            cursor: pointer;
            transition: all 500ms ease;
        }

        .default-sidebar .search-form .form-group input:focus + button,
        .default-sidebar .search-form .form-group button:hover {
        }

    .default-sidebar .sidebar-widget {
        position: relative;
        display: block;
        border: 1px solid #e2e2e2;
        padding-left: 30px;
        padding-bottom: 5px;
        margin-bottom: 40px;
    }

        .default-sidebar .sidebar-widget:last-child {
            margin-bottom: 0px;
        }

    .default-sidebar .widget-title {
        position: relative;
        display: block;
        padding: 21px 0px;
        border-bottom: 1px solid #e2e2e2;
    }

        .default-sidebar .widget-title h3 {
            font-size: 24px;
            line-height: 34px;
            font-weight: 700;
        }

    .default-sidebar .category-widget .category-list li {
        position: relative;
        display: block;
        padding: 18px 0px 17px 0px;
        border-bottom: 1px solid #e2e2e2;
        padding-right: 30px;
    }

        .default-sidebar .category-widget .category-list li:last-child {
            border-bottom: none;
        }

        .default-sidebar .category-widget .category-list li a {
            position: relative;
            display: block;
            font-size: 14px;
            line-height: 24px;
            font-family: 'Monda', sans-serif;
            color: #1c1c1c;
            font-weight: 700;
            text-transform: uppercase;
        }

            .default-sidebar .category-widget .category-list li a span {
                position: relative;
                float: right;
                color: #a9a6a5;
                transition: all 500ms ease;
            }

            .default-sidebar .category-widget .category-list li a:hover {
            }

                .default-sidebar .category-widget .category-list li a:hover span {
                }

            .default-sidebar .category-widget .category-list li a span:before {
                position: absolute;
                content: '';
                background: #e2e2e2;
                width: 1px;
                height: 35px;
                left: -29px;
                top: -17px;
                transition: all 500ms ease;
            }

            .default-sidebar .category-widget .category-list li a:hover span:before {
                opacity: 0;
            }

.shop-sidebar {
    margin-right: 20px;
}

.default-sidebar .category-widget .category-list li a span:after {
    position: absolute;
    content: '';
    width: 36px;
    height: 1px;
    left: -94px;
    top: 11px;
    opacity: 0;
    transition: all 500ms ease;
}

.default-sidebar .category-widget .category-list li a:hover span:after {
    opacity: 1;
}

.shop-sidebar .filter-widget .range-slider {
    padding-right: 30px;
    padding-top: 34px;
}

.range-slider .price-range-slider {
    margin-bottom: 18px;
}

.range-slider .input {
    position: relative;
    padding-left: 10px;
    float: right;
    width: 80px;
}

    .range-slider .input:before {
        position: absolute;
        content: '$';
        left: 0px;
        top: 0px;
    }

    .range-slider .input:after {
        position: absolute;
        content: '';
        background: #fff;
        width: 100px;
        height: 100%;
        left: -61px;
        top: 0px;
    }

    .range-slider .input input {
        background: none;
        font-size: 17px;
        color: #827e7d;
    }

.range-slider .ui-widget.ui-widget-content {
    height: 4px;
    border: none;
    background: #dfe4e6;
    border-radius: 0px;
}

.range-slider .ui-slider .ui-slider-range {
    top: 0px;
    height: 4px;
    border-radius: 0px;
}

.range-slider .ui-widget-content .ui-state-default {
    top: -3px;
    width: 10px;
    height: 10px;
    border: none;
    cursor: pointer;
    margin-left: 0px;
    border-radius: 0px;
}

.shop-sidebar .filter-widget .range-slider .price-range p {
    position: relative;
    float: left;
    color: #827e7d;
}

.shop-sidebar .filter-widget .filter-btn button {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Monda', sans-serif;
    color: #1c1c1c;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 11px;
    transition: all 500ms ease;
}

.shop-sidebar .filter-widget {
    padding-bottom: 29px;
}

    .shop-sidebar .filter-widget .filter-btn button:hover {
    }

.shop-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding: 0px 0px 23px 90px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
    min-height: 106px;
}

    .shop-sidebar .post-widget .post:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .shop-sidebar .post-widget .post .thumb-box {
        position: absolute;
        left: 0px;
        top: 5px;
        width: 70px;
        height: 70px;
        border: 1px solid #e2e2e2;
    }

    .shop-sidebar .post-widget .post h6 {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
        margin-bottom: 4px;
    }

        .shop-sidebar .post-widget .post h6 a {
            display: inline-block;
            color: #1c1c1c;
        }

            .shop-sidebar .post-widget .post h6 a:hover {
            }

.shop-sidebar {
    margin-top: -18px;
}

    .shop-sidebar .post-widget .post .price {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 26px;
        font-family: 'Monda', sans-serif;
        font-weight: 700;
    }

    .shop-sidebar .post-widget .widget-title {
        margin-bottom: 26px;
    }

.our-shop .item-shorting .short-box {
    position: relative;
    display: flex;
    align-items: center;
}

    .our-shop .item-shorting .short-box p {
        margin-right: 5px;
    }

    .our-shop .item-shorting .short-box .nice-select {
        font-size: 17px;
        color: #1c1c1c;
        text-transform: capitalize;
        padding-right: 50px;
        font-weight: 400;
    }

        .our-shop .item-shorting .short-box .nice-select:after {
            width: 10px;
            height: 10px;
            border-bottom: 2px solid #a9a6a5;
            border-right: 2px solid #a9a6a5;
            right: 3px;
        }

        .our-shop .item-shorting .short-box .nice-select .list {
            min-width: 150px;
        }

.our-shop .item-shorting {
    position: relative;
    display: block;
    margin-bottom: 32px;
}

.shop-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

    .shop-block-one .inner-box .image-box {
        position: relative;
        display: flex;
        overflow: hidden;
        min-height: 354px;
        align-items: center;
        justify-content: center;
    }

        .shop-block-one .inner-box .image-box:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: calc(100% - 30px);
            height: 1px;
            right: 0px;
            bottom: 0px;
        }

        .shop-block-one .inner-box .image-box .offer-box {
            position: absolute;
            top: 4px;
            right: 4px;
        }

            .shop-block-one .inner-box .image-box .offer-box .discount {
                position: relative;
                display: block;
                font-size: 14px;
                line-height: 26px;
                font-family: 'Monda', sans-serif;
                color: #fff;
                font-weight: 700;
                text-transform: uppercase;
                padding: 0px 9px;
            }

            .shop-block-one .inner-box .image-box .offer-box .sale {
                position: relative;
                display: inline-block;
                font-size: 14px;
                line-height: 26px;
                font-family: 'Monda', sans-serif;
                color: #fff;
                background: #1c1c1c;
                font-weight: 700;
                text-transform: uppercase;
                padding: 0px 9px;
            }

        .shop-block-one .inner-box .image-box h5 {
            position: absolute;
            left: 0px;
            bottom: 14px;
            width: 100%;
            padding-left: 30px;
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
        }

            .shop-block-one .inner-box .image-box h5 del {
                color: #a9a6a5;
                margin-left: 10px;
            }

        .shop-block-one .inner-box .image-box .image {
            position: relative;
            display: block;
            margin-top: -18px;
        }

    .shop-block-one .inner-box .lower-content {
        position: relative;
        display: block;
        padding: 22px 20px 21px 30px;
    }

        .shop-block-one .inner-box .lower-content h4 {
            position: relative;
            display: block;
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            margin-bottom: 14px;
        }

            .shop-block-one .inner-box .lower-content h4 a {
                display: inline-block;
                color: #1c1c1c;
            }

                .shop-block-one .inner-box .lower-content h4 a:hover {
                }

        .shop-block-one .inner-box .lower-content .review-box {
            position: relative;
            display: flex;
            align-items: center;
        }

            .shop-block-one .inner-box .lower-content .review-box .rating li {
                position: relative;
                display: inline-block;
                float: left;
                font-size: 16px;
                color: #f59845;
                margin-right: 5px;
            }

                .shop-block-one .inner-box .lower-content .review-box .rating li:last-child {
                    margin-right: 10px;
                }

            .shop-block-one .inner-box .lower-content .review-box a {
                position: relative;
                display: inline-block;
                color: #827e7d;
                font-size: 15px;
            }

                .shop-block-one .inner-box .lower-content .review-box a:hover {
                }


/** shop-details **/

.shop-details {
    position: relative;
    padding: 120px 0px;
}

.shop-details-content {
    position: relative;
    display: block;
}

    .shop-details-content .bxslider .image-box {
        position: relative;
        display: flex;
        margin-right: 30px;
        align-items: center;
        justify-content: center;
        min-height: 530px;
        margin-bottom: 12px;
        border: 1px solid #e2e2e2;
    }

        .shop-details-content .bxslider .image-box img {
            width: 100%;
        }

    .shop-details-content .bxslider .thumb-box li {
        position: relative;
        float: left;
        margin-right: 12px;
        width: 126px;
        height: 126px;
    }

        .shop-details-content .bxslider .thumb-box li:last-child {
            margin: 0px !important;
        }

        .shop-details-content .bxslider .thumb-box li a {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #e2e2e2;
            width: 126px;
            height: 126px;
        }

            .shop-details-content .bxslider .thumb-box li a.active {
            }

    .shop-details-content .content-box {
        position: relative;
        display: block;
    }

        .shop-details-content .content-box .rating-box {
            position: relative;
            display: flex;
            align-items: center;
            margin-bottom: 14px;
        }

        .shop-details-content .content-box .rating li {
            position: relative;
            display: inline-block;
            font-size: 16px;
            color: #f59845;
            margin-right: 2px;
        }

        .shop-details-content .content-box .rating-box a {
            position: relative;
            display: inline-block;
            font-size: 15px;
            color: #827e7d;
            margin-left: 5px;
        }

            .shop-details-content .content-box .rating-box a:hover {
            }

        .shop-details-content .content-box .othre-options h4 {
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            margin-bottom: 17px;
        }

    .shop-details-content .item-quantity {
        position: relative;
        display: inline-block;
        max-width: 146px;
        width: 100%;
        float: left;
        padding: 0px 45px;
    }

        .shop-details-content .item-quantity .input-group {
            position: relative;
            display: table;
            border-collapse: separate;
            max-width: 50px;
            width: 100%;
            height: 50px;
        }

        .shop-details-content .item-quantity input.quantity-spinner {
            line-height: 56px;
            height: 54px;
            width: 54px !important;
            padding: 0px !important;
            box-shadow: none !important;
            font-family: 'Monda', sans-serif;
            border: none;
            text-align: center;
            font-size: 20px;
            font-weight: 700;
            color: #1c1c1c;
            border: 1px solid #e2e2e2;
            background-color: #f3f1f1;
            border-radius: 0px;
        }

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    position: absolute;
    height: 54px;
    width: 40px;
    background: transparent;
    padding: 0px 0px;
    left: -45px;
    top: -54px;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
    position: absolute;
    height: 54px;
    width: 40px;
    background: transparent;
    padding: 0px 0px;
    right: -45px;
    top: -54px;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down:before {
    content: "\f10c";
    font-family: 'flaticon';
    font-size: 12px;
    color: #a9a6a5;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up:before {
    content: "\f10c";
    font-family: 'flaticon';
    font-size: 12px;
    color: #a9a6a5;
    display: inline-block;
    transform: rotate(180deg);
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

    .bootstrap-touchspin .input-group-btn-vertical i {
        display: none;
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        margin-top: 0px;
    }

.shop-details-content .content-box .othre-options .theme-btn {
    padding: 15px 30px;
}

.shop-details-content .content-box h3 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 12px;
}

    .shop-details-content .content-box h3 del {
        color: #a9a6a5;
        margin-left: 15px;
    }

.shop-details-content .content-box h2 {
    display: block;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 17px;
}

.shop-details-content .content-box p {
    display: block;
    margin-bottom: 27px;
}

.shop-details-content .content-box .product-highlights {
    position: relative;
    display: block;
    margin-bottom: 40px;
    padding-bottom: 37px;
    border-bottom: 1px solid #e2e2e2;
}

    .shop-details-content .content-box .product-highlights li {
        position: relative;
        display: block;
        padding-left: 180px;
        margin-bottom: 12px;
    }

        .shop-details-content .content-box .product-highlights li:last-child {
            margin-bottom: 0px;
        }

        .shop-details-content .content-box .product-highlights li h5 {
            position: absolute;
            left: 0px;
            top: 2px;
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
        }

.shop-details-content .content-box h6 {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.shop-details-content .content-box .othre-options {
    position: relative;
    display: block;
    margin-bottom: 41px;
}

    .shop-details-content .content-box .othre-options .item-quantity,
    .shop-details-content .content-box .othre-options .cart-box,
    .shop-details-content .content-box .othre-options .like-box {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 20px;
    }

    .shop-details-content .content-box .othre-options .like-box {
        margin-right: 0px;
    }

        .shop-details-content .content-box .othre-options .like-box a {
            position: relative;
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 60px;
            font-size: 20px;
            background-color: #f3f1f1;
            border: 1px solid #e2e2e2;
            text-align: center;
        }

            .shop-details-content .content-box .othre-options .like-box a:hover {
                color: #fff;
            }

.shop-details-content .content-box .share-option .share-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

    .shop-details-content .content-box .share-option .share-links li:last-child {
        margin: 0px !important;
    }

    .shop-details-content .content-box .share-option .share-links li a {
        position: relative;
        display: inline-block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 20px;
        background: #3b5998;
        color: #fff;
    }

    .shop-details-content .content-box .share-option .share-links li:nth-child(2) a {
        background: #55acee;
    }

    .shop-details-content .content-box .share-option .share-links li:nth-child(3) a {
        background: #0071bc;
    }

    .shop-details-content .content-box .share-option .share-links li:last-child a {
        background: #cd201f;
    }

.shop-details-content {
    margin-bottom: 120px;
}

    .shop-details-content .content-box {
        margin-top: -6px;
    }

.shop-details .product-discription {
    position: relative;
    display: block;
}

    .shop-details .product-discription .tabs-content .text p {
        margin-bottom: 15px;
    }

        .shop-details .product-discription .tabs-content .text p:last-child {
            margin-bottom: 0px;
        }

    .shop-details .product-discription .tab-btn-box {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 60px;
    }

        .shop-details .product-discription .tab-btn-box:before {
            position: absolute;
            content: '';
            background-color: #e2e2e2;
            width: 100%;
            height: 1px;
            left: 0px;
            top: 28px;
        }

        .shop-details .product-discription .tab-btn-box .tab-btns li {
            position: relative;
            display: inline-block;
            font-size: 20px;
            line-height: 30px;
            font-family: 'Monda', sans-serif;
            font-weight: 700;
            color: #a9a6a5;
            text-align: center;
            padding: 13px 27px;
            background-color: #fff;
            border: 1px solid #e2e2e2;
            cursor: pointer;
            margin: 0px 8.5px;
            transition: all 500ms ease;
        }

            .shop-details .product-discription .tab-btn-box .tab-btns li.active-btn {
            }

    .shop-details .product-discription .single-comment-box .inner-box {
        position: relative;
        display: block;
        background-color: #f3f1f1;
        border: 1px solid #e2e2e2;
        padding: 32px 30px 32px 125px;
    }

        .shop-details .product-discription .single-comment-box .inner-box .comment-thumb {
            position: absolute;
            left: 30px;
            top: 40px;
            width: 70px;
            height: 70px;
        }

            .shop-details .product-discription .single-comment-box .inner-box .comment-thumb img {
                width: 100%;
            }

        .shop-details .product-discription .single-comment-box .inner-box .rating {
            position: relative;
            display: block;
            margin-bottom: 3px;
        }

            .shop-details .product-discription .single-comment-box .inner-box .rating li {
                position: relative;
                display: inline-block;
                font-size: 12px;
                float: left;
                margin-right: 4px;
                color: #f59845;
            }

                .shop-details .product-discription .single-comment-box .inner-box .rating li:last-child {
                    margin: 0px !important;
                }

        .shop-details .product-discription .single-comment-box .inner-box h4 {
            display: block;
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            margin-bottom: 11px;
        }

            .shop-details .product-discription .single-comment-box .inner-box h4 span {
                font-size: 17px;
                font-weight: 400;
                font-family: 'Manrope', sans-serif;
            }

    .shop-details .product-discription .customer-comment {
        position: relative;
        display: block;
        margin-bottom: 60px;
    }

    .shop-details .product-discription .comment-box {
        position: relative;
        display: block;
        background-color: #fff;
        padding: 52px 60px 60px 60px;
        border: 1px solid #e6ebed;
    }

        .shop-details .product-discription .comment-box h2 {
            display: block;
            font-size: 36px;
            line-height: 46px;
            font-weight: 700;
            margin-bottom: 9px;
        }

        .shop-details .product-discription .comment-box p {
            margin-bottom: 24px;
        }

        .shop-details .product-discription .comment-box .form-group {
            position: relative;
            margin-bottom: 15px;
        }

        .shop-details .product-discription .comment-box .column:last-child .form-group {
            margin-bottom: 0px;
            display: flex;
            align-items: center;
        }

        .shop-details .product-discription .comment-box .form-group input[type='text'],
        .shop-details .product-discription .comment-box .form-group input[type='email'],
        .shop-details .product-discription .comment-box .form-group textarea {
            position: relative;
            width: 100%;
            height: 58px;
            border: 1px solid #e6ebed;
            font-size: 18px;
            color: #707582;
            padding: 10px 20px;
            color: #7c8083;
            transition: all 500ms ease;
        }

        .shop-details .product-discription .comment-box .form-group textarea {
            height: 120px;
            resize: none;
        }

            .shop-details .product-discription .comment-box .form-group input:focus,
            .shop-details .product-discription .comment-box .form-group textarea:focus {
            }

        .shop-details .product-discription .comment-box .review-box h6,
        .shop-details .product-discription .comment-box .review-box .rating {
            position: relative;
            float: left;
        }

            .shop-details .product-discription .comment-box .review-box .rating li {
                position: relative;
                display: inline-block;
                font-size: 14px;
                line-height: 28px;
                float: left;
                margin-right: 4px;
                color: #f59845;
            }

                .shop-details .product-discription .comment-box .review-box .rating li:last-child {
                    margin: 0px !important;
                }

        .shop-details .product-discription .comment-box .review-box h6 {
            margin-right: 10px;
            font-size: 16px;
            line-height: 28px;
            font-weight: 500;
        }

        .shop-details .product-discription .comment-box .review-box {
            position: relative;
            display: block;
            margin-bottom: 33px;
            margin-top: 8px;
        }

.shop-details .related-product .shop-block-one .inner-box {
    margin-bottom: 0px;
}


.custom-controls-stacked {
    position: relative;
}

.shop-details .custom-controls-stacked {
    margin-bottom: 25px;
    margin-top: 10px;
}

.custom-control.material-checkbox {
    --color: #ebebeb;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px !important;
}

    .custom-control.material-checkbox .material-control-input {
        display: none;
    }

    .custom-control.material-checkbox .material-control-indicator {
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 0px;
        width: 14px;
        height: 14px;
        background: #f3f1f1;
        border: 1px solid #e2e2e2;
        cursor: pointer;
    }

        .custom-control.material-checkbox .material-control-indicator:before {
            position: absolute;
            content: "\f12e";
            font-family: 'flaticon';
            font-size: 8px;
            left: -1px;
            top: 0px;
            width: 14px;
            height: 14px;
            line-height: 14px;
            text-align: center;
            opacity: 0;
            transition: all 500ms ease;
        }

    .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator:before {
        opacity: 1;
    }

.custom-controls-stacked .description {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin-left: 25px;
    font-size: 17px;
    color: #827e7d;
    cursor: pointer;
}


/** cart-section **/

.cart-section {
    position: relative;
    padding: 115px 0px 120px 0px;
}

.cart-outer {
    position: relative;
}

    .cart-outer .table-outer {
        position: relative;
        width: 100%;
        overflow-x: auto;
        margin-bottom: 40px;
    }

    .cart-outer .cart-table {
        width: 100%;
        min-width: 900px;
        border-bottom: 1px solid #e2e2e2;
    }

        .cart-outer .cart-table tbody {
            padding-bottom: 30px;
        }

.cart-table .cart-header {
    position: relative;
    width: 100%;
    border: 1px solid #e2e2e2;
}

.cart-table thead tr th {
    line-height: 30px;
    padding: 21px 28px 19px 40px;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Monda', sans-serif;
    color: #1c1c1c;
    border-right: 1px solid #e2e2e2;
    text-align: center;
}

    .cart-table thead tr th .fa {
        font-size: 18px;
    }

.cart-table tbody tr td {
    padding: 30px 40px;
}

.cart-table tbody tr .qty .item-quantity {
    border: 1px solid #e2e2e2;
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #ffffff;
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 80px;
    padding-top: 11px;
    padding-left: 135px;
}

    .cart-table tbody tr .prod-column .column-box .prod-thumb {
        position: absolute;
        left: -40px;
        top: -30px;
        width: 140px;
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #e2e2e2;
    }

        .cart-table tbody tr .prod-column .column-box .prod-thumb img {
            display: block;
            max-width: 100%;
        }

    .cart-table tbody tr .prod-column .column-box h5 {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        font-weight: 700;
        text-align: left;
        max-width: 200px;
    }

.cart-table tbody tr .sub-total {
    font-size: 18px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    color: #1c1c1c;
}

.cart-table tbody tr .remove-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #adaaa9;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #b1afae;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .cart-table tbody tr .remove-btn:hover {
    }

.cart-table tbody tr td {
    vertical-align: middle;
    border-left: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
}

.cart-table tbody tr .total-price {
    font-size: 18px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
}

.cart-table tbody tr td:last-child {
    border-right: 1px solid #ebebeb;
}

.cart-section .cart-outer .totle-table {
    position: relative;
    margin-bottom: 12px;
}

    .cart-section .cart-outer .totle-table .total p {
        color: #1c1c1c;
    }

        .cart-section .cart-outer .totle-table .total p span {
        }

.cart-table tbody tr td.qty input {
    width: 50px;
    height: 50px;
    border: 1px solid #e6ebed;
    text-align: center;
    padding: 10px 10px;
    font-size: 18px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    color: #1c1c1c;
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
}

    .cart-section .apply-coupon .form-group:last-child {
        margin-right: 0px;
    }

    .cart-section .apply-coupon .form-group input[type="text"] {
        position: relative;
        display: block;
        border: 1px solid #e2e2e2;
        width: 250px;
        height: 54px;
        font-size: 18px;
        font-weight: 400;
        color: #827e7d;
        padding: 10px 20px;
        background: #ffffff;
        transition: all 500ms ease;
    }

    .cart-section .apply-coupon .form-group input:focus {
    }

    .cart-section .apply-coupon .form-group button {
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Monda', sans-serif;
        color: #1c1c1c;
        background: #f3f1f1;
        border: 1px solid #e2e2e2;
        padding: 12.5px 29px;
        cursor: pointer;
        text-transform: uppercase;
        transition: all 500ms ease;
    }

        .cart-section .apply-coupon .form-group button:hover {
            color: #fff;
        }

.cart-section .btn-box button {
    float: left;
    margin-right: 20px;
}

    .cart-section .btn-box button:last-child {
        margin-right: 0px;
    }

.cart-section .btn-box .checkout-btn {
    color: #fff;
}

    .cart-section .btn-box .checkout-btn:hover {
        background: #1c1c1c;
    }

.cart-section .btn-box .theme-btn {
    padding: 15px 44px;
    background: #1c1c1c;
    color: #fff;
}


/** faq-page-section **/

.faq-page-section {
    position: relative;
}

    .faq-page-section .sidebar-side {
        position: relative;
    }

        .faq-page-section .sidebar-side:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: 1px;
            height: 100%;
            right: 25px;
            top: 0px;
        }

    .faq-page-section .faq-sidebar {
        position: relative;
        margin-right: 10px;
        padding: 113px 0px 30px 0px;
    }

        .faq-page-section .faq-sidebar h3 {
            display: block;
            font-size: 24px;
            line-height: 34px;
            font-weight: 700;
            margin-bottom: 13px;
        }

        .faq-page-section .faq-sidebar .category-list li {
            position: relative;
            display: block;
            padding: 14px 0px;
        }

            .faq-page-section .faq-sidebar .category-list li a {
                position: relative;
                display: block;
                font-size: 14px;
                line-height: 24px;
                font-family: 'Monda', sans-serif;
                color: #1c1c1c;
                font-weight: 700;
                text-transform: uppercase;
            }

                .faq-page-section .faq-sidebar .category-list li a:hover,
                .faq-page-section .faq-sidebar .category-list li a.current {
                }

                .faq-page-section .faq-sidebar .category-list li a:before {
                    position: absolute;
                    content: '';
                    background: #e2e2e2;
                    width: 50px;
                    height: 1px;
                    left: 0px;
                    bottom: -14px;
                    transition: all 500ms ease;
                }

                .faq-page-section .faq-sidebar .category-list li a:hover:before,
                .faq-page-section .faq-sidebar .category-list li a.current:before {
                    width: 100%;
                }

                .faq-page-section .faq-sidebar .category-list li a:after {
                    position: absolute;
                    content: "\f105";
                    font-family: 'flaticon';
                    font-size: 16px;
                    top: 0px;
                    right: 25px;
                    font-weight: 400;
                    opacity: 0;
                    transition: all 500ms ease;
                }

                .faq-page-section .faq-sidebar .category-list li a.current:after,
                .faq-page-section .faq-sidebar .category-list li a:hover:after {
                    opacity: 1;
                }

    .faq-page-section .content-box {
        padding: 113px 0px 114px 0px;
    }

    .faq-page-section .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 120px 0px 0px 0px;
    }

        .faq-page-section .image-box .image {
            position: relative;
            display: block;
        }

            .faq-page-section .image-box .image:before {
                position: absolute;
                content: '';
                background: #000000;
                width: 100%;
                height: 100%;
                left: 0px;
                top: 0px;
                opacity: 0.2;
            }

        .faq-page-section .image-box .image-content {
            position: absolute;
            left: 0px;
            bottom: 30px;
            z-index: 1;
        }

            .faq-page-section .image-box .image-content h2 {
                position: relative;
                display: block;
                font-size: 30px;
                line-height: 40px;
                color: #fff;
                font-weight: 700;
                margin-bottom: 31px;
                padding-left: 30px;
            }

                .faq-page-section .image-box .image-content h2 span {
                    display: block;
                    font-weight: 400;
                }

            .faq-page-section .image-box .image-content .theme-btn.btn-two span:before {
                background: url(../images/icons/icon-bg-2.png);
                color: #fff;
            }


/** error-section **/

.error-section {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}

    .error-section .scroll-text {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
    }

        .error-section .scroll-text .text-box-one,
        .error-section .scroll-text .text-box-two {
            position: absolute;
            left: 0px;
            width: 100%;
            min-width: 5000px;
            padding: 21px 0px;
        }

        .error-section .scroll-text .text-inner {
            -moz-animation: scroll-left 90s linear infinite;
            -webkit-animation: scroll-left 90s linear infinite;
            animation: scroll-left 90s linear infinite;
        }

        .error-section .scroll-text .text-box-one {
            top: 0px;
        }

        .error-section .scroll-text .text-box-two {
            bottom: 0px;
        }

        .error-section .scroll-text h6 {
            position: relative;
            display: inline-block;
            font-size: 15px;
            line-height: 26px;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0px 22px;
        }

    .error-section .inner-box {
        position: relative;
        display: block;
        min-width: 770px;
        width: 100%;
        margin: 0 auto;
    }

        .error-section .inner-box .error-title {
            position: relative;
            display: inline-block;
        }

            .error-section .inner-box .error-title h1 {
                display: block;
                font-size: 200px;
                line-height: 200px;
                font-weight: 700;
                margin-bottom: 10px;
                text-shadow: -1px 1px 0 #291f1d,1px 1px 0 #291f1d,1px -1px 0 #291f1d,-1px -1px 0 #291f1d;
            }

                .error-section .inner-box .error-title h1.hidden-text {
                    position: absolute;
                    left: 0px;
                    top: 10px;
                    text-shadow: -1px 1px 0 #291f1d,1px 1px 0 #291f1d,1px -1px 0 #291f1d,-1px -1px 0 #291f1d;
                    color: #f3f1f1;
                    z-index: -1;
                }

        .error-section .inner-box h2 {
            position: relative;
            display: block;
            font-size: 36px;
            line-height: 46px;
            font-weight: 700;
            margin-bottom: 13px;
        }

        .error-section .inner-box p {
            margin-bottom: 33px;
        }

        .error-section .inner-box .form-inner .form-group {
            position: relative;
            margin-bottom: 30px;
        }

            .error-section .inner-box .form-inner .form-group input[type='search'] {
                position: relative;
                display: block;
                width: 100%;
                height: 60px;
                border: 1px solid #e2e2e2;
                font-size: 17px;
                color: #827e7d;
                padding: 10px 80px 10px 20px;
                transition: all 500ms ease;
            }

                .error-section .inner-box .form-inner .form-group input[type='search']:focus {
                }

            .error-section .inner-box .form-inner .form-group button {
                position: absolute;
                top: 8px;
                right: 8px;
                width: 44px;
                height: 44px;
                line-height: 48px;
                background: #f3f1f1;
                font-size: 20px;
                color: #232323;
                cursor: pointer;
                transition: all 500ms ease;
            }

                .error-section .inner-box .form-inner .form-group input:focus + button,
                .error-section .inner-box .form-inner .form-group button:hover {
                    color: #fff;
                }

.chooseus-style-three.service-page-one .image-box {
    margin-left: 0px;
}

    .chooseus-style-three.service-page-one .image-box .text-box {
        background: rgba(228, 73, 46, 0.95);
    }

.chooseus-style-three.service-page-one .content-box .download-box .icon-box {
    color: #fff;
}

.service-style-three.service-page-2 .service-block-three .inner-box {
    margin-bottom: 50px;
}

.service-style-three.service-page-2 {
    padding-bottom: 70px;
}

.service-style-two .title-box .text p {
    margin-bottom: 34px;
}

.service-style-two .title-box .text a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c1c1c;
}

    .service-style-two .title-box .text a:hover {
    }

    .service-style-two .title-box .text a span {
        position: relative;
        padding-left: 55px;
    }

        .service-style-two .title-box .text a span:before {
            position: absolute;
            content: "\f105";
            font-family: 'flaticon';
            font-size: 16px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border-radius: 50%;
            left: 0px;
            top: -8px;
            font-weight: 400;
            transition: all 500ms ease;
        }

    .service-style-two .title-box .text a:hover span:before {
        color: #fff;
    }

.service-style-two.service-page-3 .service-block-two .inner-box {
    margin-bottom: 60px;
}

.service-style-two.service-page-3 {
    padding-bottom: 60px;
}


/** service-details **/

.service-details {
    position: relative;
    padding: 120px 0px;
    border-bottom: 1px solid #e2e2e2;
}

.service-sidebar {
    position: relative;
    display: block;
    margin-right: 20px;
}

    .service-sidebar .category-widget {
        position: relative;
        display: block;
        border: 1px solid #e2e2e2;
        padding-left: 30px;
    }

    .service-sidebar .widget-title {
        position: relative;
        display: block;
        padding: 21px 0px;
        border-bottom: 1px solid #e2e2e2;
    }

        .service-sidebar .widget-title h3 {
            font-size: 24px;
            line-height: 34px;
            font-weight: 700;
        }

    .service-sidebar .category-widget .category-list li {
        position: relative;
        display: block;
        padding: 18px 26px 17px 0px;
        border-bottom: 1px solid #e2e2e2;
    }

        .service-sidebar .category-widget .category-list li:last-child {
            border-bottom: none;
        }

        .service-sidebar .category-widget .category-list li a {
            position: relative;
            display: block;
            font-size: 14px;
            line-height: 24px;
            font-family: 'Monda', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            color: #1c1c1c;
        }

            .service-sidebar .category-widget .category-list li a:before {
                position: absolute;
                content: '';
                background: #e2e2e2;
                width: 1px;
                height: 37px;
                top: -18px;
                right: 39px;
                transition: all 500ms ease;
            }

            .service-sidebar .category-widget .category-list li a:hover:before,
            .service-sidebar .category-widget .category-list li a.current:before {
                width: 38px;
                height: 1px;
                top: 10px;
                right: 13px;
            }

            .service-sidebar .category-widget .category-list li a:hover,
            .service-sidebar .category-widget .category-list li a.current {
            }

            .service-sidebar .category-widget .category-list li a i {
                position: absolute;
                top: 1px;
                right: 0px;
                font-size: 16px;
                color: #a9a6a5;
                transition: all 500ms ease;
            }

            .service-sidebar .category-widget .category-list li a:hover i,
            .service-sidebar .category-widget .category-list li a.current i {
            }

    .service-sidebar .category-widget {
        margin-bottom: 50px;
    }

    .service-sidebar .download-widget {
        margin-bottom: 50px;
    }

        .service-sidebar .download-widget .image-box {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .service-sidebar .download-widget .image-box img {
                width: 100%;
            }

            .service-sidebar .download-widget .image-box h3 {
                position: absolute;
                display: inline-block;
                font-size: 24px;
                line-height: 34px;
                color: #fff;
                font-weight: 700;
                left: 0px;
                bottom: 0px;
                width: calc(100% - 65px);
                padding: 17px 30px 19px 30px;
            }

        .service-sidebar .download-widget .download-list {
            position: relative;
            display: block;
            background: #f3f1f1;
            border: 1px solid #e2e2e2;
            padding-left: 30px;
        }

            .service-sidebar .download-widget .download-list li {
                position: relative;
                display: block;
                padding: 15px 26px 15px 0px;
                border-bottom: 1px solid #d6d6d6;
            }

                .service-sidebar .download-widget .download-list li:last-child {
                    border-bottom: none;
                }

                .service-sidebar .download-widget .download-list li button {
                    position: relative;
                    display: block;
                    font-size: 14px;
                    line-height: 24px;
                    font-family: 'Monda', sans-serif;
                    color: #1c1c1c;
                    font-weight: 700;
                    text-transform: uppercase;
                    cursor: pointer;
                    width: 100%;
                    text-align: left;
                    transition: all 500ms ease;
                }

                    .service-sidebar .download-widget .download-list li button:hover {
                    }

                    .service-sidebar .download-widget .download-list li button i {
                        position: absolute;
                        top: 2px;
                        right: 0px;
                        font-size: 20px;
                        color: #afacab;
                        transition: all 500ms ease;
                    }

                    .service-sidebar .download-widget .download-list li button:hover i {
                    }

    .service-sidebar .contact-widget {
        position: relative;
        display: block;
        background: #1c1c1c;
        padding-left: 30px;
    }

        .service-sidebar .contact-widget .widget-title {
            border-bottom: 1px solid #373737;
        }

            .service-sidebar .contact-widget .widget-title h3 {
                color: #fff;
            }

        .service-sidebar .contact-widget .widget-content {
            position: relative;
            display: block;
            padding: 21px 30px 30px 0px;
        }

        .service-sidebar .contact-widget .customer-support {
            position: relative;
            display: block;
            padding: 0px 0px 0px 120px;
            margin-bottom: 16px;
        }

            .service-sidebar .contact-widget .customer-support .thumb-box {
                position: absolute;
                left: 0px;
                top: 8px;
                width: 100px;
                height: 100px;
            }

                .service-sidebar .contact-widget .customer-support .thumb-box img {
                    width: 100%;
                }

            .service-sidebar .contact-widget .customer-support h3 {
                display: block;
                font-size: 24px;
                line-height: 32px;
                color: #fff;
                font-weight: 700;
                margin-bottom: 12px;
                padding-bottom: 15px;
            }

                .service-sidebar .contact-widget .customer-support h3:before {
                    position: absolute;
                    content: '';
                    width: 40px;
                    height: 4px;
                    left: 0px;
                    bottom: 0px;
                }

            .service-sidebar .contact-widget .customer-support .designation {
                position: relative;
                display: block;
                font-size: 14px;
                line-height: 24px;
                font-family: 'Monda', sans-serif;
                font-weight: 700;
                text-transform: uppercase;
            }

        .service-sidebar .contact-widget .info-box {
            margin-bottom: 23px;
        }

            .service-sidebar .contact-widget .info-box li {
                position: relative;
                display: block;
                padding: 0px 0px 0px 38px;
                margin-bottom: 16px;
            }

                .service-sidebar .contact-widget .info-box li:last-child {
                    margin-bottom: 0px;
                }

                .service-sidebar .contact-widget .info-box li .icon-box {
                    position: absolute;
                    left: 0px;
                    top: 6px;
                    font-size: 18px;
                }

                .service-sidebar .contact-widget .info-box li h5 {
                    display: block;
                    font-size: 18px;
                    line-height: 28px;
                    color: #fff;
                    font-weight: 700;
                }

                .service-sidebar .contact-widget .info-box li p a {
                    color: #a9a6a5;
                }

                    .service-sidebar .contact-widget .info-box li p a:hover {
                        color: #fff;
                    }

        .service-sidebar .contact-widget .theme-btn {
            width: 100%;
        }

.service-details-content {
    position: relative;
    display: block;
}

    .service-details-content h2 {
        position: relative;
        display: block;
        font-size: 48px;
        line-height: 58px;
        font-weight: 700;
        margin-bottom: 39px;
    }

    .service-details-content .content-one .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 44px;
    }

        .service-details-content .content-one .image-box .image {
            position: relative;
            display: block;
        }

            .service-details-content .content-one .image-box .image img {
                width: 100%;
            }

    .service-details-content .content-one .owl-nav span {
        display: none;
    }

    .service-details-content .content-one .owl-nav {
        position: absolute;
        top: 0px;
        right: -24px;
        background: #fff;
        width: 144px;
        height: 74px;
        line-height: 62px;
        text-align: center;
    }

        .service-details-content .content-one .owl-nav button {
            position: relative;
            display: inline-block;
            margin: 0px 10px;
            width: 38px;
            height: 24px;
        }

            .service-details-content .content-one .owl-nav button.owl-prev:before {
                position: absolute;
                content: '';
                background-image: url(../images/icons/icon-1.png);
                width: 38px;
                height: 24px;
                left: 0px;
                top: 0px;
                opacity: 0.6;
                background-repeat: no-repeat;
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                transition: all 500ms ease;
            }

            .service-details-content .content-one .owl-nav button.owl-next:before {
                position: absolute;
                content: '';
                background-image: url(../images/icons/icon-2.png);
                width: 38px;
                height: 24px;
                left: 0px;
                top: 0px;
                opacity: 0.6;
                background-repeat: no-repeat;
                filter: grayscale(100%);
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                transition: all 500ms ease;
            }

            .service-details-content .content-one .owl-nav button.owl-prev:hover:before,
            .service-details-content .content-one .owl-nav button.owl-next:hover:before {
                opacity: 1;
                filter: grayscale(0%);
                -webkit-filter: grayscale(0%);
                -moz-filter: grayscale(0%);
                -o-filter: grayscale(0%);
                -ms-filter: grayscale(0%);
            }

    .service-details-content .content-one .text h4 {
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .service-details-content .content-one {
        margin-bottom: 44px;
    }

    .service-details-content h3 {
        position: relative;
        display: block;
        font-size: 32px;
        line-height: 42px;
        font-weight: 700;
        margin-bottom: 31px;
    }

    .service-details-content .service-block-two .inner-box .image-box .image:after {
        display: none;
    }

    .service-details-content .service-block-two .inner-box .image-box h3 {
        margin-bottom: 0px;
    }

    .service-details-content .content-two .other-service {
        position: relative;
        display: block;
        margin-top: 40px;
    }

    .service-details-content .content-two .service-list li {
        position: relative;
        display: block;
        float: left;
        width: 50%;
        border-bottom: 1px solid #e2e2e2;
        padding: 18px 0px 20px 30px;
    }

        .service-details-content .content-two .service-list li:nth-child(2n+1) {
            padding-left: 0px;
        }

        .service-details-content .content-two .service-list li a {
            position: relative;
            display: inline-block;
            font-size: 20px;
            line-height: 30px;
            font-family: 'Monda', sans-serif;
            color: #1c1c1c;
            font-weight: 700;
            padding-left: 42px;
        }

            .service-details-content .content-two .service-list li a:hover {
            }

        .service-details-content .content-two .service-list li:first-child,
        .service-details-content .content-two .service-list li:nth-child(2) {
            border-top: 1px solid #e2e2e2;
        }

        .service-details-content .content-two .service-list li i {
            position: absolute;
            left: 0px;
            top: 3px;
            width: 26px;
            height: 26px;
            line-height: 28px;
            background: #f3f1f1;
            border: 1px solid #e3e3e3;
            font-size: 12px;
            color: #242424;
            text-align: center;
            border-radius: 50%;
            transition: all 500ms ease;
        }

        .service-details-content .content-two .service-list li a:hover i {
            color: #fff;
        }

    .service-details-content .content-two .service-list {
        position: relative;
    }

        .service-details-content .content-two .service-list:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: 1px;
            height: 100%;
            left: 50%;
            top: 0px;
        }

    .service-details-content .content-two {
        margin-bottom: 50px;
    }

    .service-details-content .content-three .upper-box h3 {
        margin-bottom: 24px;
    }

    .service-details-content .content-three .upper-box {
        margin-bottom: 33px;
    }

    .service-details-content .content-three .tabs-box {
        position: relative;
        display: block;
        padding-left: 350px;
    }

        .service-details-content .content-three .tabs-box .tab-btn-box {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 350px;
            overflow: hidden;
            padding-top: 130px;
        }

            .service-details-content .content-three .tabs-box .tab-btn-box .bg-layer {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
            }

                .service-details-content .content-three .tabs-box .tab-btn-box .bg-layer:before {
                    position: absolute;
                    content: '';
                    background: #1c1c1c;
                    width: 100%;
                    height: 100%;
                    left: 0px;
                    top: 0px;
                    opacity: 0.2;
                }

    .service-details-content .content-three .tab-btns li {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-family: 'Monda', sans-serif;
        color: #1c1c1c;
        font-weight: 700;
        padding: 19px 30px;
        background: #f3f1f1;
        border: 1px solid #e2e2e2;
        cursor: pointer;
        border-bottom: none;
        transition: all 500ms ease;
    }

        .service-details-content .content-three .tab-btns li:last-child,
        .service-details-content .content-three .tab-btns li.active-btn:last-child {
            border-bottom: 1px solid #e2e2e2;
        }

        .service-details-content .content-three .tab-btns li.active-btn {
            background: transparent;
            color: #fff;
            border: transparent;
        }

        .service-details-content .content-three .tab-btns li i {
            position: absolute;
            display: inline-block;
            top: 21px;
            right: 30px;
            font-size: 20px;
            color: #aaa7a6;
            font-weight: 400;
            transition: all 500ms ease;
        }

        .service-details-content .content-three .tab-btns li.active-btn i {
            transform: rotate(-45deg);
        }

    .service-details-content .content-three .tabs-content .inner-box {
        position: relative;
        display: block;
        border: 1px solid #e2e2e2;
        padding-left: 50px;
        border-left: none;
    }

        .service-details-content .content-three .tabs-content .inner-box .title-box {
            position: relative;
            display: block;
            padding: 43px 30px 22px 0px;
            border-bottom: 1px solid #e2e2e2;
        }

            .service-details-content .content-three .tabs-content .inner-box .title-box h6 {
                position: relative;
                display: block;
                font-size: 14px;
                line-height: 24px;
                font-weight: 700;
                text-transform: uppercase;
                margin-bottom: 6px;
            }

            .service-details-content .content-three .tabs-content .inner-box .title-box h3 {
                font-size: 24px;
                line-height: 34px;
                margin-bottom: 0px;
            }

        .service-details-content .content-three .tabs-content .inner-box .text {
            position: relative;
            display: block;
            padding: 23px 35px 40px 0px;
        }

.industry-style-three.industries-page-one {
    background: #fff;
}

    .industry-style-three.industries-page-one:before {
        display: none;
    }

    .industry-style-three.industries-page-one .industries-block-one .inner-box .image-box:before {
        background: #fff;
    }

    .industry-style-three.industries-page-one .industries-block-one .inner-box .content-box .link-box a {
        background: rgba(228, 73, 46, 0.90);
    }

    .industry-style-three.industries-page-one .industries-block-one .inner-box .content-box .light-icon {
        color: #f3f1f1;
    }

    .industry-style-three.industries-page-one .industries-block-one .inner-box .content-box h3 a {
        color: #1c1c1c;
    }

        .industry-style-three.industries-page-one .industries-block-one .inner-box .content-box h3 a:hover {
        }

.testimonial-style-two:before {
    background: #1c1c1c;
}

.testimonial-style-two.industries-page-two .light-icon {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2f2f2f;
}


/** industry-style-four **/

.industry-style-four {
    position: relative;
}

    .industry-style-four .image-column {
        position: relative;
        padding-top: 120px;
        padding-bottom: 120px;
        border-right: 1px solid #e2e2e2;
    }

    .industry-style-four .image-box {
        position: relative;
        display: block;
        margin-right: 100px;
        padding-top: 217px;
        padding-right: 100px;
    }

        .industry-style-four .image-box img {
            width: 100%;
        }

        .industry-style-four .image-box .image-2 {
            position: absolute;
            top: 0px;
            right: 0px;
        }

        .industry-style-four .image-box .big-text {
            position: absolute;
            display: inline-block;
            top: 144px;
            left: -140px;
            font-size: 72px;
            line-height: 82px;
            font-family: 'Monda', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            color: transparent;
            -webkit-text-stroke-width: 1px;
            transform: rotate(90deg);
        }

        .industry-style-four .image-box h5 {
            position: absolute;
            display: inline-block;
            top: 230px;
            right: -60px;
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            padding-left: 20px;
            color: #fff;
            transform: rotate(90deg);
        }

            .industry-style-four .image-box h5:before {
                position: absolute;
                content: '';
                width: 11px;
                height: 11px;
                left: 0px;
                top: 9px;
                border-radius: 50%;
            }

        .industry-style-four .image-box .year-box {
            position: absolute;
            right: 0px;
            bottom: 120px;
            width: 120px;
            text-align: center;
            padding: 32px 0px 30px 0px;
        }

            .industry-style-four .image-box .year-box h2 {
                position: relative;
                display: inline-block;
                font-size: 48px;
                line-height: 58px;
                color: #fff;
                font-weight: 700;
                padding-right: 17px;
            }

                .industry-style-four .image-box .year-box h2 span {
                    position: absolute;
                    top: -15px;
                    right: 0px;
                    font-size: 36px;
                }

    .industry-style-four .content-box {
        position: relative;
        display: block;
        padding-top: 114px;
        padding-bottom: 120px;
        margin-left: 100px;
    }

        .industry-style-four .content-box .sec-title {
            margin-bottom: 31px;
        }

        .industry-style-four .content-box .text {
            margin-bottom: 19px;
        }

            .industry-style-four .content-box .text p {
                margin-bottom: 20px;
            }

                .industry-style-four .content-box .text p:first-child {
                }

                .industry-style-four .content-box .text p:last-child {
                    margin-bottom: 0px;
                }

        .industry-style-four .content-box .search-form {
            position: relative;
            margin-bottom: 52px;
        }

            .industry-style-four .content-box .search-form .form-group {
                position: relative;
                margin-bottom: 0px;
                width: 100%;
            }

                .industry-style-four .content-box .search-form .form-group input[type='search'] {
                    position: relative;
                    display: block;
                    width: 100%;
                    height: 60px;
                    font-size: 17px;
                    color: #1c1c1c;
                }

                .industry-style-four .content-box .search-form .form-group:before {
                    position: absolute;
                    content: '';
                    background: #e2e2e2;
                    width: calc(100% + 115px);
                    height: 1px;
                    right: 0px;
                    bottom: 0px;
                }

                .industry-style-four .content-box .search-form .form-group button {
                    position: absolute;
                    top: 19px;
                    right: 0px;
                    font-size: 16px;
                    color: #a9a6a5;
                    cursor: pointer;
                    transition: all 500ms ease;
                }

                    .industry-style-four .content-box .search-form .form-group input:focus + button,
                    .industry-style-four .content-box .search-form .form-group button:hover {
                    }

.industries-details .service-block-two .inner-box .image-box .image:before {
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.20) 50%);
}



/** blog-grid **/

.blog-grid {
    position: relative;
    padding: 120px 0px;
}

    .blog-grid .news-block-one .inner-box {
        margin-bottom: 30px;
    }

.sidebar-page-container {
    position: relative;
    padding: 120px 0px;
}

.blog-list-one .blog-sidebar {
    margin-right: 50px;
}

.blog-sidebar .post-widget .widget-title {
    margin-bottom: 23px;
}

.blog-sidebar .post-widget .post {
    position: relative;
    display: block;
    padding-bottom: 23px;
    margin-bottom: 23px;
    border-bottom: 1px solid #e2e2e2;
    min-height: 146px;
    padding-right: 30px;
}

    .blog-sidebar .post-widget .post:last-child {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .blog-sidebar .post-widget .post h6 {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 6px;
    }

    .blog-sidebar .post-widget .post h4 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 4px;
    }

        .blog-sidebar .post-widget .post h4 a {
            display: inline-block;
            color: #1c1c1c;
        }

            .blog-sidebar .post-widget .post h4 a:hover {
            }

    .blog-sidebar .post-widget .post h5 {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 28px;
        color: #a9a6a5;
        padding-left: 22px;
    }

        .blog-sidebar .post-widget .post h5 i {
            position: absolute;
            left: 0px;
            top: 8px;
            font-size: 14px;
        }

.blog-sidebar .post-widget {
    padding-bottom: 0px;
}

.blog-sidebar .tags-widget .widget-title {
    margin-bottom: 23px;
}

.blog-sidebar .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-bottom: 9px;
}

    .blog-sidebar .tags-widget .tags-list li a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 26px;
        color: #4b4b4b;
        padding-left: 25px;
    }

        .blog-sidebar .tags-widget .tags-list li a:hover {
        }

        .blog-sidebar .tags-widget .tags-list li a:before {
            position: absolute;
            content: '';
            width: 16px;
            height: 16px;
            background: #f3f1f1;
            border: 1px solid #e2e2e2;
            left: 0px;
            top: 5px;
            transition: all 500ms ease;
        }

        .blog-sidebar .tags-widget .tags-list li a:hover:before {
            background: transparent;
        }

        .blog-sidebar .tags-widget .tags-list li a:after {
            position: absolute;
            content: '';
            width: 6px;
            height: 6px;
            left: 5px;
            top: 10px;
            transform: scale(0,0);
            transition: all 500ms ease;
        }

        .blog-sidebar .tags-widget .tags-list li a:hover:after {
            transform: scale(1,1);
        }

.blog-sidebar .tags-widget {
    padding-bottom: 16px;
}

.blog-sidebar .appointment-widget .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

    .blog-sidebar .appointment-widget .image-box .image {
        position: relative;
        display: block;
    }

        .blog-sidebar .appointment-widget .image-box .image img {
            width: 100%;
        }

        .blog-sidebar .appointment-widget .image-box .image:before {
            position: absolute;
            content: '';
            background: #000000;
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            opacity: 0.2;
        }

    .blog-sidebar .appointment-widget .image-box .image-content {
        position: absolute;
        left: 0px;
        bottom: 30px;
        z-index: 1;
    }

        .blog-sidebar .appointment-widget .image-box .image-content h2 {
            position: relative;
            display: block;
            font-size: 30px;
            line-height: 40px;
            color: #fff;
            font-weight: 700;
            margin-bottom: 31px;
            padding-left: 30px;
        }

            .blog-sidebar .appointment-widget .image-box .image-content h2 span {
                display: block;
                font-weight: 400;
            }

        .blog-sidebar .appointment-widget .image-box .image-content .theme-btn.btn-two span:before {
            background: url(../images/icons/icon-bg-3.png);
            color: #fff;
        }

.blog-list-one .blog-list-content {
    position: relative;
}

    .blog-list-one .blog-list-content:before {
        position: absolute;
        content: '';
        background: #e2e2e2;
        width: 1px;
        height: 100%;
        left: -40px;
        top: 0px;
    }

.blog-list-one .pagination-wrapper {
    padding-top: 0px;
}

.blog-list-one .news-block-two:last-child .inner-box {
    border-bottom: none;
    margin-bottom: 10px;
}

    .blog-list-one .news-block-two:last-child .inner-box:before {
        display: none;
    }

.blog-list-two .blog-sidebar {
    margin-left: 50px;
}

.blog-list-two .news-block-one .inner-box .lower-content h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 14px;
}

.news-block-one .inner-box .lower-content p {
    margin-bottom: 24px;
}

.news-block-one .inner-box .lower-content .link-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c1c1c;
}

    .news-block-one .inner-box .lower-content .link-box a:before {
        position: absolute;
        content: '';
        background: #e2e2e2;
        width: 14px;
        height: 1px;
        left: -29px;
        top: 12px;
    }

    .news-block-one .inner-box .lower-content .link-box a:hover {
    }

    .news-block-one .inner-box .lower-content .link-box a span {
        position: relative;
        padding-right: 27px;
        transition: all 500ms ease;
    }

    .news-block-one .inner-box .lower-content .link-box a:hover span {
        padding-right: 35px;
    }

    .news-block-one .inner-box .lower-content .link-box a span:before {
        position: absolute;
        content: "\f105";
        font-family: 'flaticon';
        font-size: 12px;
        color: #1c1c1c;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        border-radius: 50%;
        background: transparent;
        top: -1px;
        right: 0px;
        transition: all 500ms ease;
    }

    .news-block-one .inner-box .lower-content .link-box a:hover span:before {
        color: #fff;
    }

.blog-list-two .news-block-one .inner-box .lower-content {
    padding-top: 15px;
}

    .blog-list-two .news-block-one .inner-box .lower-content .post-info {
        padding-bottom: 17px;
        margin-bottom: 26px;
    }

.blog-list-two .news-block-one .inner-box {
    padding: 29px 29px 33px 29px;
}

    .blog-list-two .news-block-one .inner-box .lower-content .post-info:before {
        width: calc(100% + 30px);
    }

    .blog-list-two .news-block-one .inner-box .image-box .category {
        left: -30px;
    }

.blog-list-two .news-block-one .inner-box {
    margin-bottom: 50px;
}

.blog-list-two .pagination-wrapper {
    padding-top: 10px;
}

.blog-sidebar {
    margin-top: -25px;
}

.blog-list-two .blog-list-content {
    position: relative;
}

.blog-list-two .big-text {
    position: absolute;
    display: inline-block;
    top: 345px;
    right: -403px;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Monda', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e2e2e2;
    transform: rotate(90deg);
}

.blog-sidebar .appointment-widget .image-box .theme-btn:hover {
    background: #fff;
}


/** blog-details **/

.blog-details {
    border-top: 1px solid #e2e2e2;
}

    .blog-details .blog-sidebar {
        margin-left: 50px;
    }

    .blog-details .content-side {
        position: relative;
    }

        .blog-details .content-side:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: 1px;
            height: calc(100% + 120px);
            top: 0px;
            right: 15px;
        }

.blog-details-content {
    position: relative;
    padding-right: 30px;
}

    .blog-details-content .content-one .title-box {
        position: relative;
        display: block;
        padding-bottom: 30px;
        margin-bottom: 24px;
    }

        .blog-details-content .content-one .title-box:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: calc(100% + 30px);
            height: 1px;
            left: 0px;
            bottom: 0px;
        }

        .blog-details-content .content-one .title-box .option-list {
            position: absolute;
            top: 0px;
            right: 30px;
        }

            .blog-details-content .content-one .title-box .option-list li {
                position: relative;
                display: inline-block;
                float: left;
                margin-right: 10px;
            }

                .blog-details-content .content-one .title-box .option-list li:last-child {
                    margin: 0px;
                }

                .blog-details-content .content-one .title-box .option-list li a {
                    position: relative;
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    border: 1px solid #e2e2e2;
                    background: #f3f1f1;
                    text-align: center;
                    font-size: 15px;
                    color: #a9a6a5;
                }

                    .blog-details-content .content-one .title-box .option-list li a:hover {
                        color: #fff;
                    }

        .blog-details-content .content-one .title-box .category {
            position: relative;
            display: inline-block;
            font-size: 14px;
            line-height: 30px;
            font-family: 'Monda', sans-serif;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            padding: 0px 20px;
            margin-bottom: 22px;
        }

        .blog-details-content .content-one .title-box h2 {
            display: block;
            font-size: 40px;
            line-height: 50px;
            font-weight: 700;
        }

    .blog-details-content .content-one .post-info li {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 25px;
        font-size: 18px;
        color: #827e7d;
        font-family: 'Monda', sans-serif;
        padding-left: 23px;
    }

        .blog-details-content .content-one .post-info li:last-child {
            margin: 0px;
        }

        .blog-details-content .content-one .post-info li:before {
            position: absolute;
            content: '';
            background: #d6d6d6;
            width: 1px;
            height: 14px;
            top: 7px;
            right: -13px;
        }

        .blog-details-content .content-one .post-info li:last-child:before {
            display: none;
        }

        .blog-details-content .content-one .post-info li a {
            position: relative;
            display: inline-block;
            color: #827e7d;
        }

            .blog-details-content .content-one .post-info li a:hover {
            }

        .blog-details-content .content-one .post-info li i {
            position: absolute;
            left: 0px;
            top: 5px;
            font-size: 16px;
            color: #a9a6a5;
        }

    .blog-details-content .content-one .upper-box {
        margin-bottom: 40px;
    }

    .blog-details-content .content-one .image-box {
        position: relative;
        display: block;
        margin-bottom: 43px;
    }

        .blog-details-content .content-one .image-box img {
            width: 100%;
        }

    .blog-details-content .content-one .text p {
        margin-bottom: 25px;
    }

        .blog-details-content .content-one .text p:last-child {
            margin-bottom: 0px;
        }

    .blog-details-content .content-one {
        margin-bottom: 43px;
    }

    .blog-details-content .content-two h2 {
        display: block;
        font-size: 36px;
        line-height: 46px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .blog-details-content .content-two p {
        margin-bottom: 26px;
    }

        .blog-details-content .content-two p:last-child {
            margin-bottom: 0px;
        }

    .blog-details-content .content-two .text {
        margin-bottom: 32px;
    }

    .blog-details-content .content-two blockquote {
        position: relative;
        padding: 0px;
        margin: 0px;
        padding-left: 130px;
    }

        .blog-details-content .content-two blockquote:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: 1px;
            height: calc(100% - 18px);
            left: 100px;
            top: 11px;
        }

        .blog-details-content .content-two blockquote .icon-box {
            position: absolute;
            left: 0px;
            top: 2px;
            font-size: 80px;
            color: transparent;
            -webkit-text-stroke-width: 1px;
            -webkit-text-stroke-color: #e3e3e3;
        }

        .blog-details-content .content-two blockquote p {
            font-size: 19px;
            line-height: 35px;
            color: #1c1c1c;
            padding-bottom: 20px;
            margin-bottom: 22px;
        }

            .blog-details-content .content-two blockquote p:before {
                position: absolute;
                content: '';
                background: #e2e2e2;
                width: calc(100% + 30px);
                height: 1px;
                right: 0px;
                bottom: 0px;
            }

        .blog-details-content .content-two blockquote h3 {
            position: relative;
            display: block;
            font-size: 24px;
            line-height: 34px;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .blog-details-content .content-two blockquote .designation {
            position: relative;
            display: block;
        }

    .blog-details-content .content-two {
        margin-bottom: 53px;
    }

    .blog-details-content .two-column {
        margin: 0px 5px;
    }

        .blog-details-content .two-column .image-column {
            padding: 0px 10px;
        }

        .blog-details-content .two-column .image-box {
            position: relative;
            display: block;
            margin-bottom: 50px;
        }

            .blog-details-content .two-column .image-box img {
                width: 100%;
            }

    .blog-details-content .content-three h2 {
        position: relative;
        display: block;
        font-size: 36px;
        line-height: 46px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .blog-details-content .content-three p {
        margin-bottom: 26px;
    }

    .blog-details-content .content-three span {
        position: relative;
        display: block;
        color: #1c1c1c;
        margin-bottom: 17px;
    }

    .blog-details-content .content-three .list-item li {
        position: relative;
        display: block;
        font-size: 17px;
        color: #827e7d;
        padding-left: 36px;
        margin-bottom: 9px;
    }

        .blog-details-content .content-three .list-item li:last-child {
            margin-bottom: 0px;
        }

        .blog-details-content .content-three .list-item li:before {
            position: absolute;
            content: "\f12e";
            font-family: 'flaticon';
            font-size: 16px;
            left: 0px;
            top: 2px;
        }

    .blog-details-content .content-three .list-item {
        margin-bottom: 47px;
    }

    .blog-details-content .content-three .tags-list li {
        position: relative;
        display: inline-block;
    }

        .blog-details-content .content-three .tags-list li h5 {
            display: inline-block;
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
        }

            .blog-details-content .content-three .tags-list li h5 span {
                position: relative;
                display: inline-block;
                margin-right: 8px;
                font-size: 20px;
            }

        .blog-details-content .content-three .tags-list li a {
            display: inline-block;
            color: #827e7d;
        }

            .blog-details-content .content-three .tags-list li a:hover {
            }

    .blog-details-content .content-three {
        position: relative;
        padding-bottom: 39px;
        margin-bottom: 44px;
    }

        .blog-details-content .content-three:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: calc(100% + 30px);
            height: 1px;
            left: 0px;
            bottom: 0px;
        }

    .blog-details-content .post-nav-btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .blog-details-content .post-nav-btn h6 {
            display: block;
            font-size: 14px;
            line-height: 24px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

        .blog-details-content .post-nav-btn h4 {
            position: relative;
            display: block;
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
        }

            .blog-details-content .post-nav-btn h4 a {
                display: inline-block;
                color: #1c1c1c;
            }

                .blog-details-content .post-nav-btn h4 a:hover {
                }

    .blog-details-content .post-nav .btn-box {
        position: relative;
        display: block;
        margin-top: 22px;
    }

        .blog-details-content .post-nav .btn-box a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            font-family: 'Monda', sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            color: #1c1c1c;
            background: #f3f3f3;
            border: 1px solid #e2e2e2;
            padding: 15px 30px;
            text-align: center;
            width: 100%;
        }

            .blog-details-content .post-nav .btn-box a:hover {
                background: #1c1c1c;
                border-color: #1c1c1c;
            }

            .blog-details-content .post-nav .btn-box a span {
                position: relative;
                padding-left: 22px;
            }

                .blog-details-content .post-nav .btn-box a span:before {
                    position: absolute;
                    content: '';
                    background-image: url(../images/icons/icon-11.png);
                    width: 12px;
                    height: 12px;
                    left: 0px;
                    top: 6px;
                    background-repeat: no-repeat;
                }

    .blog-details-content .post-nav {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 40px;
    }

        .blog-details-content .post-nav:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: calc(100% + 30px);
            height: 1px;
            left: 0px;
            bottom: 0px;
        }

    .blog-details-content .group-title {
        position: relative;
        display: block;
        margin-bottom: 25px;
    }

        .blog-details-content .group-title h2 {
            font-size: 36px;
            line-height: 46px;
            font-weight: 700;
        }

    .blog-details-content .author-box .inner-box {
        position: relative;
        display: block;
        padding-left: 200px;
    }

        .blog-details-content .author-box .inner-box .thumb-box {
            position: absolute;
            left: 0px;
            top: 6px;
            width: 150px;
            height: 150px;
            border-radius: 50%;
        }

            .blog-details-content .author-box .inner-box .thumb-box img {
                width: 100%;
                border-radius: 50%;
            }

        .blog-details-content .author-box .inner-box h6 {
            position: relative;
            display: block;
            font-size: 14px;
            line-height: 24px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .blog-details-content .author-box .inner-box h3 {
            display: block;
            font-size: 24px;
            line-height: 34px;
            font-weight: 700;
            margin-bottom: 14px;
        }

        .blog-details-content .author-box .inner-box p {
            margin-bottom: 23px;
        }

        .blog-details-content .author-box .inner-box .social-links li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 15px;
        }

            .blog-details-content .author-box .inner-box .social-links li:last-child {
                margin: 0px;
            }

            .blog-details-content .author-box .inner-box .social-links li a {
                position: relative;
                display: inline-block;
                width: 44px;
                height: 44px;
                line-height: 44px;
                text-align: center;
                font-size: 20px;
                color: #fff;
                background: #3b5998;
            }

            .blog-details-content .author-box .inner-box .social-links li:nth-child(2) a {
                background: #55acee;
            }

            .blog-details-content .author-box .inner-box .social-links li:nth-child(3) a {
                background: #0071bc;
            }

            .blog-details-content .author-box .inner-box .social-links li:last-child a {
                background: #cd201f;
            }

    .blog-details-content .author-box {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 40px;
    }

        .blog-details-content .author-box:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: calc(100% + 30px);
            height: 1px;
            left: 0px;
            bottom: 0px;
        }

    .blog-details-content .comments-box .comment {
        position: relative;
        display: block;
        padding-left: 100px;
        margin-bottom: 35px;
    }

        .blog-details-content .comments-box .comment:last-child {
            margin-bottom: 0px;
        }

        .blog-details-content .comments-box .comment .comment-thumb {
            position: absolute;
            left: 0px;
            top: 7px;
            width: 70px;
            height: 70px;
        }

            .blog-details-content .comments-box .comment .comment-thumb img {
                width: 100%;
            }

        .blog-details-content .comments-box .comment .comment-info {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 9px;
        }

            .blog-details-content .comments-box .comment .comment-info h4 {
                font-size: 20px;
                line-height: 30px;
                font-weight: 700;
            }

            .blog-details-content .comments-box .comment .comment-info .comment-date {
                position: relative;
                display: block;
                font-size: 14px;
                line-height: 24px;
                font-family: 'Monda', sans-serif;
                font-weight: 700;
                text-transform: uppercase;
                color: #a9a6a5;
            }

        .blog-details-content .comments-box .comment p {
            display: block;
            margin-bottom: 21px;
        }

        .blog-details-content .comments-box .comment .reply-btn {
            position: relative;
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            font-family: 'Monda', sans-serif;
            color: #1c1c1c;
            font-weight: 700;
            text-transform: uppercase;
        }

            .blog-details-content .comments-box .comment .reply-btn:hover {
            }

            .blog-details-content .comments-box .comment .reply-btn span {
                position: relative;
                padding-left: 36px;
            }

                .blog-details-content .comments-box .comment .reply-btn span:before {
                    position: absolute;
                    content: "\f105";
                    font-family: 'flaticon';
                    font-size: 12px;
                    width: 26px;
                    height: 26px;
                    line-height: 26px;
                    text-align: center;
                    border-radius: 50%;
                    left: 0px;
                    top: -1px;
                }

        .blog-details-content .comments-box .comment.replay-comment {
            margin-left: 30px;
        }

    .blog-details-content .comments-box {
        position: relative;
        padding-bottom: 52px;
        margin-bottom: 49px;
    }

        .blog-details-content .comments-box:before {
            position: absolute;
            content: '';
            background: #e2e2e2;
            width: calc(100% + 30px);
            height: 1px;
            left: 0px;
            bottom: 0px;
        }

    .blog-details-content .comments-form-area .form-inner .form-group {
        position: relative;
        margin-bottom: 20px;
    }

        .blog-details-content .comments-form-area .form-inner .form-group:last-child {
            margin-bottom: 0px;
        }

        .blog-details-content .comments-form-area .form-inner .form-group input[type='text'],
        .blog-details-content .comments-form-area .form-inner .form-group input[type='email'],
        .blog-details-content .comments-form-area .form-inner .form-group textarea {
            position: relative;
            display: block;
            width: 100%;
            height: 58px;
            border: 1px solid #e2e2e2;
            font-size: 17px;
            color: #827e7d;
            padding: 10px 20px;
            transition: all 500ms ease;
        }

        .blog-details-content .comments-form-area .form-inner .form-group textarea {
            height: 120px;
            resize: none;
            padding-top: 15px;
        }

            .blog-details-content .comments-form-area .form-inner .form-group input:focus,
            .blog-details-content .comments-form-area .form-inner .form-group textarea:focus {
            }

    .blog-details-content .comments-form-area .group-title h2 {
        margin-bottom: 4px;
    }

    .blog-details-content .comments-form-area .group-title {
        margin-bottom: 34px;
    }

    .blog-details-content .comments-form-area .custom-controls-stacked {
        margin-top: 3px;
        margin-bottom: 5px;
    }

    .blog-details-content .big-text {
        position: absolute;
        display: inline-block;
        top: 345px;
        right: -403px;
        font-size: 40px;
        line-height: 40px;
        font-family: 'Monda', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: transparent;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #e2e2e2;
        transform: rotate(90deg);
    }


/** contact-info-section **/

.contact-info-section {
    position: relative;
    padding: 120px 0px;
}

    .contact-info-section .title-box {
        position: relative;
        display: block;
        margin-bottom: 50px;
    }

        .contact-info-section .title-box .icon-box {
            position: relative;
            display: inline-block;
            width: 80px;
            height: 80px;
            line-height: 88px;
            background: #f3f1f1;
            font-size: 38px;
            text-align: center;
            border-radius: 50%;
            margin-bottom: 30px;
        }

        .contact-info-section .title-box h2 {
            display: block;
            font-size: 48px;
            line-height: 58px;
            font-weight: 700;
            margin-bottom: 21px;
        }

        .contact-info-section .title-box h3 {
            display: block;
            font-size: 30px;
            line-height: 40px;
            font-weight: 700;
        }

            .contact-info-section .title-box h3 a {
                display: inline-block;
            }

                .contact-info-section .title-box h3 a:hover {
                    text-decoration: underline;
                }

.info-block-one .inner-box {
    position: relative;
    display: block;
}

    .info-block-one .inner-box .icon-box {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 118px;
        text-align: center;
        background: #e2e2e2;
        font-size: 32px;
        color: #a9a6a5;
        margin-bottom: 22px;
        clip-path: polygon(0% 50%, 50% 0%, 150% 100%, 0% 100%, 0% 0%);
        z-index: 1;
        transition: all 500ms ease;
    }

        .info-block-one .inner-box .icon-box:before {
            position: absolute;
            content: '';
            background: #fff;
            width: calc(100% - 2px);
            height: calc(100% - 2px);
            left: 1px;
            top: 1px;
            clip-path: polygon(0% 50%, 50% 0%, 150% 100%, 0% 100%, 0% 0%);
            z-index: -1;
            transition: all 500ms ease;
        }

    .info-block-one .inner-box:hover .icon-box {
        color: #fff;
    }

        .info-block-one .inner-box:hover .icon-box:before {
        }

    .info-block-one .inner-box h3 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
        margin-bottom: 53px;
    }

    .info-block-one .inner-box p {
        display: block;
        margin-bottom: 19px;
    }

        .info-block-one .inner-box p a {
            display: inline-block;
            color: #827e7d;
        }

            .info-block-one .inner-box p a:hover {
            }

        .info-block-one .inner-box p span {
            color: #1c1c1c;
        }

    .info-block-one .inner-box .link-box a {
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        font-family: 'Monda', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #1c1c1c;
    }

        .info-block-one .inner-box .link-box a:hover {
        }

        .info-block-one .inner-box .link-box a span {
            position: relative;
            transition: all 500ms ease;
        }

        .info-block-one .inner-box .link-box a:hover span {
            padding-left: 36px;
        }

        .info-block-one .inner-box .link-box a span:before {
            position: absolute;
            content: "\f105";
            font-family: 'flaticon';
            font-size: 12px;
            width: 26px;
            height: 26px;
            line-height: 26px;
            color: #fff;
            text-align: center;
            border-radius: 50%;
            left: 0px;
            top: -1px;
            opacity: 0;
            transition: all 500ms ease;
        }

        .info-block-one .inner-box .link-box a:hover span:before {
            opacity: 1;
        }

.contact-info-section .info-column {
    border-right: 1px solid #e2e2e2;
}

    .contact-info-section .info-column:last-child {
        border: none;
    }

.contact-info-section .inner-container {
    position: relative;
}

    .contact-info-section .inner-container:before {
        position: absolute;
        content: '';
        background: #e2e2e2;
        width: 100%;
        height: 1px;
        left: 0px;
        top: 60%;
        margin-top: -5px;
    }
