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

1. Global Area 
2. Header Section

**. Responsive Section

=====================================================================*/

/*=========
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: #272C49;
}
.slick-dots li button{
  display: none;
}
.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 #25CDC7;
}
.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: #25CDC7;
}
.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: 28.8px;
  color: #666666;
  font-weight: 400;
  font-family: 'Roboto', 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-color: #fff;
}
div#preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
}
[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;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  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: 'Jost', 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: 'Jost', 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: 'Jost', sans-serif;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-right {
  text-align: right;
}
.container {
  max-width: 1200px;
}
.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;
  cursor: pointer;
}
.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: 24px;
  font-weight: 500;
  color: #25CDC7;
  position: relative;
  display: inline-block;
}
.gl-section-title-3 .subtitle:before, .gl-section-title-3 .subtitle:after {
  bottom: 10px;
  content: "";
  height: 2px;
  width: 70px;
  position: absolute;
  background-color: #25CDC7;
}
.gl-section-title-3 .subtitle:before {
  right: -80px;
}
.gl-section-title-3 .subtitle:after {
  left: -80px;
  right: auto;
  display: none;
}
.gl-section-title-3 h2 {
  color: #272C49;
  font-size: 42px;
  font-weight: 600;
  padding: 16px 0px 24px;
  line-height: 54.6px;  
  font-family: 'Jost', sans-serif;
}
.gl-section-title-3 h2 span {
  color: #25CDC7;
}
.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(-98px, -24px) rotate(72deg);
            transform: translate(-98px, -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(-98px, -24px) rotate(72deg);
            transform: translate(-98px, -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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-webkit-keyframes glox_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 glox_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 glox_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 glox_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-blog-details-section.inner-page-padding {
  padding: 130px 0px;
  padding-bottom: 80px;
}

.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;
  box-shadow: 0px 5px 10px 0px #4C40F71A;
}
.gl-pagination li a:hover {
  color: #fff;
  background-color: #4C40F7;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.gl-header-section .menu-item-has-children {
  position: relative;
}
.glx-header-null .gl-header-main-menu-cta {padding-right: 25px;}
.gl-header-type-three ul.menu-fallback-menu li a {
  padding-bottom: 0;
}
.gl-header-type-three ul.menu-fallback-menu {
  margin: 0;padding-top: 21px;
}
.gl-header-section .menu-item-has-children:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
ul#gl-main-nav.menu-fallback-menu li a {padding: 0;padding-right: 15px;}
.gl-header-section .menu-item-has-children:after {
  top: -1px;
  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 .menu-item-has-children 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;
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.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 .container, .gl-header-type-two .container, .gl-header-type-three .container{
  max-width: 1360px;
}
.gl-header-type-one {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  position: absolute;
}
.admin-bar header#gl-header {
  margin-top: 32px;
}
.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: 400;
    margin-right: 20px;
    font-size: 15px;
}
.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: 15px;
}
.gl-header-type-one .gl-header-top-social li a {
  font-size: 14px;
}
.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: 20px;
}
.gl-header-type-one .gl-header-cta-btn a {
  color: #fff;
  height: 55px;
  width: 178px;
  font-weight: 500;
  border-radius: 3px;
  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;
  line-height: normal;
}
.gl-header-type-one .gl-header-side-btn button {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #333333;
}
.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-type-one .gl-header-main-menu-cta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gl-header-type-one .gl-header-main-menu-cta .gl-main-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gl-header-section .navbar-nav {
  display: inherit;
}

.gl-main-navigation li {
  margin-left: 40px;
}
.gl-main-navigation li a {
  color: #000;
  font-weight: 500;
  padding-bottom: 35px;
}

.gl-header-main-menu {
  background-color: #fff;
}

.gl-header-info-item {
  margin-left: 60px;
}
.gl-header-info-item:before {
  top: 10px;
  width: 2px;
  content: "";
  height: 40px;
  right: -30px;
  position: absolute;
  border: 2px dashed #CCCCCC;
}
.gl-header-info-item .hd-item-icon {
  width: 56px;
  height: 56px;
  margin-right: 12px;
  border-radius: 100%;
  background: -webkit-linear-gradient(350.11deg, rgba(76, 64, 247, 0.05) 0%, rgba(255, 0, 161, 0.05) 106.22%);
  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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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: #14132B;
}
.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, .gl-header-search .search-box-outer{
  border: none;
  margin-left: 12px;
  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: #FFFFFF;
    box-shadow: 0px 48px 55px rgb(50 66 89 / 3%);
    border-radius: 3px;
}
.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.menu-item-has-children: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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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.menu-item-has-children:after {
  background: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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 {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.gl-header-type-three .gl-header-top {
  padding: 16px 0px;
}
.gl-header-type-three .gl-header-info-item {
  margin-left: 0px;
  margin-right: 60px;
}
.gl-header-type-three .gl-header-info-item .hd-item-icon {
  background-color: #25CDC714;
}
.gl-header-type-three .gl-header-info-item .hd-item-icon i {
  background: -webkit-linear-gradient(350.11deg, #25CDC7 0%, #25CDC7 106.22%);
  background: linear-gradient(99.89deg, #25CDC7 0%, #25CDC7 106.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gl-header-type-three .gl-header-btn a {
  width: 170px;
  height: 55px;
  font-weight: 600;
  border-radius: 30px;
  border: 2px solid #272C49;
}
.gl-header-type-three .gl-header-btn a:hover {
  color: #fff;
  border: 2px solid #25CDC7;
  background-color: #25CDC7;
}
.gl-header-type-three .gl-header-main-menu-3 {
  height: 80px;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #272C49;
}
.gl-header-type-three .menu-item-has-children:after {
  color: #1a2428;
}
.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 a.site-logo {
  position: relative;
}
.gl-header-type-three .site-logo {
  left: 0;
  right: 0;
  top: 12px;
  width: 150px;
  margin: 0 auto;
  position: absolute;
}
.gl-header-type-three .menu-navigation {
  padding-top: 30px;
}
.gl-header-type-three .menu-navigation li {
  margin-right: 50px;
}
.gl-header-type-three .menu-navigation li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-bottom: 38px;
}
.gl-header-type-three .menu-navigation li a:hover {
  color: #25CDC7;
}
.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: 80px;
  background-color: #214071;
  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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.xs-promo-popup .modal-content {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}

.xs-promo-popup .mfp-close {
  color: #ffffff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -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);
  font-size: rem(22px);
}

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

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

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

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

.sidebar-textwidget > p {
  font-size: rem(15px);
  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);
  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-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;
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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(../img/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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  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: 40px;
}

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

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  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;
  position: fixed;
  -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;
  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: #272C49;
}
.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-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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  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::-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::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;
  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: 20px 35px 35px 35px;
  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 .menu-item-has-children: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: 'Jost', 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: 120px;
  margin: 50px auto;
}

.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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  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 .menu-item-has-children > .dropdown-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: 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 .menu-item-has-children {
  position: relative;
}
.mobile_menu .menu-item-has-children .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 6px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.mobile_menu .menu-item-has-children .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: #f9fbfff5;
}
.gl-slider-area-1 .slick-dots li button:before{
  display: none;
}
.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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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: #636271;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.gl-slide-item .gl-slide-text h1 {
  color: #14132B;
  font-size: 65px;
  font-weight: 600;
  line-height: 1.1;
  padding: 16px 0px 24px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  letter-spacing: -4px;
}
.gl-slide-item .gl-slide-text h1 span {
  color: #4C40F7;
}
.gl-slide-item .gl-slide-text p {
  max-width: 470px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}
.gl-slide-item .gl-slide-text .gl-slide-btn-wrapper {
  margin-top: 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.gl-slide-btn {
  margin-right: 40px;
}
.gl-slide-btn a {
  color: #fff;
  width: 172px;
  height: 58px;
  font-weight: 500;
  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 #4C40F7;
  background: #4C40F7;
  color: #fff;
}

.gl-slider-area-1 .slick-current.slick-active .gl-slide-img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
.gl-call-to-action-form .cta-input select {
  height: 55px !important;
}
.gl-slider-area-1 .slick-current.slick-active .gl-slide-text .slider-slug {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.slider-slug i {
    color: #4C40F7;
    font-size: 26px;
    margin-right: 10px;
}
.gl-slider-area-1 .slick-current.slick-active .gl-slide-text p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -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: #000;
  font-weight: 500;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 2;
}
.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;
  box-shadow: 0px 25px 50px 0px #66666626;
}

.gl-banner-section {
  overflow: hidden;
  background-color: #F8F9FF;
}
.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: glox_animation_1 12s infinite linear alternate;
          animation: glox_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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
}
.gl-banner-section .cd-headline.clip b {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gl-banner-section .cd-headline.clip b.is-visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.gl-banner-section .cd-words-wrapper b.is-visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: relative;
}
.gl-banner-section .no-js .cd-words-wrapper b {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.gl-banner-text {
  max-width: 715px;
}
.gl-banner-text .gl-banner-slug {
  color: #4C40F7;
  font-size: 20px;
  font-weight: 500;
}

.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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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: 500;
  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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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: 280px 0px 190px;
}
.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: 18px;
  font-weight: 500;
  color: #636271;
}
.gl-banner-img-text-2 .gl-banner-text-2 .gl-banner-slug-2 i {
  color: #25CDC7;
  margin-right: 5px;
  margin-bottom: 12px;
}
.gl-banner-img-text-2 .gl-banner-text-2 h1 {
  color: #272C49;
  font-size: 65px;
  font-weight: 600;
  line-height: 92px;
  padding: 8px 0px 32px;
  letter-spacing: -3px;
  line-height: 109%;
}
.gl-banner-img-text-2 .gl-banner-text-2 h1 span {
  color: #25CDC7;
}
.gl-banner-img-text-2 .gl-banner-text-2 p {
  max-width: 555px;
  font-weight: 400;
  padding-bottom: 40px;
  font-size: 16px;
}
.gl-banner-img-text-2 .gl-banner-text-2 .gl-banner-btn a {
  color: #fff;
  width: 172px;
  height: 55px;
  font-weight: 500;
  border-radius: 30px;
  background-color: #25CDC7;
}
.gl-banner-img-text-2 .gl-banner-text-2 .gl-banner-btn a:hover {
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gl-banner-img-text-2 .no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gl-banner-img-text-2 .no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*---------------------------------------------------- */
/*Featured area*/
/*----------------------------------------------------*/
.gl-featured-section {
  padding: 110px 0px 115px;
}
.gl-featured-section .gl-featured-shape {
  top: 120px;
  right: 50px;
  -webkit-animation: glox_animation_1 12s infinite linear alternate;
          animation: glox_animation_1 12s infinite linear alternate;
}

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

.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 h3 {
  color: #14132B;
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  line-height: 30px;
  margin-bottom: 18px;
}
.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: 500;
  font-family: 'Jost', 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;
  box-shadow: 0px 5px 66px 0px #6666660D;
}
.gl-featured-inner-item .thx-inner-item:hover {
  background-color: #4C40F7;
  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: 500;
  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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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: -webkit-linear-gradient(350.11deg, rgba(76, 64, 247, 0.05) 0%, rgba(255, 0, 161, 0.05) 106.22%);
  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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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;
  box-shadow: none;
}
.gl-featured-accordion .accordion-item,
.gl-faq-accordion .accordion-item {
  border: none;
  margin-bottom: 25px;
  border-radius: 5px;
  box-shadow: 0px 16px 50px 0px #97979733;
}
.gl-featured-accordion .accordion-button:not(.collapsed),
.gl-faq-accordion .accordion-button:not(.collapsed) {
  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: glox_animation_1 12s infinite linear alternate;
          animation: glox_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;
  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: 'Jost', sans-serif;
}
.gl-about-feature-list li {
  font-size: 18px;
    padding-left: 38px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 500;
}
.gl-about-feature-list li:before {
  left: 0;
    top: 1px;
    width: 27px;
    height: 27px;
    content: "\f00c";
    border-radius: 100%;
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    background: #FFFFFF;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 6%);
    font-size: 12px;
    text-align: center;
    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:after, .gl-about-feature-section:before{
  top: 0;
  left: 0;
  width: 100%;
  height: 605px;
  content: "";
  position: absolute;
}
.gl-about-feature-content {
  position: relative;
  z-index: 1;
}
.gl-about-feature-section:before {  
  background-color: #14132B;
  z-index: 1;
  opacity: .95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
.gl-about-feature-section:after {
  background-size: cover;
  background-position: center;
}

.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;
  font-weight: 400;
  font-size: 16px;
}
.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;
  line-height: 130%;
}
.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::-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::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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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: 'Jost', 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: #272C49;
}

.gl-about-content-3 {
  z-index: 2;
  padding: 48px;
  border-radius: 5px;
  background-color: #fff;
  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: 32px;
}
.gl-about-feature-list-3 li {
    color: #445658;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 16px;
}
.gl-about-feature-list-3 li i {
  margin-right: 15px;
  box-shadow: 0px 0px 9px rgb(0 0 0 / 7%);
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  line-height: 27px;
}
.gl-about-feature-list-3 .gl-about-btn {
  margin-top: 40px;
}
.gl-about-feature-list-3 .gl-about-btn a {
  color: #fff;
  width: 195px;
  height: 60px;
  font-weight: 600;
  border-radius: 40px;
  font-family: 'Jost', sans-serif;
  background-color: #272C48;
  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 {
  box-shadow: 0px 10px 35px 0px rgba(0, 210, 178, 0.28);
}

.gl-protection-section {
  padding: 130px 0px 150px;
}
.gl-protection-section .gl-protection-shape3 {
  right: 110px;
  bottom: 60px;
  -webkit-animation: glox_animation_1 15s infinite linear alternate;
          animation: glox_animation_1 15s infinite linear alternate;
}

.gl-protection-btn {
  margin-top: 48px;
}
.gl-protection-btn a {
  color: #fff;
  height: 55px;
  width: 172px;
  font-weight: 500;
  border-radius: 40px;
  background-color: #272C49;
}
.gl-protection-btn a:hover {
  background-color: #25CDC7;
}

.gl-protection-img-wrapper .gl-protection-shape {
  top: -55px;
  left: -65px;
  -webkit-animation: glox_animation_1 12s infinite linear alternate;
          animation: glox_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;
  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;
  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;
  color: #666666;
}

.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: 500;
  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: 105px 0px 140px;
  background-color: #272C49;
}

.gl-counter-content-3 {
  margin: 0 auto;
  max-width: 950px;
}

.gl-counter-inner-item {
  border-radius: 5px;
  padding: 24px 24px 36px;
  background-color: #284067;
}
.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: #25CDC7;
}
.gl-counter-inner-item .thx-inner-text h3 {
  color: #fff;
  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: #fff;
  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: 157px;
  font-weight: 500;
  border-radius: 3px;
  background-color: #4C40F7;
}
.gl-title-top-text a i {
  margin-left: 10px;
}
.gl-title-top-text a:hover {
  background-color: #14132B;
}

.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: 10px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  box-shadow: 0px 10px 50px rgb(102 102 102 / 10%);
}
.gl-team-inner-item .thx-inner-item:hover {
  background-color: #4C40F7;
  box-shadow: 0px 10px 50px rgba(76, 64, 247, 0.3);
}
.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;
  background-color: #14132B;
}
.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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

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

.gl-team-inner-item-3 {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #CACACA;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.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: #272C49;
  font-weight: 600;
  margin-bottom: 4px;
}
.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: #272C49;
  margin: 0px 8px;
  font-size: 20px;
}
.gl-team-inner-item-3 .thx-inner-text .thx-inner-social a:hover {
  color: #25CDC7;
}
.gl-team-inner-item-3:hover {
  border: 1px solid #fff;
  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: 'Jost', sans-serif;
  background-color: #25CDC7;
}
.gl-team-btn a:hover {
  background-color: #272C49;
}

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


/*---------------------------------------------------- */
/*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: glox_animation_1 12s infinite linear alternate;
          animation: glox_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: 500;
  -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: -webkit-linear-gradient(left, #FFFFFF 4.78%, #D2D2D2 49.21%, #FFFFFF 93.92%);
  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: -webkit-linear-gradient(left, #4C40F7 4.78%, #1100FF 49.21%, #4C40F7 93.92%);
  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: 500;
    border-radius: 5px;
    border: 1px 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: 30px;
}
.gl-cta-info-item .gl-cta-info-icon {
  width: 60px;
  height: 60px;
  margin-right: 18px;
  border-radius: 100%;
  background-color: rgba(76, 64, 247, 0.04);
}
.gl-cta-info-item .gl-cta-info-icon i {
  color: #fff;
  line-height: 0.75;
}
.gl-cta-info-text h6 {
  color: #14132B;
  font-weight: 600;font-size: 16px;margin-bottom: 5px;}
  .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 rgba(48, 55, 72, 0.11);
    color: #505975;
    background-color: #fff;
  }
  select {
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/select-arrow.png);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-color: transparent;
    border: 0;
}
  .gl-call-to-action-form button {
    color: #fff;
    height: 55px;
    width: 178px;
    font-weight: 500;
    border-radius: 3px;
    background-color: #4C40F7;
    border: none;
}
.gl-call-to-action-form .cta-input textarea {
  height: 200px;
  padding: 15px;
}
  .gl-call-to-action-form .cta-input select::-webkit-input-placeholder, 
  .gl-call-to-action-form .cta-input input::-webkit-input-placeholder, 
  .gl-call-to-action-form .cta-input textarea::-webkit-input-placeholder {   
    color: #505975;
  }
  .gl-call-to-action-form .cta-input select::-moz-placeholder, 
  .gl-call-to-action-form .cta-input input::-moz-placeholder, 
  .gl-call-to-action-form .cta-input textarea::-moz-placeholder {   
    color: #505975;
  }
  .gl-call-to-action-form .cta-input select:-ms-input-placeholder, 
  .gl-call-to-action-form .cta-input input:-ms-input-placeholder, 
  .gl-call-to-action-form .cta-input textarea:-ms-input-placeholder {   
    color: #505975;
  }
  .gl-call-to-action-form .cta-input select::placeholder, 
  .gl-call-to-action-form .cta-input input::placeholder, 
  .gl-call-to-action-form .cta-input textarea::placeholder {   
    color: #505975;
  }
  .gl-call-to-action-form h3 {color: #14132B;font-weight: 500;font-size: 24px;margin-bottom: 25px;}

.gl-call-to-action-form.headline i {position: absolute;top: 19px;right: 12px;color: rgba(77, 75, 103, 0.62);}
.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;
    background: #FFFFFF;
    box-shadow: 0px 20px 55px rgb(153 153 153 / 10%);
    border-radius: 10px;
    padding: 30px 50px;
}
.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: #272C49;
}

.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: #25CDC7;
}
.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: #25CDC7;
  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: 60px;
  width: 190px;
  color: #14132B;
  font-weight: 600;
  border-radius: 3px;
  background-color: #fff;
}

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.gl-testimonial-section {
  overflow: hidden;
  padding-bottom: 110px;
}
.gl-testimonial-section .container {
  max-width: 1365px;
}
.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;
  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(../img/shape/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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gl-testimonial-slider-wrapper .slick-slide.slick-active.slick-center {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.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: -webkit-linear-gradient(303.76deg, #4C40F7 32.41%, #FF00A1 92.29%);
  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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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;
  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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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: 150px 0px 220px;
  background-color: #272C49;
}
.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;
  background-color: #25CDC7;
}
.gl-testimonial-text-wrapper-3 .gl-testimonial-btn a:hover {
  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: 'Jost', 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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  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: #2D4975;
}
.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: #fff;
  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: #fff;
  font-size: 20px;
  font-weight: 600;
}
.gl-testimonial-innerbox-item-3 .gl-testimonial-meta-rate .gl-testimonial-meta span {
  color: #CFCFCF;
}
.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: #272C49;
}
.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: #25CDC7;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.gl-blog-section {
  padding-bottom: 110px;
}
.blog-list-inner-item .thx-inner-img img {
  width: 100%;
}
.gl-blog-inner-item {
  margin-bottom: 40px;
}
.gl-blog-inner-item .post-cat {
  bottom: 25px;
  color: #fff;
  display: block;
  padding: 2px 30px;
  background-color: #191B1E;
  left: 25px;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Jost', sans-serif;
  letter-spacing: 2px;
}
.gl-blog-inner-item .thx-inner-img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.gl-blog-details-content .thx-inner-img {
  margin-bottom: 30px;
  border-radius: inherit;
}
.gl-blog-inner-item .thx-inner-meta i {
  margin-right: 8px;
}
.gl-bx-content-wrap {
  border: 2px solid #F7F7F7;
  border-radius: 0px 0px 5px 5px;
  padding: 25px;
}
.gl-blog-details-content .thx-inner-meta {
  border-bottom: 1px solid #7070702e;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.gl-blog-details-content .thx-inner-meta a, .gl-blog-details-content .thx-inner-meta span {
  margin-right: 32px;
  color: #133344;
  font-size: 15px;
  text-transform: capitalize;
}
.gl-blog-inner-item .thx-inner-meta span {
  color: #000000;
  font-size: 15px;
  margin-right: 25px;
}
#gl-blog .thx-inner-meta {
  margin-bottom: 10px;
}
.gl-blog-inner-item .thx-inner-title h3 {
    color: #14132B;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 32px;
}
.gl-blog-inner-item .thx-inner-btn {
  color: #14132B;
  font-weight: 500;
}
.gl-blog-inner-item .thx-inner-btn i {
  font-size: 16px;
  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: -webkit-linear-gradient(350.11deg, rgba(76, 64, 247, 0.1) 0%, rgba(255, 0, 161, 0.1) 106.22%);
  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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.glox-main-page-wrap .page-links {clear: both;}

.glox-main-page-wrap .page-links a {width: 40px;
    height: 40px;
    background: #4C40F7;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 0 3px;}
.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 ul {
  padding-left: 0;
}
.gl-blog-inner-item-2 .blog-meta li:after {
  top: 6px;
  width: 1px;
  content: "";
  right: -13px;
  height: 17px;
  position: absolute;
  background-color: #666666;
}
.gl-blog-inner-item-2 .blog-meta li:last-child:after {
  display: none;
}

.gl-blog-section-3 {
  padding: 120px 0px 90px;
}
.gl-blog-content-3 .slick-arrow {
  display: none !important;
}
.gl-blog-section-3 .gl-section-title-3.text-center {
  max-width: 400px;
}

.gl-blog-inner-item-3 {
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px 20px 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: 20px;
  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: #272C49;
  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: 40px;
  width: 120px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  background-color: #272C49;
}
.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: #25CDC7;
}
.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;
  box-shadow: 0px 15px 66px 0px #C5C5C540;
}
.gl-blog-inner-item.post-elm-item .thx-inner-meta span {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    font-weight: 500;
    margin-right: 15px;
}
.gl-blog-inner-item.post-elm-item .thx-inner-title h3 {
  margin-bottom: 15px;
}
.gl-blog-inner-item.post-elm-item .thx-inner-img img {
  height: 234px;
  -o-object-fit: cover;
     object-fit: cover;
     width: 100%;
}
.gl-blog-inner-item.post-elm-item .thx-inner-meta i {
  margin-right: 5px;
}
.gl-blog-inner-item.post-elm-item .gl-bx-content-wrap {
  padding: 20px 25px 20px;
}
.blog-list-inner-item .thx-inner-meta {
  border-bottom: 1px solid #7070702e;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog-list-inner-item .gl-blog-inner-item .thx-inner-text-wrap {
  padding: 30px 35px;
}
.blog-list-inner-item .gl-blog-inner-item .thx-inner-content.headline.pera-content {
  margin-bottom: 20px;
}
.blog-list-inner-item .gl-blog-inner-item .thx-inner-meta a, .blog-list-inner-item .gl-blog-inner-item .thx-inner-meta span {
  margin-right: 32px;
  color: #133344;
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
}

.blog-list-inner-item .gl-blog-inner-item .thx-inner-title h3 {
  font-size: 36px;
  line-height: 46.8px;
  padding-bottom: 0;
  word-wrap: break-word;
  word-break: break-word;
}

.gl-sidebar-widget {
  margin-bottom: 48px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.gl-sidebar-widget .widget-title {
  color: #0A2C3D;
    font-size: 24px;
    font-weight: 500 !important;
    display: inline-block;
    line-height: 31.2px;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 0px;
    padding-left: 10px;
}
.gl-sidebar-widget .widget-title:after {
  content: "";
    width: 2px;
    left: 0;
    height: 21px;
    position: absolute;
    background-color: #4C40F7;
    top: 6px;
}
.gl-sidebar-widget .gl-search-widget input {
  width: 100%;
  height: 55px;
  padding-left: 15px;
  border-radius: 5px;
  background: #F5F5F5;
  border-radius: 3px;
  border: none;
}
.gl-sidebar-widget .gl-search-widget button {
  top: 13px;
    right: 5px;
    color: #A5A5A5;
    border: none;
    font-weight: 600;
    position: absolute;
    background-color: transparent;
    font-size: 16px;
}
.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 .tagcloud a {
  padding: 7px 18px;
  margin-right: 16px;
  margin-bottom: 16px;
  display: inline-block;
  font-size: 14px !important;
  border: 1px solid #EDEDED;
  border-radius: 2px;
  color: #949392;
  font-weight: 500;
}
.gl-sidebar-widget .tagcloud a:hover {
  color: #fff;
  background-color: #4C40F7;
}

.gl-blog-details-content .thx-inner-title h3 {
  color: #14132B;
  font-size: 36px;
  word-wrap: break-word;
  word-break: break-word;
}
.gl-blog-details-content .thx-inner-meta a {
  margin-right: 16px;
}
.gl-blog-details-content p {
  padding-bottom: 24px;
}
.comment-form p.form-submit {
  margin-bottom: 30px;
}
.blog-list-feed .comments-title {
  margin-bottom: 32px;
}
blockquote {
  margin: 0 auto;
  padding: 40px 30px;
  position: relative;
  margin-bottom: 32px;
  background: #F4F6F8;
}
blockquote {
  font-size: 24px;
  color: #1C1919;
  font-weight: 500;
  line-height: 43px;
  font-style: normal;
}
blockquote p{
  font-family: 'Jost', sans-serif;
}
blockquote em {
  font-style: normal;
}
blockquote strong {
  display: inline-block;
  color: #332D2D;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: normal;
}
blockquote strong:before {
  left: 8px;
  bottom: 9px;
  width: 24px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #14132B;
}
.glox-main-page-wrap .entry-content blockquote strong {
  display: inline-block;
}
pre {
  background: #F5F5F5;
  font-size: 16px;
  line-height: 1.7142857143;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 30px;
  color: #111;
  white-space: pre-wrap;
  margin: 20px 0;
}
.wp-block-cover p.wp-block-cover-text {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
}
dd {
  margin: 0 1rem 1rem;
  font-size: 15px;
  line-height: 26px;
}
p.has-text-color.has-background.has-very-light-gray-color {
  margin-bottom: 15px;
}
.wp-block-search__inside-wrapper input[type="search"] {
  width: 100%;
  border-radius: 5px;
  background: #F5F5F5;
  border-radius: 3px;
  border: none;
  padding: 12px 15px;
}
p.has-large-font-size {
  line-height: normal;
}
.wp-block-media-text {
  margin-bottom: 30px;
}
button.wp-block-search__button {
  background: #4C40F7;
  border: none;
  padding: 0 21px;
  border-radius: 5px;
  color: #fff;
}

.wp-block-search__inside-wrapper {
  margin-bottom: 15px;
}
.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;
  top: 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;
  align-items: center;
}
.gl-blog-details-content .blog-share-tag-option span {
  color: #14132B;
  display: block;
  font-weight: 600;
  font-family: 'Jost', 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.blog-share-tag-option .category-tag .tags-links a {
  margin-bottom: 10px;
}
.blog-share-tag-option .category-tag .tags-links{
  padding-bottom: 0px;
}
.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: 'Jost', 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%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.gl-blog-details-content .gl-blog-next-prev-btn h3 {
  font-size: 18px;
  color: #14132B;
  font-weight: 600;
  overflow-wrap: break-word;
  word-break: break-all;
}
.entry-content ul, .entry-content ol {
    list-style: none;
}
.wp-block-image {
    overflow: hidden;
}
.entry-content ul, .entry-content ol {
    padding-left: 15px;
}
.wp-block-button {
    margin-bottom: 15px;
}
ul.blocks-gallery-grid {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.blocks-gallery-grid li{
      padding: 0;
    margin: 0 1em 1em 0 !important;
    padding-left: 0 !important;
}
ul.blocks-gallery-grid li:before {width: 0 !important;}
.entry-content ul li ul, .entry-content ol li ol {
    margin: 10px 0 0;
}
.entry-content select {
    border: 1px solid #E7E7E7;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.entry-content {
    overflow: hidden;
}
.entry-content .tag-cloud-link {
    padding: 8px 24px;
    margin-right: 16px;
    margin-bottom: 16px;
    display: inline-block;
    background-color: #F1F1F1;
    font-size: 16px !important;
}
.entry-content .wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 15px;
}
.entry-content .tag-cloud-link:hover {
    background: #4C40F7;
    color: #fff;
}
.blocks-gallery-grid, .wp-block-gallery {
    margin-bottom: 15px;
}
.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.comment-reply-title {
  color: #14132B;
  font-size: 24px;
  font-weight: 600;
}
a#cancel-comment-reply-link {
  color: #4C40F7;
  font-size: 18px;
  margin-left: 15px;
}
p.comment-notes {
  display: none;
}
p.comment-form-cookies-consent {
  display: none;
}
.gl-blog-details-comment input#submit {
  color: #fff;
  width: 165px;
  border: none;
  height: 55px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #4C40F7;
  -webkit-transition: .5s;
  transition: .5s;
}
.gl-blog-details-comment input#submit:hover {
  background: #14132B;
}
a.comment-reply-link {
  font-weight: 500;
  color: #14132B;
}
.gl-blog-details-content .gl-blog-details-comment .gl-blog-comment-block {
  margin-bottom: 70px;
}
ol.comment-list.gl-blog-comment-block {
  list-style: none;
  padding: 0;
  margin: 0;
}
#comments .gl-blog-comment-block li {
  margin-bottom: 30px;
  list-style: none;
}
.gl-blog-details-comment .gl-blog-comment-block .gl-blog-comment-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.gl-blog-details-comment .gl-blog-comment-block .gl-blog-comment-text {
  padding: 25px 24px;
  background-color: #FAFAFA;
  display: flow-root;
}
.gl-blog-details-comment .gl-blog-comment-block .gl-blog-comment-text span {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  color: #949392;
  font-weight: 500;
  text-transform: uppercase;
}
.gl-blog-details-comment .gl-blog-comment-block .gl-blog-comment-text p {
  padding-bottom: 15px;
}
.gl-blog-details-comment .gl-blog-comment-block .gl-blog-comment-text h4 {
  color: #14132B;
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
}
.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-comment .gl-comment-form-input input, .gl-blog-details-comment .gl-comment-form-input textarea {
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 8px;
  padding-left: 15px;
  margin-bottom: 20px;
  background-color: #FAFAFA;
  border: 1px solid #efeef5;
}
.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-comment .gl-comment-form-input input:focus, .gl-blog-details-comment .gl-comment-form-input textarea:focus {
  border: 1px solid #4C40F7;
}
.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::placeholder, .gl-blog-details-content .gl-comment-form-input textarea::placeholder {
  color: #BFBFBF;
}
.comment-respond .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: -webkit-linear-gradient(bottom, #4C40F7 0%, rgba(76, 64, 247, 0) 38.76%);
  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: -webkit-linear-gradient(347.71deg, #4C40F7 -34.33%, #FF00A1 117.1%);
  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: -webkit-linear-gradient(238.8deg, rgba(111, 111, 111, 0.18) 9.05%, #262442 129.93%);
  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: 500;
}
.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: 130px 0px 130px;
}
.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: 32px;
  margin-bottom: 30px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: #FFFFFF;
  border-radius: 5px;
}
.gl-service-slider-items .thx-inner-text-wrap {
  width: 235px;
}
.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: #272C49;
  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: 120px;
  color: #25CDC7;
  font-size: 12px;
  font-weight: 600;
  border-radius: 40px;
  background: #25CDC71A;
}
.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: #25CDC7;
}
.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: #272C49;
}
.gl-service-slider-items .thx-inner-img-wrap {
  z-index: 1;
}
.gl-service-slider-items .thx-inner-img img {
  max-width: 216px;
}
.gl-service-slider-items .thx-inner-img-wrap .img-shape {
  z-index: -1;
}

.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;
  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: 500;
  line-height: 55px;
  padding: 0px 15px;
  border-radius: 5px;
  margin-bottom: 16px;
  border: 1px solid #E7E7E7;
  position: relative;
}
.gl-service-widget .gl-service-cat-widget li a:after {
  top: 0;
  right: 20px;
  content: "\f061";
  font-weight: 400;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.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;
  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;
  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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  bottom: 20px;
  margin: 0 auto;
  padding: 15px 15px 24px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
}
.gl-portfolio-inner-item .thx-inner-text span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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 {
  box-shadow: 0px 5px 66px 0px #78787840;
}
.gl-portfolio-inner-item:hover .thx-inner-text {
  left: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.gl-portfolio-inner-item:hover .thx-inner-text span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin-left: 0px;
}
.gl-portfolio-inner-item:hover .thx-inner-text h3 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin-left: 0;
}

.gl-case-feed-section .gl-portfolio-filter-btn {
  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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #4C40F7 106.22%);
  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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  right: 16px;
}
.gl-case-feed-section .gl-portfolio-inner-item:hover .hover-shape {
  bottom: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gl-portfolio-inner-item {
  overflow: hidden;
}
.gl-portfolio-inner-item .thx-inner-link {
  top: 16px;
  right: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  bottom: -100px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.gl-portfolio-inner-item:hover .thx-inner-link {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  right: 16px;
}
.gl-portfolio-inner-item:hover .hover-shape {
  bottom: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.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;
  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-ft-social-prof a {
  display: inline-block;
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
}
.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;
}
.gl-faq-section .gl-faq-shape {
  left: -90px;
  bottom: -55px;
  z-index: -1;
  -webkit-animation: glox_animation_1 12s infinite linear alternate;
          animation: glox_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-accordion .elementor-accordion-item {
  box-shadow: 0px 16px 50px 0px #97979733;
  border: none !important;
  margin-bottom: 25px;
}
.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::-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::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: -100px;
}

.how-it-work-innerbox .thx-inner-item {
  z-index: 1;
  overflow: hidden;
  padding: 40px 24px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 14px 32px rgb(61 118 203 / 9%);
  border-radius: 5px;
  background: #fff;
}
.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: #272C49;
}
.how-it-work-innerbox .thx-inner-item:hover:before {
  width: 100%;
}
.how-it-work-innerbox .thx-inner-item:hover .thx-inner-icon i {
  color: #25CDC7;
}
.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: #25CDC7;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.how-it-work-innerbox .thx-inner-title h3 {
  color: #272C49;
  font-weight: 600;
  font-size: 24px;
  line-height: 31.2px;
  padding: 28px 0px 20px;
}
.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: 500;
}
.how-it-work-innerbox .thx-inner-btn i {
  font-size: 13px;
  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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.gl-video-section {
  top: -80px;
}

.gl-video-content {
  padding: 66px 60px;
  border-radius: 8px;
  background-color: #272C49;
}

.gl-video-text-play-btn .gl-video-text h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  max-width: 480px;
  line-height: 54.6px;
  padding-bottom: 16px;
}
.gl-video-text-play-btn .gl-video-text a {
  color: #25CDC7;
  position: relative;
  font-family: 'Jost', 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: #25CDC7;
}
.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: #25CDC7;
  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: #25CDC7;
}
.gl-video-text-play-btn .gl-video-play-btn .btn-text {
  top: 50px;
  left: -180px;
}

/*---------------------------------------------------- */
/*Breacrumb area*/
/*----------------------------------------------------*/
.gl-breadcrumb-section {
  padding: 240px 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";
}
.breadcrumb-item+.breadcrumb-item:before {
  top: 2px;
  right: -30px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  color:#fff
}
.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;
  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;
  box-shadow: none;
}

.gl-google-map iframe {
  width: 100%;
  height: 560px;
}

/*---------------------------------------------------- */
/*404 area*/
/*----------------------------------------------------*/
.gl-errot-info h4, .gl-errot-info h1 {font-family: 'Jost', sans-serif;text-transform: uppercase;font-weight: 600;color: #14132B;}

.gl-errot-info h1 {
    font-size: 160px;
    line-height: 125px;
    margin-bottom: 20px;
}

.gl-errot-info h4 {
    margin-bottom: 15px;
}
.gl-errot-info a {
  margin: 0 auto;
  width: 170px;
}
.gl-blog-list-content .no-results.not-found input[type="text"] {
  border: 1px solid #E7E7E7;
  padding: 15px 15px;
  border-radius: 5px;
  width: 80%;
}
.glox-main-page-wrap .entry-content p:last-child {clear: both;overflow: hidden;}
.gl-blog-list-content .no-results.not-found button {
  background: #4C40F7;
  color: #fff;
  border: none;
  padding: 15px 25px;
  border-radius: 5px;
}
.gl-errot-info .gl-slide-btn {
  margin-top: 30px;
}
/*---------------------------------------------------- */
/*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: 32px;
}
.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: 34px;
}
.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 .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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
  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: #272C49;
}
.gl-footer-section-3 .gl-footer-copyright {
  border-top: 2px solid #445672;
}
.gl-footer-section-3 .gl-footer-copyright-content {
  border-top: none;
}

.gl-footer-content-3 {
  padding: 120px 0px 90px;
}

.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: #25CDC7;
}
.gl-footer-widget-wrapper-3 .gl-footer-widget .recent-blog-widget .blog-img-content {
  margin-bottom: 24px;
}
.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 .recent-blog-widget img {
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gl-footer-widget-wrapper-3 .gl-footer-widget .recent-blog-widget .blog-img-content .blog-text span {
  color: #D7D7D7;
}
.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::-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::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: #25CDC7;
  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: #25CDC7;
}

.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::-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::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: 500;
    position: absolute;
    background-color: #4C40F7;
    border-radius: 3px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.gl-footer-subcription-content .footer-subscription-form button:hover {
  background: #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-team-details-section .container {
    max-width: 1200px;
  }
  .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;
  }
  header#gl-header.gl-header-type-one {
    background-color: #fff;
  }
  .gl-slide-item .gl-slide-text .slider-slug {
    display: inline;
    padding-left: 0;
  }

  .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 {
    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: 100%;
    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: 30px;
  }

  .gl-footer-widget .widget-title {
    padding-bottom: 24px;
  }

  .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: 15px;
    right: auto;
  }

  .gl-header-type-three .gl-header-main-menu-3 {
    padding-left: 0px;
  }

  .gl-header-type-three .mobile_menu_button {
    right: 15px;
    top: -58px;
    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;
    max-width: 270px;
    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 (max-width: 600px) {
  .admin-bar .gl-header-section.sticky-on{
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .gl-slide-item .gl-slide-text h1 {
    font-size: 29px;
    line-height: 35px;
    letter-spacing: -2px;
  }
  .blog-list-inner-item .gl-blog-inner-item .thx-inner-meta a, .blog-list-inner-item .gl-blog-inner-item .thx-inner-meta span {
    margin-right: 30px;
    font-size: 14px;
  }
  .gl-blog-inner-item {
    max-width: 100%;
  }
  .gl-blog-details-content .wp-block-column ul {
    margin-bottom: 25px;
  }
  .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;
    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: 190px 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;
  }

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

  .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 {
    font-size: 15px;
  }

  .gl-slide-video-btn a {
    font-weight: 500;
  }

  .gl-company-history-section {
    overflow: hidden;
  }

  .gl-breadcrumb-section {
    padding: 180px 0px 100px;
  }
  .blog-list-inner-item .gl-blog-inner-item .thx-inner-meta a, .blog-list-inner-item .gl-blog-inner-item .thx-inner-meta span{
    display: inline-block;
  }
}

/*---------------------------------------------------- */


/* css by wasim */

.pos-rel {
  position: relative;
}
.pb-210 {
  padding-bottom: 210px;
}
.pt-50 {
  padding-top: 50px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-none-30 {
  margin-top: -30px;
}
/* play btn animation */
.popup-video {
	position: absolute;
	background: #fff;
	height: 80px;
	width: 80px;
	top: 50%;
	left: 50%;
	right: 0;
	text-align: center;
	font-size: 18px;
	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;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
	z-index: 2;
}
.popup-video:hover {
	color: #4C40F7;
}

.popup-video:before, .popup-video:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	z-index: -10;
}

.popup-video:before {
	z-index: -10;
	-webkit-animation: inner-ripple 2000ms linear infinite;
	animation: inner-ripple 2000ms linear infinite;
}

.popup-video:after {
	z-index: -10;
	-webkit-animation: outer-ripple 2000ms linear infinite;
	animation: outer-ripple 2000ms linear infinite;
}
/* animation */
@keyframes outer-ripple {
	0% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	  -webkit-filter: alpha(opacity=50);
	}
	80% {
	  transform: scale(1.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  -webkit-transform: scale(1.5);
	  -moz-transform: scale(1.5);
	  -ms-transform: scale(1.5);
	  -o-transform: scale(1.5);
	}
	100% {
	  transform: scale(2.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  -webkit-transform: scale(2.5);
	  -moz-transform: scale(2.5);
	  -ms-transform: scale(2.5);
	  -o-transform: scale(2.5);
	}
}
@-webkit-keyframes outer-ripple {
	0% {
	  transform: scale(1);
	  filter: alpha(opacity=50);
	  opacity: 0.5;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	  -webkit-transform: scale(1);
	  -moz-transform: scale(1);
	  -ms-transform: scale(1);
	  -o-transform: scale(1);
	}
	80% {
	  transform: scale(2.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  -webkit-transform: scale(2.5);
	  -moz-transform: scale(2.5);
	  -ms-transform: scale(2.5);
	  -o-transform: scale(2.5);
	}
	100% {
	  transform: scale(3.5);
	  filter: alpha(opacity=0);
	  opacity: 0;
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  -webkit-transform: scale(3.5);
	  -moz-transform: scale(3.5);
	  -ms-transform: scale(3.5);
	  -o-transform: scale(3.5);
	}
}



.gl-header-main-menu-cta, .gl-main-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.gl-header-type-one .gl-header-side-btn button {
	padding: 0;
	border: none;
	background: none;
  width: auto;
  height: auto;
  border-right: 1px solid #D9D9D9;
  padding-right: 16px;
}
.header_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_icons .icon {
  position: relative;
}
.header_icons .icon:not(:last-child) {
  margin-right: 15px;
}
.header_icons .icon .count {
  position: absolute;
  top: -5px;
  right: -3px;
  min-width: 17px;
  height: 17px;
  background-color: #4C40F7;
  font-size: 11px;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  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;
}
.gl-header-type-one .gl-header-cta-btn {
	margin-right: 20px;
	margin-left: 40px;
}
.about_img_wrap {
  margin-right: 30px;
}
.about_video {
  max-width: 360px;
  color: #4C40F7;
  position: absolute;
  right: 0;
  bottom: -160px;
}
.about_video img {
  width: 100%;
}

.about_icon1 {
  position: absolute;
  top: 65px;
  left: -90px;
  
}
.about_img3 {
	position: absolute;
	top: 42px;
	right: 30px;
}
.about_icon2 {
	position: absolute;
	left: -100px;
	bottom: -230px;
}
.about_icon3 {
	position: absolute;
	right: 70px;
	top: 200px;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	padding: 12px;
}
.about_icon3:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 1px dashed #E2DEDE;
  border-radius: 50%;
  animation: spin 12s infinite linear;
  -webkit-animation: spin 12s infinite linear;
}
.about_video .shape {
	width: auto;position: absolute;
	right: -30px;
	bottom: -27px;
	-webkit-animation: Glow_animation_1 12s infinite linear alternate;
	animation: Glow_animation_1 12s infinite linear alternate;
}
.gl_about_content {
	padding-left: 50px;
	-webkit-transform: translateY(100px);
	        transform: translateY(100px);
}
.about_list_wrap {
  margin-top: 20px;
}
.about_list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.about_list li {
  font-size: 18px;
  font-weight: 500;
  color: #14132B;
  position: relative;
  padding-left: 48px;
}
.about_list li:not(:last-child) {
  margin-bottom: 15px;
}
.about_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4C40F7;
  box-shadow: 0px 0px 9px rgba(44, 71, 164, 0.1);
  content: "\f00c";
  font-weight: 400;
  font-size: 12px;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.gl_about_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 67%;
  height: 100%;
  z-index: -1;
}
.employees_box {
	width: 180px;
	background: #4c40f7;
	color: #fff;
	height: 150px;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
  border-radius: 5px;
  position: relative;
}
.employees_box:before {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	background-color: #CECBF7;
	width: 4px;
	height: 98px;
	-webkit-clip-path: polygon(0px 0px, 100% 4.96%, 100% 97.06%, 0% 100%);
	        clip-path: polygon(0px 0px, 100% 4.96%, 100% 97.06%, 0% 100%);
}
.employees_box .employees_number {
  font-size: 59px;
  position: relative;
  font-weight: 600;
}
.employees_box .employees_number .plus {
	font-size: 36px;
	position: absolute;
	top: 3px;
	right: -20px;
	color: #B0ABFB;
	font-weight: 300;
}
.employees_box .employees {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.gl_about_content .gl-skill-progress-bar .skill-set-percent .progress {
	max-width: 87%;
}
.gl-section-title span {
  font-size: 20px;
  display: inline-block;
  color: #4C40F7;
  margin-bottom: 9px;
}
.gl-section-title i {
  margin-right: 6px;
}
/* cta */
.gl-cta-info-item {
  margin-top: 30px;
  max-width: 400px;
  padding: 6px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;

}
.gl-cta-info-item:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
}
.gl-cta-info-item .gl-cta-info-icon {
	width: 50px;
	height: 50px;
	margin-right: 18px;
	border-radius: 100%;
	background: rgba(76, 64, 247, 0.04);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.gl-cta-info-item .gl-cta-info-icon svg path {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.gl-cta-info-item:hover .gl-cta-info-icon svg path {
  fill: #fff;
}
.gl-cta-info-item .gl-cta-info-text {
  width: calc(100% - 68px);
}
.gl-cta-info-item .gl-cta-info-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  padding-top: 0;
}
/* testimonial */
/* testimonial */
.gl-section-title > span {
  font-size: 20px;
  display: inline-block;
  color: #4C40F7;
  margin-bottom: 9px;
}
.gl-section-title h2 {
  text-transform: capitalize;
}
.gl-section-title h2 span {
  color: #4C40F7;
  font-size: inherit;
}
.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
}

.testimonial-block .inner-box .text{
	line-height:1.9em;
	font-size:20px;
}

.testimonial-block .inner-box .text .quote-left{
	position:relative;
	line-height:1em;
	font-size:26;
	margin-right: 10px;
  color: #4C40F7;
}

.testimonial-block .inner-box .text .quote-right{
	position:relative;
	line-height:1em;
	font-size:26px;
	color:#4C40F7;
	margin-left:10px;
}
.testimonial-block .inner-box .author-box {
	position: relative;
	margin-top: 42px;
}

.testimonial-block .inner-box .author-box .box-inner{
	position:relative;
	min-height:74px;
	padding-top:10px;
	padding-left: 90px;
}

.testimonial-block .inner-box .author-box .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:74px;
	height:74px;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-block .inner-box .author-box h4{
	font-weight:500;
  font-size: 20px;
  color: #08151F;
}

.testimonial-block .inner-box .author-box .designation{
	position:relative;
	color: #4C40F7;
	font-size:16px;
	margin-top: 6px;
}
.testimonial_slide .owl-nav {
	position: absolute;
	right: 100px;
	bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.testimonial_slide .owl-nav div {
  background-color: #fff;
}

.testimonial_slide .owl-nav .owl-next{
	position:relative;
	width:60px;
	height:55px;
	line-height:48px;
	text-align:center;
	display:inline-block;
	font-size:20px;
	color:red;
	font-family: "Flaticon";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-left:5px;
	color: #fff;
	background-color:#4C40F7;
}

.testimonial_slide .owl-nav .owl-prev{
	position:relative;
	width:60px;
	height:55px;
	line-height:55px;
	text-align:center;
	display:inline-block;
	font-size:20px;
	color:#B1B3B5;
	font-family: "Flaticon";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-left:5px;
}

.testimonial_slide .owl-nav .owl-prev:hover,
.testimonial_slide .owl-nav .owl-next:hover{
	color:#fff;
	background-color:#4C40F7;
}

.gl-testimonial-section {
  padding-top: 120px;
  background-color: #F9FAFF;
}
.testimonial-block .inner-box .author-box .author-image img {
	padding: 3px;
	background: #ffff;
	border-radius: 100%;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
}
.testimonial_imgs {
  position: relative;
  z-index: 1;
  padding-left: 150px;
}
.testimonial_imgs img {
  border-radius: 24px;
}
.testimonial_imgs .tm_shape {
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
}
.testimonial_imgs .tm_img {
	width: 78px;
	height: 78px;
	position: absolute;
	top: 6px;
	left: 40px;
}
.testimonial_imgs .tm_img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 3px;
  background-color: #fff;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial_imgs .tm_icon {
	width: 130px;
	height: 130px;
	background-color: #4C40F7;
	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;
	border-radius: 50%;
	position: absolute;
	top: -42px;
	right: 82px;
}
.testimonial_imgs .tm_icon:before {
	position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px dashed #fff;
  content: "";
  border-radius:50%;
  animation: spin 12s infinite linear;
-webkit-animation: spin 12s infinite linear;
}
.avatar_box1 {
  position: absolute;
  left: 85px;
  top: 145px;
}
.avatar_box2 {
  position: absolute;
  right: 0;
  bottom: -81px;
}
.header_btn {
  margin-right: 0;
  margin-left: 35px;
}
.header_btn a {
	background: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
	background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
	background-position: 200%;
}
.gl-header-type-two .header_icons .icon .count {
	background: -webkit-linear-gradient(350.11deg, #4C40F7 0%, #FF00A1 106.22%);
	background: linear-gradient(99.89deg, #4C40F7 0%, #FF00A1 106.22%);
}
.sidebar_info_wrap {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.gl-header-type-three .menu-navigation {
	padding-top: 0;
}
.gl-header-type-three .gl-header-main-menu-3 {
	background: #FFFFFF;
	padding-right: 27px;
}
.gl-header-section.sticky-on.gl-header-type-three {
	background-color: #fff;
  box-shadow: 0px 20px 66px rgba(210, 210, 210, 0.25);
}


.gl-header-type-three .menu-navigation li a,
.gl-header-type-three .dropdown:after {
	color: #14132B;
}
.sidebar_info {
	background: transparent;
	border: 0;
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid #E2E3E5;
}
.header_mail {
  padding: 13px 20px;
  border: 1px solid #25CDC7;
  border-radius: 26px;
  color: #222429;
  font-weight: 500;
}
.header_mail i {
  color: #25CDC7;
  margin-right: 9px;
}
.gl-header-type-three .header_icons .icon {
  width: 43px;
  height: 43px;
  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;
  color: #2C2E37;
  border: 1px solid #E3E4E7;
  border-radius: 2px;
}
.gl-header-type-three .header_icons .icon .count {
	background-color: #25CDC7;
}
.header_search button {
  background: transparent;
  border: 0;
}
.gl-header-type-three .gl-header-top {
	padding: 22px 0px;
}


/* responsive */
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .gl-main-navigation li {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .about_icon3 {
    right: 0;
  }
  .gl_about_content {
    padding-left: 0;
  }
  .gl-header-type-one .header_icons,
  .gl-header-type-two .header_icons {
    display: none;
  }
  .header_mail {
    display: none;
  }
  .sidebar_info {
    padding-right: 0;
    margin-right: 0;
    border: 0;
  }
}
@media screen and (max-width: 991px) {
  .gl-header-type-three .mobile_menu_button {
    color: #000;
  }
  .gl-header-type-three .gl-header-content {
    display: none !important;
  }
  .gl-header-type-three .header_icons {
    margin-right: 20px;
  }
  .gl-header-type-three .gl-header-main-menu-3 {
    padding: 0 30px;
  }
  .gl-cta-text-wrap {
      margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .gl-header-type-one .gl-header-cta-btn {
    display: none;
  }
  .gl_about_content {
    padding-left: 0;
    margin-top: 100px;
  }
  .gl-header-type-two .header_btn {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .about_img_wrap {
    margin-right: 0;
  }
  .about_icon2 {
    position: unset;
    max-width: 200px;
  }
  .authur_info h4 {
    font-size: 17px;
  }
  .testimonial_item {
    padding-bottom: 25px;
  }
  .testimonial_item p {
    font-size: 15px;
    line-height: 30px;
  }
  .about_img3 {
    top: -11px;
    right: 0;
  }
  .gl_about_content .gl-skill-progress-bar .skill-set-percent .progress {
    max-width: 100%;
  }
  .gl-header-type-three .header_icons {
    display: none;
  }
}

@-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);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .testimonial_imgs {
    padding-left: 100px;
  }
  .testimonial_imgs .tm_icon {
    top: -42px;
    right: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial_imgs {
    padding-left: 80px;
  }
  .testimonial_imgs img {
    max-width: 300px;
  }
  .testimonial_imgs .tm_img {
    top: 9px;
    left: 0;
  }
  .testimonial_imgs .tm_icon {
    top: -40px;
    right: 30px;
  }
  .gl-section-title h2 {
    font-size: 38px;
    line-height: 40.4px;
  }
  .avatar_box1 {
    left: 12px;
    top: 161px;
  }

}
@media screen and (max-width: 1199px) {
  .testimonial_imgs img {
    max-width: 100%;
  }
  .testimonial_content {
    margin-top: 80px;
  }
  .avatar_box2 {
    right: 129px;
    bottom: -79px;
  }
  .testimonial_imgs .tm_icon {
    right: 218px;
  }

}
@media screen and (max-width: 400px) {
  .avatar_box2 {
    right: -28px;
    max-width: 200px;
  }
  .testimonial_imgs .tm_icon {
    right: -8px;
    width: 100px;
    height: 100px;
  }
  .gl-section-title h2 {
    font-size: 30px;
    line-height: 35.4px;
  }
  .testimonial-block .inner-box .text {
    font-size: 17px;
  }
  .testimonial_slide .owl-nav {
    display: none;
  }
}

.gl-banner-2 .container {
  max-width: 1360px;
}
.banner-img {
  margin-right: -100px;
  transform: translateY(-60px);
}
.gl-banner-counter {
  top: 140px;
  right: 0;
  z-index: 3;
}
.gl-banner-counter-2 {
  left: 120px;
  bottom: 75px;
  z-index: 3;
}
.gl-banner-text-img-area .gl-banner-img .gl-banner-shape6 {
  right: 51px;
  bottom: 85px;
  z-index: -1;
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  .banner-img {
    margin-right: 50px;
    max-width: 750px;
  }
  .gl-banner-counter {
    top: 140px;
    right: 100px;
    z-index: 3;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .banner-img {
    margin-right: 0;
    max-width: 700px;
  }
  .gl-banner-counter {
    top: 140px;
    right: 100px;
  }
  .gl-banner-counter-2 {
    left: 50px;
    bottom: -79px;
  }
  .gl-banner-counter {
    top: 140px;
    right: 80px;
  }


}

@media screen and (max-width: 1199px) {
  .banner-img {
    margin-right: 60px;
    transform: translateY(188px);
    max-width: 600px;
  }
  .gl-banner-counter {
    right: 80px;
  }
  .gl-banner-counter-2 {
    left: 0;
    bottom: -187px;
  }

}
@media screen and (max-width: 1024px) {
  .gl-banner-counter {
    right: 264px;
    top: 100px;
  }

}