
.background_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  
  .tl-thx-section-title {
    margin: 0 auto;
    max-width: 570px;
  }
  .tl-thx-section-title h2 {
    color: #010101;
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 45px;
    position: relative;
  }
  .tl-thx-section-title h2:before, .tl-thx-section-title h2:after,
  .tl-thx-section-title h2 i {
    left: -15px;
    right: 0;
    content: "";
    height: 7px;
    bottom: 20px;
    width: 105px;
    margin: 0 auto;
    position: absolute;
    -webkit-transform: skewX(-35deg);
            transform: skewX(-35deg);
    background-color: #0682eb;
  }
  .tl-thx-section-title h2:after {
    left: 0;
    width: 10px;
    right: -110px;
  }
  .tl-thx-section-title h2 i {
    left: 0;
    right: -140px;
    width: 10px;
  }
  .tl-thx-section-title p {
    font-size: 18px;
  }
  .tl-thx-section-title.text-left h2:before {
    left: 0;
    right: auto;
  }
  .tl-thx-section-title.text-left h2:after {
    left: 110px;
    right: auto;
  }
  .tl-thx-section-title.text-left i {
    left: 125px;
    right: auto;
  }
  
  @-webkit-keyframes btn_shine {
    100% {
      left: 200%;
    }
  }
  @keyframes btn_shine {
    100% {
      left: 200%;
    }
  }
  .tl-thx-btn a {
    z-index: 1;
    height: 45px;
    width: 145px;
    color: #191818;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    background-color: #ffd100;
  }
  .tl-thx-btn a i {
    margin-left: 8px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-btn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    -khtml-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    z-index: -1;
  }
  .tl-thx-btn a:hover {
    background-color: #ffd100;
  }
  .tl-thx-btn a:hover:after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .tl-thx-btn a:hover i {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }


/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.tl-thx-header-section {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding-top: 35px;
    position: absolute;
  }
  .tl-thx-header-section .dropdown {
    position: relative;
  }
  .tl-thx-header-section .dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .tl-thx-header-section .dropdown:after {
    top: 2px;
    color: #e3002a;
    right: -14px;
    content: "+";
    font-size: 14px;
    font-weight: 700;
    color: #0682eb;
    position: absolute;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .tl-thx-header-section .dropdown li:after {
    top: 8px;
    right: 15px;
  }
  .tl-thx-header-section .dropdown-menu {
    left: 0;
    top: 59px;
    z-index: 100;
    margin: 0px;
    padding: 0px;
    height: auto;
    min-width: 250px;
    display: block;
    border: none;
    border-radius: 0;
    position: absolute;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    background-color: #fff;
    background-clip: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: center top 0;
            transform-origin: center top 0;
    -webkit-box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
            box-shadow: 0 13px 18px -8px rgba(0, 0, 0, 0.15), 0 29px 45px 4px rgba(0, 0, 0, 0.08), 0 11px 55px 10px rgba(0, 0, 0, 0.07);
  }
  .tl-thx-header-section .dropdown-menu .dropdown-menu {
    top: 20px;
    opacity: 0;
    left: 250px;
  }
  .tl-thx-header-section .dropdown-menu .dropdown-menu a {
    font-size: 12px;
    font-weight: 600;
    color: #1a2428;
  }
  .tl-thx-header-section .dropdown-menu .dropdown-menu a:before {
    display: none;
  }
  .tl-thx-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);
  }
  .tl-thx-header-section .dropdown-menu li:last-child {
    border-bottom: none;
  }
  .tl-thx-header-section .dropdown-menu li:after {
    display: none;
  }
  .tl-thx-header-section .dropdown-menu li:hover .dropdown-menu {
    top: 0;
    opacity: 1;
  }
  .tl-thx-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: 12px !important;
  }
  .tl-thx-header-section .dropdown-menu a:before {
    display: none;
  }
  .tl-thx-header-section .dropdown-menu a:after {
    display: none;
  }
  .tl-thx-header-section .dropdown-menu a:hover {
    margin-left: 10px;
  }
  .tl-thx-header-section .dropdown-menu a:hover:before {
    width: 10px;
  }
  .tl-thx-header-section .navbar-nav {
    display: inherit;
  }
  .tl-thx-header-section .tl-thx-brand-logo {
    margin-right: 50px;
  }
  .tl-thx-header-section .tl-thx-header-main-menu {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
  }
  .tl-thx-header-section .tl-thx-header-main-menu li {
    margin: 0px 30px;
  }
  .tl-thx-header-section .tl-thx-header-main-menu li a {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    text-transform: uppercase;
  }
  .tl-thx-header-section .tl-thx-header-main-menu li a span {
    right: 0px;
    color: #8381a1;
    display: block;
    line-height: 1;
    text-align: right;
    position: relative;
  }
  .tl-thx-header-section .tl-thx-header-main-menu li a:before, .tl-thx-header-section .tl-thx-header-main-menu li a:after {
    top: -3px;
    opacity: 0;
    content: "]";
    right: -10px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-header-section .tl-thx-header-main-menu li a:after {
    top: -3px;
    content: "[";
    right: auto;
    left: -10px;
  }
  .tl-thx-header-section .tl-thx-header-main-menu li:hover a:before, .tl-thx-header-section .tl-thx-header-main-menu li:hover a:after {
    opacity: 1;
  }
  .tl-thx-header-section .tl-thx-header-main-menu .dropdown a:before {
    right: -22px;
  }
  .tl-thx-header-section .tl-thx-header-main-menu .dropdown a span {
    right: -20px;
  }
  .tl-thx-header-section .tl-thx-header-cta-btn {
    margin-left: 30px;
  }
  .tl-thx-header-section .tl-thx-header-cta-btn button {
    color: #fff;
    width: 52px;
    border: none;
    height: 52px;
    font-size: 24px;
    border-radius: 8px;
    background-color: #0682eb;
  }


/*// off canvas style*/
/*----------------------------------------------------*/
.sidebar-info-contents {
  position: relative;
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding-bottom: 20px;
}

.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: 700;
  margin: 25px 0px 15px;
}

.sidebar-info-contents .content-inner .content-box .text {
  color: #fff;
  margin-bottom: 25px;
}

.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: #0682eb;
  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: #ffd100;
}

.close-side-widget,
.close-side-widget:hover {
  color: #fff !important;
  font-size: 24px;
}

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
  cursor: url(../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;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.9;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px;
}

.close-side-widget {
  color: #1768dd;
  font-size: rem(15px);
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.sidebar-info-contents .gallery-box li {
  margin-bottom: 5px;
}

.tl-thx-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 20;
  position: fixed;
  padding-top: 0;
  -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;
  background-color: #fff;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.tl-thx-mobile .mobile_menu_content {display: none;}

.tl-thx-mobile .mobile_menu_overlay.open_mobile_menu {display: none;}
/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
@-webkit-keyframes flying {
    0% {
      -webkit-transform: translate(5px, 5px);
              transform: translate(5px, 5px);
    }
    50% {
      -webkit-transform: translate(-5px, -5px);
              transform: translate(-5px, -5px);
    }
    100% {
      -webkit-transform: translate(5px, 5px);
              transform: translate(5px, 5px);
    }
  }
  @keyframes flying {
    0% {
      -webkit-transform: translate(5px, 5px);
              transform: translate(5px, 5px);
    }
    50% {
      -webkit-transform: translate(-5px, -5px);
              transform: translate(-5px, -5px);
    }
    100% {
      -webkit-transform: translate(5px, 5px);
              transform: translate(5px, 5px);
    }
  }
  @-webkit-keyframes floatX {
    0% {
      -webkit-transform: translateX(80%);
              transform: translateX(80%);
    }
    50% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(80%);
              transform: translateX(80%);
    }
  }
  @keyframes floatX {
    0% {
      -webkit-transform: translateX(80%);
              transform: translateX(80%);
    }
    50% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(80%);
              transform: translateX(80%);
    }
  }
  @-webkit-keyframes floatX2 {
    0% {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
    }
    50% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
    }
  }
  @keyframes floatX2 {
    0% {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
    }
    50% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
    }
  }
  .tl-thx-banner-section {
    z-index: 1;
    padding: 215px 0px 100px;
  }
  .tl-thx-banner-section .tl-thx-banner-img3 {
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-animation: floatX2 80s ease-in-out infinite;
            animation: floatX2 80s ease-in-out infinite;
  }
  .tl-thx-banner-section .tl-thx-banner-img2 {
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: floatX 10s ease-in-out infinite;
            animation: floatX 10s ease-in-out infinite;
  }
  .tl-thx-banner-section .tl-thx-banner-img {
    left: 0;
    bottom: -130px;
    -webkit-animation: flying 1.5s linear infinite;
            animation: flying 1.5s linear infinite;
  }
  
  .tl-thx-banner-text {
    margin: 0 auto;
    max-width: 890px;
    padding-left: 330px;
  }
  .tl-thx-banner-text h1 {
    color: #000;
    font-size: 68px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
  }
  .tl-thx-banner-text h1:before, .tl-thx-banner-text h1:after {
    top: 70%;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: #0682eb;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .tl-thx-banner-text h1:before {
    left: 0;
  }
  .tl-thx-banner-text h1:after {
    right: 0;
  }
  .tl-thx-banner-text p {
    margin: 0 auto;
    font-size: 20px;
    max-width: 470px;
    line-height: 1.7;
    padding-bottom: 28px;
  }

  
/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.tl-thx-service-section {
    padding: 105px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e4f5fb), color-stop(44%, #f2fafd), to(white));
    background: linear-gradient(-180deg, #e4f5fb 0%, #f2fafd 44%, white 100%);
  }
  
  .tl-thx-service-content {
    padding-top: 60px;
  }
  
  .tl-thx-service-inner-item {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #e4e6e6;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-service-inner-item:before {
    top: 0;
    left: 0;
    width: 90%;
    opacity: 0;
    height: 90%;
    content: "";
    border-radius: 8px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border: 1px solid #ffd100;
  }
  .tl-thx-service-inner-item .tl-thx-service-img-wrapper {
    z-index: 1;
    height: 280px;
    overflow: hidden;
    border-radius: 8px;
  }
  .tl-thx-service-inner-item .tl-thx-service-img-wrapper:before, .tl-thx-service-inner-item .tl-thx-service-img-wrapper:after {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.651;
    position: absolute;
    background: #020202;
  }
  .tl-thx-service-inner-item .tl-thx-service-img-wrapper:after {
    opacity: 0;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background: -webkit-gradient(linear, left bottom, left top, from(#e5d008), to(black));
    background: linear-gradient(-360deg, #e5d008 0%, black 100%);
  }
  .tl-thx-service-inner-item .tl-thx-service-text-icon {
    left: 22px;
    z-index: 1;
    bottom: -70px;
    max-width: 215px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-service-inner-item .tl-thx-service-icon {
    margin-bottom: 8px;
  }
  .tl-thx-service-inner-item .tl-thx-service-icon i {
    font-size: 35px;
    color: #ffd100;
  }
  .tl-thx-service-inner-item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  .tl-thx-service-inner-item p {
    opacity: 0;
    color: #fff;
    font-size: 14px;
    padding-bottom: 5px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-service-inner-item .tl-thx-service-btn a {
    width: 40px;
    opacity: 0;
    height: 40px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .tl-thx-service-inner-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    border: 1px solid transparent;
  }
  .tl-thx-service-inner-item:hover:before {
    top: 32px;
    left: 27px;
    opacity: 1;
  }
  .tl-thx-service-inner-item:hover .tl-thx-service-text-icon {
    bottom: 15px;
  }
  .tl-thx-service-inner-item:hover p {
    opacity: 1;
  }
  .tl-thx-service-inner-item:hover .tl-thx-service-btn a {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .tl-thx-service-inner-item:hover .tl-thx-service-img-wrapper:after {
    opacity: 0.67;
  }
  
  .tl-thx-service-more {
    margin-top: 80px;
  }
  .tl-thx-service-more a {
    color: #0682eb;
    font-weight: 600;
    position: relative;
  }
  .tl-thx-service-more a:before {
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    content: "";
    margin: 0 auto;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: #0682eb;
  }
  .tl-thx-service-more a:hover:before {
    width: 100%;
  }


/*---------------------------------------------------- */
/*Video area*/
/*----------------------------------------------------*/
.tl-thx-video-section {
    padding: 130px 0px;
  }
  .tl-thx-video-section .background_overlay {
    opacity: 0.749;
    background-color: #090900;
  }
  
  .tl-thx-video-play-btn {
    margin-bottom: 45px;
  }
  .tl-thx-video-play-btn a {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 18px;
    color: #ffd100;
    position: relative;
    border-radius: 100%;
    background-color: #2f4850;
  }
  .tl-thx-video-play-btn a:before {
    top: -15px;
    left: -15px;
    content: "";
    width: 130px;
    height: 130px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid #2f4850;
  }
  
  .tl-thx-video-content .tl-thx-section-title {
    max-width: 670px;
  }
  .tl-thx-video-content .tl-thx-section-title h2 {
    color: #fff;
  }
  .tl-thx-video-content .tl-thx-section-title p {
    color: #dcdcdc;
  }
  .tl-thx-video-content .tl-thx-section-title h2:before,
  .tl-thx-video-content .tl-thx-section-title h2:after,
  .tl-thx-video-content .tl-thx-section-title h2 i {
    background-color: #ffd100;
  }
  .tl-thx-video-content .tl-thx-btn {
    margin-top: 45px;
  }

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.tl-thx-team-section {
    padding: 125px 0px 85px;
  }
  
  .tl-thx-team-top-text-btn {
    max-width: 590px;
  }
  .tl-thx-team-top-text-btn .tl-thx-btn {
    margin-top: 35px;
  }
  
  .tl-thx-team-content {
    padding-top: 40px;
  }
  
  .tl-thx-team-inner-item {
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-team-inner-item:before {
    top: 0;
    left: 0;
    width: 90%;
    opacity: 0;
    height: 75%;
    content: "";
    border-radius: 8px;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    border: 1px solid #ffd100;
  }
  .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper {
    z-index: 1;
    height: 320px;
    padding: 10px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e4e6e6;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper .tl-thx-team-img {
    overflow: hidden;
    border-radius: 8px;
  }
  .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper .tl-thx-team-img:before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background: -webkit-gradient(linear, left bottom, left top, from(#e5d008), to(black));
    background: linear-gradient(-360deg, #e5d008 0%, black 100%);
  }
  .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper .tl-thx-team-social {
    left: 0;
    right: 0;
    top: 40%;
    opacity: 0;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper .tl-thx-team-social a {
    color: #fff;
    margin: 0px 8px;
  }
  .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper .tl-thx-team-social a:hover {
    color: #0682eb;
  }
  .tl-thx-team-inner-item .tl-thx-team-text h3 {
    color: #010101;
    font-size: 20px;
    font-weight: 600;
  }
  .tl-thx-team-inner-item .tl-thx-team-text p {
    font-size: 14px;
    color: #8a8a8a;
  }
  .tl-thx-team-inner-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .tl-thx-team-inner-item:hover:before {
    top: 32px;
    left: 27px;
    opacity: 1;
  }
  .tl-thx-team-inner-item:hover .tl-thx-team-img-social-wrapper {
    border: 1px solid transparent;
  }
  .tl-thx-team-inner-item:hover .tl-thx-team-img-social-wrapper .tl-thx-team-social {
    top: 50%;
    opacity: 1;
  }
  .tl-thx-team-inner-item:hover .tl-thx-team-img-social-wrapper .tl-thx-team-img:before {
    opacity: 0.67;
  }

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.tl-thx-testimonial-section {
    padding: 135px 0px 245px;
  }
  .tl-thx-testimonial-section .tl-thx-section-title {
    max-width: 590px;
  }
  
  .tl-thx-testimonial-content {
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1000px;
    padding: 55px 15px;
    background-color: #fff;
  }
  .tl-thx-testimonial-content .testimonial-shape1 {
    z-index: -1;
    right: -70px;
    opacity: 0.15;
    bottom: -170px;
  }
  .tl-thx-testimonial-content .carousel_nav button {
    width: 45px;
    border: none;
    height: 45px;
    color: #010101;
    background-color: #ffd100;
  }
  .tl-thx-testimonial-content .carousel_nav button i {
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
  .tl-thx-testimonial-content .carousel_nav button:hover {
    background-color: #f2f1eb;
  }
  .tl-thx-testimonial-content .carousel_nav button:hover i {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .tl-thx-testimonial-content .testi-left_arrow,
  .tl-thx-testimonial-content .testi-right_arrow {
    top: 50%;
    z-index: 2;
    position: absolute;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tl-thx-testimonial-content .testi-left_arrow {
    left: 30px;
  }
  .tl-thx-testimonial-content .testi-right_arrow {
    right: 30px;
  }
  
  .tl-thx-testimonial-item-wrap {
    margin: 0 auto;
    max-width: 650px;
    padding-top: 15px;
  }
  .tl-thx-testimonial-item-wrap p {
    padding-bottom: 30px;
  }
  .tl-thx-testimonial-item-wrap .tl-thx-testimonial-author h3 {
    color: #010101;
    font-size: 22px;
    font-weight: 600;
  }
  .tl-thx-testimonial-item-wrap .tl-thx-testimonial-author span {
    color: #a3a3a3;
    font-size: 14px;
  }

/*---------------------------------------------------- */
/*contact area*/
/*----------------------------------------------------*/
.tl-thx-contact-section {
  padding-bottom: 115px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e4f5fb), color-stop(44%, #f2fafd), to(white));
  background: linear-gradient(0deg, #e4f5fb 0%, #f2fafd 44%, white 100%);
}

.tl-thx-contact-content {
  z-index: 1;
}
.tl-thx-contact-content .tl-thx-contact-img {
  top: 0;
  right: 0;
  z-index: -1;
}
.tl-thx-contact-content .tl-thx-contact-img2 {
  top: 100px;
  right: -220px;
}

.tl-thx-contact-text-area .tl-thx-section-title {
  margin: 0;
}
.tl-thx-contact-text-area .tl-thx-section-title p {
  max-width: 440px;
  padding-bottom: 30px;
}

.tl-thx-contact-info li {
  color: #002813;
  font-weight: 600;
  margin-bottom: 10px;
}
.tl-thx-contact-info li i {
  margin-right: 5px;
}

.tl-thx-contact-form {
  padding: 30px;
  max-width: 715px;
  margin-top: 35px;
  background-color: #fff;
  -webkit-box-shadow: 2.837px -0.977px 29px 0px rgba(26, 97, 120, 0.09);
          box-shadow: 2.837px -0.977px 29px 0px rgba(26, 97, 120, 0.09);
}
.tl-thx-contact-form .tl-thx-contact-input {
  margin-bottom: 20px;
}
.tl-thx-contact-form .tl-thx-contact-input select {
  width: 100%;
  height: 50px;
  border: none;
  padding: 0px 15px;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.tl-thx-contact-form textarea {
  width: 100%;
  height: 105px;
  border: none;
  padding: 15px;
  border-radius: 8px;
  background-color: #f5f5f5;
}
.tl-thx-contact-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-contact-form textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-contact-form textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-contact-form textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-contact-form textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.tl-thx-contact-method p {
  font-size: 14px;
  font-weight: 500;
  padding: 20px 0px 10px;
}

.tl-thx-method-option .method-input {
  display: none;
}
.tl-thx-method-option label {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 20px;
  padding-right: 30px;
}
.tl-thx-method-option label span {
  position: relative;
}
.tl-thx-method-option label span:before {
  top: 0px;
  left: 10px;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #fff;
  border: 2px solid #e1e1e1;
}
.tl-thx-method-option label span:after {
  top: 4px;
  left: 14px;
  content: "";
  height: 12px;
  width: 12px;
  display: none;
  position: absolute;
  background-color: #ffd100;
}
.tl-thx-method-option .method-input:checked ~ span:after {
  display: block;
}

.tl-thx-method-input input {
  width: 90%;
  height: 50px;
  border: none;
  margin-left: 20px;
  border-radius: 8px;
  padding-left: 20px;
  background-color: #f5f5f5;
}
.tl-thx-method-input input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-method-input input::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-method-input input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-method-input input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}
.tl-thx-method-input input::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.tl-thx-contact-form button {
  width: 100%;
  color: #fff;
  height: 45px;
  border: none;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 600;
  border-radius: 5px;
  text-transform: uppercase;
  background-color: #0682eb;
}
  .tl-thx-googlemap {
    height: 710px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }


/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.tl-thx-blog-section {
  padding-top: 60px;
  padding-bottom: 140px;
}

.tl-thx-blog-top-content {
  padding-bottom: 38px;
}
.tl-thx-blog-top-content .tl-thx-btn a {
  width: 190px;
}

.tl-thx-blog-top-text h3 {
  color: #010101;
  font-size: 48px;
  font-weight: 600;
}

.tl-thx-blog-img-wrapper:after {
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #e8ecea;
}
.tl-thx-blog-img-wrapper .tl-thx-blog-img {
  overflow: hidden;
  border-radius: 8px;
}

.tl-thx-blog-feed-wrapper {
  padding-left: 70px;
}

.tl-thx-blog-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8ecea;
}
.tl-thx-blog-item .tl-thx-blog-date {
  width: 70px;
  color: #979797;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
}
.tl-thx-blog-item .tl-thx-blog-date span {
  color: #010101;
  font-size: 42px;
}
.tl-thx-blog-item .tl-thx-blog-title-meta {
  width: 380px;
}
.tl-thx-blog-item .tl-thx-blog-title-meta h3 {
  color: #010101;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
  padding-bottom: 10px;
}
.tl-thx-blog-item .tl-thx-blog-title-meta .tl-thx-blog-meta a {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  position: relative;
}
.tl-thx-blog-item .tl-thx-blog-title-meta .tl-thx-blog-meta a:before {
  top: 0;
  width: 1px;
  content: "";
  right: -15px;
  height: 20px;
  position: absolute;
  background-color: #bbbbbb;
}
.tl-thx-blog-item .tl-thx-blog-title-meta .tl-thx-blog-meta a:nth-child(1) {
  color: #0190ff;
}
.tl-thx-blog-item .tl-thx-blog-title-meta .tl-thx-blog-meta a:last-child {
  margin-right: 0;
}
.tl-thx-blog-item .tl-thx-blog-title-meta .tl-thx-blog-meta a:last-child:before {
  display: none;
}

/* Footer */
footer#ft-footer-3.ft-footer-seven {
  background: #141000;
}
.sidebar-info-contents .content-inner .logo {
  max-width: 220px;
}
.ft-footer-seven .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-logo-widget .footer-logo-btn, .ft-footer-seven .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-newslatter-widget button, .ft-footer-seven .ft-footer-content-wrap-3 .ft-footer-widget .widget-title:before,
.ft-footer-seven .ft-footer-widget .gallery-widget li a:before{
  background: #ffd100;
}

.ft-footer-seven .ft-footer-content-wrap-3 .ft-footer-widget .ft-footer-info-widget i {
  color: #ffd100;
}
.sidebar-nav figure.gallery-item {
  display: inline-block;
  width: 77px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.sidebar-nav p {color: #fff;}



/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1500px) {
    .tl-thx-banner-section {
      overflow: hidden;
    }
  
    .tl-thx-contact-section {
      overflow: hidden;
    }
  
    .tl-thx-banner-section .tl-thx-banner-img {
      left: -260px;
      bottom: -40px;
    }
  }
  @media screen and (max-width: 1100px) {
    .tl-thx-banner-section .tl-thx-banner-img {
      display: none;
    }
  
    .tl-thx-banner-text {
      padding-left: 0;
    }
  
    .tl-thx-header-section .tl-thx-header-main-menu li {
      margin: 0px 20px;
    }
  
    .tl-thx-service-inner-item .tl-thx-service-img-wrapper {
      height: 100%;
    }
  
    .tl-thx-service-inner-item h3 {
      font-size: 16px;
    }
  
    .tl-thx-service-inner-item .tl-thx-service-btn a {
      width: 30px;
      height: 30px;
    }
  
    .tl-thx-service-inner-item:hover:before {
      top: 26px;
      left: 22px;
    }
  
    .tl-thx-service-inner-item:hover .tl-thx-service-btn a {
      -webkit-transform: translateX(-15px);
              transform: translateX(-15px);
    }
  
    .tl-thx-team-inner-item .tl-thx-team-img-social-wrapper {
      height: auto;
    }
  
    .tl-thx-team-inner-item:hover:before {
      top: 20px;
      left: 22px;
    }
  
    .tl-thx-contact-content .tl-thx-contact-img {
      display: none;
    }
  
    .tl-thx-footer-widget .gallery-widget li a {
      height: 65px;
      width: 65px;
    }
  }
  @media screen and (max-width: 991px) {
    .tl-thx-service-inner-item {
      margin: 0 auto;
      max-width: 270px;
      margin-bottom: 30px;
    }
  
    .tl-thx-service-inner-item h3 {
      font-size: 20px;
    }
  
    .tl-thx-service-inner-item .tl-thx-service-btn a {
      height: 40px;
      width: 40px;
    }
  
    .tl-thx-service-inner-item:hover .tl-thx-service-btn a {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  
    .tl-thx-service-inner-item:hover:before {
      top: 32px;
      left: 27px;
    }
  
    .tl-thx-section-title h2 {
      font-size: 36px;
    }
  
    .tl-thx-team-inner-item {
      margin: 0 auto;
      max-width: 270px;
      margin-bottom: 40px;
    }
  
    .tl-thx-team-inner-item:hover:before {
      top: 32px;
      left: 27px;
    }
  
    .tl-thx-blog-img-wrapper,
  .tl-thx-blog-feed-wrapper {
      margin: 0 auto;
      max-width: 570px;
    }
    .tl-thx-blog-img-wrapper:after,
  .tl-thx-blog-feed-wrapper:after {
      display: none;
    }
  
    .tl-thx-blog-feed-wrapper {
      padding-left: 0;
      margin-top: 40px;
    }
  
    .tl-thx-main-navigation {
      display: none;
    }
  
    .xs-sidebar-widget {
      display: none;
    }
    
    
    .sidebar-info-contents .logo img {width: 210px;}
    .tl-thx-header-section .tl-thx-header-cta-btn {
      margin-left: 0;
    }
  
    .tl-thx-mobile .mobile_menu_content {
      display: block;
    }
  
    .tl-thx-mobile .mobile_menu_overlay.open_mobile_menu {
      display: block;
    }
  
    .xs-sidebar-group .xs-overlay {
      display: none;
    }
  }
  @media screen and (max-width: 680px) {
    .tl-thx-team-top-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  
    .tl-thx-testimonial-content .testi-left_arrow, .tl-thx-testimonial-content .testi-right_arrow {
      float: left;
      position: static;
      display: inline-block;
      -webkit-transform: translate(0);
              transform: translate(0);
    }
  
    .tl-thx-testimonial-content .carousel_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 20px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  
    .tl-thx-contact-content .tl-thx-contact-img2 {
      display: none;
    }
  
    .tl-thx-footer-widget .menu-widget {
      padding-left: 0;
    }
  
    .tl-thx-footer-widget .widget-title {
      padding-bottom: 10px;
    }
  
    .tl-thx-footer-widget {
      margin-bottom: 30px;
    }
  
    .tl-thx-footer-section .tl-thx-footer-copyright {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
    }
  
    .tl-thx-footer-section .copyright-text {
      width: 100%;
      text-align: center;
    }
  
    .tl-thx-footer-section .copyright-logo {
      padding: 15px 0px;
    }
  
    .tl-thx-blog-top-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  @media screen and (max-width: 500px) {
    .tl-thx-header-main-content {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  
    .tl-thx-header-section .tl-thx-header-cta-btn button {
      width: 35px;
      height: 35px;
    }
  
    .tl-thx-header-section .tl-thx-header-main-menu {
      padding: 10px;
    }
  
    .tl-thx-banner-text h1 {
      font-size: 40px;
    }
  
    .tl-thx-banner-text p {
      font-size: 18px;
    }
  
    .tl-thx-banner-section {
      z-index: 1;
      padding: 180px 0px 70px;
    }
  
    .tl-thx-section-title h2 {
      font-size: 30px;
    }
  
    .tl-thx-section-title p {
      font-size: 16px;
    }
  
    .tl-thx-service-section {
      padding: 50px 0px;
    }
  
    .tl-thx-service-content {
      padding-top: 30px;
    }
  
    .tl-thx-service-more {
      margin-top: 30px;
    }
  
    .tl-thx-video-section {
      padding: 60px 0px;
    }
  
    .tl-thx-video-play-btn a {
      width: 60px;
      height: 60px;
    }
  
    .tl-thx-video-play-btn a:before {
      width: 75px;
      height: 75px;
    }
  
    .tl-thx-video-play-btn a:before {
      top: -8px;
      left: -8px;
    }
  
    .tl-thx-video-play-btn {
      margin-bottom: 30px;
    }
  
    .tl-thx-team-section {
      padding: 60px 0px 30px;
    }
  
    .tl-thx-testimonial-section {
      padding: 60px 0px;
    }
  
    .tl-thx-blog-section {
      padding: 20px 0px 60px;
    }
  
    .tl-thx-blog-top-text h3 {
      font-size: 30px;
      margin-bottom: 0;
      padding-bottom: 20px;
    }
  
    .tl-thx-method-option-wrapper {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  
    .tl-thx-method-input input {
      margin-left: 0;
      margin-top: 15px;
    }
  
    .tl-thx-contact-section {
      padding-bottom: 60px;
    }
  
    .tl-thx-googlemap {
      height: 280px;
      overflow: hidden;
    }
    .tl-thx-googlemap iframe {
      height: 280px;
    }
  
    .tl-thx-footer-content {
      padding: 60px 0px 20px;
    }
  
    .tl-thx-footer-widget .gallery-widget li a {
      width: 85px;
      height: 90px;
    }
  
    .tl-thx-footer-widget .widget-title {
      font-size: 20px;
    }
  
    .tl-thx-header-section {
      padding-top: 15px;
    }
  
    .tl-thx-header-section .tl-thx-brand-logo {
      width: 130px;
    }
  }
  /*---------------------------------------------------- */