﻿@charset "UTF-8";
/*----------------------------------------------------

1. Global Area 
2. Header Section

**. Responsive Section

=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Outfit:wght@400;500;600;700;800;900&family=Sen:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500;600;700;800&family=Nunito:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
/*=========
Color Code
===========*/
.gl-service-section-3 .gl-service-slider-wrapper .slick-dots li, .gl-blog-slider-3 .slick-dots li, .about-page-testimonial .slick-dots li, .gl-slider-area-1 .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    position: relative;
    border-radius: 100%;
    background-color: #044C09;
}

    .gl-service-section-3 .gl-service-slider-wrapper .slick-dots li:before, .gl-blog-slider-3 .slick-dots li:before, .about-page-testimonial .slick-dots li:before, .gl-slider-area-1 .slick-dots li:before {
        top: -7px;
        left: -7px;
        content: "";
        width: 24px;
        height: 24px;
        display: none;
        border-radius: 100%;
        position: absolute;
        border: 2px solid #044C09;
    }

    .gl-service-section-3 .gl-service-slider-wrapper .slick-dots li.slick-active, .gl-blog-slider-3 .slick-dots li.slick-active, .about-page-testimonial .slick-dots li.slick-active, .gl-slider-area-1 .slick-dots li.slick-active {
        background-color: #044C09;
    }

        .gl-service-section-3 .gl-service-slider-wrapper .slick-dots li.slick-active:before, .gl-blog-slider-3 .slick-dots li.slick-active:before, .about-page-testimonial .slick-dots li.slick-active:before, .gl-slider-area-1 .slick-dots li.slick-active:before {
            display: block;
        }

/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: inherit;
    }
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    font-family: "DM Sans", sans-serif;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.ul-li ul {
    margin: 0;
    padding: 0;
}

    .ul-li ul li {
        list-style: none;
        display: inline-block;
    }

.ul-li-block ul {
    margin: 0;
    padding: 0;
}

    .ul-li-block ul li {
        display: block;
        list-style: none;
    }

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #ffff url("../images/loader.svg") no-repeat center center;
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

    a:hover, a:focus {
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

    .form-control:focus,
    button:visited,
    button.active,
    button:hover,
    button:focus,
    input:visited,
    input.active,
    input:hover,
    input:focus,
    textarea:hover,
    textarea:focus,
    a:hover,
    a:focus,
    a:visited,
    a.active,
    select,
    select:hover,
    select:focus,
    select:visited {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
        color: inherit;
    }

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.relative-position {
    position: relative;
}

.pera-content p {
    margin-bottom: 0;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
    margin: 0;
    font-weight: normal;
    font-family: "Sen", sans-serif;
}

.headline-2 h1,
.headline-2 h2,
.headline-2 h3,
.headline-2 h4,
.headline-2 h5,
.headline-2 h6 {
    margin: 0;
    font-weight: normal;
    font-family: "Outfit", sans-serif;
}

.headline-3 h1,
.headline-3 h2,
.headline-3 h3,
.headline-3 h4,
.headline-3 h5,
.headline-3 h6 {
    margin: 0;
    font-weight: normal;
    font-family: "Catamaran", sans-serif;
}

.container {
    max-width: 1200px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-right {
    text-align: right;
}

.background_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.background_position {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.scrollup {
    width: 55px;
    right: 20px;
    z-index: 5;
    height: 55px;
    bottom: 20px;
    display: none;
    position: fixed;
    border-radius: 100%;
    line-height: 55px;
    background-color: #4C40F7;
}

    .scrollup i {
        color: #fff;
    }

.gl-section-title {
    padding-bottom: 15px;
}

    .gl-section-title h2 {
        color: #14132B;
        font-size: 48px;
        font-weight: 600;
        line-height: 62.4px;
        padding-bottom: 16px;
    }

    .gl-section-title.text-center {
        margin: 0 auto;
        max-width: 500px;
    }

.section-title-2 span {
    color: #4C40F7;
    font-size: 20px;
    display: block;
    font-weight: 600;
    padding-left: 70px;
    position: relative;
}

    .section-title-2 span:before {
        left: 0;
        bottom: 8px;
        content: "";
        height: 3px;
        width: 50px;
        position: absolute;
        background-color: #4C40F7;
    }

.section-title-2 h2 {
    color: #14132B;
    font-size: 48px;
    font-weight: 600;
    padding: 20px 0px 24px;
}

.section-title-2 p {
    line-height: 26px;
}

.gl-section-title-3 .subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #007613;
    position: relative;
    display: inline-block;
    font-family: "Nunito", sans-serif;
}

    .gl-section-title-3 .subtitle:before, .gl-section-title-3 .subtitle:after {
        bottom: 10px;
        content: "";
        height: 2px;
        width: 20px;
        position: absolute;
        background-color: #007613;
    }

    .gl-section-title-3 .subtitle:before {
        right: -30px;
    }

    .gl-section-title-3 .subtitle:after {
        left: -30px;
        right: auto;
        display: none;
    }

.gl-section-title-3 h2 {
    color: #044C09;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0px 14px;
    line-height:40px;
}

    .gl-section-title-3 h2 span {
        color: #044C09;
    }

.gl-section-title-3.text-center {
    margin: 0 auto;
    max-width: 610px;
}

    .gl-section-title-3.text-center .subtitle:after {
        display: block;
    }

.thx-slider-inner {
    padding: 0px 15px;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(100px);
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(100px);
    }
}

@-webkit-keyframes zoominout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoominout {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(111px, 72px) rotate(72deg);
        transform: translate(111px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(93px, 122px) rotate(108deg);
        transform: translate(93px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-70px, 72px) rotate(124deg);
        transform: translate(-70px, 72px) rotate(124deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(111px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(124deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
        transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
        transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
        transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
        transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(104deg) scale(1.1);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px);
        transform: translate(165px, -179px);
    }

    100% {
        -webkit-transform: translate(-346px, 617px);
        transform: translate(-346px, 617px);
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px);
    }

    100% {
        -webkit-transform: translate(-346px, 617px);
    }
}

@keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
        transform: translate(-300px, 151px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
        transform: translate(251px, -200px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
    }
}

@keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
        transform: translate(61px, -99px) rotate(0deg);
    }

    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
        transform: translate(4px, -190px) rotate(38deg);
    }

    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
        transform: translate(-139px, -200px) rotate(74deg);
    }

    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
        transform: translate(-263px, -164px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
        transform: translate(-195px, -49px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
        transform: translate(-1px, 0px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
    }

    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
    }

    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
    }

    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
    }
}

@-webkit-keyframes animationFramesSix {
    0% {
        -webkit-transform: translate(31px, -45px) rotate(0deg);
        transform: translate(31px, -45px) rotate(0deg);
    }

    21% {
        -webkit-transform: translate(4px, -80px) rotate(19deg);
        transform: translate(4px, -80px) rotate(19deg);
    }

    41% {
        -webkit-transform: translate(-70px, -100px) rotate(36deg);
        transform: translate(-70px, -100px) rotate(36deg);
    }

    60% {
        -webkit-transform: translate(-133px, -84px) rotate(54deg);
        transform: translate(-133px, -84px) rotate(54deg);
    }

    80% {
        -webkit-transform: translate(-85px, -24px) rotate(72deg);
        transform: translate(-85px, -24px) rotate(72deg);
    }

    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
        transform: translate(-1px, 0px) rotate(180deg);
    }
}

@keyframes animationFramesSix {
    0% {
        -webkit-transform: translate(31px, -45px) rotate(0deg);
        transform: translate(31px, -45px) rotate(0deg);
    }

    21% {
        -webkit-transform: translate(4px, -80px) rotate(19deg);
        transform: translate(4px, -80px) rotate(19deg);
    }

    41% {
        -webkit-transform: translate(-70px, -100px) rotate(36deg);
        transform: translate(-70px, -100px) rotate(36deg);
    }

    60% {
        -webkit-transform: translate(-133px, -84px) rotate(54deg);
        transform: translate(-133px, -84px) rotate(54deg);
    }

    80% {
        -webkit-transform: translate(-85px, -24px) rotate(72deg);
        transform: translate(-85px, -24px) rotate(72deg);
    }

    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
        transform: translate(-1px, 0px) rotate(180deg);
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes Glow_animation_1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    75% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes Glow_animation_1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    75% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes Glow_animation_2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes Glow_animation_2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    75% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.inner-page-padding {
    padding: 130px 0px;
}

.gl-pagination li {
    margin: 0px 5px;
}

    .gl-pagination li a {
        color: #14132B;
        font-weight: 500;
        padding: 10px 20px;
        border-radius: 5px;
        display: inline-block;
        background-color: #fff;
        -webkit-box-shadow: 0px 5px 10px 0px #4C40F71A;
        box-shadow: 0px 5px 10px 0px #4C40F71A;
    }

        .gl-pagination li a:hover {
            color: #fff;
            background-color: #4C40F7;
        }

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.gl-header-section .dropdown {
    position: relative;
}

    .gl-header-section .dropdown:hover .dropdown-menu {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .gl-header-section .dropdown:after {
        top: -2px;
        right: -14px;
        content: "+";
        font-size: 18px;
        font-weight: 600;
        color: #4C40F7;
        position: absolute;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

    .gl-header-section .dropdown li:after {
        top: 8px;
        right: 15px;
    }

.gl-header-section .dropdown-menu {
    left: 0;
    top: 52px;
    z-index: 100;
    margin: 0px;
    padding: 0px;
    height: auto;
    min-width: 250px;
    display: block;
    border: none;
    border-radius: 0;
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    background-color: #fff;
    background-clip: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
}

    .gl-header-section .dropdown-menu .dropdown-menu {
        top: 20px;
        opacity: 0;
        left: 250px;
    }

        .gl-header-section .dropdown-menu .dropdown-menu a {
            font-weight: 600;
            color: #1a2428;
        }

            .gl-header-section .dropdown-menu .dropdown-menu a:before {
                display: none;
            }

    .gl-header-section .dropdown-menu li {
        display: block;
        margin: 0 !important;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
        border-bottom: 1px solid rgba(228, 228, 228, 0.95);
    }

        .gl-header-section .dropdown-menu li:last-child {
            border-bottom: none;
        }

        .gl-header-section .dropdown-menu li:hover .dropdown-menu {
            top: 0;
            opacity: 1;
        }

    .gl-header-section .dropdown-menu a {
        width: 100%;
        display: block;
        position: relative;
        padding: 10px 20px 10px !important;
        color: #1a2428 !important;
        font-weight: 600 !important;
        font-size: 15px !important;
    }

        .gl-header-section .dropdown-menu a:before {
            top: 20px;
            left: 5px;
            width: 0px;
            height: 2px;
            content: "";
            position: absolute;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
            background-color: #4C40F7;
        }

        .gl-header-section .dropdown-menu a:after {
            display: none;
        }

        .gl-header-section .dropdown-menu a:hover {
            margin-left: 10px;
        }

            .gl-header-section .dropdown-menu a:hover:before {
                width: 10px;
            }

.gl-header-type-one {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    position: absolute;
}

    .gl-header-type-one .gl-brand-logo {
        width: 255px;
        height: 110px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #4C40F7;
    }

    .gl-header-type-one .gl-header-top {
        background-color: #14132B;
        padding: 10px 20px;
    }

    .gl-header-type-one .gl-header-top-info li {
        color: #fff;
        font-weight: 500;
        margin-right: 20px;
    }

        .gl-header-type-one .gl-header-top-info li i {
            color: #4C40F7;
            width: 35px;
            height: 35px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            float: left;
            font-size: 18px;
            margin-right: 8px;
            border-radius: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #4C40F733;
        }

        .gl-header-type-one .gl-header-top-info li span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding-top: 6px;
        }

    .gl-header-type-one .gl-header-top-social li {
        margin-left: 10px;
    }

    .gl-header-type-one .gl-header-top-social a {
        color: #fff;
    }

        .gl-header-type-one .gl-header-top-social a:hover {
            color: #4C40F7;
        }

    .gl-header-type-one .gl-header-cta-btn {
        margin-right: 35px;
        margin-left: 70px;
    }

        .gl-header-type-one .gl-header-cta-btn a {
            color: #fff;
            height: 55px;
            width: 150px;
            font-weight: 600;
            border-radius: 5px;
            background-color: #4C40F7;
        }

            .gl-header-type-one .gl-header-cta-btn a:hover {
                background-color: #14132B;
            }

    .gl-header-type-one .gl-header-side-btn {
        margin-right: 20px;
    }

        .gl-header-type-one .gl-header-side-btn button {
            padding: 0;
            width: 55px;
            height: 55px;
            border: none;
            background-color: #4C40F71A;
        }

    .gl-header-type-one.inner-page-head:before {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        content: "";
        height: 100px;
        position: absolute;
        background-color: #14132B;
    }

.gl-header-section .navbar-nav {
    display: inherit;
}

.gl-main-navigation li {
    margin-left: 40px;
}

    .gl-main-navigation li a {
        color: #14132B;
        font-weight: 500;
        padding-bottom: 35px;
    }

.gl-header-main-menu {
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 66px 0px #D2D2D240;
    box-shadow: 0px 20px 66px 0px #D2D2D240;
}

.gl-header-info-item {
    margin-left: 60px;
}

    .gl-header-info-item:before {
        top: 5px;
        width: 2px;
        content: "";
        height: 35px;
        right: -30px;
        position: absolute;
        border: 2px dashed #CCCCCC;
    }

    .gl-header-info-item .hd-item-icon {
        width: 50px;
        height: 50px;
        margin-right: 12px;
        border-radius: 100%;
        background: linear-gradient(99.89deg, rgba(76, 64, 247, 0.05) 0%, rgba(255, 0, 161, 0.05) 106.22%);
    }

        .gl-header-info-item .hd-item-icon i {
            font-size: 20px;
            font-weight: 600;
            background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .gl-header-info-item .hd-item-meta {
        color: #DAB543;
    }

        .gl-header-info-item .hd-item-meta label {
            display: block;
        }

        .gl-header-info-item .hd-item-meta span {
            font-weight: 500;
        }

    .gl-header-info-item:last-child:before {
        display: none;
    }

.gl-brand-logo-2 {
    display: none;
}

.gl-header-type-two {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
}

    .gl-header-type-two .gl-header-top {
        padding: 20px 0px;
    }

    .gl-header-type-two .gl-header-search-sidebar button {
        border: none;
        margin-left: 16px;
        background-color: transparent;
    }

    .gl-header-type-two .gl-header-search-sidebar .gl-header-search {
        font-size: 20px;
    }

    .gl-header-type-two .gl-header-main-menu {
        padding: 24px 35px;
        border-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0px 15px 55px 0px #B9B9B926;
        box-shadow: 0px 15px 55px 0px #B9B9B926;
    }

    .gl-header-type-two .gl-main-navigation li {
        margin-left: 0;
        margin-right: 45px;
        position: relative;
    }

        .gl-header-type-two .gl-main-navigation li:before {
            top: 1px;
            right: -28px;
            height: 20px;
            content: "";
            width: 1px;
            border: 1px dashed #CCCCCC;
            position: absolute;
        }

        .gl-header-type-two .gl-main-navigation li:last-child:before {
            display: none;
        }

        .gl-header-type-two .gl-main-navigation li.dropdown:after {
            color: #14132B !important;
        }

        .gl-header-type-two .gl-main-navigation li .dropdown-menu li:before {
            display: none;
        }

        .gl-header-type-two .gl-main-navigation li:hover a {
            background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .gl-header-type-two .gl-main-navigation li:hover.dropdown:after {
            background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

.gl-header-type-three {
    left: 0;
    width: 100%;
    padding-bottom:10px; background-image:url(../images/hbg.jpg); padding-top:10px
}

    .gl-header-type-three .gl-header-top {
        padding: 12px 0px;
    }

    .gl-header-type-three .gl-header-info-item {
        margin-left: 0px;
        margin-right: 50px;
    }

        .gl-header-type-three .gl-header-info-item .hd-item-icon {
            background-color: #DAB543;
        }

            .gl-header-type-three .gl-header-info-item .hd-item-icon i {
                background: linear-gradient(99.89deg, #044C09 0%, #044C09 106.22%);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

    .gl-header-type-three .gl-header-btn a {
        width: 190px;
        height: 55px;
        font-weight: 600;
        border-radius: 30px;
        border: 2px solid #DAB543;
        color: #DAB543;
    }

        .gl-header-type-three .gl-header-btn a:hover {
            color: #fff;
            border: 2px solid #044C09;
            background-color: #044C09;
        }

    .gl-header-type-three .gl-header-main-menu-3 {
        height: 95px;
        padding-left: 10px;
        border-radius: 5px;
        background-color: #044C09;
    }

    .gl-header-type-three .dropdown:after {
        color: #fff;
    }

    .gl-header-type-three .menu-navigation.left-nav {
        float: left;
        text-align: left;
    }

    .gl-header-type-three .menu-navigation.right-nav {
        float: right;
        margin-right: 70px;
        text-align: right;
    }

    .gl-header-type-three .site-logo {
        left: 0;
        right: 0;
        top: 5px;
        margin: 0 auto;
        position: absolute;
        
    }

    .gl-header-type-three .menu-navigation {
        padding-top: 35px;
    }

        .gl-header-type-three .menu-navigation li {
            margin-right: 30px;
        }

            .gl-header-type-three .menu-navigation li a {
                color: #fff;
                font-size: 17px;
                font-weight: 600;
                position: relative;
                padding-bottom: 38px;
            }

                .gl-header-type-three .menu-navigation li a:hover {
                    color: #DAB543;
                }

    .gl-header-type-three .gl-header-side-btn {
        top: 0;
        right: 0;
        position: absolute;
    }

        .gl-header-type-three .gl-header-side-btn button {
            width: 85px;
            border: none;
            height: 95px;
            background-color: #04600A;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

.sidebar-info-contents {
    position: relative;
}

    .sidebar-info-contents .content-inner {
        position: relative;
    }

        .sidebar-info-contents .content-inner .logo {
            padding-bottom: var(--padding-bottom-20);
        }

            .sidebar-info-contents .content-inner .logo img {
                display: inline-block;
                max-width: 100%;
            }

        .sidebar-info-contents .content-inner .content-box {
            position: relative;
        }

        .sidebar-info-contents .content-inner h5 {
            color: #fff;
            font-weight: 600;
            margin: 25px 0px 15px;
        }

        .sidebar-info-contents .content-inner .content-box .text {
            color: #fff;
            margin-bottom: 25px;
        }

        .sidebar-info-contents .content-inner .contact-info {
            position: relative;
            margin-top: 60px;
        }

        .sidebar-info-contents .content-inner .social-box {
            position: relative;
            margin-top: 20px;
            padding-left: 0;
            margin-bottom: 30px;
        }

            .sidebar-info-contents .content-inner .social-box li {
                position: relative;
                display: inline-block;
                margin-right: 5px;
                transition: all 900ms ease;
                -moz-transition: all 900ms ease;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
            }

                .sidebar-info-contents .content-inner .social-box li a {
                    position: relative;
                    width: 36px;
                    height: 36px;
                    color: #4C40F7;
                    z-index: 1;
                    font-size: 14px;
                    line-height: 36px;
                    text-align: center;
                    border-radius: 50%;
                    display: inline-block;
                    background-color: #fff;
                    -webkit-transition: all 500ms ease;
                    transition: all 500ms ease;
                }

                    .sidebar-info-contents .content-inner .social-box li a:hover {
                        color: #fff;
                        background-color: #4C40F7;
                    }

.close-side-widget,
.close-side-widget:hover {
    color: #fff !important;
    font-size: 24px;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.xs-promo-popup .modal-content {
    background-color: transparent;
    padding: 0px;
    border: 0px;
}

.xs-promo-popup .mfp-close {
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 1s ease 0.8s;
    transition: all 1s ease 0.8s;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
}

.xs-promo-popup.mfp-ready .mfp-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 1s ease 0.8s;
    transition: all 1s ease 0.8s;
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
}

.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.mini_cart_item {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.xs-empty-content {
    padding: 120px 30px 30px;
}

    .xs-empty-content .widget-title {
        font-size: rem(22px);
    }

    .xs-empty-content .xs-title {
        margin-bottom: 20px;
        font-size: rem(18px);
    }

    .xs-empty-content .woocommerce-mini-cart__empty-message {
        font-size: rem(20px);
    }

    .xs-empty-content .empty-cart-icon {
        font-size: rem(50px);
    }

.sidebar-textwidget .sidebar-logo-wraper {
    margin-bottom: 33px;
}

.sidebar-textwidget > p {
    font-size: rem(15px);
    line-height: 1.5;
    margin-bottom: 40px;
}

.sidebar-textwidget .social-list {
    margin-bottom: 30px;
}

.sideabr-list-widget {
    margin-bottom: 40px;
}

    .sideabr-list-widget li {
        margin-bottom: 20px;
    }

        .sideabr-list-widget li:last-child {
            margin-bottom: 0px;
        }

    .sideabr-list-widget img {
        margin-right: 15px;
        margin-top: 3px;
    }

    .sideabr-list-widget a,
    .sideabr-list-widget p {
        margin-bottom: 2px;
        color: #000000;
        margin-bottom: 8px;
        display: block;
    }

    .sideabr-list-widget span {
        display: block;
        font-size: rem(14px);
        color: #1768dd;
    }

    .sideabr-list-widget .media-body {
        line-height: 1;
    }

.subscribe-from {
    position: relative;
    margin-bottom: 40px;
}

    .subscribe-from p {
        font-size: rem(18px);
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 1;
        color: #1768dd;
    }

    .subscribe-from label {
        position: absolute;
        bottom: -24px;
        left: 0px;
        margin-bottom: 0;
        line-height: 1;
    }

    .subscribe-from .form-control {
        border: 1px solid #f5f5f5;
        height: 50px;
        padding-left: 25px;
    }

    .subscribe-from .sub-btn {
        background-color: transparent;
        border: 0px;
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 25px;
        cursor: pointer;
        color: #1768dd;
        height: 100%;
    }

        .subscribe-from .sub-btn:focus {
            outline: none;
        }

    .subscribe-from .form-group {
        position: relative;
        overflow: hidden;
        -webkit-box-shadow: 0px 10px 30px 0px rgba(23, 104, 221, 0.2);
        box-shadow: 0px 10px 30px 0px rgba(23, 104, 221, 0.2);
        border-radius: 25px;
        margin-bottom: 0px;
    }

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
    cursor: url(../images/cross-out.png), pointer;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.9;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 20px;
}

.close-side-widget {
    color: #1768dd;
    font-size: rem(15px);
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #000000;
}

.sidebar-info-contents .gallery-box li {
    margin-bottom: 5px;
}

.gl-header-section.sticky-on {
    top: 0;
    width: 100%;
    z-index: 20;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

    .gl-header-section.sticky-on .gl-header-top {
        display: none !important;
    }

    .gl-header-section.sticky-on.gl-header-type-one {
        background-color: #fff;
    }

        .gl-header-section.sticky-on.gl-header-type-one .gl-brand-logo {
            height: 80px;
        }

    .gl-header-section.sticky-on.gl-header-type-two {
        background-color: #fff;
    }

    .gl-header-section.sticky-on.gl-header-type-three {
        background-color: #044C09;
    }

    .gl-header-section.sticky-on.inner-page-head:before {
        display: none;
    }

/*Search popup Page*/
/*-------------------*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
    margin-top: -540px;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

    .search-popup:before {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 560px;
        background-image: url(../img/bg/waves-shape.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: 0px;
        content: "";
    }

.search-active .search-popup {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #4C40F7;
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

    .search-popup .close-search span {
        position: relative;
        display: block;
        height: 70px;
        font-size: 25px;
        line-height: 65px;
        color: #ffffff;
    }

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

    .search-popup .form-group input[type=text],
    .search-popup .form-group input[type=search] {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #000000;
        height: 70px;
        width: 100%;
        padding: 10px 30px;
        background-color: #ffffff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        font-weight: 500;
        text-transform: capitalize;
    }

    .search-popup .form-group input[type=submit],
    .search-popup .form-group button {
        position: absolute;
        right: 30px;
        top: 0px;
        height: 70px;
        line-height: 70px;
        background: transparent;
        text-align: center;
        font-size: 24px;
        color: #000000;
        padding: 0;
        cursor: pointer;
        border: none;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .search-popup .form-group input[type=submit]:hover,
        .search-popup .form-group button:hover {
            color: #000000;
        }

.search-popup input::-webkit-input-placeholder, .search-popup textarea::-webkit-input-placeholder {
    color: #000000;
}

.search-popup input::-moz-placeholder, .search-popup textarea::-moz-placeholder {
    color: #000000;
}

.search-popup input:-ms-input-placeholder, .search-popup textarea:-ms-input-placeholder {
    color: #000000;
}

.search-popup input::-ms-input-placeholder, .search-popup textarea::-ms-input-placeholder {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .search-popup .close-search.style-two span {
        font-size: 20px;
        color: #ffffff;
    }

.mobile_logo {
    top: 10px;
    left: 15px;
    display: none;
    position: absolute;
}

.mobile_menu_content {
    top: 0px;
    bottom: 0;
    left: -350px;
    height: 100vh;
    z-index: 101;
    position: fixed;
    width: 310px;
    overflow-y: scroll;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

    .mobile_menu_content .mobile-main-navigation {
        width: 100%;
    }

        .mobile_menu_content .mobile-main-navigation .navbar-nav {
            width: 100%;
        }

    .mobile_menu_content .dropdown:after {
        display: none;
    }

    .mobile_menu_content .navbar-nav .dropdown-menu {
        position: static !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .mobile_menu_content .mobile-main-navigation .navbar-nav li {
        width: 100%;
        display: block;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

        .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
            padding: 0;
            width: 100%;
            color: #000;
            display: block;
            font-weight: 600;
            font-size: 14px;
            font-family: "Sen", sans-serif;
            text-transform: uppercase;
            padding: 10px 30px 10px 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        }

    .mobile_menu_content .m-brand-logo {
        width: 180px;
        margin: 10px 0px;
    }

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
    left: 0px;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0%;
    height: 120vh;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
    overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
    opacity: 1;
    visibility: visible;
}

.mobile_menu_button {
    right: 0px;
    top: -55px;
    z-index: 5;
    display: none;
    font-size: 24px;
    cursor: pointer;
    line-height: 38px;
    position: absolute;
    color: #4C40F7;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
    display: none;
}

.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
    border: none;
    display: none;
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 0px;
    width: 100%;
    background-color: transparent;
}

    .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
        border: none;
        padding: 0 10px;
        line-height: 1;
    }

        .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
            background-color: transparent;
        }

        .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
            color: #000 !important;
        }

            .mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
                color: #4C40F7;
                background-color: transparent;
            }

.mobile_menu .dropdown {
    position: relative;
}

    .mobile_menu .dropdown .dropdown-btn {
        color: #9397a7;
        position: absolute;
        top: 3px;
        right: 0;
        height: 30px;
        padding: 5px 10px;
    }

        .mobile_menu .dropdown .dropdown-btn.toggle-open {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.mobile_menu .mobile_menu_close {
    color: #d60606;
    cursor: pointer;
    top: 25px;
    right: 25px;
    font-size: 20px;
    position: absolute;
}

/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
.gl-slider-section-1 .background_overlay {
    background-color: rgba(255, 255, 255, 0.9);
}

.gl-slider-section-1 .gl-star-shape3 {
    left: 2%;
    bottom: 100px;
    -webkit-animation: animationFramesTwo 12s infinite alternate;
    animation: animationFramesTwo 12s infinite alternate;
}

.gl-slider-section-1 .gl-star-shape1 {
    left: 50%;
    bottom: 100px;
    -webkit-animation: spin 5s infinite alternate;
    animation: spin 5s infinite alternate;
}

.gl-slider-section-1 .gl-star-shape2 {
    top: 250px;
    left: 50%;
    -webkit-animation: animationFramesOne 12s infinite alternate;
    animation: animationFramesOne 12s infinite alternate;
}

.gl-slider-section-1 .gl-star-shape4 {
    top: 150px;
    right: 200px;
    -webkit-animation: spin 8s infinite alternate;
    animation: spin 8s infinite alternate;
}

.gl-slider-area-1 .slick-dots {
    top: 50%;
    left: 40px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .gl-slider-area-1 .slick-dots li {
        display: block;
        margin: 12px 0px;
    }

        .gl-slider-area-1 .slick-dots li.slick-active {
            background-color: #4C40F7;
        }

        .gl-slider-area-1 .slick-dots li:before {
            border: 2px solid #4C40F7;
        }

.gl-slider-wrapper {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.gl-slide-text-img {
    padding: 280px 0px 185px;
}

    .gl-slide-text-img .gl-slide-img {
        opacity: 0;
        right: -120px;
        bottom: -45px;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

.gl-slide-item .gl-slide-text {
    max-width: 660px;
}

    .gl-slide-item .gl-slide-text .slider-slug {
        color: #14132B;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        padding-left: 85px;
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

        .gl-slide-item .gl-slide-text .slider-slug:before {
            left: 0;
            bottom: 6px;
            width: 75px;
            content: "";
            height: 3px;
            position: absolute;
            background-color: #4C40F7;
        }

    .gl-slide-item .gl-slide-text h1 {
        color: #14132B;
        font-size: 65px;
        font-weight: 600;
        line-height: 78px;
        padding: 16px 0px 24px;
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }

        .gl-slide-item .gl-slide-text h1 span {
            color: #4C40F7;
        }

    .gl-slide-item .gl-slide-text p {
        font-weight: 500;
        max-width: 470px;
        opacity: 0;
        -webkit-transform: translateY(70px);
        transform: translateY(70px);
    }

    .gl-slide-item .gl-slide-text .gl-slide-btn-wrapper {
        margin-top: 40px;
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

.gl-slide-btn {
    margin-right: 40px;
}

    .gl-slide-btn a {
        color: #fff;
        width: 160px;
        height: 58px;
        font-weight: 600;
        border-radius: 5px;
        background-color: #4C40F7;
    }

        .gl-slide-btn a i {
            margin-left: 10px;
            -webkit-transition: 100ms all ease;
            transition: 100ms all ease;
        }

        .gl-slide-btn a:hover {
            background-color: #14132B;
        }

            .gl-slide-btn a:hover i {
                margin-left: 13px;
            }

.gl-slide-video-btn a {
    color: #14132B;
    font-weight: 600;
}

.gl-slide-video-btn i {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 52px;
    border-radius: 100%;
    margin-right: 16px;
    border: 2px solid #14132B;
}

.gl-slider-area-1 .slick-current.slick-active .gl-slide-img {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.gl-slider-area-1 .slick-current.slick-active .gl-slide-text .slider-slug {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
}

.gl-slider-area-1 .slick-current.slick-active .gl-slide-text h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.gl-slider-area-1 .slick-current.slick-active .gl-slide-text p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.gl-slider-area-1 .slick-current.slick-active .gl-slide-text .gl-slide-btn-wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1500ms ease;
    transition: all 1500ms ease;
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.gl-slider-arrow1 {
    left: -30px;
    bottom: 120px;
    color: #14132B;
    font-weight: 500;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .gl-slider-arrow1 i {
        width: 50px;
        height: 50px;
        margin-left: 10px;
        text-align: center;
        line-height: 50px;
        border-radius: 100%;
        background-color: #fff;
    }

.gl-slider-arrow2 {
    left: 0;
    right: 0;
    z-index: 2;
    bottom: -45px;
    margin: 0 auto;
    position: absolute;
}

    .gl-slider-arrow2 a {
        width: 90px;
        height: 90px;
        margin: 0 auto;
        font-size: 18px;
        color: #4C40F7;
        border-radius: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0px 25px 50px 0px #66666626;
        box-shadow: 0px 25px 50px 0px #66666626;
    }

.gl-banner-section {
    overflow: hidden;
    background-color: #E5E5E5;
}

    .gl-banner-section .gl-banner-shape1 {
        top: 110px;
        right: 100px;
        -webkit-animation: spin 5s infinite alternate;
        animation: spin 5s infinite alternate;
    }

    .gl-banner-section .gl-banner-shape2 {
        top: 250px;
        left: 120px;
        -webkit-animation: spin 10s infinite alternate;
        animation: spin 10s infinite alternate;
    }

    .gl-banner-section .gl-banner-shape3 {
        left: 80px;
        bottom: 80px;
        -webkit-animation: Glow_animation_1 12s infinite linear alternate;
        animation: Glow_animation_1 12s infinite linear alternate;
    }

    .gl-banner-section .cd-headline.clip span {
        display: inline-block;
        padding-bottom: 10px;
    }

    .gl-banner-section .cd-headline.clip .cd-words-wrapper {
        display: inline-block;
        position: relative;
        text-align: left;
        vertical-align: top;
    }

        .gl-banner-section .cd-headline.clip .cd-words-wrapper::after {
            /* line */
            content: "";
            position: absolute;
            top: 10px;
            right: 0;
            width: 2px;
            height: 70px;
            background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
        }

    .gl-banner-section .cd-headline.clip b {
        opacity: 0;
    }

        .gl-banner-section .cd-headline.clip b.is-visible {
            opacity: 1;
        }

    .gl-banner-section .cd-words-wrapper {
        display: inline-block;
        position: relative;
        text-align: left;
    }

        .gl-banner-section .cd-words-wrapper b {
            display: inline-block;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            white-space: nowrap;
        }

            .gl-banner-section .cd-words-wrapper b.is-visible {
                opacity: 1;
                position: relative;
            }

    .gl-banner-section .no-js .cd-words-wrapper b {
        opacity: 0;
    }

.gl-banner-text {
    max-width: 715px;
}

    .gl-banner-text .gl-banner-slug {
        color: #4C40F7;
        font-size: 20px;
        font-weight: 600;
        padding-left: 95px;
    }

        .gl-banner-text .gl-banner-slug:before {
            left: 0;
            bottom: 5px;
            content: "";
            width: 80px;
            height: 2px;
            position: absolute;
            background-color: #4C40F7;
        }

    .gl-banner-text h1 {
        color: #14132B;
        font-size: 65px;
        font-weight: 600;
        line-height: 82px;
        padding: 16px 0px 24px;
    }

        .gl-banner-text h1 b {
            background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .gl-banner-text h1 strong {
            font-weight: 600;
            display: block;
        }

    .gl-banner-text p {
        font-weight: 500;
        max-width: 550px;
        padding-bottom: 40px;
    }

    .gl-banner-text .gl-slide-btn a {
        background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
        background-position: 200%;
    }

    .gl-banner-text .gl-slide-video-btn i {
        border: 2px solid #4C40F7;
        background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.gl-banner-text-img-area {
    padding: 350px 0px 190px;
}

    .gl-banner-text-img-area .gl-banner-img {
        top: 190px;
        z-index: 1;
        right: -120px;
    }

        .gl-banner-text-img-area .gl-banner-img .gl-banner-shape4 {
            top: 20px;
            right: 0;
        }

        .gl-banner-text-img-area .gl-banner-img .gl-banner-shape5 {
            top: 100px;
            left: -100px;
        }

        .gl-banner-text-img-area .gl-banner-img .gl-banner-shape6 {
            right: -55px;
            bottom: -40px;
            z-index: -1;
        }

.gl-banner-counter,
.gl-banner-counter-2 {
    padding: 20px 25px;
    border-radius: 10px;
    background-color: #fff;
}

    .gl-banner-counter .counter-icon,
    .gl-banner-counter-2 .counter-icon {
        width: 50px;
        height: 50px;
        margin-right: 20px;
        border-radius: 100%;
        background-color: #F8C245;
    }

        .gl-banner-counter .counter-icon i,
        .gl-banner-counter-2 .counter-icon i {
            color: #fff;
            line-height: 0.75;
            font-size: 24px;
        }

    .gl-banner-counter .counter-text h3,
    .gl-banner-counter-2 .counter-text h3 {
        color: #000000;
        font-size: 34px;
        font-weight: 600;
        position: relative;
    }

    .gl-banner-counter .counter-text p,
    .gl-banner-counter-2 .counter-text p {
        font-size: 500;
    }

.gl-banner-counter {
    top: 140px;
    right: -140px;
}

.gl-banner-counter-2 {
    left: -90px;
    bottom: 65px;
}

    .gl-banner-counter-2 .counter-icon {
        background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
    }

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

.gl-banner-img-text-2 {
    padding: 120px 0px 170px;
}

    .gl-banner-img-text-2 .gl-banner-text-2 {
        max-width: 710px;
    }

        .gl-banner-img-text-2 .gl-banner-text-2 .gl-banner-slug-2 {
            font-size: 24px;
            font-weight: 600;
            padding-left: 40px;
            color: #fff;
        }

            .gl-banner-img-text-2 .gl-banner-text-2 .gl-banner-slug-2:before {
                left: 0;
                bottom: 15px;
                content: "";
                width: 30px;
                height: 2px;
                position: absolute;
                background-color: #044C09;
            }

        .gl-banner-img-text-2 .gl-banner-text-2 h1 {
            color: #044C09;
            font-size: 82px;
            font-weight: 600;
            line-height: 86px;
            padding: 8px 0px 22px;
        }

            .gl-banner-img-text-2 .gl-banner-text-2 h1 span {
                color: #044C09;
            }

        .gl-banner-img-text-2 .gl-banner-text-2 p {
            max-width: 600px;
            font-weight: 500;
            padding-bottom: 20px;
            color: #fff;
            font-size: 18px;
        }

        .gl-banner-img-text-2 .gl-banner-text-2 .gl-banner-btn a {
            color: #fff;
            width: 190px;
            height: 60px;
            font-weight: 600;
            border-radius: 30px;
            background-color: #044C09;
        }

            .gl-banner-img-text-2 .gl-banner-text-2 .gl-banner-btn a:hover {
                -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 210, 178, 0.28);
                box-shadow: 0px 10px 35px 0px rgba(0, 210, 178, 0.28);
            }

    .gl-banner-img-text-2 .cd-words-wrapper {
        display: inline-block;
        position: relative;
        text-align: left;
    }

        .gl-banner-img-text-2 .cd-words-wrapper b {
            left: 0;
            top: 0;
            font-weight: 600;
            position: absolute;
            white-space: nowrap;
            display: inline-block;
        }

            .gl-banner-img-text-2 .cd-words-wrapper b.is-visible {
                position: relative;
            }

    .gl-banner-img-text-2 .no-js .cd-words-wrapper b {
        opacity: 0;
    }

        .gl-banner-img-text-2 .no-js .cd-words-wrapper b.is-visible {
            opacity: 1;
        }

    .gl-banner-img-text-2 .cd-headline.rotate-3 .cd-words-wrapper {
        -webkit-perspective: 300px;
        perspective: 300px;
    }

    .gl-banner-img-text-2 .cd-headline.rotate-3 b {
        opacity: 0;
    }

    .gl-banner-img-text-2 .cd-headline.rotate-3 i {
        display: inline-block;
        font-style: normal;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .gl-banner-img-text-2 .is-visible .cd-headline.rotate-3 i {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .gl-banner-img-text-2 .cd-headline.rotate-3 i.in {
        -webkit-animation: cd-rotate-3-in 0.6s forwards;
        animation: cd-rotate-3-in 0.6s forwards;
    }

    .gl-banner-img-text-2 .cd-headline.rotate-3 i.out {
        -webkit-animation: cd-rotate-3-out 0.6s forwards;
        animation: cd-rotate-3-out 0.6s forwards;
    }

    .gl-banner-img-text-2 .no-csstransitions .cd-headline.rotate-3 i {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 0;
    }

    .gl-banner-img-text-2 .no-csstransitions .cd-headline.rotate-3 .is-visible i {
        opacity: 1;
    }

/*---------------------------------------------------- */
/*Featured area*/
/*----------------------------------------------------*/
.gl-featured-section {
    padding: 110px 0px 115px;
}

    .gl-featured-section .gl-featured-shape {
        top: 120px;
        right: 50px;
        -webkit-animation: Glow_animation_1 12s infinite linear alternate;
        animation: Glow_animation_1 12s infinite linear alternate;
    }

.gl-title-top-head h2 {
    max-width: 445px;
    color: #14132B;
    font-size: 48px;
    font-weight: 600;
}

.gl-title-top-text {
    max-width: 540px;
}

.gl-title-top-content {
    padding-bottom: 52px;
}

.gl-featured-inner-item {
    margin-bottom: 30px;
}

    .gl-featured-inner-item .thx-inner-icon {
        position: relative;
        margin-bottom: 10px;
        display: inline-block;
    }

        .gl-featured-inner-item .thx-inner-icon:before {
            top: 15px;
            width: 32px;
            content: "";
            right: -15px;
            height: 32px;
            border-radius: 100%;
            position: absolute;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
            background-color: #4C40F71A;
        }

        .gl-featured-inner-item .thx-inner-icon i {
            font-size: 40px;
            line-height: 0.75;
            color: #4C40F7;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
        }

    .gl-featured-inner-item .thx-inner-title {
        padding-bottom: 5px;
    }

        .gl-featured-inner-item .thx-inner-title h3 {
            color: #14132B;
            font-size: 22px;
            font-weight: 600;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
        }

    .gl-featured-inner-item .thx-inner-text {
        padding-bottom: 12px;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
    }

    .gl-featured-inner-item .thx-inner-btn {
        color: #14132B;
        font-weight: 600;
        font-family: "Sen", sans-serif;
    }

        .gl-featured-inner-item .thx-inner-btn i {
            font-size: 13px;
            margin-left: 5px;
            -webkit-transition: 100ms all ease;
            transition: 100ms all ease;
        }

        .gl-featured-inner-item .thx-inner-btn:hover i {
            margin-left: 8px;
        }

    .gl-featured-inner-item .thx-inner-item {
        padding: 40px 20px;
        border-radius: 5px;
        background-color: #fff;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        -webkit-box-shadow: 0px 5px 66px 0px #6666660D;
        box-shadow: 0px 5px 66px 0px #6666660D;
    }

        .gl-featured-inner-item .thx-inner-item:hover {
            background-color: #4C40F7;
            -webkit-box-shadow: 0px 20px 66px 0px #4C40F74D;
            box-shadow: 0px 20px 66px 0px #4C40F74D;
        }

            .gl-featured-inner-item .thx-inner-item:hover .thx-inner-icon {
                -webkit-animation: icon-bounce 0.8s ease-out infinite;
                animation: icon-bounce 0.8s ease-out infinite;
            }

                .gl-featured-inner-item .thx-inner-item:hover .thx-inner-icon i {
                    color: #fff;
                }

                .gl-featured-inner-item .thx-inner-item:hover .thx-inner-icon:before {
                    background-color: #FFFFFF1A;
                }

            .gl-featured-inner-item .thx-inner-item:hover .thx-inner-title h3 {
                color: #fff;
            }

            .gl-featured-inner-item .thx-inner-item:hover .thx-inner-text {
                color: #fff;
            }

            .gl-featured-inner-item .thx-inner-item:hover .thx-inner-btn a {
                color: #fff;
            }

.gl-featured-inner-content {
    z-index: 1;
    padding-bottom: 10px;
    background-color: #fff;
}

    .gl-featured-inner-content .gl-featured-shape2 {
        z-index: -1;
        left: -60px;
        bottom: -50px;
    }

.gl-featured-more span {
    font-weight: 500;
}

    .gl-featured-more span a {
        color: #14132B;
        font-weight: 600;
        margin-left: 8px;
    }

        .gl-featured-more span a:hover {
            margin-left: 15px;
            color: #4C40F7;
        }

.gl-featured-section-2 {
    padding: 110px 0px;
}

    .gl-featured-section-2 .gl-section-title.text-center {
        padding-bottom: 30px;
    }

.ft-page-link {
    right: 15px;
    bottom: 15px;
    width: 55px;
    color: #fff;
    height: 55px;
    border-radius: 5px;
    background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
}

.gl-featured-content-2 .gl-featured-shape3 {
    left: -45px;
    bottom: -35px;
}

.gl-featured-content-2 .gl-featured-shape4 {
    right: -15px;
    z-index: -1;
    bottom: -5px;
}

.gl-featured-accordion .accordion-header button,
.gl-faq-accordion .accordion-header button {
    color: #14132B;
    font-size: 20px;
    font-weight: 600;
}

.gl-featured-accordion .accordion-header span,
.gl-faq-accordion .accordion-header span {
    width: 48px;
    height: 48px;
    margin-right: 20px;
    border-radius: 100%;
    background-color: #fff;
    background: linear-gradient(99.89deg, rgba(76, 64, 247, 0.05) 0%, rgba(255, 0, 161, 0.05) 106.22%);
}

    .gl-featured-accordion .accordion-header span i,
    .gl-faq-accordion .accordion-header span i {
        line-height: 0.5;
        font-size: 25px;
        background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.gl-featured-accordion .accordion-button:focus,
.gl-faq-accordion .accordion-button:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gl-featured-accordion .accordion-item,
.gl-faq-accordion .accordion-item {
    border: none;
    margin-bottom: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 16px 50px 0px #97979733;
    box-shadow: 0px 16px 50px 0px #97979733;
}

.gl-featured-accordion .accordion-button:not(.collapsed),
.gl-faq-accordion .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.gl-featured-accordion .accordion-button::after,
.gl-faq-accordion .accordion-button::after {
    right: 15px;
    height: auto;
    width: auto;
    font-size: 15px;
    content: "";
    font-weight: 900;
    position: absolute;
    background-image: none;
    font-family: "Font Awesome 5 Pro";
}

.gl-featured-accordion .accordion-button:not(.collapsed)::after,
.gl-faq-accordion .accordion-button:not(.collapsed)::after {
    content: "";
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.gl-about-section {
    z-index: 1;
    overflow: hidden;
    padding: 115px 0px 135px;
}

    .gl-about-section .gl-about-bg {
        top: 0;
        right: 0;
        width: 67%;
        z-index: -1;
    }

    .gl-about-section .gl-about-shape {
        left: 100px;
        bottom: 50px;
        -webkit-animation: Glow_animation_1 12s infinite linear alternate;
        animation: Glow_animation_1 12s infinite linear alternate;
    }

.gl-about-img2 {
    right: 0;
    bottom: -70px;
    overflow: hidden;
    border-radius: 100px;
    border: 10px solid #fff;
}

.gl-about-exp-text-wrap {
    left: 0px;
    bottom: 30px;
    border-radius: 5px;
    padding: 30px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 56px 0px #D1D1D140;
    box-shadow: 0px 10px 56px 0px #D1D1D140;
}

    .gl-about-exp-text-wrap .gl-about-exp-icon {
        width: 55px;
        height: 60px;
        margin-right: 15px;
        border-radius: 10px;
        background-color: #4C40F70D;
    }

        .gl-about-exp-text-wrap .gl-about-exp-icon i {
            font-size: 36px;
            line-height: 0.75;
            color: #4C40F7;
        }

    .gl-about-exp-text-wrap .gl-about-exp-text h3 {
        line-height: 1;
        color: #14132B;
        font-size: 36px;
        font-weight: 600;
    }

    .gl-about-exp-text-wrap .gl-about-exp-text p {
        font-weight: 500;
    }

.gl-about-text-wrap {
    padding-left: 30px;
}

    .gl-about-text-wrap .gl-section-title {
        max-width: 540px;
    }

.gl-about-feature-list {
    color: #14132B;
    font-weight: 600;
    margin: 10px 0px 25px;
    font-family: "Sen", sans-serif;
}

    .gl-about-feature-list li {
        font-size: 18px;
        padding-left: 30px;
        margin-bottom: 5px;
        position: relative;
    }

        .gl-about-feature-list li:before {
            left: 0;
            top: 9px;
            width: 12px;
            height: 12px;
            content: "";
            border-radius: 100%;
            position: absolute;
            background-color: #4C40F7;
        }

.gl-about-text-author-details {
    margin-top: 32px;
}

.gl-about-author {
    margin-right: 50px;
}

    .gl-about-author .gl-abt-ath-img {
        width: 70px;
        height: 70px;
        overflow: hidden;
        margin-right: 20px;
        border-radius: 100%;
    }

    .gl-about-author .gl-abt-ath-text h3 {
        color: #14132B;
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 5px;
    }

    .gl-about-author .gl-abt-ath-text span {
        font-weight: 500;
    }

.gl-about-feature-section {
    z-index: 1;
    overflow: hidden;
    padding: 120px 0px 105px;
}

    .gl-about-feature-section:before {
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 605px;
        content: "";
        position: absolute;
        background-color: #14132B;
    }

.gl-about-feature-content .gl-section-title h2 {
    color: #fff;
}

.gl-about-feature-content .gl-section-title p {
    color: #D1D1D1;
}

.gl-about-feature-content .gl-about-feature-img {
    z-index: 1;
    padding-left: 20px;
}

    .gl-about-feature-content .gl-about-feature-img .gl-about-feature-img-shape {
        top: -80px;
        z-index: -1;
        right: -70px;
    }

.gl-about-feature-text .gl-about-feature-list-2 {
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
}

    .gl-about-feature-text .gl-about-feature-list-2 li {
        width: 50%;
        float: left;
        padding-left: 30px;
        margin-bottom: 10px;
        position: relative;
    }

        .gl-about-feature-text .gl-about-feature-list-2 li:before {
            top: 0px;
            left: 0;
            font-size: 18px;
            color: #fff;
            content: "";
            font-weight: 900;
            position: absolute;
            font-family: "Font Awesome 5 Pro";
        }

.gl-about-feature-subscribe-form {
    margin-top: 45px;
    padding: 65px 30px;
    border-radius: 5px;
    background-color: #4C40F7;
}

    .gl-about-feature-subscribe-form .gl-about-feature-subs-text {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
    }

    .gl-about-feature-subscribe-form .gl-about-feature-subs-form {
        width: 250px;
        height: 60px;
    }

        .gl-about-feature-subscribe-form .gl-about-feature-subs-form input {
            width: 250px;
            height: 60px;
            color: #fff;
            padding-left: 20px;
            border-radius: 30px;
            border: 1px solid #fff;
            background-color: transparent;
        }

            .gl-about-feature-subscribe-form .gl-about-feature-subs-form input::-webkit-input-placeholder {
                color: #fff;
            }

            .gl-about-feature-subscribe-form .gl-about-feature-subs-form input::-moz-placeholder {
                color: #fff;
            }

            .gl-about-feature-subscribe-form .gl-about-feature-subs-form input:-ms-input-placeholder {
                color: #fff;
            }

            .gl-about-feature-subscribe-form .gl-about-feature-subs-form input::-ms-input-placeholder {
                color: #fff;
            }

            .gl-about-feature-subscribe-form .gl-about-feature-subs-form input::placeholder {
                color: #fff;
            }

        .gl-about-feature-subscribe-form .gl-about-feature-subs-form button {
            top: 10px;
            right: 10px;
            width: 40px;
            height: 40px;
            border: none;
            position: absolute;
            color: #4C40F7;
            border-radius: 100%;
            background-color: #fff;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
        }

            .gl-about-feature-subscribe-form .gl-about-feature-subs-form button:hover {
                color: #fff;
                background-color: #14132B;
            }

.gl-about-section-2 {
    z-index: 1;
    overflow: hidden;
    padding: 130px 0px;
}

    .gl-about-section-2 .gl-about-side-bg {
        top: 0;
        left: 0;
        z-index: -1;
    }

.gl-about-img-wrap-2 .gl-about-img1_2 {
    right: 0;
    bottom: 0;
}

.gl-about-exp-year {
    top: 10px;
    left: 5px;
    width: 120px;
    height: 120px;
    padding-top: 24px;
    border-radius: 100%;
    background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
}

    .gl-about-exp-year span, .gl-about-exp-year h3 {
        color: #fff;
    }

    .gl-about-exp-year span {
        font-weight: 600;
    }

    .gl-about-exp-year h3 {
        line-height: 1;
        font-size: 36px;
        font-weight: 600;
    }

.gl-skill-progress-bar {
    padding: 40px 0px 16px;
}

    .gl-skill-progress-bar .skill-set-percent {
        margin-bottom: 20px;
    }

        .gl-skill-progress-bar .skill-set-percent h4 {
            font-size: 16px;
            font-weight: 600;
            padding-bottom: 8px;
        }

        .gl-skill-progress-bar .skill-set-percent .progress {
            height: 6px;
            border-radius: 0;
            max-width: 376px;
            position: relative;
            overflow: visible;
            border-top: 6px solid #E8E8E8;
            background-color: transparent;
        }

            .gl-skill-progress-bar .skill-set-percent .progress span {
                right: 0;
                top: -30px;
                font-weight: 600;
                position: absolute;
                font-family: "Sen", sans-serif;
            }

        .gl-skill-progress-bar .skill-set-percent .progress-bar {
            width: 0;
            top: -6px;
            float: left;
            height: 6px;
            position: relative;
            -webkit-transition: 1s all ease-in-out;
            transition: 1s all ease-in-out;
            background-color: #4C40F7;
        }

.gl-about-author-2 .gl-about-author-img {
    width: 74px;
    height: 74px;
    overflow: hidden;
    margin-right: 24px;
    border-radius: 100%;
}

.gl-about-author-2 .gl-about-author-text h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.gl-about-author-2 .gl-about-author-text span {
    font-weight: 500;
}

.gl-about-section-3:before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    content: "";
    position: absolute;
    background-color: #044C09;
}

.gl-about-content-3 {
    z-index: 2;
    padding:50px 10px 30px 10px;
    border-radius: 5px;
    background-color: #FCF06D;
    -webkit-box-shadow: 0px 8px 75px 0px #7878781A;
    box-shadow: 0px 8px 75px 0px #7878781A;
}

    .gl-about-content-3 .gl-about-img-wrapper-3 .gl-about-exp-3 {
        top: -85px;
        left: -85px;
    }

.gl-about-feature-list-3 {
    margin-top: 22px;
}

    .gl-about-feature-list-3 li {
        color: #044C09;
        font-weight: 600;
        margin-bottom: 15px;
    }

        .gl-about-feature-list-3 li i {
            margin-right: 14px;
        }

    .gl-about-feature-list-3 .gl-about-btn {
        margin-top: 20px;
    }

        .gl-about-feature-list-3 .gl-about-btn a {
            color: #fff;
            width: 205px;
            height: 50px;
            font-weight: 600;
            border-radius: 40px;
            font-family: "Outfit", sans-serif;
            background-color: #044C09;
            -webkit-box-shadow: 0px 8px 75px 0px #7878781A;
            box-shadow: 0px 8px 75px 0px #7878781A;
        }

            .gl-about-feature-list-3 .gl-about-btn a i {
                margin-left: 10px;
            }

            .gl-about-feature-list-3 .gl-about-btn a:hover {
                -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 210, 178, 0.28);
                box-shadow: 0px 10px 35px 0px rgba(0, 210, 178, 0.28);
            }

.gl-protection-section {
    padding: 80px 0px 70px;
}

    .gl-protection-section .gl-protection-shape3 {
        right: 110px;
        bottom: 60px;
        -webkit-animation: Glow_animation_1 15s infinite linear alternate;
        animation: Glow_animation_1 15s infinite linear alternate;
    }

.gl-protection-btn {
    margin-top: 28px;
}

    .gl-protection-btn a {
        color: #fff;
        height: 55px;
        width: 195px;
        font-weight: 600;
        border-radius: 40px;
        background-color: #044C09;
    }

        .gl-protection-btn a:hover {
            background-color: #044C09;
        }

.gl-protection-img-wrapper .gl-protection-shape {
    top: -55px;
    left: -65px;
    -webkit-animation: Glow_animation_1 12s infinite linear alternate;
    animation: Glow_animation_1 12s infinite linear alternate;
}

.gl-protection-img-wrapper .gl-protection-shape2 {
    right: 0;
    bottom: -45px;
}

.about-page-about .gl-about-text-wrap {
    padding-top: 50px;
}

.about-page-about .gl-funfact-shape2 {
    bottom: 0;
    right: 0;
}

.about-page-about .gl-featured-inner-content {
    padding-bottom: 0;
}

.about-page-team {
    padding-top: 120px;
    background-color: #FAFAFA;
}

.gl-company-history-section {
    padding: 115px 0px 0px;
}

    .gl-company-history-section .gl-section-title.text-center {
        max-width: 600px;
        padding-bottom: 40px;
    }

    .gl-company-history-section .gl-company-history-process-line {
        top: 0;
        left: 0;
        right: 0;
    }

        .gl-company-history-section .gl-company-history-process-line span {
            top: -30px;
            left: 10px;
            right: 0;
            color: #fff;
            width: 60px;
            height: 60px;
            margin: 0 auto;
            font-weight: 500;
            line-height: 60px;
            position: absolute;
            border-radius: 100%;
            background-color: #4C40F7;
        }

        .gl-company-history-section .gl-company-history-process-line:after {
            top: 0;
            content: "";
            position: absolute;
        }

.gl-company-history-steps {
    margin: 0 auto;
    max-width: 870px;
}

    .gl-company-history-steps .gl-company-history-inner-item:before {
        top: 50%;
        content: "";
        width: 90px;
        height: 1px;
        position: absolute;
        background-color: #666666;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .gl-company-history-steps .gl-ch-item-text {
        position: relative;
    }

        .gl-company-history-steps .gl-ch-item-text:before {
            top: 50%;
            content: "";
            width: 24px;
            height: 24px;
            border-radius: 100%;
            position: absolute;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: #4C40F7;
        }

        .gl-company-history-steps .gl-ch-item-text:after {
            top: 50%;
            content: "";
            width: 16px;
            height: 16px;
            position: absolute;
            border-radius: 100%;
            background-color: #fff;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .gl-company-history-steps .gl-ch-year {
        top: 50%;
        color: #14132B;
        font-size: 18px;
        font-weight: 600;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .gl-company-history-steps:nth-child(odd) .gl-company-history-inner-item {
        float: left;
    }

        .gl-company-history-steps:nth-child(odd) .gl-company-history-inner-item:before {
            right: -90px;
        }

        .gl-company-history-steps:nth-child(odd) .gl-company-history-inner-item .gl-ch-item-text:before {
            right: -92px;
        }

        .gl-company-history-steps:nth-child(odd) .gl-company-history-inner-item .gl-ch-item-text:after {
            right: -88px;
        }

        .gl-company-history-steps:nth-child(odd) .gl-company-history-inner-item .gl-ch-year {
            right: -160px;
        }

    .gl-company-history-steps:nth-child(even) .gl-company-history-inner-item {
        float: right;
    }

        .gl-company-history-steps:nth-child(even) .gl-company-history-inner-item:before {
            left: -90px;
        }

        .gl-company-history-steps:nth-child(even) .gl-company-history-inner-item .gl-ch-year {
            left: -160px;
        }

        .gl-company-history-steps:nth-child(even) .gl-company-history-inner-item .gl-ch-item-text:before {
            left: -92px;
        }

        .gl-company-history-steps:nth-child(even) .gl-company-history-inner-item .gl-ch-item-text:after {
            left: -88px;
        }

    .gl-company-history-steps:nth-child(1) .gl-company-history-inner-item {
        -webkit-transform: translate(3px, 20px);
        transform: translate(3px, 20px);
    }

    .gl-company-history-steps:nth-child(2) .gl-company-history-inner-item {
        -webkit-transform: translate(-30px, -40px);
        transform: translate(-30px, -40px);
    }

    .gl-company-history-steps:nth-child(3) .gl-company-history-inner-item {
        -webkit-transform: translate(10px, -85px);
        transform: translate(10px, -85px);
    }

    .gl-company-history-steps:nth-child(4) .gl-company-history-inner-item {
        -webkit-transform: translate(-5px, -125px);
        transform: translate(-5px, -125px);
    }

.gl-company-history-inner-item .gl-ch-item-text {
    padding: 24px;
    width: 290px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 55px 0px #CCCCCC40;
    box-shadow: 0px 20px 55px 0px #CCCCCC40;
}

    .gl-company-history-inner-item .gl-ch-item-text h3 {
        color: #14132B;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 8px;
    }

.about-page-testimonial {
    padding-top: 120px;
}

    .about-page-testimonial .slick-dots {
        position: static;
        margin-top: 28px;
    }

        .about-page-testimonial .slick-dots li {
            background-color: #4C40F7;
        }

            .about-page-testimonial .slick-dots li.slick-active {
                background-color: #4C40F7;
            }

                .about-page-testimonial .slick-dots li.slick-active:before {
                    border: 2px solid #4C40F7;
                }

/*---------------------------------------------------- */
/*Fun Fact area*/
/*----------------------------------------------------*/
.gl-funfact-section {
    z-index: 1;
    padding: 105px 0px 90px;
}

    .gl-funfact-section .gl-funfact-shape {
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    .gl-funfact-section .gl-section-title {
        padding-bottom: 40px;
    }

        .gl-funfact-section .gl-section-title h2 {
            font-size: 36px;
            line-height: 46.8px;
        }

.gl-fan-fact-content {
    margin: 0 auto;
    max-width: 990px;
}

.gl-funfact-inner-item .thx-inner-item {
    padding: 40px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #F4F4F4;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

    .gl-funfact-inner-item .thx-inner-item:hover {
        border: 1px solid #fff;
        -webkit-box-shadow: 0px 15px 66px 0px #99999926;
        box-shadow: 0px 15px 66px 0px #99999926;
    }

.gl-funfact-inner-item .thx-inner-icon {
    width: 44px;
    height: 46px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #4C40F70D;
}

    .gl-funfact-inner-item .thx-inner-icon i {
        font-size: 22px;
        line-height: 0.75;
        color: #4C40F7;
    }

.gl-funfact-inner-item .thx-inner-title {
    padding-bottom: 5px;
}

    .gl-funfact-inner-item .thx-inner-title h3 {
        color: #14132B;
        font-weight: 600;
    }

.gl-funfact-inner-item .thx-inner-text {
    font-weight: 500;
}

.gl-fan-fact-section-2 {
    padding: 60px 0px 80px;
    background-color: #14132B;
}

.gl-funfact-inner-item-2:after {
    right: 0;
    top: 20px;
    width: 2px;
    content: "";
    height: 80px;
    position: absolute;
    background-color: #2B287B;
}

.gl-funfact-inner-item-2 .thx-inner-title h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    padding-bottom: 6px;
}

    .gl-funfact-inner-item-2 .thx-inner-title h3 span {
        top: -1px;
        position: relative;
    }

.gl-funfact-inner-item-2 .thx-inner-text {
    color: #E0E0E0;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.gl-fun-fact-content-2 .col-lg-4:last-child .gl-funfact-inner-item-2:after {
    display: none;
}

.gl-counter-section-3 {
    padding: 55px 0px 60px;
    background-color: #044C09;
}

.gl-counter-content-3 {
    margin: 0 auto;
}

.gl-counter-inner-item {
    border-radius: 5px;
    padding: 14px 14px 16px;
    background-color: #FCF06D;
}

    .gl-counter-inner-item:before {
        left: 0;
        right: 0;
        width: 90%;
        content: "";
        height: 18px;
        bottom: -18px;
        margin: 0 auto;
        position: absolute;
        background-color: #3F557966;
    }

    .gl-counter-inner-item .thx-inner-icon {
        margin-right: 24px;
    }

        .gl-counter-inner-item .thx-inner-icon i {
            font-size: 54px;
            color: #044C09;
        }

    .gl-counter-inner-item .thx-inner-text h3 {
        color: #044C09;
        font-size: 48px;
        font-weight: 600;
    }

        .gl-counter-inner-item .thx-inner-text h3 span {
            font-weight: 600;
        }

    .gl-counter-inner-item .thx-inner-text p {
        color: #044C09;
        font-weight: 500;
    }

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.gl-team-section {
    padding-bottom: 95px;
}

    .gl-team-section .gl-title-top-content {
        padding-bottom: 55px;
    }

    .gl-team-section .gl-title-top-head h2 {
        max-width: 560px;
    }

.gl-title-top-text a {
    color: #fff;
    height: 55px;
    width: 150px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #14132B;
}

    .gl-title-top-text a:hover {
        background-color: #4C40F7;
    }

.gl-team-content {
    z-index: 1;
}

    .gl-team-content .gl-team-shape {
        z-index: -1;
        left: -50px;
        bottom: 0px;
    }

.gl-team-inner-item {
    margin-bottom: 30px;
    background-color: #fff;
}

    .gl-team-inner-item .thx-inner-img {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        overflow: hidden;
        margin-bottom: 25px;
        border-radius: 100%;
        border: 2px solid #EBEBEB;
    }

    .gl-team-inner-item .thx-inner-title h3 {
        color: #14132B;
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 8px;
    }

    .gl-team-inner-item .thx-inner-degi {
        margin-bottom: 16px;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
    }

    .gl-team-inner-item .thx-inner-social {
        margin-bottom: 32px;
    }

        .gl-team-inner-item .thx-inner-social a {
            width: 30px;
            height: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0px 5px;
            border-radius: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #F3F3F3;
        }

    .gl-team-inner-item .thx-inner-btn a {
        color: #14132B;
        font-weight: 600;
        position: relative;
    }

        .gl-team-inner-item .thx-inner-btn a:before {
            left: 0;
            right: 0;
            width: 0%;
            bottom: 0;
            content: "";
            height: 1px;
            margin: 0 auto;
            position: absolute;
            background-color: #fff;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
        }

        .gl-team-inner-item .thx-inner-btn a:hover {
            letter-spacing: 1px;
        }

            .gl-team-inner-item .thx-inner-btn a:hover:before {
                width: 100%;
            }

    .gl-team-inner-item .thx-inner-item {
        padding: 30px;
        border-radius: 5px;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        -webkit-box-shadow: 0px 10px 50px 0px #6666661A;
        box-shadow: 0px 10px 50px 0px #6666661A;
    }

        .gl-team-inner-item .thx-inner-item:hover {
            background-color: #4C40F7;
            -webkit-box-shadow: 0px 10px 50px 0px #4C40F74D;
            box-shadow: 0px 10px 50px 0px #4C40F74D;
        }

            .gl-team-inner-item .thx-inner-item:hover .thx-inner-title h3 {
                color: #fff;
            }

            .gl-team-inner-item .thx-inner-item:hover .thx-inner-degi {
                color: #fff;
            }

            .gl-team-inner-item .thx-inner-item:hover .thx-inner-btn a {
                color: #fff;
            }

.gl-team-section-2 {
    padding: 120px 0px 130px;
}

    .gl-team-section-2 .gl-title-top-head h2, .gl-team-section-2 .gl-title-top-head p {
        color: #fff;
        max-width: 530px;
    }

    .gl-team-section-2 .gl-title-top-head h2 {
        padding-bottom: 16px;
    }

    .gl-team-section-2 .gl-title-top-text a {
        background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
    }

.gl-team-inner-item-2 {
    max-width: 270px;
    overflow: hidden;
    border-radius: 5px;
}

    .gl-team-inner-item-2:before {
        top: 0;
        left: 0;
        width: 0%;
        content: "";
        opacity: 0.9;
        height: 100%;
        position: absolute;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
    }

    .gl-team-inner-item-2 .team-member-shape {
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
    }

    .gl-team-inner-item-2 .team-social {
        left: 0;
        right: 0;
        top: 60%;
        opacity: 0;
        text-align: center;
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

        .gl-team-inner-item-2 .team-social li a {
            color: #fff;
            width: 35px;
            height: 35px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0px 4px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #14132B;
        }

            .gl-team-inner-item-2 .team-social li a:hover {
                background-color: #4C40F7;
            }

    .gl-team-inner-item-2 .thx-inner-text {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px 30px;
        position: absolute;
        background-color: #fff;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
    }

        .gl-team-inner-item-2 .thx-inner-text h3 {
            color: #000000;
            font-size: 24px;
            font-weight: 600;
            padding-bottom: 8px;
        }

        .gl-team-inner-item-2 .thx-inner-text span {
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
        }

    .gl-team-inner-item-2:hover:before {
        width: 100%;
    }

    .gl-team-inner-item-2:hover .team-member-shape {
        bottom: -80px;
    }

    .gl-team-inner-item-2:hover .thx-inner-text {
        top: 55%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
    }

        .gl-team-inner-item-2:hover .thx-inner-text span, .gl-team-inner-item-2:hover .thx-inner-text h3 {
            color: #fff;
        }

    .gl-team-inner-item-2:hover .team-social {
        top: 65%;
        opacity: 1;
    }

.gl-team-section-3 {
    padding: 54px 0px;
}

.gl-team-inner-item-3 {
    padding: 5px 5px 20px 5px;
    border-radius: 10px;
    border: 2px solid #EBD805;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease; background:#FCF06D;
}

    .gl-team-inner-item-3 .thx-inner-img {
        overflow: hidden;
        border-radius: 5px;
        margin-bottom: 24px;
    }

    .gl-team-inner-item-3 .thx-inner-text h3 {
        color: #0E1D22;
        font-weight: 600;
        margin-bottom: 10px; font-size:22px;
    }

    .gl-team-inner-item-3 .thx-inner-text .thx-inner-social {
        margin-top: 12px;
    }

        .gl-team-inner-item-3 .thx-inner-text .thx-inner-social a {
            color: #044C09;
            margin: 0px 8px;
            font-size: 20px;
        }

            .gl-team-inner-item-3 .thx-inner-text .thx-inner-social a:hover {
                color: #044C09;
            }

    .gl-team-inner-item-3:hover {
        border: 1px solid #fff;
        -webkit-box-shadow: 0px 20px 66px 0px #BFBFBF26;
        box-shadow: 0px 20px 66px 0px #BFBFBF26;
    }

.gl-team-btn {
    margin-top: 48px;
}

    .gl-team-btn a {
        color: #fff;
        height: 55px;
        width: 155px;
        font-weight: 600;
        border-radius: 40px;
        font-family: "Catamaran", sans-serif;
        background-color: #044C09;
    }

        .gl-team-btn a:hover {
            background-color: #044C09;
        }

.gl-team-section.inner-page-padding {
    padding-bottom: 0;
}

    .gl-team-section.inner-page-padding .gl-pagination {
        margin-top: 25px;
    }

.gl-team-details-img {
    z-index: 1;
}

    .gl-team-details-img .tmd-shape {
        top: -40px;
        left: -45px;
        z-index: -1;
    }

.gl-team-details-text {
    padding: 40px 0px 80px 10px;
}

    .gl-team-details-text .member-name-designation {
        margin-bottom: 32px;
    }

        .gl-team-details-text .member-name-designation h3 {
            color: #14132B;
            font-size: 36px;
            font-weight: 600;
            padding-bottom: 8px;
        }

    .gl-team-details-text .member-info {
        margin-bottom: 32px;
    }

        .gl-team-details-text .member-info li {
            margin-bottom: 12px;
        }

            .gl-team-details-text .member-info li span {
                color: #000000;
                font-weight: 600;
            }

    .gl-team-details-text .content-box li {
        margin-right: 8px;
        display: inline-block;
    }

        .gl-team-details-text .content-box li a {
            width: 55px;
            height: 55px;
            font-size: 18px;
            line-height: 55px;
            color: #4C40F7;
            text-align: center;
            border-radius: 100%;
            background-color: #4C40F71A;
        }

            .gl-team-details-text .content-box li a:hover {
                color: #fff;
                background-color: #4C40F7;
            }

    .gl-team-details-text .content-box h5 {
        color: #000;
        font-weight: 600;
        padding-bottom: 16px;
    }

.team-member-text-area {
    margin-bottom: 24px;
}

    .team-member-text-area h3 {
        color: #14132B;
        font-size: 36px;
        font-weight: 600;
        padding-bottom: 24px;
    }

    .team-member-text-area p {
        padding-bottom: 24px;
    }

.member-info-details:before {
    top: 5px;
    left: 125px;
    width: 2px;
    content: "";
    height: 100%;
    position: absolute;
    background-color: #ACACAC;
}

.member-info-details .member-info-wrap {
    margin-bottom: 32px;
}

    .member-info-details .member-info-wrap .member-info-year {
        color: #000;
        width: 160px;
        font-weight: 500;
        position: relative;
    }

        .member-info-details .member-info-wrap .member-info-year:before, .member-info-details .member-info-wrap .member-info-year:after {
            top: 2px;
            right: 25px;
            content: "";
            width: 20px;
            height: 20px;
            border-radius: 100%;
            position: absolute;
            background-color: #fff;
            border: 2px solid #ACACAC;
        }

        .member-info-details .member-info-wrap .member-info-year:after {
            top: 7px;
            right: 30px;
            width: 10px;
            height: 10px;
            border: none;
            background-color: #4C40F7;
        }

    .member-info-details .member-info-wrap .member-info-text {
        max-width: 410px;
        overflow: hidden;
    }

.memeber-skill .gl-skill-progress-bar {
    padding-top: 0px;
}

    .memeber-skill .gl-skill-progress-bar .skill-set-percent .progress {
        height: 10px;
        max-width: 515px;
        border-top: 10px solid #E8E8E8;
    }

    .memeber-skill .gl-skill-progress-bar .skill-set-percent h4 {
        font-size: 20px;
    }

    .memeber-skill .gl-skill-progress-bar .skill-set-percent .progress-bar {
        top: -10px;
        height: 10px;
    }

    .memeber-skill .gl-skill-progress-bar .skill-set-percent {
        margin-bottom: 35px;
    }

        .memeber-skill .gl-skill-progress-bar .skill-set-percent .progress span {
            top: -45px;
            font-size: 20px;
        }

.gl-team-contact-section {
    padding: 120px 0px;
    background-color: #FAFAFACC;
}

.gl-team-contact-form {
    padding-top: 45px;
}

    .gl-team-contact-form .gl-call-to-action-form {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

/*---------------------------------------------------- */
/*Pricing area*/
/*----------------------------------------------------*/
.gl-pricing-section {
    overflow: hidden;
    padding: 110px 0px 120px;
    background-color: #F4F4F4;
}

.gl-pricing-content {
    z-index: 1;
    padding-top: 24px;
}

    .gl-pricing-content .gl-pricing-shape1 {
        top: -15px;
        z-index: -1;
        right: -55px;
        -webkit-animation: Glow_animation_1 12s infinite linear alternate;
        animation: Glow_animation_1 12s infinite linear alternate;
    }

    .gl-pricing-content .gl-pricing-shape2 {
        left: -80px;
        z-index: -1;
        bottom: -80px;
    }

.gl-pricing-inner-item {
    padding: 50px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

    .gl-pricing-inner-item:hover {
        background-color: #4C40F7;
    }

        .gl-pricing-inner-item:hover .thx-inner-title h3 {
            color: #fff;
        }

        .gl-pricing-inner-item:hover .thx-inner-price-plan h4 {
            color: #fff;
        }

        .gl-pricing-inner-item:hover .thx-inner-price-plan span {
            color: #D2D2D2;
        }

        .gl-pricing-inner-item:hover .thx-inner-price-plan:after {
            width: 0;
        }

        .gl-pricing-inner-item:hover .thx-inner-price-plan:before {
            width: 100%;
        }

        .gl-pricing-inner-item:hover .thx-inner-price-list li {
            color: #D2D2D2;
        }

        .gl-pricing-inner-item:hover .thx-inner-price-btn a {
            color: #14132B;
            background-color: #fff;
            border: 2px solid #fff;
        }

    .gl-pricing-inner-item .thx-inner-title {
        margin-bottom: 10px;
    }

        .gl-pricing-inner-item .thx-inner-title h3 {
            color: #14132B;
            font-size: 24px;
            font-weight: 600;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
        }

    .gl-pricing-inner-item .thx-inner-price-plan {
        padding-bottom: 20px;
        margin-bottom: 24px;
    }

        .gl-pricing-inner-item .thx-inner-price-plan h4 {
            color: #14132B;
            font-size: 48px;
            font-weight: 600;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
        }

        .gl-pricing-inner-item .thx-inner-price-plan span {
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
        }

        .gl-pricing-inner-item .thx-inner-price-plan:after {
            left: 0;
            bottom: 0;
            width: 100%;
            content: "";
            right: 0;
            height: 2px;
            margin: 0 auto;
            position: absolute;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
            background: -webkit-gradient(linear, left top, right top, color-stop(4.78%, #FFFFFF), color-stop(49.21%, #D2D2D2), color-stop(93.92%, #FFFFFF));
            background: linear-gradient(90deg, #FFFFFF 4.78%, #D2D2D2 49.21%, #FFFFFF 93.92%);
        }

        .gl-pricing-inner-item .thx-inner-price-plan:before {
            left: 0;
            bottom: 0;
            width: 100%;
            content: "";
            height: 2px;
            width: 0;
            right: 0;
            margin: 0 auto;
            position: absolute;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
            background: -webkit-gradient(linear, left top, right top, color-stop(4.78%, #4C40F7), color-stop(49.21%, #1100FF), color-stop(93.92%, #4C40F7));
            background: linear-gradient(90deg, #4C40F7 4.78%, #1100FF 49.21%, #4C40F7 93.92%);
        }

    .gl-pricing-inner-item .thx-inner-price-list li {
        line-height: 40px;
        margin-bottom: 5px;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
    }

    .gl-pricing-inner-item .thx-inner-price-btn {
        margin-top: 32px;
    }

        .gl-pricing-inner-item .thx-inner-price-btn a {
            height: 50px;
            width: 135px;
            color: #14132B;
            margin: 0 auto;
            font-weight: 600;
            border-radius: 5px;
            border: 2px solid #4C40F7;
        }

/*---------------------------------------------------- */
/*CTA area*/
/*----------------------------------------------------*/
.gl-call-to-action-section {
    padding: 120px 0px 110px;
}

.gl-call-to-action-content .gl-section-title {
    max-width: 480px;
}

.gl-cta-text-wrap {
    padding-top: 40px;
}

.gl-cta-info-item {
    margin-top: 25px;
}

    .gl-cta-info-item .gl-cta-info-icon {
        width: 50px;
        height: 50px;
        margin-right: 18px;
        border-radius: 100%;
        background-color: #4C40F7;
    }

        .gl-cta-info-item .gl-cta-info-icon i {
            color: #fff;
            line-height: 0.75;
        }

    .gl-cta-info-item .gl-cta-info-text span {
        font-weight: 500;
    }

    .gl-cta-info-item .gl-cta-info-text h3 {
        color: #14132B;
        font-size: 24px;
        font-weight: 600;
        padding-top: 8px;
    }

.gl-call-to-action-form {
    z-index: 1;
    border-radius: 5px;
    padding: 40px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 55px 0px #9999991A;
    box-shadow: 0px 20px 55px 0px #9999991A;
}

    .gl-call-to-action-form h3 {
        color: #14132B;
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 32px;
    }

    .gl-call-to-action-form button {
        color: #fff;
        width: 100%;
        height: 55px;
        border: none;
        font-weight: 600;
        border-radius: 5px;
        background-color: #4C40F7;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
    }

        .gl-call-to-action-form button:hover {
            background-color: #14132B;
        }

    .gl-call-to-action-form .cta-input label {
        top: -12px;
        left: 20px;
        font-size: 15px;
        padding: 2px 5px;
        font-weight: 500;
        position: absolute;
        background-color: #fff;
    }

    .gl-call-to-action-form .cta-input select, .gl-call-to-action-form .cta-input input, .gl-call-to-action-form .cta-input textarea {
        width: 100%;
        height: 48px;
        padding: 0px 15px;
        border-radius: 5px;
        margin-bottom: 24px;
        border: 1px solid #E7E7E7;
    }

    .gl-call-to-action-form .cta-input textarea {
        height: 150px;
    }

    .gl-call-to-action-form .gl-cta-more {
        margin-top: 16px;
    }

        .gl-call-to-action-form .gl-cta-more a {
            font-weight: 600;
            text-decoration: underline;
        }

.gl-call-to-action-form-wrap {
    z-index: 1;
}

    .gl-call-to-action-form-wrap .gl-call-to-action-shape {
        left: -80px;
        bottom: -55px;
        z-index: -1;
    }

.gl-get-in-touch-section-3 {
    padding: 76px 0px;
    background-color: #044C09;
}

.gl-get-in-touch-content-3 h3 {
    color: #fff;
    margin: 0 auto;
    font-size: 42px;
    max-width: 500px;
    font-weight: 600;
    padding-bottom: 16px;
}

.gl-get-in-touch-content-3 .gl-get-in-touch-btn-3 .gl-cta-btn a {
    height: 55px;
    width: 178px;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    margin-right: 32px;
    background-color: #044C09;
}

.gl-get-in-touch-content-3 .gl-get-in-touch-btn-3 .gl-cta-number i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #044C09;
    border-radius: 100%;
    margin-right: 16px;
    background-color: rgba(0, 210, 178, 0.2);
}

.gl-get-in-touch-content-3 .gl-get-in-touch-btn-3 .gl-cta-number span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.gl-about-get-in-touch-content {
    padding: 60px 50px;
    border-radius: 5px;
    background-color: #4C40F7;
}

    .gl-about-get-in-touch-content .gl-about-get-in-touch-text h2, .gl-about-get-in-touch-content .gl-about-get-in-touch-text p {
        color: #fff;
    }

    .gl-about-get-in-touch-content .gl-about-get-in-touch-text h2 {
        font-size: 48px;
        font-weight: 600;
        line-height: 62.4px;
    }

    .gl-about-get-in-touch-content .gl-about-get-in-touch-btn a {
        height: 65px;
        width: 190px;
        color: #14132B;
        font-weight: 600;
        border-radius: 5px;
        background-color: #fff;
    }

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.gl-testimonial-section {
    overflow: hidden;
    padding-bottom: 110px;
}

    .gl-testimonial-section:before {
        top: 0;
        left: 0;
        width: 50%;
        content: "";
        height: 100%;
        position: absolute;
    }

    .gl-testimonial-section .gl-section-title.text-center {
        padding-bottom: 35px;
    }

.gl-testimonial-slider-item-area {
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 55px 0px #7777771A;
    box-shadow: 0px 20px 55px 0px #7777771A;
}

    .gl-testimonial-slider-item-area .gl-testimonial-slider-img {
        width: 310px;
        height: 275px;
        overflow: hidden;
        position: relative;
        margin-right: 16px;
        border-radius: 5px;
    }

        .gl-testimonial-slider-item-area .gl-testimonial-slider-img:after {
            top: 0;
            left: 0;
            width: 100%;
            content: "";
            height: 100%;
            position: absolute;
            background-image: url(../images/tm-sh.png);
        }

    .gl-testimonial-slider-item-area .gl-testimonial-slider-text {
        width: 360px;
    }

        .gl-testimonial-slider-item-area .gl-testimonial-slider-text .gl-tst-text {
            padding-top: 20px;
            font-style: italic;
            margin-bottom: 16px;
        }

        .gl-testimonial-slider-item-area .gl-testimonial-slider-text .gl-tst-author-rate h3 {
            color: #14132B;
            font-size: 20px;
            font-weight: 600;
        }

        .gl-testimonial-slider-item-area .gl-testimonial-slider-text .gl-tst-author-rate span {
            font-weight: 500;
        }

        .gl-testimonial-slider-item-area .gl-testimonial-slider-text .gl-tst-author-rate .gl-tst-rate {
            margin-top: 5px;
        }

            .gl-testimonial-slider-item-area .gl-testimonial-slider-text .gl-tst-author-rate .gl-tst-rate li {
                color: #F8C245;
                font-size: 18px;
            }

.gl-testimonial-slider-wrapper .slick-list {
    overflow: visible;
}

.gl-testimonial-slider-wrapper .slick-slide {
    opacity: 0.3;
}

    .gl-testimonial-slider-wrapper .slick-slide.slick-active.slick-center {
        opacity: 1;
    }

.gl-testimonial-section-2 {
    padding: 115px 0px 130px;
    background-color: #14132B;
}

    .gl-testimonial-section-2 .gl-section-title {
        max-width: 570px;
        padding-bottom: 30px;
    }

        .gl-testimonial-section-2 .gl-section-title h2 {
            color: #fff;
        }

#gl-testimonial_scrollbar {
    height: 350px;
}

    #gl-testimonial_scrollbar .mCSB_scrollTools .mCSB_draggerRail {
        width: 6px;
    }

    #gl-testimonial_scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: linear-gradient(146.24deg, #4C40F7 32.41%, #FF00A1 92.29%);
    }

    #gl-testimonial_scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 6px;
    }

.gl-testimonial-tab-btn .nav-tabs .nav-item.show .nav-link, .gl-testimonial-tab-btn .nav-tabs .nav-link.active {
    border: none;
    background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
}

.gl-testimonial-tab-btn .nav-tabs .nav-link:focus, .gl-testimonial-tab-btn .nav-tabs .nav-link:hover,
.gl-testimonial-tab-btn .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
}

.gl-testimonial-tab-btn .nav-tabs {
    border: none;
}

.gl-testimonial-tab-btn .nav-link {
    padding: 14px 20px;
}

.gl-testimonial-tab-btn li {
    width: 100%;
    display: block;
    max-width: 400px;
    cursor: pointer;
    margin-bottom: 16px;
    background-color: #262442;
}

    .gl-testimonial-tab-btn li .testimonial-img-2 {
        width: 80px;
        height: 80px;
        margin-right: 20px;
        border-radius: 100%;
    }

    .gl-testimonial-tab-btn li .testimonial-text-2 h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 5px;
    }

    .gl-testimonial-tab-btn li .testimonial-text-2 span {
        color: #D2D2D2;
    }

.gl-testimonial-tab-content {
    padding-left: 30px;
}

.gl-testimonial-inner-item-2 .thx-inner-item {
    padding: 24px 24px 28px;
    background-color: #262442;
    -webkit-box-shadow: 0px 10px 66px 0px #66666626;
    box-shadow: 0px 10px 66px 0px #66666626;
}

    .gl-testimonial-inner-item-2 .thx-inner-item .thx-inner-rate {
        margin-bottom: 16px;
    }

        .gl-testimonial-inner-item-2 .thx-inner-item .thx-inner-rate .ratting-number {
            color: #fff;
            font-weight: 500;
            padding: 5px 10px;
            border-radius: 5px;
            background-color: #15142C;
        }

            .gl-testimonial-inner-item-2 .thx-inner-item .thx-inner-rate .ratting-number i {
                font-size: 20px;
                background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

    .gl-testimonial-inner-item-2 .thx-inner-item .qt-icon {
        right: 20px;
        bottom: 20px;
    }

    .gl-testimonial-inner-item-2 .thx-inner-item .thx-inner-text {
        color: #D2D2D2;
        font-style: italic;
        margin-bottom: 24px;
    }

    .gl-testimonial-inner-item-2 .thx-inner-item .thx-inner-author .author-img {
        z-index: 1;
        width: 85px;
        height: 85px;
        overflow: hidden;
        margin-right: 28px;
        position: relative;
        border-radius: 100%;
    }

        .gl-testimonial-inner-item-2 .thx-inner-item .thx-inner-author .author-img img {
            width: 80px;
            height: 80px;
        }

        .gl-testimonial-inner-item-2 .thx-inner-item .thx-inner-author .author-img:before {
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
        }

    .gl-testimonial-inner-item-2 .thx-inner-item .thx-inner-author .author-text h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        padding-bottom: 4px;
    }

    .gl-testimonial-inner-item-2 .thx-inner-item .thx-inner-author .author-text span {
        color: #D2D2D2;
    }

.gl-testimonial-section-3 {
    z-index: 1;
    overflow: hidden;
    padding: 100px 0px 120px;
    background-color: #0E1D22;
}

    .gl-testimonial-section-3 .gl-testimonial-map {
        left: 0;
        top: 280px;
        z-index: -1;
    }

.gl-testimonial-text-wrapper-3 {
    padding-top: 120px;
}

    .gl-testimonial-text-wrapper-3 .gl-section-title-3 h2, .gl-testimonial-text-wrapper-3 .gl-section-title-3 p {
        color: #fff;
    }

    .gl-testimonial-text-wrapper-3 .gl-testimonial-btn-rate {
        margin-top: 48px;
    }

    .gl-testimonial-text-wrapper-3 .gl-testimonial-btn {
        margin-right: 32px;
    }

        .gl-testimonial-text-wrapper-3 .gl-testimonial-btn a {
            color: #fff;
            height: 55px;
            width: 150px;
            font-weight: 600;
            border-radius: 40px;
            font-family: "Catamaran", sans-serif;
            background-color: #044C09;
        }

            .gl-testimonial-text-wrapper-3 .gl-testimonial-btn a:hover {
                -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 210, 178, 0.28);
                box-shadow: 0px 10px 35px 0px rgba(0, 210, 178, 0.28);
            }

    .gl-testimonial-text-wrapper-3 .gl-testimonial-rate li {
        color: #F8C245;
    }

    .gl-testimonial-text-wrapper-3 .gl-testimonial-rate span {
        color: #fff;
        font-weight: 600;
        font-family: "Catamaran", sans-serif;
    }

.gl-testimonial-slider-3 {
    height: 450px;
}

    .gl-testimonial-slider-3 .choose_slider_items li {
        text-align: left;
    }

    .gl-testimonial-slider-3 .choose_slider_items .current_item {
        left: 40px;
        top: 150px;
        right: 20px;
    }

    .gl-testimonial-slider-3 .choose_slider_items .next_item {
        top: 300px;
        left: 35px;
        opacity: 0.2;
        right: -30px;
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }

    .gl-testimonial-slider-3 .choose_slider_items .previous_item {
        top: 0px;
        left: 35px;
        z-index: 0;
        opacity: 0.2;
        right: -30px;
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
    }

.gl-testimonial-innerbox-item-3 {
    border-radius: 5px;
    padding: 64px 32px 24px;
    background-color: #F5DB9F;
}

    .gl-testimonial-innerbox-item-3 .gl-testimonial-img {
        left: 32px;
        top: -40px;
        width: 80px;
        height: 80px;
        overflow: hidden;
        position: absolute;
        border-radius: 100%;
        border: 5px solid #fff;
    }

    .gl-testimonial-innerbox-item-3 .gl-testimonial-text p {
        color: #000;
        font-style: italic;
    }

    .gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate {
        margin-top: 24px;
    }

        .gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate .gl-testimonial-meta h3 {
            color: #000;
            font-size: 20px;
            font-weight: 600;
        }

        .gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate .gl-testimonial-meta span {
            color: #000;
        }

        .gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate .gl-testimonial-rate {
            width: 70px;
            height: 35px;
            line-height: 32px;
            text-align: center;
            border-radius: 5px;
            background-color: #044C09;
        }

            .gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate .gl-testimonial-rate i {
                color: #F8C245;
            }

            .gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate .gl-testimonial-rate span {
                font-weight: 600;
                color: #FFFFFF;
            }

.testimonial-btn-3 {
    top: 62%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .testimonial-btn-3 a {
        color: #fff;
        font-size: 20px;
    }

        .testimonial-btn-3 a:hover {
            color: #044C09;
        }

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.gl-blog-section {
    padding-bottom: 110px;
}

.gl-blog-inner-item {
    margin-bottom: 40px;
}

    .gl-blog-inner-item .post-cat {
        right: 30px;
        bottom: -16px;
        color: #fff;
        display: block;
        padding: 8px 20px;
        border-radius: 20px;
        background-color: #14132B;
    }

    .gl-blog-inner-item .thx-inner-img {
        margin-bottom: 36px;
    }

    .gl-blog-inner-item .thx-inner-meta i {
        margin-right: 8px;
    }

    .gl-blog-inner-item .thx-inner-title {
        margin: 16px 0px;
    }

        .gl-blog-inner-item .thx-inner-title h3 {
            color: #14132B;
            font-size: 24px;
            font-weight: 600;
        }

    .gl-blog-inner-item .thx-inner-btn {
        color: #14132B;
        font-weight: 600;
        font-family: "Sen", sans-serif;
    }

        .gl-blog-inner-item .thx-inner-btn i {
            font-size: 13px;
            margin-left: 5px;
            -webkit-transition: 100ms all ease;
            transition: 100ms all ease;
        }

        .gl-blog-inner-item .thx-inner-btn:hover {
            color: #4C40F7;
        }

            .gl-blog-inner-item .thx-inner-btn:hover i {
                margin-left: 8px;
            }

    .gl-blog-inner-item:hover .post-cat {
        background-color: #4C40F7;
    }

.gl-blog-section-2 {
    padding-bottom: 100px;
}

    .gl-blog-section-2 .gl-section-title {
        padding-bottom: 30px;
    }

.gl-blog-inner-item-2 {
    margin-bottom: 30px;
}

    .gl-blog-inner-item-2 .thx-inner-img {
        overflow: hidden;
        border-radius: 5px;
        margin-bottom: 30px;
    }

    .gl-blog-inner-item-2 .thx-inner-text .blog-cat {
        padding: 10px;
        font-weight: 500;
        border-radius: 5px;
        margin-bottom: 24px;
        display: inline-block;
        background: linear-gradient(99.89deg, rgba(76, 64, 247, 0.1) 0%, rgba(255, 0, 161, 0.1) 106.22%);
    }

        .gl-blog-inner-item-2 .thx-inner-text .blog-cat a {
            background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    .gl-blog-inner-item-2 .thx-inner-text h3 {
        color: #14132B;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 16px;
        padding-bottom: 20px;
        border-bottom: 1px solid #DBDBDB;
    }

        .gl-blog-inner-item-2 .thx-inner-text h3:hover {
            color: #4C40F7;
        }

    .gl-blog-inner-item-2 .blog-meta li {
        font-weight: 500;
        margin-right: 20px;
        position: relative;
    }

        .gl-blog-inner-item-2 .blog-meta li:after {
            top: 2px;
            width: 1px;
            content: "";
            right: -14px;
            height: 20px;
            position: absolute;
            background-color: #666666;
        }

        .gl-blog-inner-item-2 .blog-meta li:last-child:after {
            display: none;
        }

.gl-blog-section-3 {
    padding: 60px 0px 60px;
}

    .gl-blog-section-3 .gl-section-title-3.text-center {
        max-width: 600px;
    }

.gl-blog-inner-item-3 {
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 10px 10px 48px;
    border: 1px solid #efefef;
}

    .gl-blog-inner-item-3 .thx-inner-img {
        padding-bottom: 50px;
    }

        .gl-blog-inner-item-3 .thx-inner-img .thx-inner-img-thumb {
            border-radius: 5px;
            overflow: hidden;
        }

        .gl-blog-inner-item-3 .thx-inner-img .thx-inner-meta {
            left: 10px;
            bottom: 20px;
            width: 60px;
            height: 60px;
            overflow: hidden;
            border-radius: 100%;
            border: 2px solid #DCDCDC;
        }

    .gl-blog-inner-item-3 .thx-inner-title h3 {
        color: #044C09;
        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
        padding-bottom: 16px;
    }

    .gl-blog-inner-item-3 .thx-inner-btn {
        left: 20px;
        bottom: -20px;
        position: absolute;
    }

        .gl-blog-inner-item-3 .thx-inner-btn a {
            color: #fff;
            height: 50px;
            width: 180px;
            font-size: 15px;
            font-weight: 600;
            border-radius: 30px;
            background-color: #044C09;
        }

            .gl-blog-inner-item-3 .thx-inner-btn a i {
                margin-left: 5px;
                -webkit-transition: 500ms all ease;
                transition: 500ms all ease;
            }

            .gl-blog-inner-item-3 .thx-inner-btn a:hover {
                background-color: #044C09;
            }

                .gl-blog-inner-item-3 .thx-inner-btn a:hover i {
                    margin-left: 8px;
                }

.gl-blog-slider-3 .slick-dots {
    position: static;
    margin-top: 28px;
}

.gl-blog-feed-section .gl-pagination {
    margin-top: 28px;
}

.blog-list-inner-item .gl-blog-inner-item {
    margin-bottom: 60px;
    -webkit-box-shadow: 0px 15px 66px 0px #C5C5C540;
    box-shadow: 0px 15px 66px 0px #C5C5C540;
}

    .blog-list-inner-item .gl-blog-inner-item .thx-inner-img {
        margin-bottom: 20px;
    }

    .blog-list-inner-item .gl-blog-inner-item .thx-inner-text-wrap {
        padding: 40px;
    }

    .blog-list-inner-item .gl-blog-inner-item .thx-inner-meta a {
        margin-right: 32px;
    }

    .blog-list-inner-item .gl-blog-inner-item .thx-inner-title {
        margin-bottom: 24px;
    }

        .blog-list-inner-item .gl-blog-inner-item .thx-inner-title h3 {
            font-size: 36px;
            max-width: 580px;
            line-height: 46.8px;
            padding-bottom: 24px;
        }

.gl-sidebar-widget {
    margin-bottom: 48px;
}

    .gl-sidebar-widget .widget-title {
        color: #14132B;
        font-size: 24px;
        font-weight: 600;
        display: inline-block;
        line-height: 31.2px;
        position: relative;
        margin-bottom: 32px;
    }

        .gl-sidebar-widget .widget-title:after {
            bottom: 6px;
            content: "";
            width: 70px;
            right: -80px;
            height: 2.5px;
            position: absolute;
            background-color: #4C40F7;
        }

    .gl-sidebar-widget .gl-search-widget input {
        width: 100%;
        height: 55px;
        padding-left: 15px;
        border-radius: 5px;
        border: 1px solid #E7E7E7;
    }

    .gl-sidebar-widget .gl-search-widget button {
        top: 5px;
        right: 5px;
        width: 110px;
        color: #fff;
        height: 45px;
        border: none;
        font-weight: 600;
        position: absolute;
        background-color: #4C40F7;
    }

    .gl-sidebar-widget .gl-rc-blog-widget .recent-blog-img-text {
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 2px dashed #C7C7C7;
    }

        .gl-sidebar-widget .gl-rc-blog-widget .recent-blog-img-text .recent-blog-img {
            width: 90px;
            height: 90px;
            margin-right: 20px;
            border-radius: 100%;
            border: 2px solid #DEDEDE;
        }

        .gl-sidebar-widget .gl-rc-blog-widget .recent-blog-img-text .recent-blog-text h3 {
            color: #14132B;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            padding-bottom: 16px;
        }

        .gl-sidebar-widget .gl-rc-blog-widget .recent-blog-img-text:last-child {
            margin-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

    .gl-sidebar-widget .gl-category-widget a {
        padding: 8px 24px;
        margin-right: 16px;
        margin-bottom: 16px;
        display: inline-block;
        background-color: #F1F1F1;
    }

        .gl-sidebar-widget .gl-category-widget a:hover {
            color: #fff;
            background-color: #4C40F7;
        }

.gl-blog-details-content .thx-inner-title h3 {
    color: #14132B;
    font-size: 36px;
    max-width: 580px;
}

.gl-blog-details-content .thx-inner-meta a {
    margin-right: 16px;
}

.gl-blog-details-content p {
    padding-bottom: 24px;
}

.gl-blog-details-content blockquote {
    margin: 0 auto;
    max-width: 690px;
    padding: 40px 30px;
    font-style: italic;
    position: relative;
    margin-bottom: 32px;
    background-color: #4C40F70D;
}

    .gl-blog-details-content blockquote span {
        display: block;
        color: #14132B;
        font-weight: 600;
        margin-top: 10px;
        font-style: normal;
        position: relative;
        padding-left: 40px;
    }

        .gl-blog-details-content blockquote span:before {
            left: 0;
            bottom: 7px;
            width: 33px;
            height: 2px;
            content: "";
            position: absolute;
            background-color: #14132B;
        }

.gl-blog-details-content .blog-details-img-text {
    margin-bottom: 32px;
}

.gl-blog-details-content .gl-blog-inner-item h4 {
    color: #14132B;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 16px;
}

.gl-blog-details-content .gl-blog-inner-item li {
    margin-bottom: 8px;
    padding-left: 18px;
    position: relative;
}

    .gl-blog-details-content .gl-blog-inner-item li:before {
        left: 0;
        bottom: 8px;
        width: 8px;
        height: 8px;
        content: "";
        position: absolute;
        border-radius: 100%;
        background-color: #4C40F7;
    }

.gl-blog-details-content .blog-share-tag-option {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ECECEC;
}

    .gl-blog-details-content .blog-share-tag-option span {
        color: #14132B;
        display: block;
        font-weight: 600;
        font-family: "Sen", sans-serif;
        padding-bottom: 16px;
    }

    .gl-blog-details-content .blog-share-tag-option .blog-share a {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 20px;
        margin-right: 12px;
        color: #4C40F7;
        border-radius: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #E9F1FF;
    }

    .gl-blog-details-content .blog-share-tag-option .blog-tag a {
        padding: 8px 24px;
        margin-right: 10px;
        margin-bottom: 16px;
        display: inline-block;
        background-color: #F1F1F1;
    }

        .gl-blog-details-content .blog-share-tag-option .blog-tag a:hover {
            color: #fff;
            background-color: #4C40F7;
        }

.gl-blog-details-content .gl-blog-next-prev-btn {
    margin-bottom: 80px;
}

    .gl-blog-details-content .gl-blog-next-prev-btn .np-text {
        color: #000;
        display: block;
        font-weight: 500;
        margin-bottom: 20px;
        font-family: "Sen", sans-serif;
    }

    .gl-blog-details-content .gl-blog-next-prev-btn .gl-blog-np-img {
        width: 60px;
        height: 60px;
        overflow: hidden;
        margin-right: 20px;
        border-radius: 100%;
    }

    .gl-blog-details-content .gl-blog-next-prev-btn h3 {
        font-size: 18px;
        color: #14132B;
        font-weight: 600;
    }

    .gl-blog-details-content .gl-blog-next-prev-btn.np-next-item .gl-blog-np-img {
        margin-right: 0;
        margin-left: 20px;
    }

.gl-blog-details-content .gl-blog-details-comment h3 {
    color: #14132B;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 32px;
}

.gl-blog-details-content .gl-blog-details-comment .gl-blog-comment-block {
    margin-bottom: 70px;
}

    .gl-blog-details-content .gl-blog-details-comment .gl-blog-comment-block .gl-blog-comment-img {
        width: 80px;
        height: 80px;
        overflow: hidden;
        margin-right: 30px;
        border-radius: 100%;
    }

    .gl-blog-details-content .gl-blog-details-comment .gl-blog-comment-block .gl-blog-comment-text {
        display: table;
        padding: 25px 24px;
        background-color: #FAFAFA;
    }

        .gl-blog-details-content .gl-blog-details-comment .gl-blog-comment-block .gl-blog-comment-text span {
            display: block;
            margin-bottom: 10px;
        }

        .gl-blog-details-content .gl-blog-details-comment .gl-blog-comment-block .gl-blog-comment-text p {
            padding-bottom: 15px;
        }

        .gl-blog-details-content .gl-blog-details-comment .gl-blog-comment-block .gl-blog-comment-text h4 {
            color: #14132B;
            font-weight: 600;
            padding-bottom: 8px;
        }

        .gl-blog-details-content .gl-blog-details-comment .gl-blog-comment-block .gl-blog-comment-text .gld-reply-btn {
            font-weight: 600;
        }

            .gl-blog-details-content .gl-blog-details-comment .gl-blog-comment-block .gl-blog-comment-text .gld-reply-btn:hover {
                color: #4C40F7;
            }

.gl-blog-details-content .gl-comment-form-input input, .gl-blog-details-content .gl-comment-form-input textarea {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 8px;
    padding-left: 15px;
    margin-bottom: 20px;
    background-color: #FAFAFA;
}

    .gl-blog-details-content .gl-comment-form-input input::-webkit-input-placeholder, .gl-blog-details-content .gl-comment-form-input textarea::-webkit-input-placeholder {
        color: #BFBFBF;
    }

    .gl-blog-details-content .gl-comment-form-input input::-moz-placeholder, .gl-blog-details-content .gl-comment-form-input textarea::-moz-placeholder {
        color: #BFBFBF;
    }

    .gl-blog-details-content .gl-comment-form-input input:-ms-input-placeholder, .gl-blog-details-content .gl-comment-form-input textarea:-ms-input-placeholder {
        color: #BFBFBF;
    }

    .gl-blog-details-content .gl-comment-form-input input::-ms-input-placeholder, .gl-blog-details-content .gl-comment-form-input textarea::-ms-input-placeholder {
        color: #BFBFBF;
    }

    .gl-blog-details-content .gl-comment-form-input input::placeholder, .gl-blog-details-content .gl-comment-form-input textarea::placeholder {
        color: #BFBFBF;
    }

.gl-blog-details-content .gl-comment-form-input textarea {
    height: 175px;
    padding-top: 15px;
}

.gl-blog-details-content .gl-comment-form-input button {
    color: #fff;
    width: 165px;
    border: none;
    height: 55px;
    font-weight: 600;
    border-radius: 5px;
    background-color: #4C40F7;
}

/*---------------------------------------------------- */
/*App download area*/
/*----------------------------------------------------*/
.gl-app-download-section {
    padding-top: 80px;
}

    .gl-app-download-section:before {
        left: 0;
        bottom: 0;
        content: "";
        width: 100%;
        height: 125px;
        position: absolute;
        background-color: #14132B;
    }

.gl-app-download-content {
    padding: 48px 70px;
    border-radius: 10px;
    background-color: #4C40F7;
}

    .gl-app-download-content .gl-app-download-img {
        right: 120px;
        top: -120px;
    }

        .gl-app-download-content .gl-app-download-img:after {
            left: 0;
            bottom: 0;
            width: 100%;
            content: "";
            height: 100%;
            position: absolute;
            background: -webkit-gradient(linear, left bottom, left top, from(#4C40F7), color-stop(38.76%, rgba(76, 64, 247, 0)));
            background: linear-gradient(360deg, #4C40F7 0%, rgba(76, 64, 247, 0) 38.76%);
        }

.gl-app-download-text .gl-section-title {
    padding-bottom: 24px;
}

    .gl-app-download-text .gl-section-title h2 {
        color: #fff;
    }

.gl-app-download-text .gl-app-download-btn a {
    margin-right: 15px;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.gl-service-section {
    padding: 120px 0px 125px;
    background-color: #14132B;
}

    .gl-service-section .gl-title-top-head h2 {
        color: #fff;
        max-width: 520px;
    }

    .gl-service-section .gl-title-top-text {
        color: #D2D2D2;
    }

.gl-service-inner-item {
    z-index: 1;
    overflow: hidden;
    padding: 40px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #0A0922;
}

    .gl-service-inner-item:before {
        top: 0;
        left: 0;
        width: 0%;
        z-index: -1;
        content: "";
        height: 100%;
        position: absolute;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        background: linear-gradient(102.29deg, #4C40F7 -34.33%, #FF00A1 117.1%);
    }

    .gl-service-inner-item .gl-service-shape {
        right: 0;
        bottom: 0;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
    }

    .gl-service-inner-item .thx-inner-icon {
        z-index: 2;
        margin-bottom: 20px;
        display: inline-block;
    }

        .gl-service-inner-item .thx-inner-icon i {
            color: #fff;
            line-height: 0.5;
            font-size: 45px;
        }

        .gl-service-inner-item .thx-inner-icon:after {
            top: -10px;
            right: -25px;
            z-index: -1;
            width: 50px;
            content: "";
            height: 50px;
            position: absolute;
            border-radius: 100%;
            background: linear-gradient(211.2deg, rgba(111, 111, 111, 0.18) 9.05%, #262442 129.93%);
        }

    .gl-service-inner-item .thx-inner-title h3 {
        color: #fff;
        font-size: 24px;
        max-width: 165px;
        font-weight: 600;
        padding-bottom: 16px;
    }

    .gl-service-inner-item .thx-inner-text {
        color: #D2D2D2;
        margin-bottom: 24px;
    }

    .gl-service-inner-item .thx-inner-btn {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 600;
    }

        .gl-service-inner-item .thx-inner-btn i {
            font-size: 24px;
            margin-right: 12px;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
        }

        .gl-service-inner-item .thx-inner-btn:hover {
            letter-spacing: 1px;
        }

            .gl-service-inner-item .thx-inner-btn:hover i {
                margin-right: 15px;
            }

    .gl-service-inner-item:hover:before {
        width: 100%;
    }

    .gl-service-inner-item:hover .gl-service-shape {
        bottom: -45px;
    }

.gl-service-more {
    margin-top: 30px;
}

    .gl-service-more a {
        color: #fff;
        font-weight: 600;
    }

    .gl-service-more .service-arrow {
        right: 0;
        top: -15px;
        left: -190px;
    }

.gl-service-section-3 {
    padding: 70px 0px 50px;
}

    .gl-service-section-3 .gl-service-slider-wrapper {
        margin: 0px -15px;
    }

        .gl-service-section-3 .gl-service-slider-wrapper .slick-dots {
            margin-top: 10px;
        }

.gl-service-slider-items {
    padding: 22px;
    margin-bottom: 20px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background: linear-gradient(41.33deg, #FDCE75 -5.5%, #D3F9D0 105.58%);
}

    .gl-service-slider-items .thx-inner-text-wrap {
        width: 275px;
    }

        .gl-service-slider-items .thx-inner-text-wrap .thx-inner-icon {
            padding-bottom: 18px;
        }

        .gl-service-slider-items .thx-inner-text-wrap .thx-inner-title h3 {
            color: #044C09;
            font-size: 24px;
            font-weight: 600;
            padding-bottom: 16px;
        }

        .gl-service-slider-items .thx-inner-text-wrap .thx-inner-btn {
            margin-top: 16px;
        }

            .gl-service-slider-items .thx-inner-text-wrap .thx-inner-btn a {
                height: 40px;
                width: 230px;
                color: #044C09;
                font-size: 16px;
                font-weight: 600;
                border-radius: 40px;
                background: #044C091A;
            }

                .gl-service-slider-items .thx-inner-text-wrap .thx-inner-btn a i {
                    margin-left: 5px;
                }

                .gl-service-slider-items .thx-inner-text-wrap .thx-inner-btn a:hover {
                    color: #fff;
                    background-color: #044C09;
                }

        .gl-service-slider-items .thx-inner-text-wrap .thx-inner-text li {
            color: #979797;
            margin-bottom: 4px;
            padding-left: 30px;
            position: relative;
        }

            .gl-service-slider-items .thx-inner-text-wrap .thx-inner-text li:before {
                left: 0;
                bottom: 8px;
                content: "";
                height: 2px;
                width: 17px;
                position: absolute;
                background-color: #044C09;
            }

    .gl-service-slider-items .thx-inner-img-wrap {
        z-index: 1;
    }

        .gl-service-slider-items .thx-inner-img-wrap .img-shape {
            z-index: -1;
        }

    .gl-service-slider-items:hover {
        background: linear-gradient(41.33deg, #D3F9D0 -5.5%, #FFE9BE 105.58%);
        -webkit-box-shadow: 0px 20px 66px 0px #BFBFBF26;
        box-shadow: 0px 20px 66px 0px #BFBFBF26;
    }

.service-page-service {
    padding-bottom: 0;
}

.gl-service-widget {
    margin-bottom: 48px;
}

    .gl-service-widget .widget-title {
        color: #000000;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        margin-bottom: 24px;
        display: inline-block;
    }

        .gl-service-widget .widget-title:before {
            bottom: 7px;
            right: -70px;
            width: 60px;
            content: "";
            height: 3px;
            position: absolute;
            background-color: #4C40F7;
        }

    .gl-service-widget .gl-service-cat-widget {
        padding: 32px 32px 16px;
        background-color: #fff;
        -webkit-box-shadow: 0px 15px 60px 0px #C5C5C540;
        box-shadow: 0px 15px 60px 0px #C5C5C540;
    }

        .gl-service-widget .gl-service-cat-widget li a {
            width: 100%;
            width: 100%;
            height: 55px;
            display: block;
            color: #14132B;
            font-weight: 600;
            line-height: 55px;
            padding: 0px 15px;
            border-radius: 5px;
            margin-bottom: 16px;
            border: 1px solid #E7E7E7;
        }

            .gl-service-widget .gl-service-cat-widget li a i {
                float: right;
                line-height: 55px;
            }

            .gl-service-widget .gl-service-cat-widget li a:hover {
                color: #fff;
                background-color: #4C40F7;
            }

    .gl-service-widget .gl-service-down-widget {
        padding: 40px 32px;
        border-radius: 5px;
        background-color: #F7F6FF;
    }

        .gl-service-widget .gl-service-down-widget .gl-service-file-icon {
            margin-right: 20px;
        }

            .gl-service-widget .gl-service-down-widget .gl-service-file-icon i {
                width: 55px;
                height: 55px;
                font-size: 25px;
                line-height: 55px;
                color: #4C40F7;
                text-align: center;
                border-radius: 100%;
                background-color: #E9E8FF;
            }

        .gl-service-widget .gl-service-down-widget .gl-service-file-text h3 {
            color: #000000;
            font-size: 20px;
            font-weight: 600;
            padding: 8px 0px;
        }

        .gl-service-widget .gl-service-down-widget .gl-service-file-text a {
            font-weight: 600;
            color: #4C40F7;
        }

    .gl-service-widget .gl-service-cta-widget {
        color: #fff;
        border-radius: 5px;
        padding: 40px 32px;
        background-color: #4C40F7;
    }

        .gl-service-widget .gl-service-cta-widget h3 {
            font-size: 24px;
            font-weight: 600;
            padding-bottom: 16px;
        }

        .gl-service-widget .gl-service-cta-widget p {
            padding-bottom: 16px;
        }

        .gl-service-widget .gl-service-cta-widget .service-cta-text .cta-icon {
            margin-right: 16px;
        }

            .gl-service-widget .gl-service-cta-widget .service-cta-text .cta-icon i {
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                border-radius: 100%;
                background-color: #FFFFFF33;
            }

        .gl-service-widget .gl-service-cta-widget .service-cta-text .cta-text span {
            font-weight: 500;
        }

        .gl-service-widget .gl-service-cta-widget .service-cta-text .cta-text h4 {
            color: #fff;
            font-weight: 600;
        }

.gl-service-details-img {
    margin-bottom: 48px;
}

.gl-service-details-text h3 {
    color: #000;
    font-size: 36px;
    max-width: 550px;
    font-weight: 600;
    padding-bottom: 32px;
}

.gl-service-details-text p {
    padding-bottom: 24px;
}

.gl-service-details-two-column {
    padding: 16px 0px 48px;
}

    .gl-service-details-two-column .service-details-list-area {
        padding-top: 15px;
    }

        .gl-service-details-two-column .service-details-list-area li {
            font-weight: 500;
            margin-bottom: 16px;
            padding-left: 24px;
            position: relative;
        }

            .gl-service-details-two-column .service-details-list-area li:before {
                top: 0;
                left: 0;
                content: "";
                position: absolute;
                color: #4C40F7;
                font-weight: 900;
                font-family: "Font Awesome 5 Pro";
            }

.gl-service-details-form-area h3 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}

.gl-service-details-form-area .gl-faq-ques-form {
    margin-top: 32px;
}

    .gl-service-details-form-area .gl-faq-ques-form .gl-call-to-action-form {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.gl-service-details-form-img {
    padding-top: 15px;
}

/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/
.gl-portfolio-section {
    background-color: #F2F2F2;
    padding: 116px 0px 100px;
}

.gl-portfolio-filter-btn {
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 40px;
    display: inline-block;
    background-color: #fff;
    border: 1.5px solid #EFEFEF;
    -webkit-box-shadow: 0px 20px 50px 0px #C2C2C233;
    box-shadow: 0px 20px 50px 0px #C2C2C233;
}

    .gl-portfolio-filter-btn li {
        cursor: pointer;
        font-weight: 500;
        padding: 15px 40px;
    }

        .gl-portfolio-filter-btn li.filtr-active {
            color: #fff;
            border-radius: 30px;
            background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
        }

.gl-portfolio-inner-item {
    max-width: 370px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

    .gl-portfolio-inner-item .thx-inner-text {
        right: 0;
        left: -40px;
        color: #fff;
        width: 88%;
        opacity: 0;
        bottom: 20px;
        margin: 0 auto;
        padding: 15px 15px 24px;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
    }

        .gl-portfolio-inner-item .thx-inner-text span {
            opacity: 0;
            padding-left: 28px;
            position: relative;
            margin-left: -15px;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
        }

            .gl-portfolio-inner-item .thx-inner-text span:before {
                left: 0;
                content: "";
                bottom: 4px;
                height: 2px;
                width: 20px;
                position: absolute;
                background-color: #fff;
            }

        .gl-portfolio-inner-item .thx-inner-text h3 {
            opacity: 0;
            font-size: 18px;
            font-weight: 600;
            padding-top: 8px;
            margin-left: -15px;
            -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
        }

    .gl-portfolio-inner-item:hover {
        -webkit-box-shadow: 0px 5px 66px 0px #78787840;
        box-shadow: 0px 5px 66px 0px #78787840;
    }

        .gl-portfolio-inner-item:hover .thx-inner-text {
            left: 0;
            opacity: 1;
        }

            .gl-portfolio-inner-item:hover .thx-inner-text span {
                opacity: 1;
                margin-left: 0px;
            }

            .gl-portfolio-inner-item:hover .thx-inner-text h3 {
                opacity: 1;
                margin-left: 0;
            }

.gl-case-feed-section .gl-portfolio-filter-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

    .gl-case-feed-section .gl-portfolio-filter-btn li {
        padding: 12px 24px;
        border-radius: 8px;
    }

        .gl-case-feed-section .gl-portfolio-filter-btn li.filtr-active {
            background: linear-gradient(99.89deg, #4C40F7 0%, #4C40F7 106.22%);
        }

.gl-case-feed-section .gl-pagination {
    margin-top: 28px;
}

.gl-case-feed-section .gl-portfolio-inner-item {
    overflow: hidden;
}

    .gl-case-feed-section .gl-portfolio-inner-item .thx-inner-link {
        top: 16px;
        right: 0px;
        opacity: 0;
        position: absolute;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

        .gl-case-feed-section .gl-portfolio-inner-item .thx-inner-link a {
            color: #fff;
            width: 40px;
            height: 40px;
            font-size: 30px;
            line-height: 40px;
            border-radius: 5px;
            background-color: #4C40F7;
        }

    .gl-case-feed-section .gl-portfolio-inner-item .thx-inner-text {
        background: transparent;
    }

    .gl-case-feed-section .gl-portfolio-inner-item .hover-shape {
        left: 0;
        opacity: 0;
        bottom: -100px;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
    }

    .gl-case-feed-section .gl-portfolio-inner-item:hover .thx-inner-link {
        opacity: 1;
        right: 16px;
    }

    .gl-case-feed-section .gl-portfolio-inner-item:hover .hover-shape {
        bottom: 0;
        opacity: 1;
    }

.gl-portfolio-inner-item {
    overflow: hidden;
}

    .gl-portfolio-inner-item .thx-inner-link {
        top: 16px;
        right: 0px;
        opacity: 0;
        position: absolute;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

        .gl-portfolio-inner-item .thx-inner-link a {
            color: #fff;
            width: 40px;
            height: 40px;
            font-size: 30px;
            line-height: 40px;
            border-radius: 5px;
            background-color: #4C40F7;
        }

    .gl-portfolio-inner-item .hover-shape {
        left: 0;
        opacity: 0;
        bottom: -100px;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
    }

    .gl-portfolio-inner-item:hover .thx-inner-link {
        opacity: 1;
        right: 16px;
    }

    .gl-portfolio-inner-item:hover .hover-shape {
        bottom: 0;
        opacity: 1;
    }

.gl-case-details-img {
    margin-bottom: 40px;
}

.gl-case-details-title-desc {
    max-width: 770px;
}

    .gl-case-details-title-desc h3 {
        color: #14132B;
        font-size: 36px;
        font-weight: 600;
        padding-bottom: 16px;
    }

    .gl-case-details-title-desc p {
        padding-bottom: 24px;
    }

.gl-project-details-info {
    right: 0;
    top: -200px;
    position: absolute;
    border-radius: 5px;
    padding: 40px 32px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 66px 0px #A9A9A926;
    box-shadow: 0px 4px 66px 0px #A9A9A926;
}

    .gl-project-details-info h3 {
        color: #14132B;
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 24px;
    }

    .gl-project-details-info .project-author {
        margin-bottom: 30px;
    }

        .gl-project-details-info .project-author .ath-img {
            width: 60px;
            height: 60px;
            overflow: hidden;
            margin-right: 16px;
            border-radius: 100%;
        }

        .gl-project-details-info .project-author .ath-text h4 {
            color: #14132B;
            font-size: 16px;
            font-weight: 600;
        }

    .gl-project-details-info .project-info {
        border-bottom: 2px dashed #C1C1C1;
    }

        .gl-project-details-info .project-info li {
            margin-bottom: 16px;
        }

            .gl-project-details-info .project-info li span {
                color: #14132B;
                font-weight: 600;
            }

    .gl-project-details-info .gl-footer-social {
        margin-top: 24px;
    }

        .gl-project-details-info .gl-footer-social span {
            color: #000;
            display: block;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .gl-project-details-info .gl-footer-social a {
            width: 40px;
            height: 40px;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-radius: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #14132B;
        }

            .gl-project-details-info .gl-footer-social a:hover {
                background-color: #4C40F7;
            }

/*---------------------------------------------------- */
/*FAQ area*/
/*----------------------------------------------------*/
.gl-faq-section {
    overflow: hidden;
    padding-bottom: 115px;
}

    .gl-faq-section:before {
        top: 0;
        width: 100%;
        content: "";
        height: 200px;
        position: absolute;
        background-image: url(../images/tm-bg.png);
    }

    .gl-faq-section .gl-faq-shape {
        left: -90px;
        bottom: -55px;
        z-index: -1;
        -webkit-animation: Glow_animation_1 12s infinite linear alternate;
        animation: Glow_animation_1 12s infinite linear alternate;
    }

    .gl-faq-section .gl-faq-shape2 {
        z-index: -1;
        right: -50px;
        bottom: -45px;
    }

.gl-faq-content {
    z-index: 1;
    padding: 50px 30px 40px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #E7E7E7;
}

.gl-faq-text {
    padding-left: 15px;
}

.gl-faq-accordion .accordion-header button {
    font-size: 16px;
    font-weight: 600;
}

.gl-faq-search-wrap {
    padding-bottom: 90px;
}

    .gl-faq-search-wrap input {
        width: 100%;
        height: 80px;
        border-radius: 5px;
        padding-left: 25px;
        border: 1px solid #E7E7E7;
    }

        .gl-faq-search-wrap input::-webkit-input-placeholder {
            color: #666666;
        }

        .gl-faq-search-wrap input::-moz-placeholder {
            color: #666666;
        }

        .gl-faq-search-wrap input:-ms-input-placeholder {
            color: #666666;
        }

        .gl-faq-search-wrap input::-ms-input-placeholder {
            color: #666666;
        }

        .gl-faq-search-wrap input::placeholder {
            color: #666666;
        }

    .gl-faq-search-wrap button {
        top: 12px;
        right: 12px;
        color: #fff;
        width: 55px;
        height: 55px;
        border: none;
        position: absolute;
        border-radius: 5px;
        background-color: #4C40F7;
    }

.gl-faq-page-section .gl-section-title.text-center,
.gl-faq-form-section .gl-section-title.text-center {
    max-width: 680px;
    padding-bottom: 20px;
}

.gl-faq-form-section {
    padding-bottom: 120px;
}

    .gl-faq-form-section .gl-faq-qs-shape {
        top: 50%;
        right: 150px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.gl-faq-ques-form .gl-call-to-action-form {
    margin: 0 auto;
    max-width: 770px;
}

.gl-faq-ques-form label {
    color: #000;
}

.gl-faq-ques-form .gl-call-to-action-form .cta-input input {
    height: 55px;
}

/*---------------------------------------------------- */
/*How It Work area*/
/*----------------------------------------------------*/
.gl-how-it-work-content {
    z-index: 2;
    top: 20px;
}

.how-it-work-innerbox .thx-inner-item {
    z-index: 1;
    overflow: hidden;
    padding: 20px 10px;
    border-radius: 5px;
    position: relative;
    background: linear-gradient(41.33deg, #EBEDED -5.5%, #FDFDC6 105.58%);
}

    .how-it-work-innerbox .thx-inner-item:before {
        top: 0;
        left: 0;
        z-index: -1;
        content: "";
        width: 0%;
        height: 100%;
        position: absolute;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        background: linear-gradient(41.33deg, #044C09 -5.5%, #044C09 105.58%);
    }

    .how-it-work-innerbox .thx-inner-item:hover:before {
        width: 100%;
    }

    .how-it-work-innerbox .thx-inner-item:hover .thx-inner-icon i {
        color: #fff;
    }

    .how-it-work-innerbox .thx-inner-item:hover .thx-inner-title h3 {
        color: #fff;
    }

    .how-it-work-innerbox .thx-inner-item:hover .thx-inner-text {
        color: #fff;
    }

    .how-it-work-innerbox .thx-inner-item:hover .thx-inner-btn {
        color: #fff;
    }

.how-it-work-innerbox .thx-inner-icon i {
    line-height: 0.5;
    font-size: 60px;
    color: #044C09;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.how-it-work-innerbox .thx-inner-title h3 {
    color: #044C09;
    font-weight: 600;
    font-size: 22px;
    
    padding: 10px 0px 10px;
}

.how-it-work-innerbox .thx-inner-text {
    padding-bottom: 24px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.how-it-work-innerbox .thx-inner-btn {
    color: #14132B;
    font-weight: 600;
    font-family: "Sen", sans-serif; font-size:17px;
}

    .how-it-work-innerbox .thx-inner-btn i {
        font-size:15px;
        margin-left: 5px;
        -webkit-transition: 100ms all ease;
        transition: 100ms all ease;
    }

    .how-it-work-innerbox .thx-inner-btn:hover i {
        margin-left: 8px;
    }

/*---------------------------------------------------- */
/*Video area*/
/*----------------------------------------------------*/
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.gl-video-section {
    top: -80px;
}

.gl-video-content {
    padding: 40px 30px;
    border-radius: 8px;
    background-color: #044C09;
}

.gl-video-text-play-btn .gl-video-text h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 44.6px;
    padding-bottom: 16px;
}

.gl-video-text-play-btn .gl-video-text a {
    color: #044C09;
    position: relative;
    font-family: "Catamaran", sans-serif;
}

    .gl-video-text-play-btn .gl-video-text a:after {
        left: 0;
        bottom: 0;
        height: 2px;
        width: 0%;
        content: "";
        position: absolute;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        background-color: #044C09;
    }

    .gl-video-text-play-btn .gl-video-text a:hover:after {
        width: 100%;
    }

.gl-video-text-play-btn .gl-video-play-btn {
    width: 120px;
    height: 120px;
    z-index: 1;
    border-radius: 100%;
}

    .gl-video-text-play-btn .gl-video-play-btn:before {
        top: 50%;
        left: 50%;
        content: "";
        z-index: 0;
        z-index: -1;
        width: 130px;
        height: 130px;
        display: block;
        background: #044C09;
        position: absolute;
        border-radius: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        -webkit-animation: pulse-border 1500ms ease-out infinite;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .gl-video-text-play-btn .gl-video-play-btn a {
        color: #fff;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        background-color: #044C09;
    }

    .gl-video-text-play-btn .gl-video-play-btn .btn-text {
        top: 50px;
        left: -180px;
    }

/*---------------------------------------------------- */
/*Breacrumb area*/
/*----------------------------------------------------*/
.gl-breadcrumb-section {
    padding: 290px 0px 160px;
}

    .gl-breadcrumb-section .background_overlay {
        background-color: rgba(0, 0, 0, 0.85);
    }

.gl-breadcrumb-content {
    z-index: 1;
    color: #fff;
}

    .gl-breadcrumb-content h2 {
        color: #fff;
        font-size: 48px;
        font-weight: 600;
        line-height: 62.4px;
        padding-bottom: 16px;
    }

    .gl-breadcrumb-content li {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        margin: 0px 20px;
        position: relative;
    }

        .gl-breadcrumb-content li:before {
            top: 2px;
            right: -30px;
            content: "";
            font-weight: 900;
            position: absolute;
            font-family: "Font Awesome 5 Pro";
        }

        .gl-breadcrumb-content li:last-child:before {
            display: none;
        }

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.gl-contact-item-inner {
    max-width: 490px;
    padding: 40px 30px;
    margin-bottom: 32px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 66px 0px #9393931A;
    box-shadow: 0px 4px 66px 0px #9393931A;
}

    .gl-contact-item-inner .thx-inner-icon {
        width: 80px;
        height: 80px;
        margin-right: 30px;
        border-radius: 100%;
        background-color: #4C40F70D;
    }

        .gl-contact-item-inner .thx-inner-icon i {
            font-size: 35px;
            color: #4C40F7;
        }

    .gl-contact-item-inner .thx-inner-text h3 {
        color: #14132B;
        font-size: 24px;
        font-weight: 600;
        padding-bottom: 8px;
    }

    .gl-contact-item-inner .thx-inner-text p {
        max-width: 240px;
    }

.gl-contact-item-content .gl-contact-item-inner:nth-child(2) {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

.gl-contact-item-content .gl-contact-item-inner:nth-child(3) {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
}

.gl-contact-form h2 {
    color: #14132B;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 40px;
}

.gl-contact-form .gl-call-to-action-form {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gl-google-map iframe {
    width: 100%;
    height: 560px;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.gl-footer-section-1 {
    padding: 100px 0px 0px;
    background-color: #14132B;
}

.gl-footer-widget-wrapper {
    padding-bottom: 105px;
}

.gl-footer-widget .logo-widget p {
    color: #D1D1D1;
    max-width: 340px;
}

.gl-footer-widget .site-logo {
    margin-bottom: 0px;
}

.gl-footer-widget .gl-footer-social {
    margin-top: 24px;
}

    .gl-footer-widget .gl-footer-social span {
        color: #FFFFFF;
        display: block;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .gl-footer-widget .gl-footer-social a {
        width: 40px;
        height: 40px;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #4C40F733;
    }

        .gl-footer-widget .gl-footer-social a:hover {
            background-color: #4C40F7;
        }

.gl-footer-widget .widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 24px;
}

.gl-footer-widget .menu-widget li {
    margin-bottom: 12px;
}

    .gl-footer-widget .menu-widget li a {
        color: #D1D1D1;
        font-weight: 500;
    }

        .gl-footer-widget .menu-widget li a:hover {
            padding-left: 5px;
            color: #4C40F7;
        }

.gl-footer-widget .address-widget li {
    overflow: hidden;
    margin-bottom: 16px;
}

    .gl-footer-widget .address-widget li span {
        color: #D1D1D1;
        display: block;
    }

    .gl-footer-widget .address-widget li i {
        width: 34px;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 34px;
        margin-right: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #4C40F7;
        border-radius: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #4C40F71A;
    }

.gl-footer-copyright-content {
    padding: 20px 0px;
    border-top: 1px solid #4C40F7;
}

    .gl-footer-copyright-content .copyright-text {
        color: #fff;
    }

    .gl-footer-copyright-content .copyright-menu a {
        color: #fff;
        margin-left: 10px;
    }

.gl-footer-section-2 {
    background-color: #14132B;
}

    .gl-footer-section-2 .gl-footer-content-2 {
        padding: 120px 0px 100px;
    }

.gl-footer-content-2 .gl-footer-widget .logo-widget p {
    color: #fff;
}

.gl-footer-content-2 .gl-footer-widget .gl-footer-social a {
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 0;
    margin-right: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
}

    .gl-footer-content-2 .gl-footer-widget .gl-footer-social a:after {
        top: 0;
        left: 0;
        width: 0%;
        content: "";
        z-index: -1;
        height: 100%;
        position: absolute;
        -webkit-transition: 500ms all ease;
        transition: 500ms all ease;
        background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
    }

    .gl-footer-content-2 .gl-footer-widget .gl-footer-social a:hover:after {
        width: 100%;
    }

.gl-footer-content-2 .gl-footer-widget .menu-widget {
    padding-left: 30px;
}

    .gl-footer-content-2 .gl-footer-widget .menu-widget li a {
        color: #fff;
        padding-left: 22px;
        position: relative;
    }

        .gl-footer-content-2 .gl-footer-widget .menu-widget li a:before, .gl-footer-content-2 .gl-footer-widget .menu-widget li a:after {
            left: 0;
            top: 14px;
            width: 16px;
            height: 2px;
            content: "";
            position: absolute;
            background-color: #fff;
        }

        .gl-footer-content-2 .gl-footer-widget .menu-widget li a:after {
            width: 0;
            -webkit-transition: 500ms all ease;
            transition: 500ms all ease;
            background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
        }

        .gl-footer-content-2 .gl-footer-widget .menu-widget li a:hover:after {
            width: 16px;
        }

.gl-footer-content-2 .gl-footer-widget .address-widget li span {
    color: #fff;
}

.gl-footer-content-2 .gl-footer-widget .address-widget li i {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.1);
}

.gl-footer-section-2 .gl-footer-copyright {
    background-color: #2B2A40;
}

.gl-footer-section-2 .gl-footer-copyright-content {
    border-top: none;
    padding: 20px 0px 15px;
}

.gl-footer-section-3 {
    background-color: #044C09;
}

    .gl-footer-section-3 .gl-footer-copyright {
        border-top: 2px solid #05A86C;
    }

    .gl-footer-section-3 .gl-footer-copyright-content {
        border-top: none;
    }

.gl-footer-content-3 {
    padding: 60px 0px 50px;
}

.gl-footer-widget-wrapper-3 .gl-footer-widget .widget-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.gl-footer-widget-wrapper-3 .gl-footer-widget .logo-widget p {
    color: #fff;
}

.gl-footer-widget-wrapper-3 .gl-footer-widget .logo-widget .gl-footer-info-meta {
    margin-top: 20px;
}

    .gl-footer-widget-wrapper-3 .gl-footer-widget .logo-widget .gl-footer-info-meta li {
        color: #fff;
        overflow: hidden;
        margin-bottom: 16px;
    }

        .gl-footer-widget-wrapper-3 .gl-footer-widget .logo-widget .gl-footer-info-meta li span {
            display: block;
            overflow: hidden;
            max-width: 270px;
        }

        .gl-footer-widget-wrapper-3 .gl-footer-widget .logo-widget .gl-footer-info-meta li i {
            float: left;
            padding-top: 5px;
            font-size: 20px;
            margin-right: 16px;
            color: #FEF503;
        }

.gl-footer-widget-wrapper-3 .gl-footer-widget .recent-blog-widget .blog-img-content {
    margin-bottom: 14px;
}

    .gl-footer-widget-wrapper-3 .gl-footer-widget .recent-blog-widget .blog-img-content .blog-img {
        width: 85px;
        height: 85px;
        overflow: hidden;
        margin-right: 20px;
    }

    .gl-footer-widget-wrapper-3 .gl-footer-widget .recent-blog-widget .blog-img-content .blog-text {
        width: 210px;
    }

        .gl-footer-widget-wrapper-3 .gl-footer-widget .recent-blog-widget .blog-img-content .blog-text h3 {
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            line-height: 23.4px;
            padding-bottom: 8px;
        }

        .gl-footer-widget-wrapper-3 .gl-footer-widget .recent-blog-widget .blog-img-content .blog-text span {
            color: #DAB543;
        }

.gl-footer-widget-wrapper-3 .gl-footer-widget .gl-footer-newslatter-form .gl-mail {
    width: 100%;
    height: 40px;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #445672;
}

    .gl-footer-widget-wrapper-3 .gl-footer-widget .gl-footer-newslatter-form .gl-mail::-webkit-input-placeholder {
        color: #445672;
    }

    .gl-footer-widget-wrapper-3 .gl-footer-widget .gl-footer-newslatter-form .gl-mail::-moz-placeholder {
        color: #445672;
    }

    .gl-footer-widget-wrapper-3 .gl-footer-widget .gl-footer-newslatter-form .gl-mail:-ms-input-placeholder {
        color: #445672;
    }

    .gl-footer-widget-wrapper-3 .gl-footer-widget .gl-footer-newslatter-form .gl-mail::-ms-input-placeholder {
        color: #445672;
    }

    .gl-footer-widget-wrapper-3 .gl-footer-widget .gl-footer-newslatter-form .gl-mail::placeholder {
        color: #445672;
    }

.gl-footer-widget-wrapper-3 .gl-footer-widget .gl-footer-newslatter-form button {
    right: 0;
    top: 5px;
    border: none;
    font-size: 20px;
    position: absolute;
    color: #044C09;
    background-color: transparent;
}

.gl-footer-widget-wrapper-3 .gl-footer-widget .gl-footer-newslatter-form .gl-check {
    color: #D7D7D7;
    display: block;
    margin-top: 16px;
}

    .gl-footer-widget-wrapper-3 .gl-footer-widget .gl-footer-newslatter-form .gl-check input {
        margin-right: 8px;
    }

.gl-footer-widget-wrapper-3 .gl-footer-widget .gl-footer-social li {
    margin-right: 5px;
    border-radius: 100%;
    background-color: #3D5479;
}

    .gl-footer-widget-wrapper-3 .gl-footer-widget .gl-footer-social li a:hover {
        background-color: #044C09;
    }

.gl-footer-subcription-section {
    z-index: 1;
}

    .gl-footer-subcription-section:before {
        left: 0;
        bottom: 0;
        content: "";
        z-index: -1;
        width: 100%;
        height: 120px;
        position: absolute;
        background-color: #14132B;
    }

.gl-footer-subcription-content {
    color: #fff;
    padding: 60px 40px;
    border-radius: 5px;
    background-color: #4C40F7;
}

    .gl-footer-subcription-content .fs-shape {
        right: 0;
        top: -80px;
        z-index: -1;
    }

    .gl-footer-subcription-content .gl-footer-subcription-text h2 {
        font-size: 48px;
        font-weight: 600;
        line-height: 62.4px;
        padding-bottom: 16px;
    }

    .gl-footer-subcription-content .gl-footer-subcription-text p {
        max-width: 480px;
        font-weight: 500;
    }

    .gl-footer-subcription-content .footer-subscription-form {
        width: 100%;
        z-index: 1;
        max-width: 465px;
    }

        .gl-footer-subcription-content .footer-subscription-form input {
            width: 100%;
            height: 75px;
            border: none;
            color: #14132B;
            padding-left: 15px;
            border-radius: 5px;
            background-color: #fff;
        }

            .gl-footer-subcription-content .footer-subscription-form input::-webkit-input-placeholder {
                color: #DADADA;
            }

            .gl-footer-subcription-content .footer-subscription-form input::-moz-placeholder {
                color: #DADADA;
            }

            .gl-footer-subcription-content .footer-subscription-form input:-ms-input-placeholder {
                color: #DADADA;
            }

            .gl-footer-subcription-content .footer-subscription-form input::-ms-input-placeholder {
                color: #DADADA;
            }

            .gl-footer-subcription-content .footer-subscription-form input::placeholder {
                color: #DADADA;
            }

        .gl-footer-subcription-content .footer-subscription-form button {
            top: 10px;
            right: 10px;
            color: #fff;
            width: 140px;
            height: 55px;
            border: none;
            font-weight: 600;
            position: absolute;
            background-color: #14132B;
        }

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1440px) {
    .gl-testimonial-slider-wrapper .slick-list {
        overflow: hidden;
    }

    .gl-featured-section .gl-featured-shape {
        top: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .gl-slider-arrow1 {
        display: none;
    }

    .gl-slider-area-1 .slick-dots {
        left: 0;
        top: auto;
        bottom: 70px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

        .gl-slider-area-1 .slick-dots li {
            margin: 0px 10px;
            display: inline-block;
        }
}

@media screen and (max-width: 1100px) {
    .gl-main-navigation li {
        margin-left: 30px;
    }

    .gl-header-type-one .gl-brand-logo {
        width: 180px;
    }

    .gl-header-type-one .gl-header-cta-btn {
        margin-left: 40px;
    }

    .gl-about-feature-subscribe-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gl-about-feature-content .gl-section-title h2 {
        font-size: 40px;
        line-height: 1.5;
    }

    .gl-about-feature-subscribe-form .gl-about-feature-subs-text {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .gl-about-feature-subscribe-form {
        padding: 30px 20px;
        margin-top: 24px;
    }

        .gl-about-feature-subscribe-form .gl-about-feature-subs-form {
            width: 100%;
        }

            .gl-about-feature-subscribe-form .gl-about-feature-subs-form input {
                width: 100%;
                height: 50px;
            }

            .gl-about-feature-subscribe-form .gl-about-feature-subs-form button {
                top: 8px;
                right: 8px;
                width: 35px;
                height: 35px;
            }

    .gl-team-inner-item .thx-inner-title h3 {
        font-size: 20px;
    }

    .gl-slide-text-img .gl-slide-img {
        right: -250px;
    }

    .gl-banner-text-img-area .gl-banner-img {
        right: -240px;
    }

    .gl-header-info-item {
        margin-left: 45px;
    }

    .gl-about-section-2 .gl-about-side-bg {
        display: none;
    }

    .gl-team-inner-item-2 .thx-inner-text h3 {
        font-size: 20px;
    }

    .gl-footer-content-2 .gl-footer-widget .address-widget li i {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .gl-footer-content-2 .gl-footer-widget .gl-footer-social a {
        width: 40px;
        height: 40px;
    }

    .gl-header-type-three .gl-header-info-item {
        margin-right: 35px;
    }

        .gl-header-type-three .gl-header-info-item:before {
            right: -20px;
        }

    .gl-header-type-three .menu-navigation li {
        margin-right: 45px;
    }
}

@media screen and (max-width: 1000px) {
    .gl-header-type-one .gl-header-side-btn {
        margin-right: 0;
    }

    .gl-header-type-one .gl-header-cta-btn {
        margin-right: 20px;
    }

    .gl-slide-text-img .gl-slide-img {
        display: none;
    }

    .gl-service-slider-items .thx-inner-text-wrap {
        margin-bottom: 20px;
    }

    .gl-footer-subcription-content .footer-subscription-form {
        max-width: 400px;
    }

    .gl-footer-subcription-content .gl-footer-subcription-text h2 {
        font-size: 36px;
        line-height: 40.4px;
        padding-bottom: 10px;
    }

    .gl-project-details-info {
        position: static;
    }
}

@media screen and (max-width: 991px) {
    .gl-slide-item .gl-slide-text {
        margin: 0 auto;
        text-align: center;
    }

        .gl-slide-item .gl-slide-text .slider-slug {
            display: inline;
            padding-left: 0;
        }

            .gl-slide-item .gl-slide-text .slider-slug:before {
                display: none;
            }

        .gl-slide-item .gl-slide-text h1 {
            font-size: 50px;
            line-height: 50px;
        }

        .gl-slide-item .gl-slide-text .slider-slug {
            font-size: 18px;
        }

        .gl-slide-item .gl-slide-text p {
            margin: 0 auto;
        }

        .gl-slide-item .gl-slide-text .gl-slide-btn-wrapper {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .gl-slide-item .gl-slide-text .gl-slide-btn-wrapper {
            margin-top: 25px;
        }

    .gl-slide-btn a {
        height: 50px;
        width: 150px;
    }

    .gl-slide-btn {
        margin-right: 25px;
    }

    .gl-slide-video-btn i {
        margin-right: 10px;
    }

    .gl-slider-arrow2 a {
        height: 50px;
        width: 50px;
    }

    .gl-slider-arrow2 {
        bottom: -25px;
    }

    .gl-slider-area-1 .slick-dots {
        bottom: 40px;
    }

    .gl-title-top-head h2 {
        font-size: 40px;
        padding-bottom: 20px;
    }

    .gl-main-navigation {
        display: none;
    }

    .gl-header-type-one .gl-brand-logo {
        height: 80px;
    }

    .gl-header-type-one .gl-header-top {
        display: none !important;
    }

    .gl-title-top-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gl-about-img2 {
        display: none;
    }

    .gl-about-img-wrap {
        text-align: center;
        padding-bottom: 30px;
    }

    .gl-about-text-wrap {
        margin: 0 auto;
        padding-left: 0;
        max-width: 570px;
    }

    .gl-about-feature-content .gl-about-feature-img .gl-about-feature-img-shape {
        display: none;
    }

    .gl-about-feature-content .gl-about-feature-img {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .gl-pricing-inner-item {
        margin-bottom: 30px;
    }

    .gl-blog-inner-item {
        margin: 0 auto;
        max-width: 370px;
        margin-bottom: 30px;
    }

    .gl-app-download-content .gl-app-download-img {
        top: 0;
        left: 0;
        margin-bottom: 30px;
        position: relative !important;
    }

    .gl-footer-widget {
        margin-bottom: 20px;
    }

        .gl-footer-widget .widget-title {
            padding-bottom: 14px;
        }

    .gl-app-download-section {
        padding-top: 0;
    }

    .gl-header-type-one .gl-header-side-btn {
        display: none;
    }

    .gl-header-type-one .gl-header-cta-btn {
        margin-right: 40px;
    }

    .mobile_menu_button {
        display: block;
    }

    .gl-header-type-two .gl-header-top {
        display: none !important;
    }

    .gl-banner-text-img-area .gl-banner-img {
        display: none;
    }

    .gl-banner-text {
        margin: 0 auto;
        text-align: center;
    }

    .gl-banner-text-img-area {
        padding: 230px 0px 140px;
    }

    .gl-banner-text .gl-banner-slug {
        padding-left: 0;
    }

        .gl-banner-text .gl-banner-slug:before {
            display: none;
        }

    .gl-banner-text h1 {
        font-size: 60px;
        line-height: 65px;
    }

    .gl-banner-section .cd-headline.clip .cd-words-wrapper::after {
        height: 60px;
    }

    .gl-banner-text p {
        margin: 0 auto;
    }

    .gl-banner-content .gl-slide-btn-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gl-brand-logo-2 {
        display: block;
    }

    .gl-header-type-two .gl-header-main-menu {
        padding: 16px 15px;
    }

    .gl-funfact-inner-item-2 .thx-inner-title h3 {
        padding-bottom: 0;
    }

    .gl-funfact-inner-item-2 {
        margin-bottom: 30px;
    }

    .gl-about-img-wrap-2,
    .gl-featured-img-2,
    .gl-about-img-wrapper-3,
    .gl-protection-img-wrapper {
        margin: 0 auto;
        max-width: 570px;
        margin-bottom: 30px;
    }

    .gl-about-text-area-2,
    .gl-about-text-3 {
        margin: 0 auto;
        max-width: 570px;
    }

    #gl-testimonial_scrollbar {
        margin: 0 auto;
        max-width: 470px;
        margin-bottom: 30px;
    }

    .gl-testimonial-tab-content {
        padding-left: 0;
    }

    .gl-team-inner-item-2 {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .gl-faq-img {
        margin-bottom: 30px;
    }

    .gl-footer-content-2 .gl-footer-widget .menu-widget {
        padding-left: 0;
    }

    .gl-blog-inner-item-2 {
        max-width: 370px;
        margin: 0 auto 30px;
    }

    .gl-header-type-two .gl-header-search-sidebar .gl-header-search {
        margin-right: 40px;
    }

    .gl-header-type-two .gl-header-side-btn {
        display: none;
    }

    .gl-header-type-two .mobile_menu_button {
        right: 15px;
    }

    .gl-funfact-inner-item-2:after {
        display: none;
    }

    .gl-header-type-three .gl-header-top,
    .gl-header-type-three .menu-navigation.left-nav,
    .gl-header-type-three .menu-navigation.right-nav,
    .gl-header-type-three .gl-header-side-btn button {
        display: none !important;
    }

    .gl-header-type-three .site-logo {
        left: 5px;
        right: auto;
    }

    .gl-header-type-three .gl-header-main-menu-3 {
        padding-left: 0px;
    }

    .gl-header-type-three .mobile_menu_button {
        right: 15px;
        top: -60px;
        color: #fff;
    }

    .how-it-work-innerbox .thx-inner-item {
        margin-bottom: 30px;
    }

    .gl-counter-inner-item {
        margin-bottom: 40px;
    }

    .gl-testimonial-text-wrapper-3 {
        padding-top: 0;
    }

    .gl-testimonial-slider-3 {
        margin-top: 65px;
    }

    .gl-team-inner-item-3 {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .gl-video-text-play-btn .gl-video-play-btn .btn-text {
        display: none;
    }

    .gl-video-text-play-btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gl-header-type-one.inner-page-head:before {
        display: none;
    }

    .gl-header-type-one.inner-page-head {
        background-color: #fff;
    }

    .gl-about-get-in-touch-content .gl-about-get-in-touch-text h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .gl-about-get-in-touch-content .gl-about-get-in-touch-btn a {
        height: 55px;
        width: 150px;
    }

    .gl-about-get-in-touch-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gl-footer-subcription-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gl-blog-details-comment {
        padding-bottom: 30px;
    }

    .gl-contact-item-content .gl-contact-item-inner:nth-child(2),
    .gl-contact-item-content .gl-contact-item-inner:nth-child(3) {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@media screen and (max-width: 480px) {
    .gl-slide-item .gl-slide-text h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .gl-featured-section .gl-featured-shape {
        display: none;
    }

    .gl-slide-text-img {
        padding: 190px 0px 170px;
    }

    .gl-title-top-head h2 {
        font-size: 30px;
    }

    .gl-featured-section,
    .gl-about-section {
        padding: 60px 0px 50px;
    }

    .gl-section-title h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .gl-about-text-author-details {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gl-about-author {
        margin-bottom: 15px;
    }

    .gl-about-section .gl-about-shape {
        display: none;
    }

    .gl-funfact-section {
        padding: 40px 0px 50px;
    }

        .gl-funfact-section .gl-section-title {
            padding-bottom: 20px;
        }

    .gl-about-feature-section {
        padding: 60px 0px 50px;
    }

    .gl-about-feature-content .gl-section-title h2 {
        font-size: 30px;
    }

    .gl-about-feature-text .gl-about-feature-list-2 li {
        width: 100%;
    }

    .gl-pricing-section {
        padding: 60px 0px 30px;
    }

    .gl-pricing-content {
        padding-top: 0;
    }

    .gl-pricing-inner-item .thx-inner-price-plan h4 {
        font-size: 40px;
    }

    .gl-call-to-action-section {
        padding: 60px 0px 50px;
    }

    .gl-testimonial-slider-item-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gl-testimonial-section .gl-section-title.text-center {
        padding-bottom: 20px;
    }

    .gl-testimonial-section {
        padding-bottom: 50px;
    }

    .gl-blog-section {
        padding-bottom: 60px;
    }

    .gl-app-download-content {
        padding: 35px 20px;
    }

    .gl-app-download-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .gl-footer-section-1 {
        padding: 50px 0px 10px;
    }

    .gl-footer-widget-wrapper {
        padding-bottom: 20px;
    }

    .gl-footer-copyright-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

        .gl-footer-copyright-content .copyright-text {
            margin-bottom: 5px;
        }

    .scrollup {
        right: 15px;
        width: 35px;
        height: 35px;
        bottom: 15px;
        line-height: 35px;
    }

    .gl-about-exp-text-wrap {
        padding: 15px 20px;
    }

    .gl-banner-text h1 {
        font-size: 34px;
        line-height: 40px;
    }

    .gl-banner-section .cd-headline.clip .cd-words-wrapper::after {
        height: 26px;
    }

    .gl-banner-text-img-area {
        padding: 190px 0px 120px;
    }

    .gl-funfact-inner-item-2 .thx-inner-title h3 {
        font-size: 30px;
    }

    .section-title-2 h2 {
        font-size: 30px;
    }

    .section-title-2 span {
        font-size: 18px;
        padding-left: 0;
    }

        .section-title-2 span:before {
            display: none;
        }

    .gl-featured-accordion .accordion-header span, .gl-faq-accordion .accordion-header span {
        margin-right: 10px;
    }

    .gl-featured-accordion .accordion-header button, .gl-faq-accordion .accordion-header button {
        font-size: 16px;
    }

    .gl-portfolio-filter-btn li {
        padding: 10px 25px;
    }

    .gl-team-section-2 .gl-title-top-head p {
        padding-bottom: 20px;
    }

    .gl-blog-inner-item-2 .thx-inner-text h3 {
        font-size: 20px;
    }

    .gl-fan-fact-section-2 {
        padding-bottom: 30px;
    }

    .gl-about-section-2,
    .gl-service-section,
    .gl-featured-section-2,
    .gl-testimonial-section-2,
    .gl-portfolio-section,
    .gl-team-section-2 {
        padding: 60px 0px;
    }

    .gl-faq-content {
        padding: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .gl-faq-text {
        padding-left: 0;
    }

    .gl-blog-section-2 {
        padding-bottom: 60px;
    }

    .gl-footer-section-2 .gl-footer-content-2 {
        padding: 60px 0px;
    }

    .gl-banner-img-text-2 .gl-banner-text-2 .gl-banner-slug-2 {
        padding-left: 0;
    }

        .gl-banner-img-text-2 .gl-banner-text-2 .gl-banner-slug-2:before {
            display: none;
        }

    .gl-banner-img-text-2 .gl-banner-text-2 .gl-banner-slug-2 {
        font-size: 20px;
    }

    .gl-banner-img-text-2 .gl-banner-text-2 h1 {
        font-size: 36px;
        line-height: 40px;
        padding: 8px 0px 15px;
    }

    .gl-banner-img-text-2 {
        padding: 60px 0px 150px;
    }

        .gl-banner-img-text-2 .gl-banner-text-2 p {
            padding-bottom: 20px;
        }

        .gl-banner-img-text-2 .gl-banner-text-2 .gl-banner-btn a {
            height: 45px;
        }

    .gl-section-title-3 .subtitle {
        font-size: 18px;
    }

        .gl-section-title-3 .subtitle:before, .gl-section-title-3 .subtitle:after {
            display: none;
        }

    .gl-section-title-3.text-center .subtitle:after {
        display: none;
    }

    .gl-section-title-3 h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .gl-counter-section-3 {
        padding: 60px 0px;
    }

    .gl-counter-inner-item .thx-inner-text h3 {
        font-size: 36px;
    }

    .gl-service-section-3 {
        padding: 60px 0px 30px 0px;
    }

    .gl-video-text-play-btn .gl-video-text h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .gl-video-content {
        padding: 35px 20px;
    }

    .gl-protection-section,
    .gl-team-section-3 {
        padding: 60px 0px 40px 0px;
    }

    .gl-testimonial-section-3 {
        padding-top: 60px;
    }

    .gl-get-in-touch-content-3 h3 {
        font-size: 30px;
    }

    .gl-get-in-touch-btn-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .gl-get-in-touch-content-3 .gl-get-in-touch-btn-3 .gl-cta-btn a {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .gl-blog-section-3 {
        padding: 60px 0px;
    }

    .gl-company-history-section .gl-company-history-process-line {
        display: none;
    }

    .gl-company-history-steps:nth-child(1) .gl-company-history-inner-item,
    .gl-company-history-steps:nth-child(2) .gl-company-history-inner-item,
    .gl-company-history-steps:nth-child(3) .gl-company-history-inner-item,
    .gl-company-history-steps:nth-child(4) .gl-company-history-inner-item {
        margin-bottom: 30px;
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    .gl-company-history-steps .gl-company-history-inner-item:before,
    .gl-company-history-steps .gl-ch-item-text:before {
        display: none;
    }

    .gl-company-history-steps:nth-child(odd) .gl-company-history-inner-item .gl-ch-year,
    .gl-company-history-steps:nth-child(even) .gl-company-history-inner-item .gl-ch-year {
        position: static;
    }

    .gl-footer-subcription-content .fs-shape {
        display: none;
    }

    .gl-footer-subcription-content .gl-footer-subcription-text h2 {
        font-size: 30px;
        line-height: 30.4px;
    }

    .gl-footer-subcription-content {
        padding: 30px 15px;
    }

    .gl-footer-subcription-text {
        margin-bottom: 25px;
    }

    .gl-footer-subcription-content .footer-subscription-form input {
        height: 60px;
    }

    .gl-footer-subcription-content .footer-subscription-form button {
        height: 40px;
    }

    .gl-about-get-in-touch-content {
        padding: 30px 15px;
    }

    .gl-about-get-in-touch-text {
        padding-bottom: 15px;
    }

    .gl-breadcrumb-content h2 {
        font-size: 36px;
        line-height: 35px;
    }

    .gl-company-history-steps:nth-child(even) .gl-company-history-inner-item {
        float: none;
    }

    .gl-company-history-section {
        padding-top: 60px;
    }

    .about-page-team {
        padding-top: 60px;
    }

    .about-page-testimonial {
        padding-top: 0;
    }

    .blog-list-inner-item .gl-blog-inner-item .thx-inner-title h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .blog-list-inner-item .gl-blog-inner-item .thx-inner-text-wrap {
        padding: 30px 15px;
    }

    .gl-blog-details-content .thx-inner-title h3 {
        font-size: 30px;
    }

    .blog-share-tag-option {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .blog-share-tag-option .blog-share {
            margin-bottom: 25px;
        }

    .gl-blog-next-prev {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .inner-page-padding {
        padding: 60px 0px;
    }

    .gl-case-details-title-desc h3 {
        font-size: 30px;
    }

    .gl-contact-form h2 {
        font-size: 32px;
    }

    .gl-service-details-text h3 {
        font-size: 30px;
        padding-bottom: 16px;
    }

    .member-info-details:before,
    .member-info-details .member-info-wrap .member-info-year:before,
    .member-info-details .member-info-wrap .member-info-year:after {
        display: none;
    }

    .gl-team-contact-section {
        padding-top: 0;
    }
}

@media screen and (max-width: 400px) {
    .gl-header-type-one .gl-brand-logo {
        width: 140px;
    }

        .gl-header-type-one .gl-brand-logo a {
            width: 100px;
        }

    .gl-header-type-one .gl-header-cta-btn a {
        width: 130px;
        height: 50px;
        font-weight: normal;
    }

    .gl-slide-item .gl-slide-text h1 {
        padding-bottom: 16px;
    }

    .gl-funfact-section .gl-section-title h2 {
        font-size: 30px;
        line-height: 35.8px;
    }

    .gl-slide-btn {
        margin-right: 18px;
    }

    .gl-slide-video-btn i {
        margin-right: 5px;
    }

    .gl-slide-btn a {
        width: 140px;
    }

    .gl-slide-video-btn a {
        font-weight: 500;
    }

    .gl-company-history-section {
        overflow: hidden;
    }

    .gl-breadcrumb-section {
        padding: 180px 0px 100px;
    }
}
/*---------------------------------------------------- */
