/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Custom Cursor
# Navigations One
# Mobile Nav
# Home Showcase
# Navigations Two
# Navigations Three
# Search Popup
# Main Slider
# Main Slider Two
# Main Slider Three
# About One
# Services One
# Grow Business
# Video One
# Testimonial One
# Project One
# Team One
# Counter One
# Brand One
# Contact One
# News One
# Site Footer
# Feature One
# About Two
# Services Two
# FAQ One
# Testimonial Two
# Project Two
# Brand Two
# Get Free
# Google Map
# Feature Two
# About Three
# CTA One
# Services Three
# Testimonial Three
# Project Three
# Together One
# Expectation One
# News Two
# Page Header
# News Page
# Contact Page
# Google Map Two
# News Details
# Sidebar
# Project Details
# Similar Project
# Services Details
# Team Details
# Contact Two
# Careers Page
# Feature Three
# Faq Search
# Faq Page
# Team Page
# Testimonial Page
# Services Page
# Portfolio Page
# About Four
# About Page Team
# About Page Testimonial
# Contact seven
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --gcetl-font: "Lexend", sans-serif;
    --gcetl-gray: #5f6369;
    --gcetl-gray-rgb: 110, 114, 121;
    --gcetl-white: #ffffff;
    --gcetl-white-rgb: 255, 255, 255;
    --gcetl-base: #e40013;
    --gcetl-base-rgb: 228, 0, 19;
    --gcetl-black: #0f213c;
    --gcetl-black-rgb: 15, 33, 60;
    --gcetl-primary: #edf2f8;
    --gcetl-primary-rgb: 237, 242, 248;
    --gcetl-bdr-color: #d9e1e9;
    --gcetl-bdr-color-rgb: 217, 225, 233;
    --gcetl-letter-spacing: -0.04em;
    --gctl-yellow: #e5b24c;
}
.row {
    --bs-gutter-x: 30px;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}
body {
    font-family: var(--gcetl-font);
    color: var(--gcetl-gray);
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}
body.locked {
    overflow: hidden;
}
a {
    color: var(--gcetl-gray);
}
a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::placeholder {
    color: inherit;
    opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--gcetl-font);
    color: var(--gcetl-black);
    margin: 0;
    letter-spacing: var(--gcetl-letter-spacing);
}
p {
    margin: 0;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::placeholder {
    color: inherit;
    opacity: 1;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}
::placeholder {
    color: inherit;
    opacity: 1;
}
.section-separator {
    border-color: var(--gcetl-border);
    border-width: 1px;
    margin-top: 0;
    margin-bottom: 0;
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}
/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #1c2142;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}
.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #1c2142;
    opacity: 0.3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999991;
}
.custom-cursor__hover {
    background-color: #1c2142;
    opacity: 0.4;
}
.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: 0.4;
}
.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #1c2142;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 33px 12px;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
    border-radius: 5px;
}
.thm-btn::before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 260%;
    content: "";
    top: 126%;
    left: 50%;
    background-color: #e5b24c;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 80%;
    z-index: -1;
}
.thm-btn:hover:before {
    top: -40%;
}
.thm-btn:hover {
    color: #fff;
}
.section-title {
    position: relative;
    display: block;
    margin-top: -12px;
    margin-bottom: 51px;
}
.section-title__tagline-box {
    position: relative;
    display: inline-block;
}
.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 12px;
    color: #e8b851;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.section-title__title {
    margin: 0;
    color: #1d232d;
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 2px;
    letter-spacing: -0.04em;
}
.section-title__title span {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.bootstrap-select > .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}
.bootstrap-select .dropdown-menu {
    border: 0;
    padding-top: 0;.thm-btn {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      -webkit-appearance: none;
      outline: none !important;
      background-color: #1c2142;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      padding: 12px 12px 12px;
      overflow: hidden;
      transition: all 0.5s linear;
      z-index: 1;
      border-radius: 5px;
      line-height: 18px;
  }
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}
.bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.bootstrap-select .dropdown-menu > li.selected > a {
    background: var(--gcetl-black);
    color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: #1c2142;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
    background: var(--gcetl-black);
    color: #fff;
    cursor: pointer;
}
.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(../images/favicon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}
/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #ebbd5b;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
}
.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
}
.scroll-to-top:hover {
    background-color: #52556c;
}
.scroll-to-top:hover i {
    color: #fff;
}
/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    position: relative;
    display: block;
    background-color: var(--gcetl-primary);
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}
.main-menu {
    position: relative;
    display: block;
}
.main-menu__wrapper {
    position: relative;
    display: block;
}
.main-menu__wrapper-inner {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.main-menu__wrapper-inner-content {
    position: relative;
    display: block;
    z-index: 1;
}
.main-menu__top {
    position: relative;
    display: block;
    background-image: -moz-linear-gradient(90deg, rgba(254, 253, 253, 0) 0%, rgb(235, 240, 247) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(254, 253, 253, 0) 0%, rgb(235, 240, 247) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(254, 253, 253, 0) 0%, rgb(235, 240, 247) 100%);
    padding-left: 322px;
    padding-right: 322px;
    z-index: 1;
}
.main-menu__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15.5px 0;
    z-index: 1;
}
.main-menu__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    display: flex;
    align-items: center;
    z-index: 5;
}
.main-menu__logo a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-menu__call {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    right: 60px;
    z-index: 2;
}
.main-menu__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--gcetl-primary);
    border-radius: 50%;
    font-size: 18px;
    color: #1c2142;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__call-icon:hover {
    background-color: #1c2142;
    color: #c5cbd2;
}
.main-menu__call-content {
    margin-left: 10px;
}
.main-menu__call-sub-title {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.main-menu__call-number {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 4px;
}
.main-menu__call-number a {
    color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__call-number a:hover {
    color: #1c2142;
}
.main-menu__top-left {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.main-menu__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__contact-list li + li {
    margin-left: 30px;
}
.main-menu__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    top: 2px;
}
.main-menu__contact-list li .icon i {
    font-size: 14px;
    color: #1c2142;
}
.main-menu__contact-list li .text {
    margin-left: 10px;
}
.main-menu__contact-list li .text p {
    font-size: 13px;
    font-weight: 400;
    color: var(--gcetl-gray);
}
.main-menu__contact-list li .text p a {
    color: var(--gcetl-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__contact-list li .text p a:hover {
    color: #1c2142;
}
.main-menu__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-menu__top-menu {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__top-menu li + li {
    margin-left: 35px;
}
.main-menu__top-menu li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--gcetl-gray);
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu__top-menu li a:hover {
    color: #1c2142;
}
.main-menu__top-menu li a:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: -17px;
    width: 1px;
    background-color: var(--gcetl-gray);
    transform: rotate(10deg);
}
.main-menu__top-menu li:first-child a:before {
    display: none;
}
.main-menu__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
}
.main-menu__social a {
    position: relative;
    height: 26px;
    width: 26px;
    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;
    text-align: center;
    color: #fff;
    background-color: var(--gcetl-black);
    font-size: 11px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.main-menu__social a:hover {
    color: #fff;
    background-color: #1c2142;
}
.main-menu__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #1c2142;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}
.main-menu__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.main-menu__social a + a {
    margin-left: 10px;
}
.main-menu__bottom {
    display: block;
    padding-left: 322px;
    padding-right: 322px;
}
.main-menu__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: var(--gcetl-black);
    padding: 0 40px;
    padding-right: 10px;
}
.main-menu__main-menu-box {
    display: block;
}
.main-menu__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 11px 0;
}
.main-menu__search-box {
    position: relative;
    display: block;
    padding: 12px 0;
}
/*.main-menu__search-box:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: -20px;
  width: 1px;
  background-color: rgba(var(--gcetl-white-rgb), .10);
}*/
.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu__search input {
    border: 1px solid #b6b4bf;
    width: 80%;
    height: 35px;
    padding: 0px 5px 0px 28px;
    border-radius: 3px;
    background-color: #f9f9f917;
    font-weight: 300;
    font-size: 14px;
    color: #e8e9f0;
    transition: all 500ms ease;
    letter-spacing: 0.5px;
}
.main-menu__search input:focus,
.main-menu__search input:focus-visible {
    box-shadow: none;
    border: none;
}
.srch-icn {
    position: absolute;
    left: 6px;
    color: #d2cfcf;
}
.main-menu__search:hover {
    color: #dcab4b;
}
.main-menu__btn-box {
    position: relative;
    display: block;
    margin-left: 30px;
}
.main-menu__btn {
    padding: 9px 40px 9px;
}
.main-menu__btn:hover {
    color: #1c2142;
}
.main-menu__btn:before {
    background-color: #fff;
}
.main-menu__btn:hover:before {
    top: -50%;
}
.stricky-header .main-menu__top {
    display: none;
}
.stricky-header .main-menu__wrapper-inner {
    box-shadow: none;
}
.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
    margin-left: 51px;
}
.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #313233;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 300;
}
.main-menu .main-menu__list > li > a::after,
.stricky-header .main-menu__list > li > a::after {
    content: "\f107";
    font-family: "fontawesome";
    font-weight: 900;
    margin-left: 5px;
    font-size: 14px;
}
.main-menu .main-menu__list > li > a:only-child::after,
.stricky-header .main-menu__list > li > a:only-child::after {
    content: "";
}
/*.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 3px;
  border-radius: 0px;
  background-color: #1c2142;
  position: absolute;
  bottom: -20px;
  left: 0px;
  right: 0px;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1;
}*/
.scnd-sub-menu > .dropdown > a:after {
    content: "\f105";
    font-family: "fontawesome";
    font-weight: 500;
    margin-left: auto;
    font-size: 14px;
    display: flex;
    margin-right: 7px;
}
.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
    color: #fff;
    text-shadow: 0.05px 0 0 rgb(255 255 255 / 80%);
}
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    background-color: rgb(255, 255, 255);
    padding: 5px 20px;
}
.sub-menu {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.sub-menu li a {
    font-size: 12px;
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
    display: none;
}
.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}
.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
    border-top: none;
}
.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #2d2f31;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0px 10px 7px;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: #fff;
    letter-spacing: var(--gcetl-letter-spacing-two);
    border-bottom: 1px dashed var(--gcetl-bdr-color);
}
.main-menu .main-menu__list > li > ul > li:last-child > a,
.main-menu .main-menu__list > li > ul > li > ul > li:last-child > a,
.stricky-header .main-menu__list > li > ul > li:last-child > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:last-child > a {
    border-bottom: 0;
}
/*.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  background-color: var(--gcetl-primary);
  color: var(--gcetl-black);
 padding-left: 15px;
}*/
/*.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "fontawesome";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: #195f97;
  transform: translateY(-50%) scale(0);
  -webkit-transition: 500ms;
  transition: 500ms;
}*/
.main-menu .main-menu__list > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before {
    transform: translateY(-50%) scale(1);
}
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    top: 0;
    left: 100%;
}
.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}
.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
    position: static;
}
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
}
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
    padding: 0 !important;
}
.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}
.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}
.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}
@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}
.mobile-nav__buttons a {
    font-size: 20px;
    color: #1c2142;
    cursor: pointer;
}
.mobile-nav__buttons a + a {
    margin-left: 10px;
}
.mobile-nav__buttons a:hover {
    color: #1c2142;
}
.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}
.main-menu .mobile-nav__toggler:hover {
    color: #1c2142;
}
@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}
.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}
.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}
.mobile-nav__content {
    width: 300px;
    background-color: #f1f2f2;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 17px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.mobile-nav__content .logo-box {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: #44444d;
    cursor: pointer;
}
.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0px;
}
.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(86, 86, 106, 0.1);
}
.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
    display: none !important;
}
.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #49494a;
    font-size: 14px;
    font-family: var(--gcetl-font);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}
.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
    color: #1c2142;
}
.mobile-nav__content .main-menu__list li a.expanded {
    color: #1c2142;
}
.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
    width: 25px;
    height: 25px;
    background-color: #1c2142;
    border: none;
    outline: none;
    color: #fff;
    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;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: #1c2142;
}
/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
    display: none !important;
}
.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}
.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.mobile-nav__top .main-menu__login a {
    color: var(--gcetl-text-dark);
}
.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 9px;
}
.mobile-nav__social a {
    font-size: 16px;
    color: #1c2142;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 31px;
    height: 29px;
    text-align: center;
    line-height: 30px;
    background-color: #ddd;
}
.mobile-nav__social a + a {
    margin-left: 9px;
}
.mobile-nav__social a:hover {
    color: #1c2142;
}
.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mobile-nav__contact li {
    color: var(--gcetl-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-nav__contact li + li {
    margin-top: 15px;
}
.mobile-nav__contact li a {
    color: #484848;
    -webkit-transition: 500ms;
    transition: 500ms;
}
.mobile-nav__contact li a:hover {
    color: #1c2142;
}
.mobile-nav__contact li > i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #1c2142;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}
.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}
/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
    margin-top: -23px;
    margin-bottom: -23px;
}
.home-showcase__inner {
    padding: 40px 40px 36px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}
.home-showcase__image {
    position: relative;
    background-color: #1c2142;
    overflow: hidden;
}
.home-showcase__image > img {
    width: 100%;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.home-showcase__image:hover > img {
    opacity: 0.75;
}
.home-showcase__image:hover .home-showcase__buttons {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}
.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}
.home-showcase__buttons__item {
    padding: 13px 20px 9px;
    width: 150px;
    text-align: center;
}
.home-showcase__buttons__item + .home-showcase__buttons__item {
    margin-top: 10px;
}
.home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--gcetl-black);
    margin-top: 17px;
}
.mobile-nav__wrapper .home-showcase .row [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}
.mobile-nav__wrapper .home-showcase__title {
    color: var(--gcetl-white, #ffffff);
}
/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease;
    z-index: 999;
}
.stricky-header .main-menu-two__top {
    display: none;
}
.main-menu-two__wrapper {
    position: relative;
    display: block;
}
.main-menu-two__wrapper-inner {
    position: relative;
    display: block;
    background-color: var(--gcetl-black);
    z-index: 1;
}
.main-menu-two__wrapper-inner-content {
    position: relative;
    display: block;
    z-index: 1;
}
.main-menu-two__top {
    position: relative;
    display: block;
    padding-left: 300px;
    background-color: var(--gcetl-black);
    z-index: 1;
}
.main-menu-two__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #ebf1f7;
    padding: 10.5px 60px;
    z-index: 1;
}
.main-menu-two__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    display: flex;
    align-items: center;
    z-index: 5;
}
.main-menu-two__logo a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-menu-two__top-left {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.main-menu-two__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu-two__contact-list li + li {
    margin-left: 30px;
}
.main-menu-two__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    top: 2px;
}
.main-menu-two__contact-list li .icon i {
    font-size: 14px;
    color: #1c2142;
}
.main-menu-two__contact-list li .text {
    margin-left: 10px;
}
.main-menu-two__contact-list li .text p {
    font-size: 13px;
    font-weight: 400;
    color: var(--gcetl-gray);
}
.main-menu-two__contact-list li .text p a {
    color: var(--gcetl-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-two__contact-list li .text p a:hover {
    color: #1c2142;
}
.main-menu-two__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-menu-two__top-menu {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu-two__top-menu li + li {
    margin-left: 35px;
}
.main-menu-two__top-menu li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--gcetl-gray);
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-two__top-menu li a:hover {
    color: #1c2142;
}
.main-menu-two__top-menu li a:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: -17px;
    width: 1px;
    background-color: var(--gcetl-gray);
    transform: rotate(10deg);
}
.main-menu-two__top-menu li:first-child a:before {
    display: none;
}
.main-menu-two__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
}
.main-menu-two__social a {
    position: relative;
    height: 26px;
    width: 26px;
    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;
    text-align: center;
    color: var(--gcetl-black);
    background-color: #fff;
    font-size: 11px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.main-menu-two__social a:hover {
    color: #fff;
    background-color: #1c2142;
}
.main-menu-two__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #1c2142;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}
.main-menu-two__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.main-menu-two__social a + a {
    margin-left: 10px;
}
.main-menu-two__bottom {
    position: relative;
    display: block;
    padding-left: 300px;
    padding-right: 60px;
    z-index: 1;
}
.main-menu-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-menu-two__main-menu-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 60px;
    padding-right: 80px;
    z-index: 1;
}
.main-menu-two__main-menu-box:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -10000000px;
    background-color: #fff;
    z-index: -1;
}
.main-menu-two__btn-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -165px;
}
.main-menu-two__btn {
    padding: 9px 40px 9px;
}
.main-menu-two__btn:hover {
    color: #1c2142;
}
.main-menu-two__btn:before {
    background-color: #fff;
}
.main-menu-two__btn:hover:before {
    top: -50%;
}
.main-menu-two__main-menu-box-left {
    position: relative;
    display: block;
}
.main-menu-two__main-menu-box-right {
    position: relative;
    display: block;
    margin-left: 200px;
}
.main-menu-two__search-box {
    position: relative;
    display: block;
    padding: 33px 0;
}
.main-menu-two__search-box:before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: -20px;
    width: 1px;
    background-color: rgba(var(--gcetl-white-rgb), 0.1);
}
.main-menu-two__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-two__search:hover {
    color: #1c2142;
}
.main-menu-two__right {
    position: relative;
    display: block;
}
.main-menu-two__call {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}
.main-menu-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--gcetl-primary);
    border-radius: 50%;
    font-size: 18px;
    color: #1c2142;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-two__call-icon:hover {
    background-color: #1c2142;
    color: #fff;
}
.main-menu-two__call-content {
    margin-left: 10px;
}
.main-menu-two__call-sub-title {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.main-menu-two__call-number {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 4px;
}
.main-menu-two__call-number a {
    color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-two__call-number a:hover {
    color: #1c2142;
}
.main-menu-two .main-menu__list > li,
.stricky-header.main-menu-two .main-menu__list > li {
    padding-top: 30px;
    padding-bottom: 30px;
}
.main-menu-two .main-menu__list > li > a::before,
.stricky-header.main-menu-two .main-menu__list > li > a::before {
    bottom: -30px;
}
.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li:hover > a,
.stricky-header.main-menu-two .main-menu__list > li.current > a,
.stricky-header.main-menu-two .main-menu__list > li:hover > a {
    color: #fff;
    text-shadow: 0.05px 0 0 rgb(255 255 255 / 80%);
}
/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
    position: relative;
    display: block;
    z-index: 999;
}
.main-menu-three__wrapper {
    position: relative;
    display: block;
}
.main-menu-three__wrapper-inner {
    position: relative;
    display: block;
    background-color: #fff;
    z-index: 1;
}
.main-menu-three__wrapper-inner-content {
    position: relative;
    display: block;
    z-index: 1;
}
.main-menu-three__top {
    position: relative;
    display: block;
    padding-left: 305px;
    z-index: 9;
}
.main-menu-three__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #1c2142;
    padding: 10.5px 56px;
    padding-right: 80px;
    z-index: 1;
}
.main-menu-three__logo {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 80px;
    display: flex;
    align-items: center;
    z-index: 11;
}
.main-menu-three__logo a {
    position: relative;
    display: flex;
    align-items: center;
    width: 62%;
}
.main-menu-three__logo a img {
    width:100%;
}
.main-menu-three__top-left {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}
.main-menu-three__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu-three__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu-three__contact-list li + li {
    margin-left: 55px;
}
.main-menu-three__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    top: 2px;
}
.main-menu-three__contact-list li .icon i {
    font-size: 22px;
    color: #e5b24c;
}
.main-menu-three__contact-list li .text {
    margin-left: 10px;
}
.main-menu-three__contact-list li .text p {
    font-size: 13px;
    font-weight: 400;
    color: #dfe3ea;
}
.main-menu-three__contact-list li .text h6 {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.2px;
    font-weight: 400;
    line-height: 0px;
    padding-top: 9px;
}
.main-menu-three__contact-list li .text p a {
    color: #dfe3ea;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-three__contact-list li .text p a:hover {
    color: #eaf0e7;
}
.main-menu-three__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 97px;
}
.main-menu-three__top-menu {
    position: relative;
    display: flex;
    align-items: center;
}
.main-menu-three__top-menu li + li {
    margin-left: 35px;
}
.main-menu-three__top-menu li a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #7e8a9b;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-three__top-menu li a:hover {
    color: #1c2142;
}
.main-menu-three__top-menu li a:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: -17px;
    width: 1px;
    background-color: #7e8a9b;
    transform: rotate(10deg);
}
.main-menu-three__top-menu li:first-child a:before {
    display: none;
}
.main-menu-three__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
}
.main-menu-three__social a {
    position: relative;
    height: 26px;
    width: 26px;
    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;
    text-align: center;
    color: var(--gcetl-black);
    background-color: #fff;
    font-size: 11px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.main-menu-three__social a:hover {
    color: #fff;
    background-color: #e1b45a;
}
.main-menu-three__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #e1b45a;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}
.main-menu-three__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.main-menu-three__social a + a {
    margin-left: 10px;
}
.main-menu-three__bottom {
    position: relative;
    display: block;
    padding-left: 305px;
    padding-right: 0;
    z-index: 1;
}
.main-menu-three__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu-three__main-menu-box {
    position: relative;
    /*  display: flex;*/
    align-items: center;
    flex-wrap: wrap;
    padding-left: 53px;
    padding-right: 50px;
    border-left: 3px solid#1c2142;
    /*background-image: -moz-linear-gradient(90deg, rgb(235, 241, 247) 0%, rgba(254, 253, 253, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(235, 241, 247) 0%, rgba(254, 253, 253, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(235, 241, 247) 0%, rgba(254, 253, 253, 0) 100%);*/
    z-index: 1;
}
.main-menu-three__main-menu-box-left {
    position: relative;
    display: block;
    float: right;
}
.main-menu-three__main-menu-box-right {
    position: relative;
    display: block;
    margin-left: 220px;
}
.main-menu-three__search-box {
    position: relative;
    display: block;
    padding: 33px 0;
}
.main-menu-three__search-box:before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: -20px;
    width: 1px;
    background-color: #d9e1e9;
}
.main-menu-three__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-three__search:hover {
    color: #1c2142;
}
.main-menu-three__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 80px;
}
.main-menu-three__btn-box {
    position: relative;
    display: block;
}
.main-menu-three__btn {
    padding: 9px 40px 9px;
}
.main-menu-three__btn:hover:before {
    top: -50%;
}
.main-menu-three__call {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
    z-index: 2;
}
.main-menu-three__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--gcetl-primary);
    border-radius: 50%;
    font-size: 18px;
    color: #1c2142;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-three__call-icon:hover {
    background-color: #1c2142;
    color: #fff;
}
.main-menu-three__call-content {
    margin-left: 10px;
}
.main-menu-three__call-sub-title {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.main-menu-three__call-number {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 4px;
}
.main-menu-three__call-number a {
    color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu-three__call-number a:hover {
    color: #1c2142;
}
.main-menu-three .main-menu__list > li,
.stricky-header.main-menu-three .main-menu__list > li {
    padding-top: 30px;
    padding-bottom: 30px;
}
.main-menu-three .main-menu__list > li > a::before,
.stricky-header.main-menu-three .main-menu__list > li > a::before {
    bottom: -30px;
}
.main-menu-three .main-menu__list > li.current > a::before,
.main-menu-three .main-menu__list > li:hover > a::before,
.stricky-header.main-menu-three .main-menu__list > li.current > a::before,
.stricky-header.main-menu-three .main-menu__list > li:hover > a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}
.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a {
    color: #1c2142;
    text-shadow: 0.05px 0 0 rgb(15 33 60 / 80%);
}
.stricky-header .main-menu-three__top {
    display: none;
}
/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}
.search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gcetl-black);
    opacity: 0.75;
    cursor: pointer;
}
.search-popup__content {
    width: 100%;
    max-width: 560px;
}
.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
}
.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}
.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: #1c2142;
    border: 0;
}
.search-popup__content .thm-btn i {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: inherit;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding-left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.search-popup__content .thm-btn:hover:before {
    width: 165%;
}
/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    background-color: var(--gcetl-black);
    z-index: 10;
}
.main-slider .item {
    background-color: var(--gcetl-black);
    position: relative;
    padding-top: 196px;
    padding-bottom: 196px;
    z-index: 10;
}
.main-slider__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.main-slider__bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(15, 33, 60, 0.4);
    z-index: -1;
}
.main-slider__shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(0deg, rgb(15, 33, 60) 0%, rgba(15, 33, 60, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(15, 33, 60) 0%, rgba(15, 33, 60, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(15, 33, 60) 0%, rgba(15, 33, 60, 0) 100%);
    opacity: 0.902;
    z-index: 1;
}
.main-slider__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.21;
    z-index: 3;
}
.main-slider__shape-1 img {
    width: auto !important;
}
.main-slider__shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: lighten;
    z-index: 2;
}
.main-slider__shape-2 img {
    width: auto !important;
}
.main-slider__shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: darken;
    z-index: 1;
}
.main-slider__shape-3 img {
    width: auto !important;
}
.main-slider__shape-4 {
    position: absolute;
    bottom: 0;
    left: 0;
    mix-blend-mode: darken;
    z-index: 1;
}
.main-slider__shape-4 img {
    width: auto !important;
}
.main-slider__shape-5 {
    position: absolute;
    bottom: 0;
    left: 185px;
    mix-blend-mode: lighten;
    z-index: 1;
}
.main-slider__shape-5 img {
    width: auto !important;
}
.main-slider__content {
    position: relative;
    display: block;
    z-index: 10;
}
.main-slider__sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(var(--gcetl-white-rgb), 0.1);
    padding: 7px 29px 7px;
    border-radius: 23px;
    border: 1px solid rgba(var(--gcetl-white-rgb), 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider__title {
    position: relative;
    font-size: 90px;
    color: #fff;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -0.04em;
    margin-top: 16px;
    margin-bottom: 38px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider__btn:hover {
    color: #1c2142;
}
.main-slider__btn:before {
    background-color: #fff;
}
.active .main-slider__title,
.active .main-slider__btn-box,
.active .main-slider__sub-title {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.main-slider .owl-theme .owl-nav {
    position: absolute;
    top: 41%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    height: 0;
    line-height: 0;
}
.main-slider .owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: rgba(var(--gcetl-black-rgb), 1);
    background-color: rgba(var(--gcetl-white-rgb), 0.2);
    border: none;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    padding: 18px 0 !important;
}
.main-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    color: rgba(var(--gcetl-black-rgb), 1);
    background-color: rgba(var(--gcetl-white-rgb), 1);
}
.main-slider .owl-theme .owl-nav [class*="owl-"] + [class*="owl-"] {
    margin-top: 10px;
}
/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
    position: relative;
    z-index: 10;
}
.main-slider-two .item {
    position: relative;
    padding-top: 195px;
    padding-bottom: 200px;
    z-index: 10;
}
.main-slider-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.main-slider-two__bg:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(15, 33, 60, 0.4);
    z-index: -1;
}
.main-slider-two__bottom-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 100% 100%;
    z-index: 10;
}
.main-slider-two__shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: -moz-linear-gradient(0deg, rgb(15, 33, 60) 0%, rgba(15, 33, 60, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(15, 33, 60) 0%, rgba(15, 33, 60, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(15, 33, 60) 0%, rgba(15, 33, 60, 0) 100%);
    opacity: 0.902;
    width: 945px;
    z-index: 1;
}
.main-slider-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: color-burn;
    opacity: 0.45;
    z-index: 1;
}
.main-slider-two__shape-1 img {
    width: auto !important;
}
.main-slider-two__content {
    position: relative;
    display: block;
    z-index: 15;
}
.main-slider-two__title {
    position: relative;
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -0.04em;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider-two__title span {
    position: relative;
    display: inline-block;
}
.main-slider-two__title span:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 32px;
    background-image: url(../images/shapes/main-slider-two-line.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.main-slider-two__text {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    margin-top: 21px;
    margin-bottom: 28px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider-two__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider-two__btn:hover {
    color: #1c2142;
}
.main-slider-two__btn:before {
    background-color: #fff;
}
.main-slider-two__rounded-text {
    position: absolute;
    top: 72px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    z-index: 1;
}
.main-slider-two__curved-circle-box {
    position: relative;
    display: block;
    height: 140px;
    width: 140px;
    border-radius: 50%;
    z-index: 2;
}
.main-slider-two__curved-circle-box .curved-circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.4em;
}
.main-slider-two__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-slider-two__icon img {
    width: auto !important;
}
.active .main-slider-two__title,
.active .main-slider-two__btn-box,
.active .main-slider-two__text,
.active .main-slider-two__rounded-text {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.main-slider-two .owl-theme .owl-nav {
    position: absolute;
    top: 44%;
    left: 50%;
    z-index: 100;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    padding: 0 80px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
}
.main-slider-two .owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgba(var(--gcetl-black-rgb), 1);
    background-color: rgba(var(--gcetl-white-rgb), 0.2);
    border: none;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
    padding: 18px 0 !important;
}
.main-slider-two .owl-theme .owl-nav [class*="owl-"]:hover {
    color: rgba(var(--gcetl-black-rgb), 1);
    background-color: rgba(var(--gcetl-white-rgb), 1);
}
.main-slider-two .owl-theme .owl-nav [class*="owl-"] + [class*="owl-"] {
    margin-top: 10px;
}
/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
    position: relative;
    display: block;
    background-color: #ebf1f7;
    z-index: 10;
}
.main-slider-three .item {
    position: relative;
    height: 80vh;
    padding-bottom: 163px;
    background-color: #ebf1f7;
    z-index: 10;
}
.main-slider-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position:top center;
    z-index: 1;
 height: 80vh;

}
.main-slider-three__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: luminosity;
    opacity: 0.15;
    z-index: 1;
}
.main-slider-three__shape-1 img {
    width: auto !important;
    /* height: 100vh; */
}
.main-slider-three__content {
    position: relative;
    display: block;
    z-index: 15;
    padding-bottom: 20px;
}
.main-slider-three__shape-2 {
    position: absolute;
    bottom: 20px;
    left: 260px;
    z-index: -1;
}
.main-slider-three__shape-2 img {
    width: auto !important;
}
.main-slider-three__title-box {
    position: relative;
    display: block;
    margin-bottom: 43px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider-three__title {
    position: relative;
    font-size: 55px;
    color: #283240;
    font-weight: 500;
    line-height: 63px;
    letter-spacing: -0.04em;
    width: 40%;
}
.main-slider-three__title span {
    font-weight: 700;
    color: #e5b24c;
}
.main-slider-three__text {
    font-size: 16px;
    color: var(--gcetl-black);
    font-weight: 700;
    line-height: 26px;
    position: absolute;
    left: 308px;
    bottom: 10px;
}
.main-slider-three__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.main-slider-three__btn-two {
    color: var(--gcetl-black);
    background-color: #fff;
    margin-left: 10px;
}
.active .main-slider-three__title-box,
.active .main-slider-three__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.main-slider-three .owl-theme .owl-nav {
    width: 100%;
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: 100;
    /*  transform: translateY(100%) translateX(-83%);*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
}
.main-slider-three .owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: rgba(var(--gcetl-black-rgb), 1);
    background-color: rgba(var(--gcetl-white-rgb), 1);
    border: none;
    border-radius: 50%;
    margin: 0 15px;
    text-align: center;
    transition: all 500ms ease;
    padding: 0px 0px !important;
}
.main-slider-three .owl-theme .owl-nav [class*="owl-"]:hover {
    color: rgba(var(--gcetl-white-rgb), 1);
    background-color: #1c2142;
}
.main-slider-three .owl-theme .owl-nav [class*="owl-"] + [class*="owl-"] {
    margin-left: 0px;
}
.main-slider-three .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1200px;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 0 15px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
}
.main-slider-three .owl-theme .owl-dots .owl-dot + .owl-dot {
    margin-left: 10px;
}
.main-slider-three .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(var(--gcetl-white-rgb), 0.3);
    margin: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-slider-three .owl-theme .owl-dots .owl-dot:hover span,
.main-slider-three .owl-theme .owl-dots .owl-dot.active span {
    background-color: rgba(var(--gcetl-white-rgb), 1);
}
/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
    position: relative;
    display: block;
    padding: 85px 0 85px;
    z-index: 1;
}
.about-one__left {
    position: relative;
    display: block;
    /*  margin-right: 170px;*/
}
.about-one__img-box {
    position: relative;
    display: block;
}
.about-one__img {
    position: relative;
    display: block;
}
.about-one__img img {
    width: 100%;
}
/*.about-one__img-2 {
  position: absolute;
  bottom: -81px;
  right: -200px;
}*/
.about-one__img-2 img {
    width: auto;
}
.about-one__shape-1 {
    position: absolute;
    bottom: 0;
    left: 30px;
}
.about-one__shape-1 img {
    width: auto;
}
.about-one__shape-2 {
    position: absolute;
    top: 38px;
    right: -108px;
}
.about-one__shape-2 img {
    width: auto;
}
.about-one__right {
    position: relative;
    display: block;
    /*  margin-left: 70px;*/
}
.about-one__right .section-title {
    margin-bottom: 12px;
}
.about-one__points-and-experience {
    position: relative;
    display: block;
    border: 1px solid var(--gcetl-bdr-color);
    padding: 25px 14px 14px;
    margin-top: 45px;
    margin-bottom: 50px;
}
.about-one__points-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px 0;
    margin-bottom: 26px;
}
.about-one__points-list {
    position: relative;
    display: block;
}
.about-one__points-list + .about-one__points-list {
    margin-left: 50px;
}
.about-one__points-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.about-one__points-list li + li {
    margin-top: 8px;
}
.about-one__points-list li .icon {
    position: relative;
    display: inline-block;
}
.about-one__points-list li .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 9px;
    color: #fff;
    background-color: #1c2142;
    border-radius: 50%;
}
.about-one__points-list li .text {
    margin-left: 8px;
}
.about-one__points-list li .text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--gcetl-black);
    letter-spacing: -0.04em;
}
.about-one__experience-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #eef3f8;
    padding: 8px 17px 12px;
}
.about-one__experience-icon {
    position: relative;
    display: inline-block;
    top: 6px;
}
.about-one__experience-icon span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #1c2142;
}
.about-one__experience-text {
    position: relative;
    margin-left: 20px;
}
.about-one__experience-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
.about-one__btn-box {
    position: relative;
    display: inline-block;
}
.about-one__shape-3 {
    position: absolute;
    right: -109px;
    top: -33px;
}
.about-one__shape-3 img {
    width: auto;
}
/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    background-color: #eef3f8;
    padding: 120px 0 360px;
    z-index: 1;
}
.services-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 414px;
    opacity: 0.15;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.services-one__top {
    position: relative;
    display: block;
    margin-bottom: 51px;
}
.services-one__left {
    position: relative;
    display: block;
}
.services-one__left .section-title {
    margin-bottom: 0;
}
.services-one__right {
    position: relative;
    display: block;
}
.services-one__text {
    margin-top: 13px;
}
.services-one__bottom {
    position: relative;
    display: block;
}
.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.services-one__title-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 24px 30px 60px;
    z-index: 1;
}
.services-one__title-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gcetl-black);
    background-position: center top;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.services-one__single:hover .services-one__title-box::before {
    transform: scaleY(1);
}
.services-one__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.services-one__title a {
    color: #222232;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__single:hover .services-one__title a {
    color: #fff;
}
.services-one__img-box {
    position: relative;
    display: block;
}
.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.services-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--gcetl-black-rgb), 0.3);
    width: 0%;
    transform: translateY(100%);
    transition: all 500ms ease;
    z-index: 1;
}
.services-one__single:hover .services-one__img:before {
    transform: translateY(0);
    width: 100%;
}
.services-one__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__single:hover .services-one__img img {
    transform: scale(1.05);
}
.services-one__icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    top: -38px;
    right: 20px;
    border-radius: 50%;
    background-color: #1c2142;
    z-index: 2;
}
.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.services-one__single:hover .services-one__icon span {
    transform: scale(0.9);
}
.services-one__read-more {
    position: relative;
    display: block;
}
.services-one__read-more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    padding: 11px 30px 12px;
    background-color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-one__read-more a:hover {
    background-color: #1c2142;
}
.services-one__read-more a span {
    font-size: 16px;
}
/*--------------------------------------------------------------
# Grow Business
--------------------------------------------------------------*/
.grow-business {
    position: relative;
    display: block;
    margin-top: -270px;
    z-index: 2;
}
.grow-business__inner {
    position: relative;
    display: block;
    background-color: #fff;
    z-index: 1;
}
.grow-business__inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10000000px;
    right: 0;
    background-color: #fff;
    z-index: -1;
}
.grow-business__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -375px;
    right: 627px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.15;
}
.grow-business__bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    z-index: -1;
}
/* .grow-business__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10000px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
} */
.grow-business__left {
    position: relative;
    display: block;
    margin-right: 70px;
    padding: 100px 0 100px;
    z-index: 1;
}
.grow-business__left .section-title {
    margin-bottom: 21px;
}
.grow-business__points {
    position: relative;
    display: block;
    margin-top: 22px;
    margin-bottom: 37px;
}
.grow-business__points li {
    position: relative;
    display: flex;
    align-items: center;
}
.grow-business__points li + li {
    margin-top: 6px;
}
.grow-business__points li .icon {
    position: relative;
    display: inline-block;
}
.grow-business__points li .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 9px;
    color: #fff;
    border-radius: 50%;
    background-color: #1c2142;
}
.grow-business__points li .text {
    margin-left: 15px;
}
.grow-business__points li .text p {
    font-weight: 500;
    color: var(--gcetl-black);
}
.grow-business__progress {
    position: relative;
    display: block;
}
.grow-business__progress-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--gcetl-black);
    margin-bottom: 15px;
}
.grow-business__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: var(--gcetl-primary);
    border-radius: 6px;
}
.grow-business__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 5px;
    background-color: #1c2142;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.grow-business__progress .bar-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: var(--gcetl-black);
    border: 2px solid #fff;
    transform: translateY(-50%);
}
.grow-business__progress .count-text {
    position: absolute;
    right: -6px;
    bottom: 26px;
    color: var(--gcetl-gray);
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.grow-business__progress .bar-inner.counted .count-text {
    opacity: 1;
}
.grow-business__progress .bar.marb-0 {
    margin-bottom: 0;
}
.grow-business__right {
    position: relative;
    display: block;
    background-color: #1c2142;
    margin-left: 40px;
    padding: 100px 100px 91px;
    overflow: hidden;
    z-index: 1;
}
.grow-business__right-points {
    position: relative;
    display: block;
}
.grow-business__right-points li {
    position: relative;
    display: block;
}
.grow-business__right-points li + li {
    margin-top: 29px;
}
.grow-business__right-points-icon {
    position: relative;
    display: inline-block;
}
.grow-business__right-points-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #fff;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.grow-business__right-points li:hover .grow-business__right-points-icon span {
    transform: scale(0.9);
}
.grow-business__right-points-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 16px;
}
.grow-business__right-points-text {
    color: rgba(var(--gcetl-white-rgb), 0.7);
}
.grow-business__shape-1 {
    position: absolute;
    top: 0;
    right: -30px;
    mix-blend-mode: multiply;
    opacity: 0.15;
    z-index: -1;
}
.grow-business__shape-1 img {
    width: auto;
}
/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
    position: relative;
    display: block;
    background-color: var(--gcetl-black);
    padding: 477px 0 120px;
    margin-top: -357px;
    z-index: 1;
}
.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.video-one__inner {
    position: relative;
    display: block;
    text-align: center;
}
.video-one__video-link {
    position: relative;
    display: inline-block;
}
.video-one__video-icon {
    position: relative;
    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;
    width: 55px;
    height: 55px;
    line-height: 100px;
    text-align: center;
    font-size: 55px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.video-one__video-icon img {
    width: auto;
}
.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--gcetl-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--gcetl-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--gcetl-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--gcetl-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
.video-one__title {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 36px;
}
.video-one__btn-box {
    position: relative;
    display: block;
}
.video-one__btn::before {
    background-color: #fff;
}
.video-one__btn:hover {
    color: var(--gcetl-black);
}
/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
    background-color: #eef3f8;
    padding: 120px 0 99px;
    z-index: 1;
}
.testimonial-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.testimonial-one__left {
    position: relative;
    display: block;
    z-index: 5;
}
.testimonial-one__left .section-title {
    margin-bottom: 22px;
}
.testimonial-one__left-text {
    position: relative;
    display: block;
}
.testimonial-one__rounded-text {
    position: relative;
    display: block;
    margin-top: 35px;
    z-index: 1;
}
.testimonial-one__curved-circle-box {
    position: relative;
    display: block;
    height: 135px;
    width: 135px;
    border-radius: 50%;
    z-index: 2;
}
.testimonial-one__curved-circle-box .curved-circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--gcetl-black);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.4em;
}
.testimonial-one__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-one__icon img {
    width: auto !important;
}
.testimonial-one__right {
    position: relative;
    display: block;
}
.testimonial-one__carousel {
    position: relative;
    display: block;
}
.testimonial-one__single {
    position: relative;
    display: block;
    text-align: center;
}
.testimonial-one__content {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 40px 22px;
    background-color: rgb(255, 255, 255);
    box-shadow: -10px 0px 60px 0px rgba(0, 0, 0, 0.07);
    z-index: 1;
}
.testimonial-one__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #1c2142;
    z-index: -1;
}
.testimonial-one__img {
    position: relative;
    display: block;
    width: 53px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}
.testimonial-one__img::before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    background-color: #fff;
    border: 2px solid #1c2142;
    border-radius: 50%;
    z-index: -1;
}
.testimonial-one__img img {
    width: 100%;
    border-radius: 50%;
}
.testimonial-one__ratting {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
    margin-bottom: 12px;
}
.testimonial-one__ratting span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #1c2142;
}
.testimonial-one__ratting span + span {
    margin-left: 2px;
}
.testimonial-one__text {
    font-weight: 400;
}
.testimonial-one__client-info {
    position: relative;
    display: block;
    margin-top: 37px;
}
.testimonial-one__client-info h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.testimonial-one__client-info h3 a {
    color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.testimonial-one__client-info h3 a:hover {
    color: #1c2142;
}
.testimonial-one__client-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 1px;
}
.testimonial-one__shape-1 {
    position: absolute;
    top: 10px;
    left: 0;
    border-top: 40px solid #1c2142;
    border-left: 135px solid transparent;
    border-right: 135px solid transparent;
    z-index: -1;
}
.testimonial-one__shape-2 {
    position: absolute;
    bottom: -20px;
    left: 0;
    border-top: 20px solid #fff;
    border-left: 136px solid transparent;
    z-index: -1;
}
.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonial-one__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}
.testimonial-one__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}
/*--------------------------------------------------------------
# Project One
--------------------------------------------------------------*/
.project-one {
    position: relative;
    display: block;
    padding: 10px 0px 75px;
    z-index: 1;
    margin: 0px 20px;
}
.project-one .container {
    max-width: 1800px;
}
.project-one__bottom {
    position: relative;
    display: block;
}
.project-one__carousel {
    position: relative;
    display: block;
}
.project-one__single {
    position: relative;
    display: block;
}
.project-one__img-box {
    position: relative;
    display: block;
}
.project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.project-one__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--gcetl-black-rgb), 0.6);
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 1;
}
.project-one__single:hover .project-one__img:before {
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}
.project-one__img img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}
.project-one__single:hover .project-one__img img {
    transform: scale(1.05);
}
.project-one__content {
    position: relative;
    display: block;
    background-color: var(--gcetl-black);
    padding: 33px 50px 47px;
    margin-top: -110px;
    margin-right: 260px;
    background-position: center bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}
.project-one__single:hover .project-one__content {
    transform: scaleY(1);
}
.project-one__content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1c2142;
}
.project-one__content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 1px;
}
.project-one__content h3 a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-one__content h3 a:hover {
    color: #1c2142;
}
.project-one__arrow {
    position: absolute;
    top: 0;
    right: -50px;
}
.project-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: #1c2142;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-one__single:hover .project-one__arrow a {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 500ms;
    opacity: 1;
}
.project-one__arrow a:hover {
    color: var(--gcetl-black);
    background-color: #fff;
}
.project-one__carousel.owl-theme .owl-nav {
    position: relative;
    display: block;
    margin: 30px 0 0;
}
.project-one__carousel.owl-theme .owl-nav .owl-next {
    height: 52px;
    width: 52px;
    line-height: 52px;
    border-radius: 50%;
    color: var(--gcetl-black);
    background-color: var(--gcetl-primary);
    font-size: 16px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 52px;
    width: 52px;
    line-height: 52px;
    border-radius: 50%;
    color: var(--gcetl-black);
    background-color: var(--gcetl-primary);
    font-size: 16px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
}
.project-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 5px;
}
.project-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 5px;
}
.project-one__carousel.owl-theme .owl-nav .owl-next span,
.project-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-one__carousel.owl-theme .owl-nav .owl-next:hover,
.project-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: #1c2142;
    color: #fff;
}
/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding-bottom: 90px;
    z-index: 1;
}
.team-one__top {
    position: relative;
    display: block;
    margin-bottom: 51px;
}
.team-one__top .section-title {
    margin-bottom: 0;
}
.team-one__left {
    position: relative;
    display: block;
}
.team-one__right {
    position: relative;
    display: block;
    margin-top: 18px;
}
.team-one__bottom {
    position: relative;
    display: block;
}
.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.team-one__img-box {
    position: relative;
    display: block;
}
.team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.team-one__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--gcetl-black-rgb), 0.4);
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 1;
}
.team-one__single:hover .team-one__img:before {
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}
.team-one__img img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}
.team-one__single:hover .team-one__img img {
    transform: scale(1.05);
}
.team-one__content {
    position: relative;
    display: block;
    margin-top: -69px;
    margin-right: 40px;
    padding: 25px 40px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    background-position: center top;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(1);
    z-index: 2;
}
.team-one__single:hover .team-one__content {
    transform: scaleY(0);
}
.team-one__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.team-one__title a {
    color: var(--gcetl-black);
}
.team-one__sub-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #1c2142;
    text-transform: uppercase;
    margin-top: 1px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eef3f8;
}
.team-one__arrow-box {
    position: absolute;
    bottom: 32px;
    right: 40px;
}
.team-one__arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 34px;
    font-size: 13px;
    color: var(--gcetl-black);
    background-color: #eef3f8;
}
.team-one__hover-content {
    position: absolute;
    left: 0;
    right: 40px;
    bottom: -55px;
    padding: 25px 40px 30px;
    background-color: rgb(15, 33, 60);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    background-position: center bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}
.team-one__single:hover .team-one__hover-content {
    transform: scaleY(1);
}
.team-one__hover-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}
.team-one__hover-title a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-one__hover-title a:hover {
    color: #1c2142;
}
.team-one__hover-sub-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #1c2142;
    text-transform: uppercase;
    margin-top: 1px;
}
.team-one__hover-arrow-box {
    position: absolute;
    bottom: 32px;
    right: 40px;
}
.team-one__hover-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 34px;
    font-size: 13px;
    color: #fff;
    background-color: #1c2142;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-one__hover-arrow:hover {
    color: var(--gcetl-black);
}
.team-one__hover-text {
    font-size: 15px;
    font-weight: 300;
    color: #7e8a9b;
    margin-top: 13px;
    padding-bottom: 50px;
    border-bottom: 2px solid #1c2142;
}
.team-one__social {
    position: absolute;
    right: 0;
    bottom: 50px;
    background-color: #fff;
    padding: 11px 12px 10px;
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: right center;
}
.team-one__social::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: translateX(-50%);
}
.team-one__single:hover .team-one__social {
    transform: scaleY(1);
    transform-origin: bottom center;
    transition-delay: 500ms;
}
.team-one__social li {
    position: relative;
    display: block;
    line-height: 29px;
}
.team-one__social li a {
    position: relative;
    display: block;
    font-size: 13px;
    color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-one__social li a:hover {
    color: #1c2142;
}
/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
    position: relative;
    display: block;
    padding-bottom: 70px;
}
.counter-one__inner {
    position: relative;
    display: block;
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
    background-color: var(--gcetl-primary);
    padding: 100px 0 115px;
    z-index: 1;
}
.counter-one__shadow {
    content: "";
    position: absolute;
    top: 0;
    left: 186px;
    bottom: 0;
    width: 459px;
    background-image: -moz-linear-gradient(0deg, rgb(235, 241, 247) 0%, rgba(235, 241, 247, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(235, 241, 247) 0%, rgba(235, 241, 247, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(235, 241, 247) 0%, rgba(235, 241, 247, 0) 100%);
    z-index: 1;
}
.counter-one__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 78.7%;
    opacity: 0.1;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.counter-one__left {
    position: relative;
    display: block;
    z-index: 2;
}
.counter-one__left .section-title {
    margin-bottom: 30px;
}
.counter-one__right {
    position: relative;
    display: block;
    z-index: 5;
}
.counter-one__count-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.counter-one__count-box li {
    position: relative;
    text-align: center;
    flex: 0 0 25%;
    max-width: 30.333%;
    width: 100%;
    margin-bottom: 21px;
    font-size: 19px;
    color: #383939;
    font-weight: 500;
}
.counter-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    z-index: 1;
}
.counter-one__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: #1c2142;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}
.counter-one__count-box li:hover .counter-one__icon:before {
    transform: scaleX(1);
}
.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 63px;
    color: #1c2142;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.counter-one__count-box li:hover .counter-one__icon span {
    transform: scale(0.9);
    color: #fff;
}
.counter-one__count {
    position: relative;
    display: block;
    margin-top: 12px;
    margin-bottom: 4px;
}
.counter-one__count h3 {
    font-size: 45px;
    font-weight: 500;
    line-height: 36px;
    color: #181a24;
    letter-spacing: 0;
}
.counter-one__bottom {
    position: relative;
    display: block;
}
.counter-one__bottom .container {
    max-width: 1280px;
}
.counter-one__bottom-inner {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 31px 40px 34px;
    padding-right: 0;
    margin-top: -40px;
    z-index: 1;
}
.counter-one__bottom-text {
    font-size: 20px;
}
.counter-one__bottom-text a {
    font-weight: 600;
    color: #1b2041;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.counter-one__bottom-text a:hover {
    color: var(--gcetl-black);
}
.counter-one__call-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 329px;
    width: 100%;
    background-color: #1c2142;
    display: flex;
    align-items: center;
    padding-left: 65px;
    padding-right: 40px;
    padding-top: 33px;
    padding-bottom: 32px;
}
.counter-one__call-box p {
    font-size: 18px;
    color: #fff;
}
.counter-one__call-box p a {
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.counter-one__call-box p a:hover {
    color: #dab05a;
}
.counter-one__call-icon {
    position: absolute;
    top: 50%;
    left: -27px;
    transform: translateY(-50%);
}
.counter-one__call-icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    font-size: 19px;
    color: #1c2142;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.27);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.counter-one__call-icon span:hover {
    color: #fff;
    background-color: #fbc95c;
}
/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    padding: 15px 0 100px;
}
.brand-one__title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1170px;
    text-align: center;
    margin: 0 auto;
}
.brand-one__title:before {
    position: absolute;
    left: 0;
    top: 233px;
    content: "";
    height: 1px;
    background-color: var(--gcetl-bdr-color);
    max-width: 530px;
    width: 100%;
    transform: translateY(-50%);
}
.brand-one__title:after {
    position: absolute;
    top: 233px;
    right: 0;
    content: "";
    height: 1px;
    background-color: var(--gcetl-bdr-color);
    max-width: 530px;
    width: 100%;
    transform: translateY(-50%);
}
.brand-one__carousel {
    position: relative;
    display: block;
}
.brand-one__single {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}
.brand-one__img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gcetl-primary);
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.brand-one__single:hover .brand-one__img:before {
    opacity: 1;
}
.brand-one__img {
    position: relative;
    display: inline-block;
    z-index: 10;
}
.brand-one__img > img {
    position: relative;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: 70% !important;
    margin: auto;
}
/*.brand-one__single:hover .brand-one__img>img {
  opacity: 0.60;
}
*/
.brand-one__carousel.owl-theme .owl-nav {
    position: absolute;
    top: 103px;
    left: 50%;
    transform: translateX(-50%);
}
.brand-one__carousel .owl-nav.disabled {
    display: inherit;
}
.brand-one__carousel.owl-theme .owl-nav .owl-next {
    height: 27px;
    width: 26px;
    line-height: 26px;
    border-radius: 0;
    color: var(--gcetl-black);
    background-color: var(--gcetl-primary);
    font-size: 14px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.brand-one__carousel.owl-theme .owl-nav .owl-prev {
    height: 27px;
    width: 26px;
    line-height: 26px;
    border-radius: 0;
    color: var(--gcetl-black);
    background-color: var(--gcetl-primary);
    font-size: 14px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
}
.brand-one__carousel.owl-theme .owl-nav .owl-next {
    margin-left: 2.5px;
}
.brand-one__carousel.owl-theme .owl-nav .owl-prev {
    margin-right: 2.5px;
}
.brand-one__carousel.owl-theme .owl-nav .owl-next span,
.brand-one__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-one__carousel.owl-theme .owl-nav .owl-next:hover,
.brand-one__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: #1b2041;
    color: #fff;
}
/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
    position: relative;
    display: block;
    padding: 100px 0 95px;
    background-color: var(--gcetl-black);
    z-index: 1;
}
.contact-one::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    height: 1px;
    width: 1170px;
    background-color: #fff;
    transform: translateX(-50%);
    z-index: 1;
}
.contact-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.contact-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.contact-one__shape-1 img {
    width: auto;
}
.contact-one__left {
    position: relative;
    display: block;
    margin-right: 100px;
    padding: 50px 50px 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.contact-one__form {
    position: relative;
    display: block;
}
.contact-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
    height: 46px;
    width: 100%;
    background-color: var(--gcetl-primary);
    padding-left: 51px;
    padding-right: 5px;
    outline: none;
    font-size: 14px;
    color: var(--gcetl-gray);
    display: block;
    font-weight: 400;
    border: 1px solid #49576254;
}
.contact-one__input-box textarea {
    font-size: 14px;
    color: var(--gcetl-gray);
    height: 138px;
    width: 100%;
    background-color: var(--gcetl-primary);
    padding: 5px 10px 5px;
    border: 1px solid #49576254;
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
    resize: none;
}
.contact-one__input-box.text-message-box {
    height: 138px;
}
.contact-one__btn {
    border: none;
}
.contact-one__right {
    position: relative;
    display: block;
}
.contact-one__right .section-title {
    margin-bottom: 41px;
}
.contact-one__right .section-title__tagline {
    color: #fff;
}
.contact-one__right .section-title__title {
    color: #fff;
}
.contact-one__points {
    position: relative;
    display: block;
}
.contact-one__points li {
    position: relative;
    display: flex;
    align-items: center;
}
.contact-one__points li + li {
    margin-top: 20px;
}
.contact-one__points li .icon {
    position: relative;
    display: inline-block;
}
.contact-one__points li .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 70px;
    font-size: 22px;
    color: #fff;
    background-color: #1c2142;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-one__points li .icon span:hover {
    color: #1c2142;
    background-color: #fff;
}
.contact-one__points li .text {
    position: relative;
    display: block;
    margin-left: 30px;
}
.contact-one__points li .text p {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
}
.contact-one__points li .text h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0;
    margin-top: 1px;
}
.contact-one__points li .text h3 a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-one__points li .text h3 a:hover {
    color: #ebbd5b;
}
/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
    position: relative;
    display: block;
    padding: 50px 0 65px;
    z-index: 1;
}
.news-one__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}
.news-one__img-box {
    position: relative;
    display: block;
}
.news-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}
.news-one__img img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
    height: 200px;
}
.news-one__single:hover .news-one__img img {
    transform: scale(1.05);
}
.news-one__img > a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--gcetl-black-rgb), 0.4);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--thm-base);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}
.news-one__img > a > span {
    position: relative;
}
.news-one__img > a > span::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #1c2142;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}
.news-one__img > a > span::after {
    content: "";
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: #1c2142;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.news-one__img > a:hover > span::before,
.news-one__img > a:hover > span::after {
    background-color: #fff;
}
.news-one__single:hover .news-one__img > a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
.news-one__date {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #1c2142;
    padding: 10px 20px 12px;
}
.news-one__date p {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    color: #fff;
}
.news-one__content {
    position: relative;
    display: block;
    padding: 19px 20px 30px;
    background-position: center top;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(1);
}
.news-one__single:hover .news-one__content {
    transform: scaleY(0);
}
.news-one__meta {
    position: relative;
    display: flex;
    align-items: center;
}
.news-one__meta li {
    position: relative;
    display: flex;
    align-items: center;
}
.news-one__meta li + li {
    margin-left: 13px;
}
.news-one__meta li .icon {
    position: relative;
    display: inline-block;
}
.news-one__meta li .icon span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #e8b84e;
}
.news-one__meta li .text {
    margin-left: 4px;
}
.news-one__meta li .text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}
.news-one__meta li > span {
    font-size: 14px;
    margin-right: 12px;
}
.news-one__title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-top: 4px;
    padding-bottom: 17px;
    margin-bottom: 12px;
    border-bottom: 2px solid var(--gcetl-bdr-color);
}
.news-one__title::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 70px;
    background-color: #1c2142;
}
.news-one__title a {
    color: var(--gcetl-black);
}
.news-one__text {
    font-size: 15px;
}
.news-one__hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center top;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}
.news-one__single:hover .news-one__hover {
    transform: scaleY(1.1);
}
.news-one__hover-content {
    position: relative;
    display: block;
    padding: 0px 25px 20px;
}
.news-one__hover-content p {
    line-height: 19px;
    font-size: 14px;
    padding-top: 4px;
}
.news-one__hover-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 4px;
    padding-bottom: 13px;
    border-bottom: 2px solid var(--gcetl-bdr-color);
}
.news-one__hover-title::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 70px;
    background-color: #e6b64c;
}
.news-one__hover-title a {
    color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news-one__hover-title a:hover {
    color: #1c2142;
}
.news-one__hover-text {
    font-size: 15px;
}
.news-one__hover-btn-box {
    position: relative;
    display: block;
}
.news-one__hover-btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--gcetl-black);
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    color: #fff;
    padding: 15px 40px 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news-one__hover-btn-box a:hover {
    color: #d9ab47;
}
.news-one__hover-btn-box a span {
    font-size: 14px;
}
/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background-color: #1c2144;
    overflow: hidden;
    z-index: 1;
}
.site-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.site-footer__shape-1 {
    position: absolute;
    top: -105px;
    right: -30px;
    opacity: 0.1;
    mix-blend-mode: luminosity;
    z-index: -1;
}
.site-footer__shape-1 img {
    width: auto;
}
.site-footer__top {
    position: relative;
    display: block;
    padding: 55px 0 70px;
}
.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 13px;
    padding-left: 13px;
}
.footer-widget__title-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 6px solid transparent;
    border-left: 7px solid #fecc5e;
    border-bottom: 6px solid transparent;
    transform: translateY(-50%);
}
.footer-widget__title {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.footer-widget__about {
    position: relative;
    display: block;
    margin-right: -26px;
    margin-top: 7px;
}
.footer-widget__logo {
    position: relative;
    display: block;
    margin-bottom: 12px;
    background-color: #fff;
    width: 150px;
    text-align: center;
}
.footer-widget__logo a img {
    width: 75%;
    padding: 4px 4px;
}
.footer-widget__about-text {
    font-size: 15px;
    font-weight: 400;
    color: #bfc4ca;
    line-height: 24px;
}
.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.site-footer__social a {
    position: relative;
    height: 40px;
    width: 40px;
    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;
    text-align: center;
    color: #fff;
    background-color: #0b1a31;
    font-size: 15px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.site-footer__social a:hover {
    color: #1b2041;
    background-color: #fff;
    border-radius: 50%;
}
.site-footer__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}
.site-footer__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.site-footer__social a + a {
    margin-left: 10px;
}
.footer-widget__link {
    position: relative;
    display: block;
    margin-left: 40px;
}
.footer-widget__link-list {
    position: relative;
    display: block;
}
.footer-widget__link-list li + li {
    margin-top: 5px;
}
.footer-widget__link-list li {
    line-height: 20px;
    margin-bottom: 15px;
    display: flex;
}
.footer-widget__link-list li i {
    font-size: 12px;
    color: #eee;
    margin-top: 3px;
    margin-right: 6px;
}
.footer-widget__link-list li a {
    position: relative;
    color: #7e8a9b;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget__link-list li a:hover {
    color: #fff;
}
.footer-widget__newsletter {
    position: relative;
    display: block;
}
.footer-widget__newsletter .footer-widget__title-box {
    margin-bottom: 22px;
}
.footer-widget__newsletter-form-input-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.footer-widget__newsletter-form-input-box input {
    height: 50px;
    width: 100%;
    background-color: #fff;
    outline: none;
    font-size: 13px;
    color: var(--gcetl-gray);
    font-weight: 400;
    border: 1px solid #1c21422e;
    padding-right: 70px;
    padding-left: 20px;
}
.footer-widget__newsletter-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    border: none;
    width: 40px;
    height: 40px;
    background-color: #1c2142;
    border-radius: 5px;
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-widget__newsletter-btn:hover {
    background-color: var(--gcetl-black);
}
.footer-widget__newsletter-btn span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.footer-widget__Contact-list {
    position: relative;
    display: block;
    margin-top: 20px;
}
.footer-widget__Contact-list li {
    position: relative;
    display: flex;
}
.footer-widget__Contact-list li + li {
    margin-top: 6px;
}
.footer-widget__Contact-list li .icon {
    margin-right: 14px;
}
.footer-widget__Contact-list li .icon span {
    color: #fecc5e;
    font-size: 15px;
}
.footer-widget__Contact-list li .text {
    display: flex;
    font-size: 15px;
    font-weight: 400;
    color: #c5cbd2;
    line-height: 26px;
    flex-wrap: wrap;
}
.footer-widget__Contact-list li .text a {
    font-size: 14px;
    font-weight: 400;
    color: #c5cbd2;
    line-height: 26px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bdr-cont-ftr {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #fff;
    display: block;
    margin: 6px 8px 0px;
}
.footer-widget__Contact-list li .text a:hover {
    color: #ebbd5b;
    transition: all 500ms ease;
}
.footer-widget__portfolio {
    position: relative;
    display: block;
    margin-right: 10px;
}
.footer-widget__portfolio .footer-widget__title-box {
    margin-bottom: 22px;
}
.footer-widget__portfolio-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.footer-widget__portfolio-list li {
    position: relative;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.footer-widget__portfolio-img {
    position: relative;
    display: block;
    overflow: hidden;
    width: 80px;
    z-index: 1;
}
.footer-widget__portfolio-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--gcetl-black-rgb), 0.3);
    transition: all 700ms ease;
    transform: translateY(-100%);
    z-index: 1;
}
.footer-widget__portfolio-list li:hover .footer-widget__portfolio-img:before {
    transform: translateY(0%);
}
.footer-widget__portfolio-img img {
    width: 100%;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}
.footer-widget__portfolio-list li:hover .footer-widget__portfolio-img img {
    transform: scale(1.1) rotate(2deg);
}
.footer-widget__portfolio-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    transform: translateY(100px);
    opacity: 0;
    transition: all 700ms ease;
    z-index: 2;
}
.footer-widget__portfolio-list li:hover .footer-widget__portfolio-img a {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}
.footer-widget__portfolio-list li .footer-widget__portfolio-img a:hover {
    color: #1c2142;
}
.site-footer__bottom {
    position: relative;
    display: block;
    padding: 10px 0 10px;
    background-color: #151931;
}
.site-footer__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
}
.site-footer__bottom-text {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.site-footer__bottom-text a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.site-footer__bottom-text a:hover {
    color: #ebbd5b;
}
/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
    position: relative;
    display: block;
    padding: 60px 0 45px;
    z-index: 1;
}
.feature-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.feature-one__img-box {
    position: relative;
    display: block;
}
.feature-one__img {
    position: relative;
    display: block;
}
.feature-one__img img {
    width: 100%;
}
.feature-one__title-box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px 30px 20px;
    background-color: rgba(200, 97, 40, 0.95);
    background-position: center top;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(1);
}
.feature-one__single:hover .feature-one__title-box {
    transform: scaleY(0);
}
.feature-one__title-box::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 31px solid transparent;
    border-right: 31px solid transparent;
    border-bottom: 10px solid rgba(200, 97, 40, 0.95);
}
.feature-one__title {
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
.feature-one__title a {
    color: #fff;
}
.feature-one__hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 28px 35px;
    background-color: #195f97d6;
    background-position: center top;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
}
.feature-one__hover-btn {
    background-color: #d36325;
}
.feature-one__single:hover .feature-one__hover-content {
    transform: scaleY(1);
}
.feature-one__icon-and-title {
    position: relative;
    display: flex;
    align-items: center;
}
.feature-one__icon {
    position: relative;
    display: inline-block;
}
.feature-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #fdf7f4;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.feature-one__icon:hover span {
    transform: scale(0.9);
}
.feature-one__hover-title {
    margin-left: 8px;
}
.feature-one__hover-title h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}
.feature-one__hover-title h3 a {
    color: #fff;
    transition: all 500ms ease;
}
.feature-one__hover-title h3 a:hover {
    color: #1c2142;
}
.feature-one__hover-text {
    color: rgba(var(--gcetl-white-rgb), 0.7);
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 24px;
    font-size: 15px;
}
.feature-one__hover-btn-box {
    position: relative;
    display: block;
}
.feature-one__hover-btn {
    font-size: 13px;
    font-weight: 400;
    padding: 4px 20px 6px;
}
.feature-one__hover-btn:hover {
    color: #195f97;
}
.feature-one__hover-btn::before {
    background-color: #fff;
}
/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
    background-color: var(--gcetl-primary);
    z-index: 1;
}
.about-two__shape-3 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.15;
    mix-blend-mode: luminosity;
    z-index: -1;
}
.about-two__shape-3 img {
    width: auto;
}
.about-two__left {
    position: relative;
    display: block;
    margin-right: -118px;
    margin-left: -80px;
    margin-top: -93px;
}
.about-two__img-box {
    position: relative;
    display: block;
}
.about-two__img {
    position: relative;
    display: block;
    mix-blend-mode: darken;
}
.about-two__img img {
    width: 100%;
}
.about-two__successful-project {
    position: absolute;
    top: 265px;
    left: 66px;
    max-width: 163px;
    width: 100%;
    background-color: #1c2142;
    text-align: center;
    padding: 43px 0 48px;
    border-radius: 50%;
}
.about-two__successful-project h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px !important;
    font-family: var(--gcetl-font) !important;
    color: #fff;
    letter-spacing: 0;
}
.about-two__successful-project p {
    color: #fff;
    line-height: 19px;
}
.about-two__shape-1 {
    position: absolute;
    left: 212px;
    bottom: 156px;
}
.about-two__shape-1 img {
    width: auto;
}
.about-two__right {
    position: relative;
    display: block;
    margin-left: 70px;
    padding-top: 120px;
}
.about-two__right .section-title {
    margin-bottom: 33px;
}
.about-two__text {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: var(--gcetl-letter-spacing);
    color: var(--gcetl-black);
}
.about-two__text-2 {
    margin-top: 1px;
}
.about-two__points {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 26px;
    margin-bottom: 23px;
}
.about-two__points li {
    position: relative;
    display: flex;
    align-items: center;
}
.about-two__points li + li {
    margin-left: 103px;
}
.about-two__points li:last-child::before {
    display: none;
}
.about-two__points li::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -58px;
    bottom: 5px;
    width: 3px;
    background-color: #d9e1e9;
}
.about-two__points li .icon {
    position: relative;
    display: inline-block;
    top: 5px;
}
.about-two__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #1c2142;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.about-two__points li:hover .icon span {
    transform: scale(0.9);
}
.about-two__points li .text {
    margin-left: 17px;
}
.about-two__points li .text p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--gcetl-black);
    letter-spacing: var(--gcetl-letter-spacing);
}
.about-two__progress {
    position: relative;
    display: block;
}
.about-two__progress-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--gcetl-black);
    margin-bottom: 15px;
}
.about-two__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: #fff;
    border-radius: 6px;
}
.about-two__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 5px;
    background-color: #1c2142;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.about-two__progress .bar-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: var(--gcetl-black);
    border: 2px solid #fff;
    transform: translateY(-50%);
}
.about-two__progress .count-text {
    position: absolute;
    right: -6px;
    bottom: 26px;
    color: var(--gcetl-gray);
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-two__progress .bar-inner.counted .count-text {
    opacity: 1;
}
.about-two__progress .bar.marb-0 {
    margin-bottom: 0;
}
.about-two__btn-and-founder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.about-two__btn-box {
    position: relative;
    display: block;
}
.about-two__btn {
    background-color: var(--gcetl-black);
}
.about-two__btn::before {
    background-color: #1c2142;
}
.about-two__founder {
    position: relative;
    display: block;
}
.about-two__founder h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--gcetl-black);
    letter-spacing: 0;
}
.about-two__founder p {
    position: relative;
    margin-top: -4px;
}
.about-two__shape-2 {
    position: absolute;
    top: 2px;
    left: -93px;
}
.about-two__shape-2 img {
    width: auto;
}
/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.services-two__bg-box {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 424px;
    background-color: var(--gcetl-black);
    z-index: -1;
}
.services-two__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.services-two .section-title__tagline {
    color: #7e8a9b;
}
.services-two .section-title__title {
    color: #fff;
}
.services-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.services-two__img-box {
    position: relative;
    display: block;
}
.services-two__img {
    position: relative;
    display: block;
}
.services-two__img img {
    width: 100%;
}
.services-two__icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.services-two__icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 67px;
    font-size: 32px;
    color: #fff;
    background-color: #1c2142;
}
.services-two__content {
    position: relative;
    display: block;
    padding: 23px 30px 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.services-two__content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6px;
    background-color: #1c2142;
}
.services-two__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.services-two__title a {
    color: #222232;
}
.services-two__text {
    margin-top: 11px;
}
.services-two__hover-single {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    z-index: 2;
}
.services-two__single:hover .services-two__hover-single {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.services-two__hover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.services-two__hover-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6px;
    background-color: #1c2142;
    z-index: 2;
}
.services-two__hover-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(8, 21, 40, 0.8);
    z-index: 1;
}
.services-two__hover-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 67px;
    top: 0;
    right: 0;
    background-color: #1c2142;
    z-index: 2;
}
.services-two__hover-icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.services-two__hover-single:hover .services-two__hover-icon span {
    transform: scale(0.9);
}
.services-two__hover-content {
    position: absolute;
    bottom: 25px;
    left: 30px;
    z-index: 2;
}
.services-two__hover-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.services-two__hover-title a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-two__hover-title a:hover {
    color: #1c2142;
}
.services-two__hover-text {
    margin-top: 11px;
    color: rgba(var(--gcetl-white-rgb), 0.6);
}
/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
    position: relative;
    display: block;
    padding-bottom: 120px;
    z-index: 1;
}
.faq-one__left {
    position: relative;
    display: block;
}
.faq-one__left .section-title {
    margin-bottom: 14px;
}
.faq-one__experience-and-points-box {
    position: relative;
    display: flex;
}
.faq-one__experience {
    position: relative;
    display: block;
    margin-right: 37px;
}
.faq-one__experience-title-box {
    position: relative;
    display: block;
    z-index: 1;
}
.faq-one__experience-title-box-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.faq-one__experience-title {
    font-size: 150px;
    font-weight: 700;
    line-height: 150px;
    letter-spacing: 0;
    background-color: var(--gcetl-black);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-position: center center;
    color: rgba(0, 0, 0, 0);
}
.faq-one__experience p {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    color: var(--gcetl-black);
    margin-top: 3px;
}
.faq-one__points {
    position: relative;
    display: block;
    margin-top: 18px;
}
.faq-one__points li {
    position: relative;
    display: flex;
}
.faq-one__points li + li {
    margin-top: 43px;
}
.faq-one__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7px;
    max-width: 52px;
    width: 100%;
    height: 52px;
    border-radius: 50%;
    background-color: #1c2142;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-one__points li:hover .icon {
    background-color: var(--gcetl-black);
}
.faq-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-one__points li .content {
    position: relative;
    display: block;
    margin-left: 20px;
}
.faq-one__points li .content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 1px;
}
.faq-one__right {
    position: relative;
    display: block;
}
.faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background-color: #eef3f8;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 23px 40px 24px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-right: 25px;
}
.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: var(--gcetl-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #1c2142;
}
.faq-one-accrodion .accrodion + .accrodion {
    margin-top: 10px;
}
.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "fontawesome";
    font-weight: 700;
    font-size: 13px;
    color: #1c2142;
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 21px;
    height: 21px;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--gcetl-black);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 32px;
    margin-top: -11px;
    padding-left: 40px;
    padding-right: 35px;
}
.faq-one-accrodion .accrodion-content p {
    margin: 0;
}
/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 80px 0 55px;
    z-index: 1;
}
.testimonial-two__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 483px;
    background-image: -moz-linear-gradient(90deg, rgba(254, 253, 253, 0) 0%, rgb(237, 242, 248) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(254, 253, 253, 0) 0%, rgb(237, 242, 248) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(254, 253, 253, 0) 0%, rgb(237, 242, 248) 100%);
    z-index: -1;
}
.testimonial-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 483px;
    opacity: 0.5;
    mix-blend-mode: luminosity;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.testimonial-two__bottom {
    position: relative;
    display: block;
}
.testimonial-two__carousel {
    position: relative;
    display: block;
}
.testimonial-two__single {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 40px 50px 33px;
    padding-right: 160px;
    z-index: 1;
}
.testimonial-two__client-img-and-info {
    position: relative;
    display: flex;
    align-items: center;
}
.testimonial-two__client-img {
    position: relative;
    display: block;
    width: 87px;
    border-radius: 50%;
}
.testimonial-two__client-img img {
    width: 100%;
    border-radius: 50%;
    border: 4px solid #c8642e;
}
.testimonial-two__client-info {
    position: relative;
    display: block;
    margin-left: 20px;
}
.testimonial-two__client-info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.testimonial-two__client-info h3 a {
    color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.testimonial-two__client-info h3 a:hover {
    color: #1c2142;
}
.testimonial-two__client-info p {
    font-size: 14px;
    color: #1c2142;
    line-height: 26px;
}
.testimonial-two__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 7px;
}
.testimonial-two__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
    z-index: -1;
}
.testimonial-two__shape-1 img {
    width: auto;
}
.testimonial-two__shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.testimonial-two__shape-2 img {
    width: auto;
}
.testimonial-two__shape-3 {
    position: absolute;
    top: 34px;
    right: 0;
    z-index: -1;
}
.testimonial-two__shape-3 img {
    width: auto;
}
.testimonial-two__shape-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.testimonial-two__shape-4 img {
    width: auto;
}
.testimonial-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonial-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}
.testimonial-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}
/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
    position: relative;
    display: block;
    z-index: 1;
}
.project-two__inner {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}
.project-two__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10000px;
    right: 100px;
    bottom: 0;
    background-color: var(--gcetl-black);
    z-index: -1;
}
.project-two__bg {
    position: absolute;
    top: 0;
    left: -375px;
    bottom: 0;
    width: 90.75%;
    opacity: 0.1;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    z-index: -1;
}
.project-two__left {
    position: relative;
    display: block;
    margin-right: 40px;
    z-index: 5;
}
.project-two__left .section-title {
    margin-bottom: 31px;
}
.project-two__left .section-title__tagline {
    color: #7e8a9b;
}
.project-two__left .section-title__title {
    color: #fff;
}
.project-two__text {
    color: #7e8a9b;
}
.project-two__completed-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #1c2142;
    padding: 18px 20px 17px;
    margin-top: 41px;
}
.project-two__completed-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-two__completed-icon:hover {
    background-color: #fff;
}
.project-two__completed-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-two__completed-icon:hover span {
    color: var(--gcetl-black);
}
.project-two__completed-content {
    position: relative;
    display: block;
    margin-left: 24px;
    padding-left: 32px;
}
.project-two__completed-content::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    bottom: -17px;
    width: 2px;
    background-color: rgba(var(--gcetl-white-rgb), 0.1);
}
.project-two__count {
    position: relative;
    display: block;
}
.project-two__count h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0;
}
.project-two__completed-content p {
    color: #fff;
    margin-top: 5px;
}
.project-two__right {
    position: relative;
    display: block;
    margin-right: -375px;
}
.project-two__carousel {
    position: relative;
    display: block;
}
.project-two__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.project-two__carousel.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}
.project-two__carousel.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}
.project-two__single {
    position: relative;
    display: block;
}
.project-two__img-box {
    position: relative;
    display: block;
}
.project-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.project-two__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(12, 38, 52, 0.6);
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateY(-90deg) scale(0.2);
    transform: perspective(400px) rotateY(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.project-two__single:hover .project-two__img:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) rotateY(0deg) scale(1);
    transform: perspective(400px) rotateY(0deg) scale(1);
}
.project-two__img img {
    width: 100%;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
}
.project-two__single:hover .project-two__img img {
    transform: scale(1.1) rotate(2deg);
}
.project-two__title-box {
    position: relative;
    display: block;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 19px 20px 23px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-two__single:hover .project-two__title-box {
    background-color: rgb(15, 33, 60);
}
.project-two__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}
.project-two__title a {
    color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-two__single:hover .project-two__title a {
    color: #fff;
}
.project-two__tagline {
    position: absolute;
    bottom: 42px;
    right: -33px;
    background-color: #1c2142;
    padding: 14px 25px 14px;
    transform: rotate(90deg);
    z-index: 2;
}
.project-two__tagline p {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
}
.project-two__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: -120px;
    right: 40.6%;
}
.project-two__carousel.owl-theme .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 0;
    color: #fff;
    background-color: #1c2142;
    font-size: 16px;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-two__carousel.owl-theme .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 0;
    color: #fff;
    background-color: #1c2142;
    font-size: 16px;
    margin: 0;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    display: inline-block;
}
.project-two__carousel.owl-theme .owl-nav .owl-next span,
.project-two__carousel.owl-theme .owl-nav .owl-prev span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-two__carousel.owl-theme .owl-nav .owl-next:hover,
.project-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    background-color: #fff;
    color: var(--gcetl-black);
}
/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
    position: relative;
    display: block;
}
.brand-two__inner {
    position: relative;
    display: block;
    padding: 83px 0 60px;
    border-bottom: 1px solid var(--gcetl-bdr-color);
}
.brand-two__carousel {
    position: relative;
    display: block;
}
.brand-two__single {
    position: relative;
    display: block;
    text-align: center;
    z-index: 1;
}
.brand-two__img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gcetl-primary);
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.brand-two__single:hover .brand-two__img:before {
    opacity: 1;
}
.brand-two__img {
    position: relative;
    display: inline-block;
    z-index: 10;
}
.brand-two__img > img {
    position: relative;
    -webkit-transition: 500ms;
    transition: 500ms;
    opacity: 0.2;
}
.brand-two__single:hover .brand-two__img > img {
    opacity: 0.6;
}
/*--------------------------------------------------------------
# Get Free
--------------------------------------------------------------*/
.get-free {
    position: relative;
    display: block;
    padding: 100px 0 120px;
    overflow: hidden;
    z-index: 1;
}
.get-free__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 58.6%;
    background-color: var(--gcetl-black);
    z-index: -1;
}
.get-free__bg-two {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 41.5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    z-index: -1;
}
.get-free__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.04;
    z-index: -1;
}
.get-free__shape-1 img {
    width: auto;
}
.get-free__shape-2 {
    position: absolute;
    top: 0;
    right: -30px;
    opacity: 0.7;
}
.get-free__shape-2 img {
    width: auto;
}
.get-free__shape-3 {
    position: absolute;
    bottom: -30px;
    right: 0;
}
.get-free__shape-3 img {
    width: auto;
}
.get-free__shape-4 {
    position: absolute;
    bottom: -30px;
    right: 0;
    opacity: 0.7;
}
.get-free__shape-4 img {
    width: auto;
}
.get-free__shape-5 {
    position: absolute;
    bottom: -30px;
    right: 0;
}
.get-free__shape-5 img {
    width: auto;
}
.get-free__inner {
    position: relative;
    display: flex;
    align-items: center;
}
.get-free__left {
    position: relative;
    display: block;
}
.get-free__left .section-title {
    margin-bottom: 31px;
}
.get-free__left .section-title__tagline {
    color: #7e8a9b;
}
.get-free__left .section-title__title {
    color: #fff;
}
.get-free__text {
    color: #7e8a9b;
}
.get-free__btn-box {
    position: relative;
    display: block;
    margin-top: 41px;
}
.get-free__btn:hover {
    color: var(--gcetl-black);
}
.get-free__btn::before {
    background-color: #fff;
}
.get-free__right {
    position: relative;
    display: block;
    margin-left: 80px;
}
.get-free__contact {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    background-color: #1c2142;
    padding: 33px 30px 25px;
}
.get-free__contact::before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50px;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 23px solid #1c2142;
}
.get-free__contact a {
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.get-free__contact a:hover {
    color: var(--gcetl-black);
}
.get-free__contact-icon {
    position: absolute;
    top: -27px;
    left: 30px;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.get-free__contact-icon:hover {
    background-color: #1c2142;
}
.get-free__contact-icon span {
    position: relative;
    display: inline-block;
    font-size: 19px;
    color: #1c2142;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.get-free__contact-icon:hover span {
    color: #fff;
}
/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
    position: relative;
    display: block;
    background-color: var(--gcetl-primary);
}
.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 483px;
    width: 100%;
    mix-blend-mode: luminosity;
}
/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
    position: relative;
    display: block;
    background-color: var(--gcetl-black);
    padding: 188px 0 120px;
    clip-path: polygon(63% 0, 100% 19%, 100% 100%, 0 100%, 0 17%);
    margin-top: -109px;
    z-index: 22;
}
.feature-two__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.feature-two__shape-1 img {
    width: auto;
}
.feature-two__single {
    position: relative;
    display: flex;
    align-items: center;
    border: 4px solid #fff;
    background-color: var(--gcetl-black);
    margin-bottom: 30px;
}
.feature-two__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 110px;
    width: 100%;
    height: 186px;
    background-color: #1c2142;
}
.feature-two__icon::before {
    content: "";
    position: absolute;
    top: 20px;
    right: -12px;
    border-top: 20px solid transparent;
    border-left: 12px solid #1c2142;
    border-bottom: 20px solid transparent;
}
.feature-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: #fff;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.feature-two__single:hover .feature-two__icon span {
    transform: scale(0.9);
}
.feature-two__content {
    position: relative;
    display: block;
    margin-left: 30px;
}
.feature-two__content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.feature-two__content h3 a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.feature-two__content h3 a:hover {
    color: #1c2142;
}
.feature-two__content p {
    color: #7e8a9b;
    margin-top: 16px;
}
.feature-two__bottom-text {
    position: relative;
    display: block;
    border: 1px solid #283953;
    padding: 10px 20px 10px;
}
.feature-two__bottom-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
}
/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
    position: relative;
    display: block;
    padding: 120px 0 180px;
    z-index: 1;
}
.about-three__left {
    position: relative;
    display: block;
    margin-left: 110px;
}
.about-three__img-box {
    position: relative;
    display: block;
}
.about-three__img {
    position: relative;
    display: block;
}
.about-three__img img {
    width: 100%;
}
.about-three__img-2 {
    position: absolute;
    left: -241px;
    top: 79px;
}
.about-three__img-2 img {
    width: auto;
}
.about-three__shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.9;
}
.about-three__shape-1 img {
    width: auto;
}
.about-three__shape-2 {
    position: absolute;
    top: 109px;
    right: 198px;
    bottom: 109px;
    left: -207px;
    border: 6px solid #1c2142;
    z-index: 1;
}
.about-three__right {
    position: relative;
    display: block;
    margin-left: 70px;
}
.about-three__right .section-title {
    margin-bottom: 30px;
}
.about-three__points {
    position: relative;
    display: block;
    margin-top: 31px;
    margin-bottom: 29px;
}
.about-three__points li {
    position: relative;
    display: flex;
    align-items: center;
}
.about-three__points li + li {
    margin-top: 8px;
}
.about-three__points li .icon {
    position: relative;
    display: inline-block;
}
.about-three__points li .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    font-size: 9px;
    color: #fff;
    background-color: #1c2142;
    border-radius: 50%;
}
.about-three__points li .text {
    margin-left: 22px;
}
.about-three__points li .text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--gcetl-black);
}
.about-three__text-two {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #1c2142;
    letter-spacing: var(--gcetl-letter-spacing);
}
.about-three__text-two::before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e2878c;
}
.about-three__person-and-trusted {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -8px;
}
.about-three__person {
    position: relative;
    display: flex;
    align-items: center;
}
.about-three__person::before {
    content: "";
    position: absolute;
    bottom: -53px;
    left: -10px;
    right: -46px;
    height: 4px;
    background-color: #d9e1e9;
}
.about-three__person-img {
    position: relative;
    display: block;
    width: 67px;
    border-radius: 50%;
}
.about-three__person-img::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 2px solid rgb(207, 3, 23);
}
.about-three__person-img img {
    width: 100%;
    border-radius: 50%;
}
.about-three__person-content {
    position: relative;
    display: block;
    margin-left: 30px;
}
.about-three__person-content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}
.about-three__person-content p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 7px;
}
.about-three__trusted {
    position: relative;
    display: block;
    max-width: 180px;
    width: 100%;
    text-align: center;
    padding: 28px 30px 25px;
    margin-left: 76px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.about-three__trusted-shape-1 {
    position: absolute;
    width: 103px;
    height: 103px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg, rgb(235, 241, 247) 0%, rgba(254, 253, 253, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(235, 241, 247) 0%, rgba(254, 253, 253, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(235, 241, 247) 0%, rgba(254, 253, 253, 0) 100%);
    z-index: -1;
}
.about-three__trusted::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #1c2142;
}
.about-three__trusted-icon {
    position: relative;
    display: inline-block;
}
.about-three__trusted-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #1c2142;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.about-three__trusted:hover .about-three__trusted-icon span {
    transform: scale(0.9);
}
.about-three__trusted-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: var(--gcetl-black);
    margin-top: 6px;
}
/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
}
.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1c2142;
    padding: 73px 60px 80px;
    padding-left: 370px;
}
.cta-one__title {
    position: relative;
    display: block;
}
.cta-one__title h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
}
.cta-one__btn-box {
    position: relative;
    top: 4px;
}
.cta-one__btn {
    color: var(--gcetl-black);
    background-color: #fff;
}
.cta-one__img {
    position: absolute;
    top: 0;
    left: 0;
}
.cta-one__img img {
    width: auto;
}
/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    background-color: var(--gcetl-black);
    z-index: 1;
}
.services-three__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.services-three .section-title__tagline {
    color: #7e8a9b;
}
.services-three .section-title__title {
    color: #fff;
}
/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
    position: relative;
    display: block;
    background-color: #ebf1f7;
    z-index: 1;
}
.testimonial-three__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 47.9%;
    opacity: 0.1;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    z-index: -1;
}
.testimonial-three__left {
    position: relative;
    display: block;
    background-color: #1c2142;
    margin-left: -375px;
    margin-right: 70px;
    padding: 88px 100px 100px;
    overflow: hidden;
    z-index: 1;
}
.testimonial-three__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.15;
    mix-blend-mode: multiply;
    z-index: -1;
}
.testimonial-three__shape-1 img {
    width: auto;
}
.testimonial-three__carousel {
    position: relative;
    display: block;
}
.testimonial-three__single {
    position: relative;
    display: block;
}
.testimonial-three__quote {
    position: relative;
    display: inline-block;
}
.testimonial-three__quote span {
    font-size: 96px;
    color: #fff;
    position: relative;
    line-height: 96px;
}
.testimonial-three__text {
    font-size: 26px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    margin-top: -34px;
    margin-bottom: 24px;
}
.testimonial-three__client-info-box {
    position: relative;
    display: flex;
    align-items: center;
}
.testimonial-three__client-img {
    position: relative;
    display: block;
    width: 87px;
    border: 4px solid var(--gcetl-black);
    border-radius: 50%;
}
.testimonial-three__client-img img {
    width: 100%;
    border-radius: 50%;
}
.testimonial-three__client-info {
    position: relative;
    display: block;
    margin-left: 20px;
}
.testimonial-three__client-info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
}
.testimonial-three__client-info h3 a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.testimonial-three__client-info h3 a:hover {
    color: var(--gcetl-black);
}
.testimonial-three__client-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    color: #fff;
    margin-top: 8px;
}
.testimonial-three__right {
    position: relative;
    display: block;
    padding-top: 100px;
}
.testimonial-three__points {
    position: relative;
    display: flex;
    align-items: center;
}
.testimonial-three__points li {
    position: relative;
    display: block;
    padding-bottom: 45px;
    border-bottom: 3px solid var(--gcetl-bdr-color);
}
.testimonial-three__points li + li {
    margin-left: 30px;
}
.testimonial-three__points li .icon {
    position: relative;
    display: inline-block;
}
.testimonial-three__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #1c2142;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.testimonial-three__points li:hover .icon span {
    transform: scale(0.9);
}
.testimonial-three__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 7px;
    margin-bottom: 12px;
}
/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.project-three .container {
    max-width: 1600px;
}
.project-three .project-two__single {
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Together One
--------------------------------------------------------------*/
.together-one {
    position: relative;
    display: block;
    padding-bottom: 120px;
    z-index: 1;
}
.together-one__left {
    position: relative;
    display: block;
}
.together-one .section-title {
    margin-bottom: 31px;
}
.together-one__text-1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: var(--gcetl-letter-spacing);
    color: #1c2142;
}
.together-one__text-2 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.together-one__points {
    position: relative;
    display: flex;
    align-items: center;
}
.together-one__points li {
    position: relative;
    display: block;
}
.together-one__points li + li {
    margin-left: 30px;
}
.together-one__points li .icon {
    position: relative;
    display: inline-block;
}
.together-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #1c2142;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.together-one__points li:hover .icon span {
    transform: scale(0.9);
}
.together-one__points li h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 7px;
    margin-bottom: 6px;
}
.together-one__points li p {
    font-size: 15px;
}
.together-one__right {
    position: relative;
    display: block;
}
.together-one__explore {
    position: relative;
    display: flex;
    background-color: #1c2142;
    border-radius: 50%;
    margin-bottom: 20px;
    height: 270px;
    width: 270px;
    align-items: center;
    justify-content: center;
}
.together-one__explore p {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    letter-spacing: var(--gcetl-letter-spacing);
}
.together-one__img {
    position: relative;
    display: block;
    margin-left: 48px;
}
.together-one__img img {
    width: 100%;
}
.together-one__advice {
    position: relative;
    display: flex;
    background-color: #1c2142;
    border-radius: 50%;
    margin-top: 19px;
    height: 270px;
    width: 270px;
    align-items: center;
    justify-content: center;
}
.together-one__advice p {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    letter-spacing: var(--gcetl-letter-spacing);
}
.together-one__img-2 {
    position: relative;
    display: block;
    margin-left: -9px;
    margin-right: 56px;
}
.together-one__img-2 img {
    width: 100%;
}
/*--------------------------------------------------------------
# Expectation One
--------------------------------------------------------------*/
.expectation-one {
    position: relative;
    display: block;
    padding-top: 120px;
    background-color: var(--gcetl-black);
    overflow: hidden;
    z-index: 1;
}
.expectation-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.expectation-one .section-title__tagline {
    color: #fff;
}
.expectation-one .section-title__title {
    color: #fff;
}
.expectation-one__inner {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--gcetl-white-rgb), 0.1);
}
.expectation-one__inner .container {
    max-width: 1700px;
}
.expectation-one__points {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.expectation-one__points li {
    position: relative;
    display: block;
    padding-top: 87px;
    padding-bottom: 71px;
}
.expectation-one__points li::before {
    content: "";
    position: absolute;
    top: 0;
    right: -83px;
    bottom: 0;
    width: 1px;
    background-color: rgba(var(--gcetl-white-rgb), 0.1);
}
.expectation-one__points li:last-child::before {
    display: none;
}
.expectation-one__points li + li {
    margin-left: 165px;
}
.expectation-one__points li .icon {
    position: relative;
    display: inline-block;
}
.expectation-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #1c2142;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.expectation-one__points li:hover .icon span {
    transform: scale(0.9);
}
.expectation-one__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 15px;
    margin-bottom: 13px;
}
.expectation-one__title a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.expectation-one__title a:hover {
    color: #1c2142;
}
.expectation-one__text {
    color: rgba(var(--gcetl-white-rgb), 0.7);
}
/*--------------------------------------------------------------
# News Two
--------------------------------------------------------------*/
.news-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
.news-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.news-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.news-two__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(90deg, rgb(15, 33, 60) 0%, rgba(15, 33, 60, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(15, 33, 60) 0%, rgba(15, 33, 60, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(15, 33, 60) 0%, rgba(15, 33, 60, 0) 100%);
    z-index: 1;
}
.news-two__img img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news-two__single:hover .news-two__img img {
    transform: scale(1.08);
}
.news-two__date {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    padding: 11px 20px 11px;
    color: #fff;
    background-color: #1c2142;
    z-index: 2;
}
.news-two__title {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 31px;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    letter-spacing: -0.04em;
    z-index: 2;
}
.news-two__title a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news-two__title a:hover {
    color: #1c2142;
}
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    height: 128px;
    position: relative;
    display: block;
    background-color: var(--gcetl-black);
    overflow: hidden;
    z-index: 1;
}
.page-header__bg {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.page-header__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 49.4%;
    background-image: -moz-linear-gradient(0deg, rgb(15, 33, 60) 0%, rgba(15, 33, 60, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(15, 33, 60) 0%, rgba(15, 33, 60, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(15, 33, 60) 0%, rgba(15, 33, 60, 0) 100%);
    z-index: -1;
}
.page-header__inner {
    position: relative;
    display: block;
    /*  padding: 162px 0 164px;*/
    padding: 36px 0 46px;
    z-index: 15;
}
.page-header__inner h2 {
    font-size: 39px;
    color: #fff;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
}
.thm-breadcrumb__inner {
    position: absolute;
    bottom: 0;
    left: 0;
}
.thm-breadcrumb {
    position: relative;
    display: block;
    background-color: rgb(17 31 60 / 92%);
    /* background-color: rgba(var(--gcetl-white-rgb), .10);
  border: 1px solid rgba(var(--gcetl-white-rgb), .10);*/
    padding: 8px 30px 11px;
}
.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    color: #fff;
}
.thm-breadcrumb li + li {
    margin-left: 7px;
}
.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    color: #fff;
}
.thm-breadcrumb li:hover a {
    color: #1c2142;
    opacity: 1;
}
.thm-breadcrumb li span {
    font-size: 14px;
}
.page-header__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.21;
    z-index: -1;
}
.page-header__shape-1 img {
    width: auto;
}
.page-header__shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: lighten;
    z-index: -1;
}
.page-header__shape-2 img {
    width: auto;
}
.page-header__shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: darken;
    z-index: -1;
}
.page-header__shape-3 img {
    width: auto;
}
/*--------------------------------------------------------------
# News Page
--------------------------------------------------------------*/
.news-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.contact-page__left {
    position: relative;
    display: block;
}
.contact-page__form-box {
    position: relative;
    display: block;
    padding: 50px 50px 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.contact-page__form {
    position: relative;
    display: block;
}
.contact-page__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
    height: 58px;
    width: 100%;
    border: none;
    background-color: var(--gcetl-primary);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    color: var(--gcetl-gray);
    display: block;
    font-weight: 400;
}
.contact-page__input-box textarea {
    font-size: 14px;
    color: var(--gcetl-gray);
    height: 138px;
    width: 100%;
    background-color: var(--gcetl-primary);
    padding: 15px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
    font-weight: 500;
}
.contact-page__input-box.text-message-box {
    height: 138px;
}
.contact-page__btn {
    border: none;
}
.contact-page__right {
    position: relative;
    display: block;
    margin-left: 100px;
}
.contact-page__right .section-title {
    margin-bottom: 41px;
}
.contact-page__points {
    position: relative;
    display: block;
}
.contact-page__points li {
    position: relative;
    display: flex;
    align-items: center;
}
.contact-page__points li + li {
    margin-top: 20px;
}
.contact-page__points li .icon {
    position: relative;
    display: inline-block;
}
.contact-page__points li .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 22px;
    color: #fff;
    background-color: #1c2142;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-page__points li .icon span:hover {
    color: #fff;
    background-color: var(--gcetl-black);
}
.contact-page__points li .text {
    position: relative;
    display: block;
    margin-left: 30px;
}
.contact-page__points li .text p {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--gcetl-gray);
}
.contact-page__points li .text h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #3c3d40;
    letter-spacing: 0;
    margin-top: 1px;
}
.contact-page__points li .text h3 a {
    color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.contact-page__points li .text h3 a:hover {
    color: #1c2142;
}
/*--------------------------------------------------------------
# Google Map Two
--------------------------------------------------------------*/
.google-map-two {
    position: relative;
    display: block;
    background-color: var(--gcetl-primary);
}
.google-map__two {
    position: relative;
    display: block;
    border: none;
    height: 492px;
    width: 100%;
    mix-blend-mode: luminosity;
}
/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}
.news-details__left {
    position: relative;
    display: block;
}
.news-details__img {
    position: relative;
    display: block;
}
.news-details__img img {
    width: 100%;
}
.news-details__left p img {
  max-width: 100%;
  height: auto !important;
}
.news-details__content table {
  max-width: 100%;
}
.news-details__date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #1c2142;
    padding: 10px 20px 12px;
}
.news-details__date p {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    color: #fff;
}
.news-details__content {
    position: relative;
    display: block;
    padding: 22px 42px 35px;
    border-bottom: 1px solid var(--gcetl-bdr-color);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.news-details__content table.Table {
  margin-left: 0 !important;
    max-width: 100% !important;
    width: 632px !important;
}
.news-details__content table {
  max-width:100%;
  height:auto;
}

.news-details__content table.Table p {
  text-align: left !important;
}
.news-details__content table.Table p a {
  text-decoration: none !important;
}
.news-details__content p img {
  max-width: 100%;
  height: auto !important;
}
.news-details__meta {
    position: relative;
    display: flex;
    align-items: center;
}
.news-details__meta li {
    position: relative;
    display: flex;
    align-items: center;
}
.news-details__meta li + li {
    margin-left: 32px;
}
.news-details__meta li .icon {
    position: relative;
    display: inline-block;
    margin-right: 4px;
}
.news-details__meta li .icon span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #1c2142;
}
.news-details__meta li .text {
    position: relative;
    display: block;
}
.news-details__meta li .text p {
    font-size: 14px;
    font-weight: 400;
    color: #7b7e84;
}
.news-details__meta li > span {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 14px;
    color: #d9e1e9;
}
.news-details__title-1 {
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 18px;
    border-bottom: 2px solid var(--gcetl-bdr-color);
}
.news-details__title-1::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 70px;
    background-color: #1c2142;
}
.news-details__text-1 {
    font-size: 15px;
}
.news-details__text-2 {
    margin-top: 30px;
    margin-bottom: 31px;
}
.news-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 29px;
    margin-bottom: 31px;
}
.news-details__bottom p {
    margin: 0;
}
.news-details__tags span {
    color: var(--gcetl-black);
    font-size: 20px;
    margin-right: 7px;
    font-weight: 600;
    letter-spacing: var(--gcetl-letter-spacing);
}
.news-details__tags a {
    position: relative;
    color: #fff;
    font-size: 13px;
    background-color: #1c2142;
    display: inline-block;
    padding: 4px 20px 6px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news-details__tags a:hover {
    background-color: var(--gcetl-black);
    color: #fff;
}
.news-details__tags a + a {
    margin-left: 7px;
}
.news-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-details__social-list a {
    position: relative;
    height: 43px;
    width: 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;
    text-align: center;
    color: var(--gcetl-black);
    background-color: var(--gcetl-primary);
    font-size: 14px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.news-details__social-list a:hover {
    color: #fff;
}
.news-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #1c2142;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scalex(0);
    transform: scaleX(0);
    z-index: -1;
}
.news-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scalex(1);
    transform: scalex(1);
}
.news-details__social-list a + a {
    margin-left: 10px;
}
.news-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 54px;
}
.news-details__pagenation {
    position: relative;
    display: block;
}
.news-details__content table.Table ul {
  padding: 0;
  list-style: none;
}
.news-details__pagenation li {
    position: relative;
    float: left;
    font-size: 20px;
    color: var(--gcetl-black);
    font-weight: 600;
    background-color: var(--gcetl-primary);
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 53px;
    padding-bottom: 47px;
    letter-spacing: var(--gcetl-letter-spacing);
}
.news-details__pagenation li + li {
    margin-left: 30px;
}
.news-details__pagenation li:hover {
    background-color: var(--gcetl-black);
    color: #fff;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title,
.comment-form__title {
    margin: 0;
    font-size: 36px;
    margin-bottom: 52px;
    font-weight: 600;
}
.comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--gcetl-bdr-color);
    padding-bottom: 60px;
    margin-bottom: 60px;
    position: relative;
    align-items: center;
}
.comment-one__content {
    position: relative;
    margin-left: 45px;
}
.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 23px;
    font-weight: 600;
}
.comment-one__content p {
    font-size: 15px;
}
.comment-one__btn {
    padding: 4px 20px 6px;
    position: absolute;
    top: -11px;
    right: 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.comment-one__image {
    position: relative;
    display: block;
    border-radius: 50%;
}
.comment-one__image img {
    border-radius: 50%;
}
.comment-form .comment-form__title {
    margin-top: -7px;
}
.comment-one__form .row {
    --bs-gutter-x: 20px;
}
.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 58px;
    width: 100%;
    border: none;
    background-color: var(--gcetl-primary);
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--gcetl-gray);
    display: block;
}
.comment-form__input-box textarea {
    font-size: 14px;
    color: var(--gcetl-gray);
    height: 138px;
    width: 100%;
    background-color: var(--gcetl-primary);
    padding: 20px 30px 30px;
    border: none;
    outline: none;
    font-weight: 400;
    margin-bottom: 0px;
}
.comment-form__btn {
    border: none;
}
.comment-form__input-box.text-message-box {
    height: 138px;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 0px;
    }
    .get-quote-btn {
      display: none;
    }
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}
.sidebar__title {
    position: relative;
    margin: 0;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
    padding-left: 12px;
}
.sidebar__title::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    border-top: 6px solid transparent;
    border-left: 7px solid #1c2142;
    border-bottom: 6px solid transparent;
}
.sidebar__search {
    position: relative;
    display: block;
}
.sidebar__search-form {
    position: relative;
}
.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: #1c2142;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-left: 50px;
    height: 76px;
    width: 100%;
    padding-right: 80px;
}
.sidebar__search-form ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.sidebar__search-form ::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.sidebar__search-form ::placeholder {
    color: #fff;
    opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder {
    color: #fff;
}
.sidebar__search-form ::-ms-input-placeholder {
    color: #fff;
}
.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.sidebar__post {
    position: relative;
    display: block;
    padding: 30px 14px 25px;
    background-color: var(--gcetl-primary);
    overflow: hidden;
    z-index: 1;
}
.sidebar__post .sidebar__title {
    margin-left: 20px;
}
.sidebar__post-list {
    margin: 0;
}
.sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px 7px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__post-list li:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
.sidebar__post-list li + li {
    margin-top: 10px;
}
.sidebar__post-image {
    margin-right: 17px;
}
.sidebar__post-image > img {
    width: 70px;
}
.sidebar__post-content {
    position: relative;
    top: -3px;
}
.sidebar__post-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
}
.sidebar__post-content-meta {
    line-height: 23px;
    font-weight: 400;
    font-size: 14px;
    color: var(--gcetl-gray);
    letter-spacing: normal;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__post-content-meta i {
    color: #1c2142;
    font-size: 13px;
    padding-right: 4px;
}
.sidebar__post-content h3 a {
    color: #282c31;
    transition: all 500ms ease;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 2px;
    line-height: 21px;
}
.sidebar__category {
    position: relative;
    display: block;
    background-color: var(--gcetl-primary);
    padding: 46px 30px 33px;
    overflow: hidden;
    z-index: 1;
}
.sidebar__category .sidebar__title {
    margin-bottom: 9px;
}
.sidebar__category-list {
    margin: 0;
}
.sidebar__category-list li + li {
    margin-top: 4px;
}
.sidebar__category-list li a {
    color: var(--gcetl-gray);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 7px 20px 7px;
    font-weight: 400;
}
.sidebar__category-list li a:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    color: var(--gcetl-black);
}
.sidebar__category-list li.active a {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    color: var(--gcetl-black);
}
.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #1c2142;
    text-align: center;
    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;
    font-size: 15px;
}
.sidebar__category-list li a:hover span {
    color: #1c2142;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.sidebar__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #1c2142;
}
.sidebar__tags {
    position: relative;
    display: block;
    background: var(--gcetl-primary);
    padding: 45px 45px 50px;
    overflow: hidden;
    z-index: 1;
}
.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 25px;
}
.sidebar__tags-list {
    margin-top: -10px;
}
.sidebar__tags-list a {
    font-size: 13px;
    color: var(--gcetl-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
    display: inline-block;
    padding: 4px 20px 6px;
    margin-left: 6px;
    font-weight: 400;
}
.sidebar__tags-list a + a {
    margin-left: 6px;
    margin-top: 10px;
}
.sidebar__tags-list a:hover {
    color: #fff;
    background: #1c2142;
}
/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
    position: relative;
    display: block;
    padding: 120px 0 0;
}
.project-details__img {
    position: relative;
    display: block;
}
.project-details__img img {
    width: 100%;
}
.project-details__info {
    position: relative;
    display: block;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    margin-top: -69px;
    padding: 39px 60px 49px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.project-details__info-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-details__info-list li {
    position: relative;
    display: block;
}
.project-details__info-list li:first-child::before {
    display: none;
}
.project-details__info-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -68px;
    height: 47px;
    width: 1px;
    background-color: rgba(var(--gcetl-black-rgb), 0.1);
    transform: rotate(17deg);
}
.project-details__info-list li p {
    margin-bottom: 6px;
}
.project-details__info-list li h4 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
}
.project-details__social-list {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -5px;
}
.project-details__social-list a {
    font-size: 14px;
    color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-details__social-list a:hover {
    color: #1c2142;
}
.project-details__social-list a + a {
    margin-left: 27px;
}
.project-details__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #1c2142;
}
.project-details__title-1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 35px;
    margin-bottom: 27px;
}
.project-details__title-2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 42px;
    margin-bottom: 23px;
}
.project-details__img-and-points-box {
    position: relative;
    display: block;
    margin-top: 52px;
    margin-bottom: 51px;
}
.project-details__img-two {
    position: relative;
    display: block;
}
.project-details__img-two img {
    width: 100%;
}
.project-details__points {
    position: relative;
    display: block;
}
.project-details__points li {
    position: relative;
    display: flex;
    align-items: center;
}
.project-details__points li + li {
    margin-top: 6px;
}
.project-details__points li .icon {
    position: relative;
    display: inline-block;
    top: 3px;
}
.project-details__points li .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 9px;
    border-radius: 50%;
    color: #fff;
    background-color: #1c2142;
}
.project-details__points li .text {
    margin-left: 20px;
}
.project-details__points li .text p {
    font-size: 16px;
    font-weight: 500;
    color: var(--gcetl-black);
}
.project-details__pagination-box {
    position: relative;
    display: block;
    margin-top: 54px;
}
.project-details__pagination-single {
    position: relative;
    display: flex;
    background-color: var(--gcetl-primary);
    padding: 43px 50px 45px;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-details__pagination-single-two {
    justify-content: flex-end;
}
.project-details__pagination-single:hover {
    background-color: #1c2142;
}
.project-details__next-content {
    position: relative;
    display: block;
}
.project-details__pagination-single a {
    position: relative;
    display: block;
    color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-details__pagination-sub-title {
    font-size: 14px;
    margin: 0;
    line-height: 25px;
    font-weight: 300;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-details__pagination-single:hover .project-details__pagination-sub-title {
    color: #fff;
}
.project-details__pagination-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--gcetl-black);
    display: block;
    letter-spacing: var(--gcetl-letter-spacing);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-details__pagination-single:hover .project-details__pagination-title {
    color: #fff;
}
.project-details__previous-content {
    position: relative;
    display: block;
    text-align: right;
}
.project-details__arrow {
    position: relative;
    display: block;
    margin-right: 20px;
}
.project-details__arrow > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    font-size: 16px;
    color: var(--gcetl-black);
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-details__arrow > a:hover {
    color: #fff;
    background-color: var(--gcetl-black);
}
.project-details__previous-content {
    position: relative;
    display: block;
    text-align: right;
}
.project-details__pagination-single-two .project-details__arrow {
    position: relative;
    display: block;
    margin-left: 20px;
}
/*--------------------------------------------------------------
# Similar Project
--------------------------------------------------------------*/
.similar-project {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}
.similar-project .project-two__single {
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}
.services-details__left {
    position: relative;
    display: block;
    margin-top: 38px;
}
.services-details__category {
    position: relative;
    display: block;
    border: 2px solid #595a6040;
    padding: 13px 13px 13px;
    margin-bottom: 30px;
    border-radius: 10px 10px 0px 0px;
    background-color: #f7f8f9;
}
.services-details__category-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    background-color: #1c2142;
    color: #fff;
    padding: 9px 35px 12px;
    text-align: center;
    letter-spacing: 0.5px;
}
.services-details__category-list {
    margin-top: 15px;
}
.services-details__category-list li + li {
    margin-top: 4px;
}
.services-details__category-list li a {
    color: var(--gcetl-gray);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 6px 20px 7px;
}
.services-details__category-list li a:hover {
    background-color: var(--gcetl-primary);
    color: var(--gcetl-black);
    text-shadow: 0.5px 0 0 rgb(15 33 60 / 80%);
}
.services-details__category-list li.active a {
    background-color: var(--gcetl-primary);
    color: var(--gcetl-black);
    text-shadow: 0.5px 0 0 rgb(15 33 60 / 80%);
}
.services-details__category-list li a span {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #1c2142;
    text-align: center;
    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;
    font-size: 13px;
}
.services-details__category-list li a:hover span {
    color: #1c2142;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.services-details__category-list li.active a span {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    color: #1c2142;
}
.services-details__need-help {
    position: relative;
    display: block;
    text-align: center;
    background-color: #eef3f8;
    padding: 50px 50px 50px;
    overflow: hidden;
    z-index: 1;
}
.services-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    mix-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.services-details__need-help-icon {
    position: relative;
    display: inline-block;
}
.services-details__need-help-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--gcetl-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.services-details__need-help:hover .services-details__need-help-icon span {
    transform: scale(0.9);
}
.services-details__need-help-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 18px;
    margin-bottom: 30px;
}
.services-details__need-help-btn-box {
    position: relative;
    display: block;
}
.services-details__need-help-btn {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 30px 4px;
}
.services-details__need-help-shape-1 {
    position: absolute;
    bottom: 78px;
    left: -262px;
    z-index: -1;
}
.services-details__need-help-shape-1 img {
    width: auto;
}
.services-details__need-help-shape-2 {
    position: absolute;
    top: 42px;
    left: -100px;
    z-index: -1;
}
.services-details__need-help-shape-2 img {
    width: auto;
}
.services-details__need-help-shape-3 {
    position: absolute;
    bottom: -108px;
    right: -114px;
    z-index: -1;
}
.services-details__need-help-shape-3 img {
    width: auto;
}
.services-details__right {
    position: relative;
    display: block;
}
.services-details__img {
    position: relative;
    display: block;
}
.services-details__img img {
    width: 100%;
}
.services-details__icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c2142;
}
.services-details__icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services-details__icon:hover span {
    transform: scale(0.9);
}
.services-details__title-1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    margin-top: 19px;
    margin-bottom: 21px;
}
.services-details__text-box {
    position: relative;
    display: block;
    padding: 19px 40px 21px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.services-details__text-box::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 5px;
    width: 4px;
    border-radius: 2px;
    background-color: var(--gcetl-black);
}
.services-details__text-box-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #1c2142;
}
.services-details__points {
    position: relative;
    display: block;
    margin-top: 55px;
}
.services-details__points-single {
    position: relative;
    display: flex;
    border-bottom: 4px solid #d9e1e9;
    margin-bottom: 30px;
}
.services-details__points-single .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90px;
    width: 100%;
    height: 115px;
    background-color: #eef3f8;
}
.services-details__points-single .icon span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: #1c2142;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.services-details__points-single:hover .icon span {
    transform: scale(0.9);
}
.services-details__points-single .content {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-top: -6px;
}
.services-details__points-single .content h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.services-details__points-single .content p {
    margin-top: 11px;
}
.services-details__benefit {
    position: relative;
    display: block;
    margin-top: 30px;
}
.services-details__benefit-img {
    position: relative;
    display: block;
    margin-right: 27px;
}
.services-details__benefit-img img {
    width: 100%;
    border-radius: 50%;
}
.services-details__benefit-content {
    position: relative;
    display: block;
    margin-top: 32px;
}
.services-details__benefit-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.services-details__benefit-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #1c2142;
    margin-top: 32px;
    margin-bottom: 37px;
}
.services-details__benefit-points {
    position: relative;
    display: block;
}
.services-details__benefit-points li {
    position: relative;
    display: flex;
    align-items: center;
}
.services-details__benefit-points li + li {
    margin-top: 10px;
}
.services-details__benefit-points li .icon {
    position: relative;
    display: inline-block;
}
.services-details__benefit-points li .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    font-size: 9px;
    color: #fff;
    background-color: #1c2142;
    border-radius: 50%;
}
.services-details__benefit-points li .text {
    margin-left: 15px;
}
.services-details__benefit-points li .text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
    position: relative;
    display: block;
    z-index: 1;
}
.team-details__top {
    position: relative;
    display: block;
    padding: 120px 0 100px;
    border-bottom: 1px solid var(--gcetl-bdr-color);
}
.team-details__left {
    position: relative;
    display: block;
    margin-right: 20px;
}
.team-details__img {
    position: relative;
    display: block;
}
.team-details__img img {
    width: 100%;
}
.team-details__right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: -11px;
}
.team-details__top-content {
    position: relative;
    display: block;
}
.team-details__top-name {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}
.team-details__top-sub-title {
    margin-bottom: 20px;
}
.team-details__social {
    position: relative;
    display: flex;
    align-items: center;
}
.team-details__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    color: var(--gcetl-black);
    background-color: #eef3f8;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.team-details__social a:hover {
    color: #fff;
    background-color: #1c2142;
}
.team-details__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #1c2142;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}
.team-details__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.team-details__social a + a {
    margin-left: 10px;
}
.team-details__top-text-1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
    color: #1c2142;
    margin-top: 26px;
    margin-bottom: 34px;
}
.team-details__top-text-3 {
    margin-top: 30px;
    margin-bottom: 31px;
}
.team-details__bottom {
    position: relative;
    display: block;
    padding-top: 93px;
    padding-bottom: 120px;
}
.team-details__bottom-left {
    position: relative;
    display: block;
    margin-right: 50px;
    margin-top: 31px;
}
.team-details__bottom-left-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}
.team-details__bottom-left-text {
    font-size: 18px;
    padding-top: 32px;
    font-weight: 300;
}
.team-details__bottom-right {
    position: relative;
    display: block;
    margin-left: 70px;
}
.team-details__progress {
    position: relative;
    display: block;
}
.team-details__progress-single + .team-details__progress-single {
    margin-top: 14px;
}
.team-details__progress-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: var(--gcetl-black);
    margin-bottom: 15px;
}
.team-details__progress .bar {
    position: relative;
    width: 100%;
    height: 13px;
    background-color: var(--gcetl-primary);
    border-radius: 6px;
}
.team-details__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 13px;
    border-radius: 5px;
    background-color: #1c2142;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}
.team-details__progress .bar-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -3px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: var(--gcetl-black);
    border: 2px solid #fff;
    transform: translateY(-50%);
}
.team-details__progress .count-text {
    position: absolute;
    right: -6px;
    bottom: 26px;
    color: var(--gcetl-gray);
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-details__progress .bar-inner.counted .count-text {
    opacity: 1;
}
.team-details__progress .bar.marb-0 {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/
.contact-two {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 120px 0 120px;
    background-color: #eef3f8;
    z-index: 1;
}
.contact-two .container {
    max-width: 800px;
}
.contact-two__form-box {
    position: relative;
    display: block;
}
.contact-two__form {
    position: relative;
    display: block;
}
.contact-two__form .row {
    --bs-gutter-x: 20px;
}
.contact-two__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.contact-two__input-box input[type="text"],
.contact-two__input-box input[type="email"] {
    height: 58px;
    width: 100%;
    border: none;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--gcetl-gray);
    display: block;
}
.contact-two__input-box textarea {
    font-size: 14px;
    color: var(--gcetl-gray);
    font-weight: 400;
    height: 138px;
    width: 100%;
    background-color: #fff;
    padding: 20px 30px 30px;
    border: none;
    outline: none;
    margin-bottom: 0px;
}
.contact-two__btn-box {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.contact-two__btn {
    border: none;
}
.contact-two__input-box.text-message-box {
    height: 138px;
}
.contact-two__shape-1 {
    position: absolute;
    top: 0;
    left: -30px;
    opacity: 0.3;
    z-index: -1;
}
.contact-two__shape-1 img {
    width: auto;
}
.contact-two__shape-2 {
    position: absolute;
    top: -490px;
    left: 0;
    z-index: -1;
}
.contact-two__shape-2 img {
    width: auto;
}
.contact-two__shape-3 {
    position: absolute;
    top: 84px;
    left: 0;
    z-index: -1;
}
.contact-two__shape-3 img {
    width: auto;
}
.contact-two__shape-4 {
    position: absolute;
    top: 0;
    right: -30px;
    opacity: 0.3;
    z-index: -1;
}
.contact-two__shape-4 img {
    width: auto;
}
.contact-two__shape-5 {
    position: absolute;
    bottom: -325px;
    right: 0;
    z-index: -1;
}
.contact-two__shape-5 img {
    width: auto;
}
/*--------------------------------------------------------------
# Careers Page
--------------------------------------------------------------*/
.careers-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
.careers-page__single {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--gcetl-bdr-color);
    padding-right: 49px;
    margin-bottom: 30px;
}
.careers-page__img {
    position: relative;
    display: block;
    max-width: 199px;
    width: 100%;
    z-index: 1;
}
.careers-page__img img {
    width: 100%;
}
.careers-page__tag {
    position: absolute;
    top: 30px;
    right: -65px;
    padding: 11px 20px 11px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.careers-page__tag p {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}
.careers-page__content {
    position: relative;
    display: block;
    margin-left: 30px;
}
.careers-page__meta {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 55px;
    margin-bottom: 16px;
}
.careers-page__meta li {
    position: relative;
    display: flex;
    align-items: center;
}
.careers-page__meta li:before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: 9px;
    right: -15px;
    width: 1px;
    background-color: #d9e1e9;
    transform: rotate(20deg);
}
.careers-page__meta li:last-child:before {
    display: none;
}
.careers-page__meta li + li {
    margin-left: 30px;
}
.careers-page__meta li .icon {
    position: relative;
    display: flex;
    align-items: center;
}
.careers-page__meta li .icon span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #1c2142;
}
.careers-page__meta li .text {
    margin-left: 4px;
}
.careers-page__meta li .text p {
    font-size: 14px;
    font-weight: 400;
    color: #7b7e84;
}
.careers-page__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: var(--gcetl-letter-spacing);
}
.careers-page__title a {
    color: var(--gcetl-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.careers-page__title a:hover {
    color: #1c2142;
}
.careers-page__text {
    font-size: 15px;
}
.careers-page__btn-box {
    position: relative;
    display: block;
    margin-top: 20px;
}
.careers-page__btn {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 20px 2px;
}
/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
    position: relative;
    display: block;
    padding: 120px 0 0;
}
.feature-three__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.feature-three__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 122px;
    width: 122px;
    border: 1px solid var(--gcetl-bdr-color);
    border-radius: 50%;
    margin: 0 auto 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.feature-three__single:hover .feature-three__icon {
    border: 1px solid #1c2142;
}
.feature-three__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: #1c2142;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}
.feature-three__single:hover .feature-three__icon:before {
    transform: scaleX(1);
}
.feature-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 55px;
    color: #1c2142;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.feature-three__single:hover .feature-three__icon span {
    transform: scale(0.9);
    color: #fff;
}
.feature-three__title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: var(--gcetl-letter-spacing);
}
/*--------------------------------------------------------------
# Faq Search
--------------------------------------------------------------*/
.faq-search {
    position: relative;
    display: block;
    padding: 35px 0 60px;
}
.faq-search .container {
    max-width: 800px;
}
.faq-search .section-title {
    margin-bottom: 41px;
}
.faq-search-box__form {
    position: relative;
    display: block;
}
.faq-search-box__form-input {
    position: relative;
    display: block;
}
.faq-search-box__form-input input[type="search"] {
    height: 84px;
    width: 100%;
    border: 1px solid var(--gcetl-bdr-color);
    outline: none;
    background-color: #fff;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
    font-size: 18px;
    color: var(--gcetl-gray);
    font-weight: 300;
    padding-left: 40px;
    padding-right: 75px;
}
.faq-search-box__form-input button[type="submit"] {
    background-color: transparent;
    color: #1c2142;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 62px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
}
/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    padding: 0 0 90px;
}
.faq-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonials-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
.testimonial-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
.services-page__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.services-page__img-box {
    position: relative;
    display: block;
}
.services-page__img {
    position: relative;
    display: block;
}
.services-page__img img {
    width: 100%;
}
.services-page__icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
.services-page__icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 67px;
    font-size: 32px;
    color: #fff;
    background-color: #1c2142;
}
.services-page__content {
    position: relative;
    display: block;
    padding: 23px 30px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.services-page__content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6px;
    background-color: #1c2142;
}
.services-page__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.services-page__title a {
    color: #222232;
}
.services-page__text {
    margin-top: 11px;
    margin-bottom: 6px;
}
.services-page__read-more {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #081528;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.services-page__hover-single {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    z-index: 2;
}
.services-page__single:hover .services-page__hover-single {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.services-page__hover-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.services-page__hover-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6px;
    background-color: #1c2142;
    z-index: 2;
}
.services-page__hover-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(8, 21, 40, 0.8);
    z-index: 1;
}
.services-page__hover-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 67px;
    top: 0;
    right: 0;
    background-color: #1c2142;
    z-index: 2;
}
.services-page__hover-icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}
.services-page__hover-single:hover .services-page__hover-icon span {
    transform: scale(0.9);
}
.services-page__hover-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 2;
}
.services-page__hover-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.services-page__hover-title a {
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-page__hover-title a:hover {
    color: #1c2142;
}
.services-page__hover-text {
    margin-top: 11px;
    color: rgba(var(--gcetl-white-rgb), 0.7);
    margin-bottom: 6px;
}
.services-page__hover-read-more {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #1c2142;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.services-page__hover-read-more:hover {
    color: #fff;
}
/*--------------------------------------------------------------
# Portfolio Page
--------------------------------------------------------------*/
.portfolio-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
.portfolio-page .project-two__single {
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}
.about-four__left {
    position: relative;
    display: block;
    margin-right: 110px;
}
.about-four__img-box {
    position: relative;
    display: block;
}
.about-four__shape-1 {
    position: absolute;
    left: -23px;
    top: 40px;
    border-style: solid;
    border-width: 6px;
    border-color: rgb(228, 0, 19);
    background-color: rgba(24, 41, 57, 0);
    width: 538px;
    height: 429px;
}
.about-four__img {
    position: relative;
    display: block;
    z-index: 1;
}
.about-four__img img {
    width: 100%;
}
.about-four__img-two {
    position: absolute;
    top: 0;
    right: -110px;
    z-index: 2;
}
.about-four__img-two img {
    width: auto;
}
.about-four__right {
    position: relative;
    display: block;
    margin-left: 70px;
}
.about-four__right .section-title {
    margin-bottom: 31px;
}
.about-four__points {
    position: relative;
    display: block;
    margin-top: 31px;
    margin-bottom: 45px;
}
.about-four__points li {
    position: relative;
    display: flex;
    align-items: center;
}
.about-four__points li + li {
    margin-top: 9px;
}
.about-four__points li .icon {
    position: relative;
    display: inline-block;
}
.about-four__points li .icon span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    font-size: 9px;
    color: #fff;
    background-color: #1c2142;
    border-radius: 50%;
}
.about-four__points li .text {
    margin-left: 22px;
}
.about-four__points li .text p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--gcetl-black);
}
.about-four__btn-box {
    position: relative;
    display: inline-block;
}
.about-four__shape-2 {
    position: absolute;
    bottom: 5px;
    right: -145px;
}
.about-four__shape-2 img {
    width: auto;
}
/*--------------------------------------------------------------
# About Page Team
--------------------------------------------------------------*/
.about-page-team {
    padding-top: 120px;
}
/*--------------------------------------------------------------
# About Page Testimonial
--------------------------------------------------------------*/
.about-page-testimonial {
    padding-bottom: 90px;
}
/*--------------------------------------------------------------
# Contact seven
--------------------------------------------------------------*/
/*--------------------------my----------style--------wrap-----------start---------------------*/
.crs-menu {
    min-width: 300px !important;
    /*min-width:790px !important;
left: -250px !important;*/
    display: flex;
}
.crs-menu2 {
    min-width: 910px !important;
    left: -270px !important;
    display: flex;
    padding: 10px 3px !important;
}
.crs-menu2 .main-drp {
    width: 100%;
    text-align: center;
}
.crs-menu3 {
  left: -440px !important;
  }
.crs-menu2 .main-drp .hdr-drpdwn {
    float: left;
    width: 25%;
}
.hdr-drpdwn-img {
    position: relative;
}
.hdr-drpdwn-img img{
  width: 200px;
  height: 157px;
}
.hdr-drpdwn-img a {
    background-color: #e1ad39;
    width: 88.2%;
   padding: 7px 0px;
    text-align: center;
    color: #fff;
    display: block;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 0px 0px 4px 2px;
    border-bottom: 2px solid #b37f0b;
}
.hdr-drpdwn-img a h5 {
    font-size: 13px;
  color: #fff;
  letter-spacing: 0.4px;
}
.main-drp {
    width: 100%;
}
.main-drp .hdr-drpdwn {
    float: left;
    /*  width: 33%;*/
    width: 100%;
}
.main-drp .hdr-drpdwn .sub-menu li {
    list-style: none;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.main-drp .hdr-drpdwn .sub-menu li a {
    color: #2d2f31;
    font-weight: 400;
    font-size: 13px;
}
.hdr-drpdwn .sub-menu {
    padding-left: 0px;
    background-color: transparent;
    box-shadow: none;
}
.main-drp .hdr-drpdwn .sub-menu li a:before {
    content: "\f101";
    font-family: fontawesome;
    padding-right: 6px;
}
.stricky-header .main-menu-three__logo a img {
    width:82%;
}
.stricky-header .main-menu-three__wrapper-inner {
    height: 100px;
}
.stricky-header .main-menu-three__bottom-inner {
    height: 100px;
}
.stricky-header .main-menu-three__main-menu-box {
    height: 100px;
}
.stricky-header.main-menu-three .main-menu__list > li > a::before {
    bottom: -35px;
}
.about-one__text {
    text-align: justify;
    line-height: 26px;
    font-size: 16px;
    font-weight: 300;
    color: #656568;
    margin-bottom: 14px;
}
.frm-inpt-icn2 {
    position: absolute;
    width: 45px;
    height: 44px;
    background-color: #dfe3e8;
    top: 1px;
    text-align: center;
    line-height: 42px;
    left: 1px;
    color: #1c2142;
}
.crs-wrp {
    background-color: #f2f2f2;
    box-shadow: 1px 1px 7px #c6c4c4;
    padding-top: 52px;
}
.course-wrp {
    padding: 0px 0px 65px;
}
a .inr-course-bx {
    border-radius: 10px;
    padding: 25px 15px 15px;
    background-color: #f4f7fd;
    transition: 0.5s;
    text-align: center;
    width: 200px;
    margin: 0px 28px 32px 0px;
    display: inline-block;
    border: 1px solid #d2deea;
}
.inr-course-icn::after {
    content: "";
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 50%;
    transition: 0.5s;
    transform: translate(-50%, -50%) scale(1.2);
    border: 1px dashed #1c2142;
}
a .inr-course-bx:hover .inr-course-icn::after {
    border-color: #fff;
}
.inr-course-icn {
    display: inline-block;
    height: 87px;
    width: 87px;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    background-color: #1c2142;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    transition: 0.3s;
    font-size: 36px;
}
.inr-course-bx h6 {
    font-size: 16px;
    font-weight: 400;
    color: #2d2d2f;
    padding-top: 3px;
}
a .inr-course-bx:hover {
    background-color: #1c2142;
}
a .inr-course-bx:hover .inr-course-icn {
    background-color: #fff;
    color: #1c2142;
}
a .inr-course-bx:hover h6 {
    color: #fff;
}
.all-curse {
    padding: 50px 0px 30px;
}
.all-curse .course-wrp a .inr-course-bx {
    padding: 20px 15px 13px;
    width: 200px;
    margin: 0px 10px 16px 0px;
}
/*----------------------------------*/
.enq-form {
    background-color: #ffffffed;
    width: 30%;
    padding: 15px 19px;
    border-radius: 13px;
    border: 2px solid #dcdcdf;
    position: absolute;
    top: 25px;
    z-index: 1;
    right: 100px;
}
.enq-form h5 {
    font-size: 26px;
    padding-bottom: 15px;
    color: #1f1f39;
}
.enq-form .form-group input,
.enq-form .form-group select {
    width: 100%;
    height: 41px;
    border: 1px solid #abacc1;
    border-radius: 3px;
    padding: 0px 10px 0px 45px;
    background-color: #fff;
    margin-bottom: 6px;
    box-shadow: 2px 2px 4px #d7d7db;
    font-size: 13px;
    font-weight: 300;
    color: #444448;
}
.enq-form .form-group input:focus-visible,
.enq-form .form-group textarea:focus-visible,
.enq-form .form-group select:focus-visible {
    outline: 1px solid #333b715c;
}
.enq-form .form-group {
    position: relative;
    margin-bottom: 7px;
}
.frm-inpt-icn {
    position: absolute;
    left: 16px;
    width: 38px;
    height: 39px;
    background-color: #f2f2f2;
    top: 1px;
    text-align: center;
    line-height: 38px;
    color: #1c2142;
    border-radius: 3px 0px 0px 3px;
}
.enq-form .form-group textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #abacc1;
    border-radius: 3px;
    padding: 0px 10px 0px 10px;
    background-color: #fff;
    margin-bottom: 6px;
    box-shadow: 2px 2px 4px #ddd;
    font-size: 13px;
    font-weight: 300;
    color: #444448;
    resize: none;
}
.frm-btn {
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(50deg, rgb(39, 47, 98) 20%, rgb(28, 33, 66) 80%);
    border: 2px solid #c5ccd7;
    border-radius: 3px;
    transition: 0.6s ease;
}
.frm-btn:hover {
    background: linear-gradient(50deg, rgb(28, 33, 66) 20%, rgb(39, 47, 98) 80%);
}
/*------------------------------------*/
.course-form-bx {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    border-radius: 20px;
    width: 90%;
    margin: 55px auto 45px;
    height: auto;
    background: linear-gradient(90deg, rgb(240, 248, 255) 40%, rgba(255, 255, 255, 0) 0%);
    position: relative;
}
.crs-frm-lft-cntnt {
    margin: 42px auto 20px;
    text-align: center;
    width: 95%;
}
.crs-frm-lft-cntnt h5 {
    background-color: rgb(226, 235, 250);
    color: #3a6297;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 25px;
}
.crs-frm-lft-txt {
    background-color: rgb(226, 235, 250);
    width: 95%;
    margin: 0px auto 20px;
    padding: 12px 7px;
    border-radius: 3px;
    display: flex;
}
.crs-frm-lft-txt p {
    text-align: center;
    line-height: 19px;
    font-size: 12px;
    margin-bottom: 0px;
    color: #252e42;
    padding-left: 7px;
}
.crs-frm-lft-txt {
    background-color: rgb(226, 235, 250);
    width: 95%;
    margin: 0px auto 20px;
    padding: 12px 7px;
    border-radius: 3px;
    display: flex;
}
.crs-frm-lft-txt i {
    color: #343448;
    font-size: 12px;
    line-height: 18px;
}
.crs-frm-lft-txt p {
    text-align: center;
    line-height: 19px;
    font-size: 12px;
    margin-bottom: 0px;
    color: #252e42;
    padding-left: 7px;
}
.crs-frm-rgt {
    padding: 15px 26px;
    background-color: #f7f9fb;
    margin: 31px 30px 20px auto;
}
.crs-frm-hdng {
    border-bottom: 2px solid #40618c1f;
    padding-bottom: 14px;
}
.crs-frm-hdng h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px;
}
.crs-frm-hdng p {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    margin-top: 0px;
    color: #2b2c3c;
}
.crs-frm-hdng ul li {
    display: inline-block;
    padding-right: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #e3ad42;
}
.course-form-inpt {
    margin-top: 30px;
    margin-left: 10px;
}
.course-form-inpt {
    margin-top: 30px;
    margin-left: 10px;
}
.lbl-chkbx {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    color: #18181a;
    font-size: 14px;
}
.lbl-chkbx input {
    position: absolute;
    left: -9999px;
}
.lbl-chkbx input:checked + span {
    background-color: #dae8ff;
}
.lbl-chkbx input:checked + span:after {
    box-shadow: inset 0 0 0 0.4375em #3a6297;
}
.lbl-chkbx span {
    display: flex;
    align-items: center;
    padding: 8px 5px 8px 38px;
    border-radius: 4px;
    transition: 0.25s ease;
    background-color: #f2f6f7;
    width: 96%;
    border: 1px solid #c6c6c8;
    margin-bottom: 8px;
    font-weight: 400;
    color: #2c2c2f;
    font-size: 13px;
}
.lbl-chkbx span:hover {
    background-color: #dce4f9;
}
.lbl-chkbx span:after {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-left: auto;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #1b4e9b;
}
.lbl-chkbx span img {
    position: absolute;
    left: 6px;
    width: 11%;
}
.inpt-fld {
    position: relative;
}
.inpt-fld input {
    width: 96%;
    height: 42px;
    background-color: #f2f6f7;
    color: #2c2c2f;
    border-radius: 4px;
    border: 1px solid #c6c6c8;
    padding-left: 8px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 300;
}
.inpt-fld select {
    width: 97% !important;
    height: 42px;
    background-color: #f2f6f7;
    color: #2c2c2f;
    border-radius: 4px;
    border: 1px solid #c6c6c8;
    padding-left: 8px;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 300;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    width: 96%;
    height: 42px;
    background-color: #f2f6f7;
    color: #18181a;
    border-radius: 4px;
    border: 1px solid #c6c6c8;
    padding-left: 43px;
    margin-bottom: 12px;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
}
/*  .select2-container--default .select2-selection--single .select2-selection__arrow b {
            margin-top: 4px !important;
            border-color: #5f688c transparent transparent transparent !important;
            margin-left: -13px !important;
        }*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #626466;
    line-height: 40px !important;
    padding-left: 8px !important;
}
/*.select2-container--default .select2-selection--single .select2-selection__arrow {
            right: 10px;
        }*/
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -16px !important;
    margin-top: 6px !important;
}
.select2-dropdown {
    width: 219px !important;
    margin-top: -13px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3a6297 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #93b7e8 !important;
    border-radius: 5px;
}
.select2-container .select2-selection--single {
    height: auto !important;
}
.course-btn {
    width: 98%;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 15px;
}
.inpt-title {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #2b2b33;
}
.scnd-course-rw {
    width: 90%;
    margin: auto auto 45px;
    background-color: #fbfbfbed;
    border: 1px solid #dddddd70;
    border-radius: 10px;
    padding: 23px 10px;
}
.onln-crs-content h3 {
    margin-top: 0px;
    margin-bottom: 11px;
    font-size: 26px;
    color: #2b2b2d !important;
}
.onln-crs-content p {
    text-align: justify;
}
.onln-crs-img {
    border: 6px solid #e3e6f4;
}
.scnd-clm {
    margin-top: 15px;
}
.inpt-fld {
    position: relative;
}
.inpt-title {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #2b2b33;
}
.inpt-fld input {
    width: 96%;
    height: 42px;
    background-color: #f2f6f7;
    color: #18181a;
    border-radius: 4px;
    border: 1px solid #c6c6c8;
    padding-left: 8px;
    margin-bottom: 5px;
}
.scnd-course-rw {
    width: 90%;
    margin: auto auto 45px;
    background-color: #fbfbfbed;
    border: 1px solid #dddddd70;
    border-radius: 10px;
    padding: 23px 10px;
}
.onln-crs-img {
    border: 6px solid #e3e6f4;
}
.onln-crs-content h3 {
    margin-top: 15px;
    margin-bottom: 11px;
    font-size: 26px;
    color: #2b2b2d !important;
}
.onln-crs-content p {
    text-align: justify;
    line-height: 25px;
    font-size: 15px;
}
.frm-lft-img {
    /*position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;*/
    width: 90%;
    margin: auto;
    margin-top: 79px;
}
.fake-uni-frst-cntnt {
    margin: 50px auto 40px;
}
.fake-uni-frst-cntnt p {
    font-size: 16px;
    text-align: center;
}
.fake-uni-tbl {
    margin: 35px auto 80px;
}
.fake-uni-tbl .table thead tr th {
    font-size: 17px;
    font-weight: 700;
    color: #25242f;
    padding: 9px 5px;
}
.fake-uni-tbl .table tbody tr td {
    padding: 9px 9px;
    color: #32313e;
}
.fake-uni-tbl .table tbody tr td .badge {
    background-color: #d2142f;
    font-weight: 500;
    padding: 4px 8px 5px;
    float: right;
    margin-top: 4px;
}
.fake-uni-tbl .table tbody tr td {
    padding: 9px 9px;
    color: #32313e;
}
.cont-pg-wrap {
    padding: 75px 80px 55px;
}
.cont-pg {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 36px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 140px;
    text-align: center;
    position: relative;
    background-color: #f7f7f7;
    transition: 0.2s ease;
    margin: 50px auto 20px;
}
.cont-pg-icn {
    position: absolute;
    width: 90px;
    height: 67px;
    background-color: #eee;
    left: 0px;
    right: 0px;
    line-height: 65px;
    margin: auto;
    top: -39px;
    font-size: 38px;
    color: #3a6297;
    border-radius: 12px 12px 0px 0px;
    border-bottom: 2px solid #a5b5ca;
}
.cont-pg p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
}
.cont-pg p a {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #45454a;
}
.cont-pg:hover {
    background-color: #eeeeee;
}
.succss-stories-sctn {
    margin: 70px auto 70px;
}
.sucss-storie-bx {
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #e4e5e8;
    padding: 18px 16px;
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
    transition: 0.5s;
}
.sucss-storie-bx:hover {
    background-color: rgb(31, 36, 68);
}
.sucss-storie-bx:hover .succs-user-name p,
.sucss-storie-bx:hover .succs-user-desig p,
.sucss-storie-bx:hover .succs-user-txt p {
    color: #fff;
}
.hike-bdge {
    position: absolute;
    top: 10px;
    right: 7px;
    background-color: #e5f2f4;
    color: #1f590f;
    font-size: 12px;
    padding: 0px 7px;
    height: 27px;
    line-height: 26px;
    border-radius: 15px;
}
.succs-user-img {
    text-align: center;
    margin-top: 33px;
}
.succs-user-img img {
    border: 7px solid #c8c4c436;
    border-radius: 50%;
    box-shadow: rgb(28, 33, 66) 0px 30px 60px -12px inset, rgb(50, 61, 134) 0px 18px 36px -18px inset;
    width: 47%;
}
.succs-user-name p {
    text-align: center;
    color: #35353c;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
}
.succs-user-desig p {
    text-align: center;
    color: #59595b;
    font-weight: 400;
    font-size: 15px;
}
.succs-dwn-arrw {
    text-align: center;
    font-size: 13px;
    line-height: 0px;
    padding: 5px 0px;
}
.succs-user-txt p {
    font-size: 13px;
    color: #373636;
    line-height: 19px;
    text-align: center;
    padding: 7px 5px;
    background-color: #e4e6ec7a;
    margin-top: 15px;
}
/*-----------------student----------------voice-------------wrap-----------------start------------*/
.stdnt-voice-bx {
    position: relative;
}
.stdnt-voice-bx img {
    border-radius: 21px;
    border: 3px solid #1c21422e;
}
/*----------------play----video--------------start-------------*/
.solution__area-right-video {
    text-align: center;
    margin: 0 0 0 auto;
    position: absolute;
    top: 42%;
    left: 0px;
    right: 0px;
}
.video {
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 4;
}
.video-pulse::before {
    animation-delay: 1s;
}
.video a {
    position: relative;
    color: #1b2042;
    font-size: 20px;
    z-index: 1;
    background: #f0ededad;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    display: block;
}
.video-pulse::after,
.video-pulse::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #212960;
    opacity: 0.5;
    left: 0;
    top: 0;
    border-radius: 50%;
    animation-duration: 2.5s;
    animation-timing-function: linear;
    animation-name: video-animation;
    animation-iteration-count: infinite;
}
@keyframes video-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
/*----------------play----video-------------end-------------*/
/*-----------------------recruitment-------------wrap--------------------start-------------*/
.recutmnt-sctn {
    padding: 60px 0px;
    background-image: url(../images/hire-bg.jpg);
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center top;
    margin-bottom: 50px;
}
.recument-contnt {
    padding-top: 50px;
}
.recument-contnt h4 {
    font-size: 23px;
    color: #181c48;
}
.recument-contnt p {
    padding-top: 15px;
    line-height: 25px;
    width: 95%;
    font-size: 15px;
}
/*-----------------------recrutmnt-form-------style----start-----------*/
.it-contact__wrap {
    padding: 10px 60px 40px 70px;
    background-color: #f2f2f2;
    position: relative;
    z-index: 3;
    margin: 45px auto 70px;
}
.it-contact__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.it-contact__right-box {
    margin-right: 45px;
}
.it-contact__title {
    font-size: 36px;
    padding-bottom: 8px;
}
.it-contact__section-box {
    padding-bottom: 15px;
}
.it-contact__section-box p {
    line-height: 22px;
}
.it-contact__content {
    padding: 35px 38px 45px 38px;
    background-color: #fff;
    margin-top: 23px;
}
.it-contact__content ul li {
    list-style: none;
}
.it-contact__content ul li:not(:last-child) {
    margin-bottom: 30px;
}
.it-contact__icon {
    margin-right: 20px;
}
.it-contact__icon span {
    font-size: 18px;
    color: #1c2142;
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(28, 33, 66, 0.04);
}
.it-contact__text span {
    color: #3c3b42;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
}
.it-contact__text > a {
    display: block;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    color: #2f3457;
}
.it-contact-input-box label {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #c3c3ca;
}
.it-contact-input-box input {
    height: 45px;
    width: 100%;
    border-radius: 4px;
    outline: none;
    padding: 0 13px;
    line-height: 45px;
    font-size: 14px;
    color: #d2d1d1;
    border: 1px solid #d5dce31c;
    margin-bottom: 10px;
    background-color: #28283e66;
}
.it-contact-input-box input[type="file"] {
    height: 40px;
    padding: 0 13px 0px 0px;
    line-height: 32px;
}
/*.Uploadfiles::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  content: " Upload Your CV here. ";
  display: block;
  color: #2ea591;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
}
.Uploadfiles {
  position: relative;
  border: 1px solid #c9c7c7;
}
.Uploadfiles input {
  opacity: 0;
  height: 45px;
  width: 100%;
  border-radius: 4px;
  outline: none;
  padding: 0 13px;
  line-height: 45px;
  font-size: 14px;
  color: #6f6b6b;
  border: 1px solid #d5dce3;
  margin-bottom: 10px;
}*/
.it-btn {
    border: none;
    padding: 11px 17px;
    margin-top: 27px;
}
.it-btn span i {
    margin-left: 10px;
    display: inline-block;
    transform: translateY(-1px);
}
.it-btn:hover span i {
    animation: tfLeftToRight 0.4s forwards;
    transform: translateY(-1px);
}
@keyframes tfLeftToRight {
    49% {
        transform: translateX(60%);
    }
    50% {
        opacity: 0;
        transform: translateX(-60%);
    }
    51% {
        opacity: 1;
    }
}
.it-contact__form-box {
    background-color: #171924;
    padding: 46px 22px;
    position: relative;
    top: 39px;
    width: 100%;
    border-radius: 6px 80px 0px 0px;
    border: 2px solid #d4d3df;
    border-bottom: none;
}
.pop-crs-bx {
    overflow: hidden;
}
.pop-crs-bx img {
    width: 100%;
    transition: 0.2s ease;
}
.pop-crs-bx img:hover {
    transform: scale(1.1);
}
.pop-crs-title {
    font-size: 17px;
    text-align: center;
    background-color: #e1ad39;
    color: #fff;
    padding: 7px 5px;
    font-weight: 400;
    letter-spacing: 0.1px;
    border-radius: 0px 0px 4px 4px;
    border-bottom: 2px solid #b37f0b;
}
/*--------------------------top-----online-------university-----wrap-----style----start--------------------*/
.tp-uni-img-bx {
    display: flex;
    border-bottom: 1px solid #cdcff2;
    margin-bottom: 11px;
    padding-bottom: 10px;
}
.inr-uni-btm-bx ul {
    padding-left: 0px;
}
.inr-uni-btm-bx ul li {
    display: inline-block;
    padding-right: 36px;
}
.inr-uni-btm-bx ul li:last-child {
    padding-right: 0px;
    float: right;
}
.top-online-uni-sctn {
    padding: 60px 0px 60px;
    background-color: #f7f7f7;
}
.main-tp-uni-bx {
    border-radius: 3px;
    border: 1px solid #cdcfd9;
    background-color: #fff;
    padding: 10px 19px;
    box-shadow: -1px 1px 7px -1px #b7b6b6;
    margin-bottom: 28px;
}
.tp-uni-img-bx p {
    padding-top: 19px;
    padding-left: 12px;
    color: #1c2142;
    font-size: 17px;
    line-height: 24px;
}
.tp-uni-course-btn {
    background-color: #aef7c0;
    color: #232324;
    font-size: 13px;
    padding: 7px 11px;
    border-radius: 20px;
    transition: 0.2s ease;
}
.tp-uni-course-btn:hover {
    background-color: #1c2142;
    color: #fff;
}
/*---------------------------------------------------*/
.top-uni-innr-pg-sctn {
    padding: 50px 0px;
    background: linear-gradient(50deg, rgb(223, 243, 244) 0%, rgba(255, 255, 255, 0) 70%);
}
.univrsty-dtl-list {
    background-color: #f3fbfd;
    border-radius: 10px;
    width: 90%;
    padding: 16px 15px;
    margin-top: 25px;
    border: 1px solid #e3e6ee;
}
.univrsty-dtl-list ul {
    padding-left: 0px;
}
.univrsty-dtl-list ul li {
    list-style: none;
    color: #212122;
    padding-bottom: 8px;
}
.univrsty-dtl-list ul li i {
    color: #e68f1f;
    width: 23px;
}
.first-uni-rgt-txt h6 {
    font-size: 19px;
    color: #1f2022;
    margin-bottom: 11px;
}
.first-uni-rgt-txt h2 {
    font-weight: 600;
    color: #262628;
}
.first-uni-rgt-txt h2 span {
    color: #d90c0c;
}
.first-uni-rgt-txt {
    padding-top: 45px;
}
.scnd-sctn-univrsty {
    padding: 60px 0px;
}
.scnd-uni-hdng h3 {
    font-size: 29px;
    text-align: center;
    font-weight: 600;
}
.scnd-uni-hdng h3 span {
    color: #e6ae36;
}
.scnd-uni-content {
    margin-top: 27px;
}
.top-course-univsty-bx .scnd-uni-content .button-icon{
    width: auto  !important;
    max-height: 60px !important;
}
.scnd-uni-content p {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 25px;
    line-height: 26px;
    color: #292839;
}
/*--------------------------top-----online-------university-----wrap-----style----end--------------------*/
/*----------------------------university----find----wrap------start---------------------*/
.univrsty-find-sctn {
    padding: 60px 0px;
    background-color: #eee;
}
.fltr-list {
    background-color: #fff;
    border-radius: 3px;
}
.fltr-list ul {
    padding-left: 0px;
    height: 258px;
    overflow-y: scroll;
    margin-bottom: 16px;
}
.fltr-list ul li {
    list-style: none;
    border-bottom: 1px solid #dddddd4d;
    padding: 6px 10px 6px;
    color: #292b39;
}
/* Default style reset */
.fltr-list ul li [type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    appearance: none;
}
.fltr-list ul li [type="checkbox"] {
    position: relative;
    width: 21px;
    height: 21px;
    cursor: pointer;
}
.fltr-list ul li [type="checkbox"]::before,
.fltr-list ul li [type="checkbox"]::after {
    position: absolute;
    display: block;
    content: "";
}
.fltr-list ul li [type="checkbox"]::before {
    top: 5px;
    left: 0;
    width: inherit;
    height: inherit;
    border: 2px solid #ddd;
    border-radius: 4px;
}
.fltr-list ul li [type="checkbox"]::after {
    top: 10px;
    left: 3px;
    width: 13px;
    height: 7px;
    border-bottom: 2px solid #ee8013;
    border-left: 2px solid #ee8013;
    transform: rotate(-45deg);
    transition: opacity 0.3s;
    opacity: 0;
}
.fltr-list ul li [type="checkbox"]:checked::after {
    opacity: 1;
}
.fltr-list h5 {
    text-align: center;
    background-color: #1c2142;
    padding: 10px 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 2px solid #616ec857;
}
.rgt-univrsty-fnd-img-dtl {
    display: flex;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 25px;
}
.uni-fnd-img-contnt-rgt-bx {
    padding: 15px 10px;
}
.uni-fnd-img-contnt-rgt-bx h5 {
    color: #d01111;
    border-bottom: 1px solid #9b99992e;
    padding: 0px 15px 14px 0px;
    margin-bottom: 14px;
}
.uni-fnd-img-contnt-rgt-bx ul {
    padding-left: 0px;
}
.uni-fnd-img-contnt-rgt-bx ul li {
    list-style: none;
    line-height: 23px;
    padding-bottom: 8px;
    color: #3d3c44;
}
.uni-fnd-img-contnt-rgt-bx ul li strong {
    display: block;
    color: #26272b;
}
.knw-more-btn,
.get-hlp-btn {
    margin-top: 15px;
}
.knw-more-btn a {
    background-color: #008000;
    border-radius: 26px;
    padding: 8px 5px;
    text-align: center;
    color: #fff;
    transition: 0.3s ease;
    width: 65%;
    display: inline-block;
}
.knw-more-btn a:hover {
    background-color: #1c2142;
}
.get-hlp-btn a {
    background-color: #1c2142;
    border-radius: 26px;
    padding: 8px 5px;
    text-align: center;
    color: #fff;
    transition: 0.3s ease;
    width: 65%;
    display: inline-block;
}
.get-hlp-btn a:hover {
    background-color: #008000;
}
.aprv-btn-rgt {
    text-align: right;
}
.uni-approv-sctn {
    padding: 60px 0px;
}
.uni-big-logo {
    text-align: center;
}
.uni-big-logo img {
    width: 130px;
}
/*---------------table----------slide------wrap-----------start--------------*/
.slide-v {
    width: 100%;
    margin: 60px auto 0px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button-container {
    float: right;
}
.button-container button {
    background-color: #1c2143;
    border-radius: 5px;
    padding: 5px 25px;
    border: 1px solid #404566;
    color: #fff;
    transition: 0.2s all;
}
.button-container button:hover {
    background-color: green;
}
.aprov-logo img {
    width: 40px;
}
.uni-big-logo h3 {
    font-size: 24px;
    width: 50%;
    margin: 16px auto 20px;
    line-height: 34px;
}
.uni-big-logo h5 {
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.uni-big-logo p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    width: 95%;
    margin: auto;
}
.hdng h5 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 26px;
}
/*----------------------------------------*/
/*-----=======================------------*/
.popup-close {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    border: none;
    width: 30px;
    height: 30px;
    background-color: #eee;
    line-height: 20px;
    border-radius: 0px 5px 0px 0px;
    z-index: 1;
}
/*------------slider----modal----start---------------*/
.mdl-counselling-bx {
    max-width: 40%;
}
.content {
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(30px);
    border-radius: 20px;
    box-shadow: 0 0.5px 0 1px rgba(255, 255, 255, 0.23) inset, 0 1px 0 0 rgba(255, 255, 255, 0.66) inset, 0 4px 16px rgba(0, 0, 0, 0.12);
    z-index: 10;
    padding-bottom: 35px;
}
/* SWIPER */
.swiper {
    width: 230px;
    height: auto;
    padding: 37px 0px 24px;
}
.swiper-slide {
    position: relative;
    box-shadow: 0 15px 50px rgba(117, 117, 117, 0.02);
    border-radius: 10px;
    width: 230px;
    height: 290px;
    background-color: #fff;
    border-top: 1px solid #f7f7f7;
    margin-bottom: 20px;
}
.swiper-pagination-bullet-active {
    background-color: #1c2142;
}
.swiper-slide h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0 0 20px 20px;
}
.couns-img {
    text-align: center;
    padding-top: 16px;
}
.couns-img img {
    width: 50%;
    border-radius: 50%;
    border: 6px solid #e0e1e3;
}
.couns-img h5 {
    font-size: 16px;
    font-weight: 500;
    color: #232324;
    padding-top: 7px;
}
.star-list {
    padding: 6px 0px;
}
.star-list li {
    display: inline-block;
    color: #ecb124;
    font-size: 13px;
}
.num-bdg {
    background-color: #e5fde3;
    padding: 5px 10px;
    border-radius: 10px;
    color: #23232f;
    font-size: 16px;
}
.stdnt-coun-txt {
    padding-top: 8px;
    font-size: 14px;
}
.swiper-bttm h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
.swiper-bttm p {
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    padding-top: 15px;
    color: #2e2f31;
}
.swiper-let-start-btn {
    margin-top: 20px;
    text-align: center;
}
.swiper-let-start-btn a {
    padding: 9px 20px;
    background-color: #1c2142;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    transition: 0.2s ease;
}
.swiper-let-start-btn a:hover {
    background-color: #e5b24c;
}
/*------------top10--------mba----course------------wrap----------------start---------------*/
.top-course-univsty-bx {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 20px;
    margin: 45px auto 10px;
}
.three-btn-uni-wrp {
    display: flex;
    column-gap: 25px;
}
.top-crs-knw-more {
    background-color: #008000;
}
/*------------top10--------mba----course------------wrap----------------end----------------*/
/*-------suggest---uni----click----form-----------------start--------*/
.bst-match-txt {
    background-color: #00d8a1;
    text-align: center;
    margin: 40px auto 60px;
}
.bst-match-txt h6 {
    color: #fff;
    font-size: 16px;
    padding: 10px 0px;
    font-weight: 400;
}
/*-------suggest---uni----click----form-----------------end-------*/
/*--------------------------my----------style--------wrap-----------end---------------------*/
/*-----------------New Css Added---------------*/
.course-wrp.course-card {
    padding-top: 50px;
    padding-bottom: 0px;
}
.career-council-couse .inr-course-bx {
    width: 165px !important;
}
.career-council-couse .brand-one__img {
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 8px;
    background-color: #fff;
}
.career-council-couse .brand-one__carousel {
    padding: 0px 15px;
}
.career-council-couse .brand-one__carousel.owl-theme .owl-nav {
    top: 60px;
}
.career-council-couse .owl-nav {
    display: none !important;
}
.cf-boxes.active .inr-course-bx {
    background-color: #1c2142;
}
.cf-boxes.active .inr-course-bx h6 {
    color: #fff;
}
.cf-boxes.active .inr-course-bx {
    color: #fff;
}
.cf-boxes.active .inr-course-bx .inr-course-icn {
    background-color: #ffffff;
    color: #1c2142;
}
.cf-boxes.active .inr-course-bx .inr-course-icn::after {
    border-color: #d2deea;
}
.career-council-couse.show {
    display: block;
}
.career-council-couse .course-form-bx {
    margin-top: 0px !important;
}
.main-menu-three__top-left h6 {
    font-size: 0.875rem;
    color: #fff;
    margin-right: 10px;
}
.three-btn-uni-wrp a {
    color: #fff;
    border-radius: 5px;
    padding: 8px 30px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s esae-in-out;
}
.three-btn-uni-wrp a:hover {
    background-color: #fb0505;
    border: 2px solid #fb0505;
    color: #fff;
}
.three-btn-uni-wrp .top-crs-knw-more a {
    background-color: #058605;
    border: 2px solid #058605;
}
.three-btn-uni-wrp .top-crs-get-hlp a {
    background-color: #0071bd;
    border: 2px solid #0071bd;
}
.top-crs-viw-smple a {
    background-color: #fff;
    border: 2px solid #fda502;
    color: #fda502;
}
.top-course-univsty-bx img {
    width: 100%;
    max-height: 320px;
}
.modal#careerModal .modal-dialog {
    min-width: 1000px !important;
}
.career-council-couse .course-form-bx {
    width: 100%;
    box-shadow: none;
    margin-bottom: 8px;
}
.career-council-couse .crs-frm-rgt {
    margin: 0px 15px 15px auto;
    padding: 15px 20px;
}
.career-council-couse .crs-frm-hdng ul li {
    font-size: 13px;
}
#careerModal .modal-header {
    padding-bottom: 0px;
    border-bottom: none !important;
}
.course-d img {
    width: 100% !important;
    max-height: 300px !important;
    /*    object-fit: cover;*/
}
.inr-uni-btm-bx ul li i {
    color: #e68f1f;
    width: 23px;
}
.page-item.active .page-link {
    background-color: #1c2142 !important;
    border-color: #1c2142 !important;
}
.page-link {
    color: #1c2142;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.loading {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #122d62;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999;
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
#loaderBody {
    background: #212529a1;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: none;
}
i.form-control-feedback.bv-no-label.fa.fa-times {
    position: absolute;
    right: 26px;
    top: 13px;
    color: red;
}
i.form-control-feedback.bv-no-label.fa.fa-check {
    position: absolute;
    right: 26px;
    top: 13px;
    color: green;
}
i.form-control-feedback.bv-no-label.fa.fa-refresh {
    position: absolute;
    right: 26px;
    top: 13px;
    color: yellow;
}
small.help-block {
    color: red;
}
.enqform {
    padding-right: 0px !important;
}
.tp-uni-tbl {
    margin: 50px auto 0px;
    text-align: center;
}
.tp-uni-tbl table {
    width: 85%;
    border-radius: 5px;
    margin: auto;
}
.tp-uni-tbl table thead {
    background-color: #1c2142;
    padding: 5px 0px;
}
.tp-uni-tbl table thead tr th {
    color: #fff;
    font-weight: 500;
    padding: 9px 0px;
    font-size: 17px;
}
.tp-uni-tbl table tbody {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.tp-uni-tbl table tbody tr td {
    padding: 9px 0px;
    font-size: 15px;
    color: #2b2a2d;
}
/*---------------------------------------------------*/
.spcl-offr-bx {
    width: 80%;
    margin: 50px auto 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 20px 20px;
    border-radius: 16px;
    border: 1px solid #d6dde6;
}
.spcl-offr-bx h4 {
    text-align: center;
    padding-bottom: 27px;
}
.spcl-offr-list {
    width: 80%;
    margin: auto;
}
.spcl-offr-list ul li {
    list-style: none;
    font-size: 16px;
    color: #353537;
    padding-bottom: 4px;
    position: relative;
}
.spcl-offr-list ul li:before {
    content: "\f324";
    font-family: fontawesome;
    color: #1c2144;
    font-size: 11px;
    margin-right: 7px;
    padding: 5px 5px;
    border: 1px solid #bac6e1;
    border-radius: 50%;
}
.spcl-offr-get-hlp-btn {
    margin: 28px auto 21px;
    text-align: center;
}
.spcl-offr-get-hlp-btn a {
    font-size: 17px;
    color: #fff;
    border-radius: 25px;
    background-color: #1c2142;
    transition: 0.2s ease;
    border: 2px solid transparent;
    padding: 11px 26px;
}
.spcl-offr-get-hlp-btn a:hover {
    border: 2px solid #1c2142;
    color: #1c2142;
    background-color: transparent;
}
.slct-sub-chng {
    text-align: center;
}
.slct-sub-chng select {
    width: 80%;
    height: 44px;
    margin: 30px auto 0px;
    padding: 0px 9px;
    font-size: 15px;
    color: #212124;
    background-color: #fff;
    border: 1px solid #d2d4db;
    border-radius: 4px;
}
.slct-show-bx {
    width: 80%;
    margin: 20px auto 0px;
    border-radius: 15px;
    border: 1px solid #c2cbdf;
}
.slct-bx-hdng h5 {
    background-color: #1c2142;
    color: #fff;
    border-radius: 12px 12px 0px 0px;
    text-align: center;
    padding: 13px 0px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.5px;
}
.lft-tab-cours {
    background-color: #e9eef4;
    padding: 27px 23px;
    border-radius: 0px 0px 0px 15px;
    height: 100%;
}
.lft-tab-cours ul .nav-item .nav-link {
    width: 100%;
    color: #333435;
    background-color: #fff;
    margin-bottom: 5px;
    border: 1px solid #d7e6f2;
}
.lft-tab-cours ul .nav-item .nav-link.active {
    color: #fff;
    background-color: #eaaa22;
    border: 1px solid #dba024;
}
.rgt-tab-cours-cntnt {
    background-color: #f9f5f5;
    padding: 27px 23px;
    height: 100%;
    border-radius: 0px 0px 15px 0px;
}
.lft-tb-pr {
    padding-right: 0px;
}
.rgt-tb-pl {
    padding-left: 0px;
}
.tab-cours-tbl table thead tr {
    background-color: #191d35;
    color: #fff;
    border: 1px solid #fff;
}
.tab-cours-tbl table thead tr th {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding: 11px 7px;
}
.tab-cours-tbl table thead tr th:first-child {
    width: 27%;
}
.tab-cours-tbl table tbody tr td {
    font-size: 14px;
    color: #343435;
    padding: 6px 7px 6px;
    line-height: 20px;
}
.tab-cours-tbl table td,
th {
    border: 1px solid #dddddd;
}
.dwnld-bruchr-btn {
    margin: 30px auto;
    text-align: center;
}
.dwnld-bruchr-btn a {
    background-color: #1c2142;
    color: #fff;
    border-radius: 25px;
    padding: 11px 15px;
    font-size: 14px;
    box-shadow: 4px -3px 0px -2px #d5dadf;
    transition: 0.2s ease;
}
.dwnld-bruchr-btn a:hover {
    box-shadow: none;
    background-color: #090e31;
}
.enquery_form_card{
    position: static;
    width: 100%;
    border: none;
    box-shadow: 0px 3px 15px 0px #d5d5d5;
    max-width: 420px;
    margin: 0px auto;
    padding: 20px 30px;
}
.enquery_form_card .frm-btn{
    border: none;
    border-radius: 32px;
}
.enquery_form_card h5{
    font-size: 20px;
    text-align: center;
    margin-bottom: 6px;
    padding-bottom: 2px;
}
.course_distance_cont h4{
    width: fit-content;
    border: 3px solid #0f213c;
    padding: 10px 20px;
    border-radius: 32px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
}
.course_distance_cont h3{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 14px;
}
.course_distance_cont h3 span{
    color: var(--gctl-yellow);
}
.course_distance_cont p{
    color: #555;
}
.degree_program{
    width: 100%;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #ffc550;
    margin-top: 2.5rem;
}
.dgp-cards{
    display: flex;
    text-align: center;
    justify-items: center;
    flex-direction: column;
    border-right: 2px solid var(--gcetl-black);
    padding: 1.1rem;
}
.degree_program .dgp-cards:last-child{
    border-right: none;
}
.dgp-cards h5{
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 6px;
}
.dgp-cards h5 i{
    color: #e12a2a;
}
.brands_logo .brand-one__single .brand-one__img{
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px #eee;
    padding: 6px 2px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enquery_form_card h6{
    font-size: 1rem;
    font-weight: 500;
    color: var(--gctl-yellow);
    text-align: center;
    margin-bottom: 30px;
}
.programe_card{
    padding: 20px 15px;
    box-shadow: 0px 0px 15px 0px #cfcfcf;
    border-radius: 12px;
    text-align: center;
    border-bottom: 7px solid #e30960;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.programe_card:hover{
    transform: translateY(-6px);
}
.courses_programe .row .col-md-3:nth-child(1) .programe_card{
    border-color: #e30960;
}
.courses_programe .row .col-md-3:nth-child(2) .programe_card{
    border-color: #535298;
}
.courses_programe .row .col-md-3:nth-child(3) .programe_card{
    border-color: #2b9b4a;
}
.courses_programe .row .col-md-3:nth-child(4) .programe_card{
    border-color: #0d6c86;
}
.programe_card img{
    width: auto;
    height: 70px;
    margin: 0px auto;
}
.programe_card h4{
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
.programe_card p{
    line-height: 23px;
}
.dist_cource_detls .table{
    box-shadow: 0px 0px 15px 0px #ccc;
    border-radius: 10px;
}
.dist_cource_detls .table th{
    background-color: var(--gcetl-black);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.dist_cource_detls .table th:first-child{
    border-top-left-radius: 10px
}
.dist_cource_detls .table th:last-child{
    border-top-right-radius: 10px
}
.dist_cource_detls .table td{
    padding: 12px;
    color: var(--gcetl-black);
    font-size: 15px;
    font-weight: 400;
}
.dist_cource_detls .table th, td{
    /* border: none; */
    text-align: center;
}
.heightligt_prog{
    border-radius: 12px;
    border: 1px solid var(--gcetl-black);
    box-shadow: 0px 2px 14px 0px #d1cfcf;
    background-color: #fff;
    overflow: hidden;
}
.hgtp-img{
    overflow: hidden;
    border-radius: 12px;
    border-bottom: 1px solid var(--gcetl-black);
}
.heightligt_prog img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    transition: all 0.5s ease-in-out;
}
.heightligt_prog:hover .hgtp-img img{
    transform: scale(1.1);
}
.heightligt_prog h4{
    font-size: 1.125rem;
    margin: 10px 0px 8px;
    font-weight: 500;
}
.hgt-progm-cont{
    padding: 4px 14px 15px;
    background-color: #fff;
    border-radius: 12px;
}
.heightligt_prog p{
    line-height: 23px;
    font-size: 15px;
}
.online-special-sect{
    width: 100%;
    background-image: linear-gradient(#ebf0f49e, #bbd2d88c);
    padding: 32px 0px;
}
.top-ten-mba-splz{
    width: 100%;
    /* background-image: linear-gradient(#ebf0f4, #bbd2d8); */
    padding: 0rem;
    max-width: 800px;
    margin: 0px auto;
}
.top-ten-mba-splz h5{
    color: #222;
}
.main-online-specl{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 45px;
}
.half-circl-shape{
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
    height: 70px;
    width: 36px;
    background-color: #007795;
    display: inline-block;
    position: relative;
    right: -11px;
    box-shadow: 0px 0px 10px 2px #d9d9d9;
}
.half-circl-shape::before{
    content: '';
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
    height: 44px;
    width: 24px;
    background-color: #007794;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 11px;
    box-shadow: 0px 0px 7px 0px #0c5f72;
    z-index: 1;
}
.online-spec-card{
   position: relative;
   background-color: #fff;
   border-radius: 40px;
   box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 13%);
   padding: 4px;
   z-index: 10;
}
.online-spec-card h6{
    text-align: center;
    margin-bottom: 0px;
    color: #007795;
    max-width: 170px;
    margin: 0px auto;
}
.inrspel-card{
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    column-gap: 14px;
    align-items: center;
}
.spl-shape{
    content: '';
    width: 70px;
    height: calc(100% - -17px);
    background-color: #007795;
    border-radius: 25px 0px 0px 25px;
    position: absolute;
    left: 0px;
    top: -7px;
    z-index: -1;
    box-shadow: 0px 0px 8px 0px #a7a7a7;
}
.spl-shape::after{
    content: '';
    width: 36px;
    height: calc(100% - 0px);
    background-color: #007795;
    position: absolute;
    top: 0px;
    right: -18px;
    border-right: 9px solid #00647e;
    transform: skew(21deg);
}
.spl-shape::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 142%;
    z-index: -1;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #003845;
}
.spl-num{
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    position: relative;
    top: 0px;
    left: 10px;
    display: inline-block;
}
.main-online-specl .online-spec-card:nth-child(2) h6{
    color: #ff8e16;
}
.main-online-specl .online-spec-card:nth-child(2) .spl-shape{
    background-color: #ff8e16;
}
.main-online-specl .online-spec-card:nth-child(2) .spl-shape::after{
    background-color: #ff8e16;
    border-right-color: #e8720f;
}
.main-online-specl .online-spec-card:nth-child(2) .spl-shape::before{
   border-top-color: #a23306;
}
.main-online-specl .online-spec-card:nth-child(2) .half-circl-shape{
    background-color: #ff8e16;
}
.main-online-specl .online-spec-card:nth-child(2) .half-circl-shape::before{
    box-shadow: 0px 0px 7px 0px #df7709;
    background-color: #fe8c16;
}
.main-online-specl .online-spec-card:nth-child(3) h6{
    color: #00abbc;
}
.main-online-specl .online-spec-card:nth-child(3) .spl-shape{
    background-color: #00abbc;
}
.main-online-specl .online-spec-card:nth-child(3) .spl-shape::after{
    background-color: #00abbc;
    border-right-color: #018f9f;
}
.main-online-specl .online-spec-card:nth-child(3) .spl-shape::before{
   border-top-color: #005d63;
}
.main-online-specl .online-spec-card:nth-child(3) .half-circl-shape{
    background-color: #00abbc;
}
.main-online-specl .online-spec-card:nth-child(3) .half-circl-shape::before{
    box-shadow: 0px 0px 7px 0px #0a8895;
    background-color: #00abbc;
}
.main-online-specl .online-spec-card:nth-child(4) h6{
    color: #fe4059;
}
.main-online-specl .online-spec-card:nth-child(4) .spl-shape{
    background-color: #fe4059;
}
.main-online-specl .online-spec-card:nth-child(4) .spl-shape::after{
    background-color: #fe4059;
    border-right-color: #e23147;
}
.main-online-specl .online-spec-card:nth-child(4) .spl-shape::before{
   border-top-color: #9d2034;
}
.main-online-specl .online-spec-card:nth-child(4) .half-circl-shape{
    background-color: #fe4059;
}
.main-online-specl .online-spec-card:nth-child(4) .half-circl-shape::before{
    box-shadow: 0px 0px 7px 0px #d5162f;
    background-color: #fe4059;
}
.main-online-specl .online-spec-card:nth-child(5) h6{
    color: #01bf7f;
}
.main-online-specl .online-spec-card:nth-child(5) .spl-shape{
    background-color: #01bf7f;
}
.main-online-specl .online-spec-card:nth-child(5) .spl-shape::after{
    background-color: #01bf7f;
    border-right-color: #00a970;
}
.main-online-specl .online-spec-card:nth-child(5) .spl-shape::before{
   border-top-color: #006940;
}
.main-online-specl .online-spec-card:nth-child(5) .half-circl-shape{
    background-color: #01bf7f;
}
.main-online-specl .online-spec-card:nth-child(5) .half-circl-shape::before{
    box-shadow: 0px 0px 7px 0px #0ba571;
    background-color: #01bf7f;
}
.main-online-specl .online-spec-card:nth-child(6) h6{
    color: #ff669f;
}
.main-online-specl .online-spec-card:nth-child(6) .spl-shape{
    background-color: #ff669f;
}
.main-online-specl .online-spec-card:nth-child(6) .spl-shape::after{
    background-color: #ff669f;
    border-right-color: #dd4f7d;
}
.main-online-specl .online-spec-card:nth-child(6) .spl-shape::before{
   border-top-color: #983758;
}
.main-online-specl .online-spec-card:nth-child(6) .half-circl-shape{
    background-color: #ff669f;
}
.main-online-specl .online-spec-card:nth-child(6) .half-circl-shape::before{
    box-shadow: 0px 0px 7px 0px #e53476;
    background-color: #ff669f;
}
.main-online-specl .online-spec-card:nth-child(7) h6{
    color: #ffb901;
}
.main-online-specl .online-spec-card:nth-child(7) .spl-shape{
    background-color: #ffb901;
}
.main-online-specl .online-spec-card:nth-child(7) .spl-shape::after{
    background-color: #ffb901;
    border-right-color: #dd9400;
}
.main-online-specl .online-spec-card:nth-child(7) .spl-shape::before{
   border-top-color: #ac5600;
}
.main-online-specl .online-spec-card:nth-child(7) .half-circl-shape{
    background-color: #ffb901;
}
.main-online-specl .online-spec-card:nth-child(7) .half-circl-shape::before{
    box-shadow: 0px 0px 7px 0px #dda206;
    background-color: #ffb901;
}
.main-online-specl .online-spec-card:nth-child(8) h6{
    color: #a76aba;
}
.main-online-specl .online-spec-card:nth-child(8) .spl-shape{
    background-color: #a76aba;
}
.main-online-specl .online-spec-card:nth-child(8) .spl-shape::after{
    background-color: #a76aba;
    border-right-color: #8e589f;
}
.main-online-specl .online-spec-card:nth-child(8) .spl-shape::before{
   border-top-color: #533063;
}
.main-online-specl .online-spec-card:nth-child(8) .half-circl-shape{
    background-color: #a76aba;
}
.main-online-specl .online-spec-card:nth-child(8) .half-circl-shape::before{
    box-shadow: 0px 0px 7px 0px #9243ab;
    background-color: #a76aba;
}
.main-online-specl .online-spec-card:nth-child(9) h6{
    color: #e00c6e;
}
.main-online-specl .online-spec-card:nth-child(9) .spl-shape{
    background-color: #e00c6e;
}
.main-online-specl .online-spec-card:nth-child(9) .spl-shape::after{
    background-color: #e00c6e;
    border-right-color: #de0154;
}
.main-online-specl .online-spec-card:nth-child(9) .spl-shape::before{
   border-top-color: #9f0233;
}
.main-online-specl .online-spec-card:nth-child(9) .half-circl-shape{
    background-color: #e00c6e;
}
.main-online-specl .online-spec-card:nth-child(9) .half-circl-shape::before{
    box-shadow: 0px 0px 7px 0px #b90759;
    background-color: #e00c6e;
}
.main-online-specl .online-spec-card:nth-child(10) h6{
    color: #9b244e;
}
.main-online-specl .online-spec-card:nth-child(10) .spl-shape{
    background-color: #9b244e;
}
.main-online-specl .online-spec-card:nth-child(10) .spl-shape::after{
    background-color: #9b244e;
    border-right-color: #841c41;
}
.main-online-specl .online-spec-card:nth-child(10) .spl-shape::before{
   border-top-color: #741738;
}
.main-online-specl .online-spec-card:nth-child(10) .half-circl-shape{
    background-color: #9b244e;
}
.main-online-specl .online-spec-card:nth-child(10) .half-circl-shape::before{
    box-shadow: 0px 0px 7px 0px #72082e;
    background-color: #9b244e;
}
.career-scope-sect{
    background-color: #f6fafd;
    padding: 40px 0px;
}
.career-scope-sect img{
    width: 100%;
}
.main-adm-procedure{
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}
.adm-icon{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006940;
    border-radius: 50%;
    padding: 5px;
}
.adm-icon i{
    font-size: 24px;
    color: #fff;
}
.adm-icon::before{
    width: 130px;
    height: 1px;
    content: '';
    border: 1px dashed #416bbf;
    position: absolute;
    top: 27px;
    left: 80px;
    z-index: -1;
}
.adm-icon::after{
    content: '';
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid #2b3d74;
    position: absolute;
    top: 21px;
    right: 2px;
    z-index: 1;
    transform: rotate(223deg);
}
.proced-cont{
    max-width: 200px;
}
.proced-cont h6{
    font-size: 18px;
    font-weight: 600;
    color: var(--gcetl-black);
    margin-top: 15px;
    margin-bottom: 10px;
}
.proced-cont p{
    line-height: 23px;
}
.adm-procedure-card{
    position: relative;
}
.main-adm-procedure .adm-procedure-card:nth-child(1) .adm-icon{
    background-color: #00abbc;
}
.main-adm-procedure .adm-procedure-card:nth-child(2) .adm-icon{
    background-color: #4f9922;
}
.main-adm-procedure .adm-procedure-card:nth-child(3) .adm-icon{
    background-color: #1b4e9b;
}
.main-adm-procedure .adm-procedure-card:nth-child(4) .adm-icon{
    background-color: #6d42d5;
}
.main-adm-procedure .adm-procedure-card:nth-child(5) .adm-icon{
    background-color: #ffb31b;
}
.main-adm-procedure .adm-procedure-card:nth-child(5) .adm-icon::after,
.main-adm-procedure .adm-procedure-card:nth-child(5) .adm-icon::before{
    border: none;
}
.get-help-btn{
    border: none !important;
}
.distan-esu-card {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #ddd;
    padding: 15px 10px;
    background-color: #fff;
    margin-bottom: 30px;
}
.distan-esu-card h6{
    width: fit-content;
    text-align: center;
    background-color: #0c5f72;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 12px;
    margin: 4px auto;
}
.distan-esu-card .edu-brand-logo {
    text-align: center;
    padding: 0px 0px;
    border-bottom: 1px dashed #d7d6d6;
    margin-bottom: 6px;
}
.distan-esu-card .edu-brand-logo img{
    width: auto;
    height: 100px;
    border-radius: 4px !important;
    max-width: 100%;
}
.distan-esu-card .table td {
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    color: #424242;
    padding: 1px 1px;
}
.distan-esu-card .btn{
    font-size: 14px;
}
.distan-esu-card .btn-warning{
    background-color: #f9c552;
    border-bottom: #f9c552;
    padding: 8px 15px 8px;
}
.distan-esu-card .btn-warning:hover{
    background-color: #f7bc38;
    border-bottom: #f7bc38;
}
.distan-esu-card .btn-outline-primary{
    border-color: #122d62;
    color: #122d62;
    border-width: 2px;
}
.distan-esu-card .btn-outline-primary:hover{
    background-color: #122d62;
    color: #fff;
}
.main-distedu .distan-esu-card.odd h6{
    background-color: #27426a;
}
.main-distedu .distan-esu-card.even h6{
    background-color: #ffb92e;
}
.main-career-scope{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}
.career-scope-card{
    background-color: #00647e;
    border-radius: 60px;
    padding: 10px;
    max-width: 300px;
    min-height: 87px;
    position: relative;
    margin-bottom: 40px;
}
.main-career-scope .career-scope-card:nth-child(1){
    background-color: #0071bd;
    background-image: linear-gradient(to right, #00647e ,#0b9dc3);
}
.main-career-scope .career-scope-card:nth-child(2){
    background-image: linear-gradient(to right, #079f6b, #01bf7f);
}
.main-career-scope .career-scope-card:nth-child(3){
    background-image: linear-gradient(to right, #e76f09, #ffa75c);
}
.main-career-scope .career-scope-card:nth-child(4){
    background-image: linear-gradient(to right, #0c83cb, #2eabf7);
}
.main-career-scope .career-scope-card:nth-child(5){
    background-image: linear-gradient(to right, #bf145a, #f75295);
}
.main-career-scope .career-scope-card:nth-child(6){
    background-image: linear-gradient(to right, #412ca9, #634be1);
}
.icontitle{
    display: grid;
    grid-template-columns: 62px 1fr;
    align-items: center;
    column-gap: 17px;
}
.package{
    width: 73px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -7px;
    left: 42%;
    background-color: #dfa11f;
    color: #fff;
    font-size: 11px;
    border-radius: 12px;
}
.number-count{
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #263f5e;
    border: 2px solid #fff;
    box-shadow: 2px 1px 5px 0px #e1e1e1;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: -15px;
    top: 25px;
    color: #fff;
}
.career-scope-card .carer-icon{
    width: 65px;
    height: 65px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.career-scope-card .carer-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: #1c2142;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}
.career-scope-card:hover .carer-icon:before{
    transform: scale(1);
    color: #fff;
}
.career-scope-card:hover .carer-icon i{
    color: #fff;
}
.career-scope-card .carer-icon i{
    color: #1a345a;
    font-size: 32px;
}
.career-scope-card h5{
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
    max-width: 180px;
}
/*-------- Online distance and unversity courses pages -----------*/
.distane_univ-pick{
    position: relative;
}
.distane_univ-pick img{
    width: 100%;
    max-height: 500px;
    border-radius: 20px;
}
.distane_univ-pick h4{
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fbbb3c;
    color: var(--gcetl-black);
    border-radius: 20px 0px;
    font-size: 16px;
    padding: 10px 18px;
}
.distance_top-ban-area{
    width: 100%;
    padding: 40px 0px;
}
.vihan-univ-card{
    padding-left: 20px;
}
.vihan-univ-card h5{
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--gctl-yellow);
    margin-bottom: 15px;
}
.vihan-univ-card h3{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.vhu-list-item{
    background-color: var(--gcetl-white);
    padding: 1rem 2rem;
    box-shadow: 0px 0px 12px 0px #e7e7e7;
    border-radius: 10px;
    column-count: 1;
    max-width: 600px;
}
.vhu-list-item li{
    list-style: none;
    font-size: 0.913rem;
    color: #333;
    font-weight: 400;
}
.vhu-list-item li i{
    color: #ffc145;
    margin-right: 6px;
}
.vihan-univ-card .btn{
    background-color: #ffc550;
    border-color: #ffc550;
    color: var(--gcetl-black);
    padding: 9px 18px;
    transition: all 0.3s ease-in-out;
}
.vihan-univ-card .btn:hover{
    background-color: var(--gcetl-black);
    border-color: var(--gcetl-black);
    color: var(--gcetl-bdr-color);
}
.hgt-coursec-card{
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 5px;
    margin-bottom: 30px;
}
.khgt-icon i{
    font-size: 32px;
    color: var(--gctl-yellow);
}
.hgt-coursec-card h4{
    font-size: 20px;
    color: var(--gcetl-black);
    margin-bottom: 8px;
}
.hgt-coursec-card p{
    line-height: 24px;
    font-size: 15px;
}
.mba-special-vign{
    max-width: 1000px;
    margin: 10px auto;
    box-shadow: 0px 0px 20px 0px #ddd;
    border-radius: 10px;
    padding: 2rem 1.25rem;
}
.mba-special-vign ul{
    column-count: 2;
}
.mba-special-vign ul li{
    list-style: none;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 8px;
}
.mba-special-vign ul li i{
    color: var(--gcetl-black);
    margin-right: 3px;
    font-size: 18px;
}
.get-help-btn{
    background-color: var(--gcetl-black);
    border-color: var(--gcetl-black);
    color: var(--gcetl-white);
    padding: 9px 18px;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
}
.get-help-btn:hover{
    background-color: var(--gctl-yellow);
    border-color: var(--gctl-yellow);
}
.subject-details .title-head .title span{
    color: #ffae0b;
}
.select-subj-card{
    max-width: 700px;
    margin: 10px auto;
}
.semester-cources-details{
    max-width: 100%;
    box-shadow: 0px 0px 15px 0px #e9e9e9;
    margin-top: 30px;
}
.semester-cources-details h5{
    background-color: #1f4072;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px 10px 0px 0px;
}
.main-sep-course-card{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 3fr;
    column-gap: 20px;
    padding: 2rem;
}
.main-sep-course-card .nav-item{
    margin-bottom: 1.25rem;
}
.main-sep-course-card .nav-tabs .nav-link{
    border-radius: 32px;
    min-width: 200px;
    text-align: center;
    border: 2px solid var(--gcetl-black);
    color: var(--gcetl-black);
    font-size: 1rem;
    font-weight: 400;
    padding: 6px 20px;
}
.main-sep-course-card .nav-tabs .nav-link.active{
    background-color: var(--gcetl-black);
    border-color: var(--gcetl-black);
    color: var(--gcetl-white);
}
.apply-title{
    color: #ebab2b;
    margin: 8px 0px 12px;
}
.main-admis-process{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.admis-process-card{
    text-align: center;
    position: relative;
}
.icon-box{
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--gcetl-black);
    text-align: center;
    margin: 5px auto;
    border-radius: 10px;
    position: relative;
    z-index: 10;
}
.icon-box i{
    text-align: center;
    color: var(--gcetl-white);
    font-size: 28px;
}
.admis-process-card .numb-box{
    position: relative;
    z-index: 10;
}
.admis-process-card .numb-box::after{
    content: '';
    width: 82%;
    height: 2px;
    background-color: #555;
    position: absolute;
    top: 28px;
    left: 59%;
    z-index: -1;
}
.admis-process-card:last-child .numb-box::after{
    width: 0px;
}
.numb{
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    background-color: #ffc107;
    border-radius: 50px;
    box-shadow: 0px 0px 6px 0px #cbcbcb;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 15px 0px;
}
.admis-process-card h4{
    font-size: 1.4rem;
    margin: 12px 0px;
}
.adm-proces-cont{
    padding: 4px 14px;
}
.admis-process-card p{
    line-height: 23px;
    font-size: 15px;
}
.admis-process-card h4{
    font-size: 1.25rem;
}
.career-scope-row{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
}
.care-scope-card-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 12px;
    text-align: center;
    position: relative;
    z-index: 10;
    box-shadow: 0px 0px 18px 0px #cbcbcb;
    background-color: #fff;
    border-radius: 12px;
    padding: 12px 15px;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}
.care-scope-card-box:hover{
    transform: translateY(-8px);
    box-shadow: 0px 4px 30px 0px #adadad;
}
.care-scope-card-box .carer-icon{
    width: 65px;
    height: 65px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: #007794;
    margin: auto;
}
.care-scope-card-box .carer-icon i{
    font-size: 24px;
    color: var(--gcetl-white);
}
.care-scope-card-box .carer-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: #1c2142;
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}
.care-scope-card-box:hover .carer-icon:before{
    transform: scale(1);
    color: #fff;
}
.care-scope-card-box h5{
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    max-width: 160px;
    margin: 3px auto 15px;
}
.cst-package{
    background-color: #ffc550;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 30px;
    color: #fff;
    min-width: 75px;
    margin: 5px auto;

}
/* .care-scope-card-box::after{
    content: '';
    width: 100%;
    height: 120px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    background-color: #008000;
    position: absolute;
    bottom: 0px;
    z-index: -2;
    border-top: 5px solid #f6f7f8;
}
.care-scope-card-box::before{
    content: '';
    width: 94%;
    height: 113px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    background-color: #f6f7f8;
    position: absolute;
    bottom: 7px;
    left: 7px;
    z-index: -1;
    border-top: 5px solid #f6f7f8;
}
.career-scope-row .care-scope-card-box:nth-child(2):after{
    transform: rotate(181deg);
    top: 0px;
    border-bottom: 5px solid #f6f7f8;
}
.career-scope-row .care-scope-card-box:nth-child(2):before{
    transform: rotate(181deg);
    top: 0px;
    border-bottom: 5px solid #f6f7f8;
} */
.care-scope-card-box:nth-child(1){
    border-top: 4px solid #ffc550;
}
.care-scope-card-box:nth-child(2){
    border-top: 4px solid #2eabf7;
}
.care-scope-card-box:nth-child(3){
    border-top: 4px solid #fd4f4f;
}
.care-scope-card-box:nth-child(4){
    border-top: 4px solid #7eb12f;
}
.care-scope-card-box:nth-child(5){
    border-top: 4px solid #4358c5;
}
.care-scope-card-box:nth-child(1) .carer-icon{
    background-color: #ffc550;
}
.care-scope-card-box:nth-child(2) .cst-package,
.care-scope-card-box:nth-child(2) .carer-icon {
    background-color: #2eabf7;
}
.care-scope-card-box:nth-child(3) .cst-package,
.care-scope-card-box:nth-child(3) .carer-icon{
    background-color: #fd4f4f;
}
.care-scope-card-box:nth-child(4) .cst-package,
.care-scope-card-box:nth-child(4) .carer-icon{
    background-color: #7eb12f;
}
.care-scope-card-box:nth-child(5) .cst-package,
.care-scope-card-box:nth-child(5) .carer-icon{
    background-color: #4358c5;
}
.care-scope-card-box:nth-child(1):hover,
.care-scope-card-box:nth-child(2):hover,
.care-scope-card-box:nth-child(3):hover,
.care-scope-card-box:nth-child(4):hover,
.care-scope-card-box:nth-child(5):hover
{
    border-top-color: var(--gcetl-black);
}
.more-online-progm{
    max-width: 500px;
}
.more-online-progm ul{
    margin: 0px;
    padding: 0px;
}
.more-online-progm ul li{
    list-style: none;
    font-size: 1.1rem;
    color: #383838;
    margin-bottom: 6px;
}
.more-online-progm ul li a{
    color: #383838;
}
.more-online-progm ul li i{
    margin-right: 4px;
}
.more-online-progm ul li a:hover{
    color: var(--gcetl-black);
}
.gctl-cs-list{
    margin: 0px;
    margin-top: 25px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 16px;
}
.gctl-cs-list li{
    padding: 1px 16px;
    border-radius: 32px;
    border: 2px solid rgb(15, 33, 60);
    min-width: 88px;
    text-align: center;
    color: var(--gcetl-black);
    font-weight: 400;
}
.enqform .bv-form{
    padding: 0px 10px 8px;
}
.unover-estal-sect{
    background-color: var(--gcetl-black);
    padding: 40px 0px;
}
.univ-details-row{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
}
.univ-details-row .univ-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
}
.univ-box .unvicon{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #e7b144;
}
.univ-box .unvicon i{
    color: var(--gcetl-base);
    font-size: 24px;
}
.univ-box h6{
    color: var(--gcetl-white);
    font-weight: 300;
    max-width: 160px;
    margin: 2px auto;
    text-align: center;
    line-height: 24px;
}
.univ-box h6 span{
    font-weight: 600;
}
.univ-rating{
    display: flex;
    column-gap: 3px;
}
.univ-rating i{
    color: #e7b144;
}
.title-head .title{
    line-height: 40px;
    font-size: 26px;
}
.mang-list li:nth-child(2n-1){
    color: red;
}
.mang-list li:nth-child(2n-2){
    color: skyblue;
}
.adm-lpu-online{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.adm-lpu-card{
    text-align: center;
    padding: 1.5rem;
}
.adm-lpu-card:nth-child(odd){
    background-color: #f2f5ff;
}
.adm-lpu-card i{
    font-size: 35px;
    color: #fdc54d;
}
.adm-lpu-card h5{
    font-size: 18px;
    color: var(--gcetl-black);
    font-weight: 600;
    margin: 14px auto;
    max-width: 200px;
}
.adm-lpu-card p{
    line-height: 23px;
}
.title-head{
    max-width: 700px;
    margin: 0px auto 40px;
}
.prof-course-card{
    width: 100%;
    min-height: 162px;
    display: grid;
    grid-template-columns: 1.2fr 2.2fr;
    column-gap: 16px;
    box-shadow: 0px 2px 15px 0px #dddcdc;
    /* padding: 1rem; */
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.prof-course-card:hover{
    transform: translateY(-5px);
    box-shadow: 0px 5px 25px 0px #ccc;
}
.prof-course-card .pick-card img{
    width: 100%;
    min-height: 100%;
    border-radius: 8px 0px 0px 8px;
    object-fit: cover;
}
.course_crd_details {
    padding: 15px 15px 15px 0px;
}

.prof-course-card .course_crd_details h5{
    font-size: 1rem;
    color: var(--gcetl-black);
    font-weight: 600;
    margin-bottom: 10px;
}
.prof-course-card .course_crd_details h5 span{
    color: var(--gcetl-base);
}
.prof-course-card .course_crd_details ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    column-gap: 1rem;
}
.prof-course-card .course_crd_details ul li{
    color: var(--gcetl-black);
    font-weight: 400;
    line-height: 16px;
    display: flex;
    column-gap: 5px;
    align-items: center;
    font-size: 14px;
}
.prof-course-card .course_crd_details ul li i{
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 6px;
    background-color: #e7b144;
    color: var(--gcetl-base);
    font-size: 14px;
}
.course_crd_details .get-help-btn{
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 400;
}
.course_crd_details .knowmore_link{
    color: var(--gcetl-black);
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}
.course_crd_details .knowmore_link i{
    font-size: 12px;
}
.course_crd_details .knowmore_link:hover{
    color: var(--gctl-yellow);
}
.just-degree-sect{
    position: relative;
    z-index: 10;
}
.just-degree-sect::before{
    content: '';
    width: 25%;
    height: 100%;
    background-color: var(--gcetl-black);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.certificate-pick img{
    width: 70%;
}
.just-degree-sect .dgct-list{
    margin: 20px 0px
}
.just-degree-sect .dgct-list li{
    color: #444;
}
.just-degree-sect p{
    color: #444;
}
.query_form_card input{
    width: 100%;
    font-size: 14px;
    height: 40px;
    font-weight: 300;
    margin-bottom: 12px;
}
.query_form_card .btn{
    width: 100%;
    height: 40px;
    font-size: 15px;
    background-color: var(--gctl-yellow);
}
.query_form_card .btn:hover{
    background-color: #e5a930;
    border-color: #e5a930;
}
.helpyou-sect{
    background-color: #16325c;
}
.explore-dists .item{
    padding: 12px 6px;
}
.explore_more_card{
    display: grid;
    grid-template-columns: 130px 1fr;
    column-gap: 10px;
    padding: 16px;
    box-shadow: 0px 0px 12px 0px #eee;
    border-radius: 8px;
    background-color: #122d62;
}
.explore_more_card .pick-card{
    border-radius: 6px;
    max-width: 120px;
}
.explore_more_card .pick-card img{
    width: 120px;
    height: 75px;
    border-radius: 8px;
    padding: 2px;
    background-color: #fff;
}
.explore_more_card h5{
    font-size: 1rem;
    margin-bottom: 14px;
    color: #fff;
    text-transform: uppercase;
}
.explore_more_card h5 a{
    color: #fff;
}
.exporem_items{
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    column-gap: 10px;
}
.explore_more_card .exporem-list{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.explore_more_card .exporem-list i{
    color: #e7b144;
}
.explore_more_card .exporem-list li {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 5px;
    color: #fff;
}
.explore-dists.owl-theme .owl-dots .owl-dot.active span{
    background-color: var(--gctl-yellow) !important;
}
.explore-dists.owl-theme .owl-dots .owl-dot span{
    width: 13px;
    height: 13px;
}
 .uni-logo img{
    width: 120px;
    height: 75px;
    border-radius: 8px;
    padding: 2px;

}
.tpuni-course-btn {
    background-color: #aef7c0;
    color: #232324;
    font-size: 13px;
    padding: 7px 41px;
    border-radius: 7px;
    transition: 0.2s ease;
    display: inline-block !important;
}
.banner_img1 {
    width: 100px !important;
    height: 50px;
    border: 1px solid #091c42;
    border-radius: 4px !important;
    position: absolute;
    top: 20px;
    left: 20px;


}
.banner_img {
    width: 100px !important;
    border-radius: 4px !important;
    position: absolute;
    top: 10px;
    left: 10px;


}
.explore-more-card{
    display: grid;
    grid-template-columns: 130px 1fr;
    padding: 16px;
    box-shadow: 0px 0px 12px 0px #1c21428a;
    border-radius: 8px;
}
.explore-more-card .pick-card{
    border-radius: 6px;
    max-width: 120px;
}
.explore-more-card .pick-card img{
    width: 120px;
    height: 75px;
    border-radius: 8px;
    padding: 2px;
    background-color: #fff;
}
.explore-more-card h5{
    font-size: 1rem;
    margin-bottom: 14px;
    color: #1c2142;
    text-transform: uppercase;
}
.explore-more-card h5 a{
    color: #1c2142;
}
.exporem_items{
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    column-gap: 10px;
}
.explore-more-card .exporem-list{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.explore-more-card .exporem-list i{
    color: #e7b144;
}
.explore-more-card .exporem-list li{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #1c2142;
}
.uni-fnd-img-contnt-rgt-bx i {
    color: #ffc145;
}
.main-slider-three__shape-1 img {
    width: 1920px !important;
    height: 521px;
}