/**
 * Created by Sushant Gauchan
 * Email : sushant.gauchan11@gmail.com
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.ex-flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.ex-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.ex-transition {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }

.ex-transition-medium {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.ex-transition-large {
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease; }

/*--------------------------------------- Mixins Ends -------------------------------------*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
body.non-transparent-header #header-wrapper {
  background-color: #171717;
  position: relative; }
  body.non-transparent-header #header-wrapper.nav-scroll {
    position: fixed !important;
    background-color: #fff; }

/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
#header-wrapper {
  z-index: 10;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all .8s ease; }
  #header-wrapper .custom-container {
    padding-top: 0;
    padding-bottom: 0; }
  #header-wrapper .logo-nav-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #header-wrapper .logo-nav-wrapper .common-logo-container .dark {
      display: none; }
    #header-wrapper .logo-nav-wrapper .main-nav-container {
      display: flex;
      align-items: center; }
      #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container {
        margin-right: 60px; }
        #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container ul li {
          display: inline-block;
          vertical-align: top; }
          #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container ul li a {
            font-size: 14px;
            display: block;
            color: #fff;
            font-weight: 600; }
        #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li {
          position: relative; }
          #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li:not(:last-of-type) {
            margin-right: 60px; }
          #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li > a {
            padding: 40px 0; }
          #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li > ul {
            box-shadow: 0 0 8px #27272712;
            min-width: 200px;
            position: absolute;
            left: -22px;
            top: 100%;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.5s ease; }
            #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li > ul:after {
              content: '';
              position: absolute;
              top: -7px;
              left: 18px;
              width: 0;
              height: 0;
              border-left: 7px solid transparent;
              border-right: 7px solid transparent;
              border-bottom: 7px solid #00000080; }
            #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li > ul > li {
              position: relative;
              width: 100%;
              border-left: 2px solid transparent;
              background-color: #00000080;
              transition: all .6s ease; }
              #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li > ul > li a {
                font-size: 14px;
                padding: 18px 20px;
                line-height: 1em;
                color: #fff;
                transition: all .6s ease; }
              #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li > ul > li:hover {
                border-left: 2px solid #5B9BD5;
                background-color: #E8F6FF;
                transition: all .6s ease; }
                #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li > ul > li:hover > a {
                  color: #5B9BD5;
                  transition: all .6s ease; }
                #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li > ul > li:hover ul {
                  opacity: 1;
                  pointer-events: initial;
                  transition: opacity 0.5s ease; }
              #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li > ul > li ul {
                position: absolute;
                width: 230px;
                left: 100%;
                top: 0;
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.5s ease; }
                #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li > ul > li ul li {
                  width: 100%;
                  display: block;
                  border-left: 2px solid transparent;
                  background-color: #00000080;
                  transition: all .6s ease; }
                  #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li > ul > li ul li a {
                    color: #fff;
                    transition: all .6s ease; }
                  #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li > ul > li ul li:hover {
                    border-left: 2px solid #5B9BD5;
                    background-color: #E8F6FF;
                    transition: all .6s ease; }
                    #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li > ul > li ul li:hover > a {
                      color: #5B9BD5;
                      transition: all .6s ease; }
          #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li.has-sub-menu > a {
            position: relative;
            padding-right: 15px; }
            #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li.has-sub-menu > a:after {
              content: '';
              height: 8px;
              width: 8px;
              background-image: url("../img/icons/icon_down.svg");
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center;
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              filter: brightness(0) invert(1);
              transition: all .4s ease; }
          #header-wrapper .logo-nav-wrapper .main-nav-container .nav-container > ul > li:hover > ul {
            opacity: 1;
            pointer-events: initial;
            transition: opacity 0.5s ease; }
  #header-wrapper.hide-menu {
    opacity: 0;
    pointer-events: none;
    transition: all .8s ease; }
  #header-wrapper.nav-scroll {
    position: fixed;
    background-color: #fff;
    top: 0;
    border-bottom: 1px solid rgba(204, 204, 204, 0.28);
    animation: slide-down 0.7s;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out; }
    #header-wrapper.nav-scroll .logo-nav-wrapper .common-logo-container a .dark {
      display: block; }
    #header-wrapper.nav-scroll .logo-nav-wrapper .common-logo-container a .light {
      display: none; }
    #header-wrapper.nav-scroll .logo-nav-wrapper .nav-container ul li a {
      color: #34302B; }
    #header-wrapper.nav-scroll .logo-nav-wrapper .nav-container > ul > li.has-sub-menu > a:after {
      filter: brightness(1) invert(0);
      transition: all .4s ease; }
    #header-wrapper.nav-scroll .logo-nav-wrapper .nav-container > ul > li > ul:after {
      opacity: 0; }
    #header-wrapper.nav-scroll .logo-nav-wrapper .nav-container > ul > li > ul > li {
      position: relative;
      background-color: #fff; }
      #header-wrapper.nav-scroll .logo-nav-wrapper .nav-container > ul > li > ul > li:hover > a {
        background-color: #E8F6FF; }
      #header-wrapper.nav-scroll .logo-nav-wrapper .nav-container > ul > li > ul > li ul li {
        background-color: #fff; }
        #header-wrapper.nav-scroll .logo-nav-wrapper .nav-container > ul > li > ul > li ul li:hover > a {
          background-color: #E8F6FF; }

/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*----------------------------------- Navigation Starts -----------------------------------*/
/*------------------------------------ Navigation Ends ------------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#content-wrapper.remove {
  display: none; }
#content-wrapper #home-page .number-section .number-container {
  display: flex;
  margin: -30px;
  padding: 40px; }
  #content-wrapper #home-page .number-section .number-container .numbers-item {
    width: 25%;
    text-align: center;
    padding: 30px; }
    #content-wrapper #home-page .number-section .number-container .numbers-item:not(:last-child) {
      border-right: 1px solid #d9d1b7; }
    #content-wrapper #home-page .number-section .number-container .numbers-item h4 {
      margin-top: 20px; }
#content-wrapper #home-page .approach-section .section-content {
  display: flex;
  position: relative; }
  #content-wrapper #home-page .approach-section .section-content .image-container {
    width: 50%;
    position: relative;
    padding-bottom: 30%; }
    #content-wrapper #home-page .approach-section .section-content .image-container img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center; }
  #content-wrapper #home-page .approach-section .section-content .text-container {
    width: 50%;
    position: relative;
    background-color: #e9e2cd;
    position: absolute;
    bottom: -100px;
    right: 0;
    padding: 160px 140px 190px; }
    #content-wrapper #home-page .approach-section .section-content .text-container .inner {
      max-width: 500px; }
      #content-wrapper #home-page .approach-section .section-content .text-container .inner h2 {
        margin-bottom: 30px; }
#content-wrapper #home-page .service-section {
  background-color: #171717; }
#content-wrapper #home-page .inquiry-section {
  position: relative;
  overflow: hidden;
  background-color: #171717; }
  #content-wrapper #home-page .inquiry-section .section-content {
    display: flex;
    align-items: center;
    justify-content: center; }
    #content-wrapper #home-page .inquiry-section .section-content .section-item:nth-of-type(1) {
      width: 760px;
      padding: 100px 130px 0 130px;
      background-color: #34302B;
      position: relative;
      z-index: 1; }
      #content-wrapper #home-page .inquiry-section .section-content .section-item:nth-of-type(1) .image-container {
        width: 100%; }
        #content-wrapper #home-page .inquiry-section .section-content .section-item:nth-of-type(1) .image-container img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
    #content-wrapper #home-page .inquiry-section .section-content .section-item:nth-of-type(2) {
      width: calc(100% - 760px);
      position: relative; }
      #content-wrapper #home-page .inquiry-section .section-content .section-item:nth-of-type(2) .text-container {
        display: flex;
        align-items: center;
        justify-content: center; }
        #content-wrapper #home-page .inquiry-section .section-content .section-item:nth-of-type(2) .text-container .innerinner {
          width: 540px; }
        #content-wrapper #home-page .inquiry-section .section-content .section-item:nth-of-type(2) .text-container .inner h3 {
          margin-bottom: 40px;
          color: #FBF6E3; }
#content-wrapper #about-page .about-section {
  background-color: #171717; }
  #content-wrapper #about-page .about-section .section-content .image-container {
    margin-top: 100px;
    margin-bottom: 160px; }
    #content-wrapper #about-page .about-section .section-content .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  #content-wrapper #about-page .about-section .section-content .layout-container {
    display: flex;
    padding: 0 150px; }
    #content-wrapper #about-page .about-section .section-content .layout-container .layout-item {
      width: 50%; }
      #content-wrapper #about-page .about-section .section-content .layout-container .layout-item h2 {
        color: #FBF6E3; }
      #content-wrapper #about-page .about-section .section-content .layout-container .layout-item p {
        color: #FBF6E3; }
      #content-wrapper #about-page .about-section .section-content .layout-container .layout-item:nth-of-type(1) {
        padding-right: 150px; }
        #content-wrapper #about-page .about-section .section-content .layout-container .layout-item:nth-of-type(1) .title {
          max-width: 550px; }
#content-wrapper #about-page .why-section {
  background-color: non; }
  #content-wrapper #about-page .why-section .block-container {
    display: flex; }
    #content-wrapper #about-page .why-section .block-container .block-item:nth-of-type(1) {
      width: calc(100% - 1220px);
      padding-right: 80px; }
      #content-wrapper #about-page .why-section .block-container .block-item:nth-of-type(1) .text-container .title {
        margin-bottom: 60px; }
      #content-wrapper #about-page .why-section .block-container .block-item:nth-of-type(1) .text-container .content .content-item {
        display: flex; }
        #content-wrapper #about-page .why-section .block-container .block-item:nth-of-type(1) .text-container .content .content-item span {
          padding-right: 10px; }
        #content-wrapper #about-page .why-section .block-container .block-item:nth-of-type(1) .text-container .content .content-item ul li:nth-of-type(1) {
          padding-bottom: 20px; }
        #content-wrapper #about-page .why-section .block-container .block-item:nth-of-type(1) .text-container .content .content-item:not(:last-child) {
          padding-bottom: 40px; }
    #content-wrapper #about-page .why-section .block-container .block-item:nth-of-type(2) {
      width: 1220px; }
      #content-wrapper #about-page .why-section .block-container .block-item:nth-of-type(2) .image-container {
        position: relative;
        padding-bottom: 70%; }
        #content-wrapper #about-page .why-section .block-container .block-item:nth-of-type(2) .image-container img {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          object-fit: cover;
          object-position: center; }
#content-wrapper #about-page .values-section {
  background-color: #171717; }
  #content-wrapper #about-page .values-section .section-title {
    margin-bottom: 100px; }
  #content-wrapper #about-page .values-section .section-content .layout-container {
    display: flex;
    margin: -40px; }
    #content-wrapper #about-page .values-section .section-content .layout-container .layout-item {
      width: 25%;
      padding: 40px; }
      #content-wrapper #about-page .values-section .section-content .layout-container .layout-item .image-container {
        margin-bottom: 30px; }
        #content-wrapper #about-page .values-section .section-content .layout-container .layout-item .image-container img {
          width: 50px;
          height: 50px; }
      #content-wrapper #about-page .values-section .section-content .layout-container .layout-item .text-container .title {
        margin-bottom: 30px; }
        #content-wrapper #about-page .values-section .section-content .layout-container .layout-item .text-container .title h3 {
          color: #FBF6E3;
          transition: color 0.3s ease, transform 0.3s ease; }
      #content-wrapper #about-page .values-section .section-content .layout-container .layout-item .text-container .content p {
        color: #918E80; }
      #content-wrapper #about-page .values-section .section-content .layout-container .layout-item:hover .image-container img {
        transform: scale(1.2);
        filter: brightness(1.5);
        transition: transform 0.3s ease, filter 0.3s ease; }
      #content-wrapper #about-page .values-section .section-content .layout-container .layout-item:hover .text-container .title h3 {
        color: #accdea;
        transform: scale(1.2); }
#content-wrapper #about-page .approach-section .approach-container .section-content {
  display: flex; }
  #content-wrapper #about-page .approach-section .approach-container .section-content .inner .image-container {
    position: relative;
    padding-bottom: 60%; }
    #content-wrapper #about-page .approach-section .approach-container .section-content .inner .image-container img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      object-position: center;
      position: absolute; }
  #content-wrapper #about-page .approach-section .approach-container .section-content .inner .text-container {
    padding-left: 100px; }
  #content-wrapper #about-page .approach-section .approach-container .section-content .inner:nth-of-type(1) {
    width: 1100px; }
  #content-wrapper #about-page .approach-section .approach-container .section-content .inner:nth-of-type(2) {
    width: calc(100% - 1100px); }
#content-wrapper #about-page .service-section {
  background-color: #171717; }
#content-wrapper #portfolio-page {
  background-color: #171717; }
  #content-wrapper #portfolio-page .section-content .portfolio-container {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #A6AAAC;
    border-bottom: 1px solid #A6AAAC; }
    #content-wrapper #portfolio-page .section-content .portfolio-container .portfolio-item {
      width: 25%;
      border: 1px dotted #2B2A29; }
      #content-wrapper #portfolio-page .section-content .portfolio-container .portfolio-item .inner {
        text-align: center;
        padding: 70px 68px 92px; }
        #content-wrapper #portfolio-page .section-content .portfolio-container .portfolio-item .inner .image-container {
          margin-bottom: 40px;
          height: 65px;
          align-items: center; }
          #content-wrapper #portfolio-page .section-content .portfolio-container .portfolio-item .inner .image-container img {
            width: 70px;
            height: auto;
            transition: transform 0.3s ease, opacity 0.3s ease; }
        #content-wrapper #portfolio-page .section-content .portfolio-container .portfolio-item .inner .text-container {
          position: relative;
          transition: transform 0.3s ease, opacity 0.3s ease;
          z-index: 1; }
          #content-wrapper #portfolio-page .section-content .portfolio-container .portfolio-item .inner .text-container h3 {
            color: #FBF6E3;
            margin-bottom: 10px; }
          #content-wrapper #portfolio-page .section-content .portfolio-container .portfolio-item .inner .text-container .know-more {
            opacity: 0;
            color: #FBF6E3;
            font-size: 16px;
            font-weight: 500;
            transform: translateY(20px);
            transition: transform 0.3s ease, opacity 0.3s ease; }
        #content-wrapper #portfolio-page .section-content .portfolio-container .portfolio-item .inner:hover .image-container img {
          transform: translateY(-20px);
          /* Moves image upward */ }
        #content-wrapper #portfolio-page .section-content .portfolio-container .portfolio-item .inner:hover .text-container {
          transform: translateY(-30px);
          /* Moves text-container upward */ }
          #content-wrapper #portfolio-page .section-content .portfolio-container .portfolio-item .inner:hover .text-container .know-more {
            opacity: 1;
            /* Makes "Know More" visible */
            transform: translateY(0);
            /* Brings it to final position */ }
#content-wrapper #contact-page {
  background-color: #171717; }
  #content-wrapper #contact-page .contact-section .block-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px; }
    #content-wrapper #contact-page .contact-section .block-container .block-item {
      width: 50%;
      padding: 0 20px; }
      #content-wrapper #contact-page .contact-section .block-container .block-item .info-container {
        max-width: 450px;
        margin-top: 60px; }
        #content-wrapper #contact-page .contact-section .block-container .block-item .info-container .info-item:not(:last-of-type) {
          margin-bottom: 45px; }
        #content-wrapper #contact-page .contact-section .block-container .block-item .info-container .info-item p {
          color: #FBF6E3;
          font-size: 16px; }
        #content-wrapper #contact-page .contact-section .block-container .block-item .info-container .info-item .title {
          margin-bottom: 10px; }
          #content-wrapper #contact-page .contact-section .block-container .block-item .info-container .info-item .title h6 {
            color: #A6AAAC; }
        #content-wrapper #contact-page .contact-section .block-container .block-item .info-container .info-item ul:not(:last-of-type) {
          margin-bottom: 15px; }
        #content-wrapper #contact-page .contact-section .block-container .block-item .info-container .info-item ul.type-direction li a {
          font-size: 12px;
          line-height: 1em;
          letter-spacing: 1px;
          text-transform: uppercase;
          border-bottom: 1px solid black;
          padding-bottom: 2px;
          font-weight: bold; }
        #content-wrapper #contact-page .contact-section .block-container .block-item .info-container .info-item ul li {
          line-height: 1; }
          #content-wrapper #contact-page .contact-section .block-container .block-item .info-container .info-item ul li a {
            color: #FBF6E3; }
          #content-wrapper #contact-page .contact-section .block-container .block-item .info-container .info-item ul li:not(:last-child) {
            margin-bottom: 8px; }
      #content-wrapper #contact-page .contact-section .block-container .block-item:nth-of-type(1) h3 {
        color: #FBF6E3; }
      #content-wrapper #contact-page .contact-section .block-container .block-item:nth-of-type(2) {
        padding: 60px;
        background-color: #fff; }
        #content-wrapper #contact-page .contact-section .block-container .block-item:nth-of-type(2) h3 {
          margin-bottom: 20px; }
#content-wrapper #insight-page {
  background-color: #171717; }
  #content-wrapper #insight-page .insight-section .section-content .layout-container {
    display: flex; }
    #content-wrapper #insight-page .insight-section .section-content .layout-container .layout-item:nth-of-type(1) {
      width: 1155px; }
      #content-wrapper #insight-page .insight-section .section-content .layout-container .layout-item:nth-of-type(1) .image-container {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        #content-wrapper #insight-page .insight-section .section-content .layout-container .layout-item:nth-of-type(1) .image-container img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0; }
    #content-wrapper #insight-page .insight-section .section-content .layout-container .layout-item:nth-of-type(2) {
      width: calc(100% - 1155px); }
      #content-wrapper #insight-page .insight-section .section-content .layout-container .layout-item:nth-of-type(2) .text-container {
        padding: 125px 80px;
        background-color: #2B2A29; }
        #content-wrapper #insight-page .insight-section .section-content .layout-container .layout-item:nth-of-type(2) .text-container .date {
          color: #FBF6E3;
          margin-bottom: 30px; }
        #content-wrapper #insight-page .insight-section .section-content .layout-container .layout-item:nth-of-type(2) .text-container .headline {
          color: #FBF6E3;
          margin-bottom: 60px; }
        #content-wrapper #insight-page .insight-section .section-content .layout-container .layout-item:nth-of-type(2) .text-container span a {
          color: #FBF6E3;
          position: relative;
          font-size: 14px;
          font-weight: 700; }
          #content-wrapper #insight-page .insight-section .section-content .layout-container .layout-item:nth-of-type(2) .text-container span a::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            background-image: url(../img/icons/arrow-right.png);
            background-repeat: no-repeat;
            background-position: center;
            left: 80px;
            bottom: -1px; }
#content-wrapper #single-insight-page {
  position: relative; }
  #content-wrapper #single-insight-page::after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100vh - 110px);
    left: 0;
    top: 0;
    background-color: #171717;
    z-index: 0; }
  #content-wrapper #single-insight-page .title-section {
    position: relative;
    z-index: 1; }
    #content-wrapper #single-insight-page .title-section .section-title {
      padding: 0 130px; }
  #content-wrapper #single-insight-page .content-section .image-container {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 50%;
    margin-top: 80px;
    margin-bottom: 60px; }
    #content-wrapper #single-insight-page .content-section .image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0; }
  #content-wrapper #single-insight-page .content-section .content-container {
    padding: 0 130px; }
    #content-wrapper #single-insight-page .content-section .content-container h3 {
      margin: 30px 0; }
    #content-wrapper #single-insight-page .content-section .content-container p {
      margin-bottom: 30px; }
    #content-wrapper #single-insight-page .content-section .content-container img {
      margin-bottom: 60px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  #content-wrapper #single-insight-page .insight-section {
    background-color: #171717; }

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
#footer-wrapper {
  position: relative; }
  #footer-wrapper .custom-container {
    padding-bottom: 110px; }
  #footer-wrapper .top-footer-container {
    display: flex;
    justify-content: space-between; }
    #footer-wrapper .top-footer-container .footer-item .footer-links-container {
      display: flex;
      gap: 100px; }
      #footer-wrapper .top-footer-container .footer-item .footer-links-container .content ul li {
        font-family: "Inter Tight", serif;
        position: relative; }
        #footer-wrapper .top-footer-container .footer-item .footer-links-container .content ul li img {
          width: 20px;
          left: 0;
          top: 10px;
          position: absolute; }
        #footer-wrapper .top-footer-container .footer-item .footer-links-container .content ul li:not(:last-child) {
          margin-bottom: 10px; }
    #footer-wrapper .top-footer-container .footer-item:nth-of-type(1) .title {
      margin-bottom: 30px; }
      #footer-wrapper .top-footer-container .footer-item:nth-of-type(1) .title h6 {
        font-weight: bold;
        font-family: "Inter Tight", serif; }
    #footer-wrapper .top-footer-container .footer-item:nth-of-type(1) .content ul li {
      font-family: "Inter Tight", serif;
      position: relative;
      padding-left: 32px; }
      #footer-wrapper .top-footer-container .footer-item:nth-of-type(1) .content ul li img {
        width: 20px;
        left: 0;
        top: 10px;
        position: absolute; }
      #footer-wrapper .top-footer-container .footer-item:nth-of-type(1) .content ul li:not(:last-child) {
        margin-bottom: 10px; }
    #footer-wrapper .top-footer-container .footer-item:nth-of-type(2) .title {
      margin-bottom: 30px; }
      #footer-wrapper .top-footer-container .footer-item:nth-of-type(2) .title h6 {
        font-size: 16px;
        font-family: "Inter Tight", serif;
        font-weight: bold; }
    #footer-wrapper .top-footer-container .footer-item:nth-of-type(2) .content ul {
      column-count: 1;
      column-gap: 90px; }
      #footer-wrapper .top-footer-container .footer-item:nth-of-type(2) .content ul li a {
        font-weight: 500;
        font-family: "Inter Tight", serif;
        font-size: 18px;
        color: #2B2A29; }
  #footer-wrapper .bottom-footer-container {
    display: flex;
    justify-content: space-between;
    margin-top: 120px; }
    #footer-wrapper .bottom-footer-container .footer-item:nth-of-type(1) .title h6 {
      font-weight: 700;
      font-family: "Inter Tight", serif; }
    #footer-wrapper .bottom-footer-container .footer-item:nth-of-type(2) {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      #footer-wrapper .bottom-footer-container .footer-item:nth-of-type(2) .content ul {
        display: flex;
        justify-content: right; }
        #footer-wrapper .bottom-footer-container .footer-item:nth-of-type(2) .content ul li {
          font-weight: 500; }
          #footer-wrapper .bottom-footer-container .footer-item:nth-of-type(2) .content ul li:nth-of-type(1) {
            padding-right: 35px; }
          #footer-wrapper .bottom-footer-container .footer-item:nth-of-type(2) .content ul li a {
            color: #34302B; }
      #footer-wrapper .bottom-footer-container .footer-item:nth-of-type(2) .content p a {
        color: #34302B;
        font-weight: 600; }

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
.common-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  opacity: 1;
  pointer-events: initial;
  transition: all .4s ease;
  z-index: 2;
  margin-right: 10px; }
  .common-toggle .inner {
    width: 100%; }
    .common-toggle .inner span {
      display: block;
      height: 1px;
      width: 100%;
      background-color: white; }
      .common-toggle .inner span:not(:last-child) {
        margin-bottom: 8px; }

.common-banner-section.type-small-height .banner-slider .banner-item {
  height: 70vh; }
.common-banner-section.type-center .banner-slider .banner-item .text-container .inner {
  margin: auto;
  text-align: center; }
.common-banner-section .banner-slider .banner-item {
  z-index: 0;
  height: 100vh;
  background-color: #34302B;
  position: relative;
  background-size: cover;
  background-position: center bottom; }
  .common-banner-section .banner-slider .banner-item img,
  .common-banner-section .banner-slider .banner-item iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .common-banner-section .banner-slider .banner-item img.desktop {
    display: block; }
  .common-banner-section .banner-slider .banner-item img.mobile {
    display: none; }
  .common-banner-section .banner-slider .banner-item .text-container {
    z-index: 2;
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    width: 100%;
    left: 0; }
    .common-banner-section .banner-slider .banner-item .text-container .inner {
      width: 875px; }
      .common-banner-section .banner-slider .banner-item .text-container .inner .title {
        text-align: center; }
        .common-banner-section .banner-slider .banner-item .text-container .inner .title h1 {
          color: #FBF6E3;
          font-weight: 400;
          text-align: center; }
          .common-banner-section .banner-slider .banner-item .text-container .inner .title h1 span {
            color: #5B9BD5;
            display: inline-block;
            opacity: 1;
            transition: opacity 1.2s ease-in-out; }
            .common-banner-section .banner-slider .banner-item .text-container .inner .title h1 span.hidden {
              opacity: 0; }
      .common-banner-section .banner-slider .banner-item .text-container .inner .content h1 {
        color: #FBF6E3;
        line-height: 1.1em;
        text-align: center; }
      .common-banner-section .banner-slider .banner-item .text-container .inner .content h5 {
        color: #FBF6E3;
        text-align: center;
        margin-top: 10px; }
      .common-banner-section .banner-slider .banner-item .text-container .inner .action-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        margin-left: 200px; }
        .common-banner-section .banner-slider .banner-item .text-container .inner .action-container .common-action-item:nth-of-type(1) {
          margin-right: 20px; }

.common-block-container {
  display: flex;
  flex-wrap: wrap;
  margin: -25px -15px; }
  .common-block-container .block-item {
    width: 25%;
    padding: 25px 15px; }
    .common-block-container .block-item .inner .image-container a {
      display: block;
      position: relative;
      overflow: hidden;
      padding-bottom: 100%; }
      .common-block-container .block-item .inner .image-container a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        right: 0;
        transform: scale(1);
        transition: all 1.4s ease; }
    .common-block-container .block-item .inner .text-container .title {
      margin: 30px 0 15px; }
      .common-block-container .block-item .inner .text-container .title a {
        color: #5B9BD5; }
    .common-block-container .block-item .inner:hover .image-container a img {
      transform: scale(1.05);
      transition: all 1.4s ease; }

.common-insight-container {
  display: flex;
  flex-wrap: wrap;
  margin: -10px; }
  .common-insight-container .insight-item {
    padding: 10px;
    width: 33.33%; }
    .common-insight-container .insight-item .insight-title {
      margin-bottom: 20px; }
      .common-insight-container .insight-item .insight-title .title h3 {
        color: #5B9BD5; }
    .common-insight-container .insight-item a {
      color: #34302B; }
      .common-insight-container .insight-item a .image-container {
        position: relative;
        padding-bottom: 56%;
        overflow: hidden; }
        .common-insight-container .insight-item a .image-container img {
          position: absolute;
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: center; }
      .common-insight-container .insight-item a .text-container {
        background-color: #ffffff66;
        box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.1);
        padding: 40px; }
        .common-insight-container .insight-item a .text-container .date h6 {
          color: #6C6C6C;
          font-family: "Inter Tight", serif;
          font-weight: 600; }
        .common-insight-container .insight-item a .text-container .headline {
          margin: 20px 0;
          max-width: 430px; }
        .common-insight-container .insight-item a .text-container .detail p {
          color: #2B2A29; }
        .common-insight-container .insight-item a .text-container.type-invert {
          background-color: #2B2A29; }
          .common-insight-container .insight-item a .text-container.type-invert .headline {
            color: #FBF6E3; }
          .common-insight-container .insight-item a .text-container.type-invert .detail {
            color: #FBF6E3; }

.common-service-container {
  display: flex;
  margin: -10px; }
  .common-service-container .service-item {
    padding: 10px;
    width: 25%; }
    .common-service-container .service-item .text-container {
      background-color: #2B2A29;
      height: 100%;
      position: relative;
      overflow: hidden;
      transition: .6s; }
      .common-service-container .service-item .text-container .inner {
        padding: 50px 50px;
        overflow: hidden;
        z-index: 1; }
        .common-service-container .service-item .text-container .inner .number {
          margin-bottom: 10px; }
          .common-service-container .service-item .text-container .inner .number span {
            font-size: 108px;
            color: #171717;
            transition: .6s; }
        .common-service-container .service-item .text-container .inner .title {
          margin-bottom: 25px; }
          .common-service-container .service-item .text-container .inner .title h4 {
            color: #FBF6E3;
            position: relative;
            transition: transform 0.3s ease; }
        .common-service-container .service-item .text-container .inner .content {
          position: relative; }
          .common-service-container .service-item .text-container .inner .content p {
            color: #918E80;
            position: relative;
            transition: transform 0.3s ease; }
        .common-service-container .service-item .text-container .inner:hover .number span {
          transform: translateY(-30px);
          color: #fff;
          transition: .6s; }
        .common-service-container .service-item .text-container .inner:hover .title h4 {
          transform: translateY(-30px); }
        .common-service-container .service-item .text-container .inner:hover p {
          transform: translateY(-30px); }
        .common-service-container .service-item .text-container .inner:hover .know-more {
          opacity: 1;
          transform: translateY(0); }
        .common-service-container .service-item .text-container .inner:hover:after {
          z-index: 0;
          content: '';
          height: 60%;
          width: 100%;
          background-color: #494949;
          filter: blur(200px);
          position: absolute;
          bottom: 0px;
          left: 0;
          border-radius: 50% 50% 0 0;
          transition: bottom 0.3s ease;
          z-index: 0;
          transition: .6s; }

.common-faq-container .card {
  width: 100%;
  border: 0;
  background-color: transparent; }
  .common-faq-container .card:not(:last-of-type) {
    margin-bottom: 30px; }
  .common-faq-container .card .card-inner .card-header {
    border: 0;
    background-color: transparent;
    padding: 0; }
    .common-faq-container .card .card-inner .card-header button {
      width: 100%;
      line-height: 1.9em;
      font-family: "Palatino Linotype";
      position: relative;
      display: flex;
      outline: none;
      text-align: left;
      border: 0;
      background-color: transparent;
      padding: 20px 25px; }
      .common-faq-container .card .card-inner .card-header button:active, .common-faq-container .card .card-inner .card-header button:focus {
        outline: none; }
      .common-faq-container .card .card-inner .card-header button span {
        display: block; }
        .common-faq-container .card .card-inner .card-header button span:nth-of-type(1) {
          width: 30px;
          font-size: 30px; }
        .common-faq-container .card .card-inner .card-header button span:nth-of-type(2) {
          width: calc(100% - 30px);
          margin-top: -2px;
          font-size: 30px;
          padding-left: 10px; }
      .common-faq-container .card .card-inner .card-header button img {
        padding-top: 20px;
        padding-left: 20px; }
  .common-faq-container .card .card-inner .card-body {
    padding: 0px 20px 0px 65px; }
    .common-faq-container .card .card-inner .card-body p {
      font-family: "Inter Tight", serif;
      font-size: 18px; }

.common-team-container {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  justify-content: center; }
  .common-team-container .team-item {
    width: 25%;
    padding: 15px; }
    .common-team-container .team-item .image-container {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      padding-bottom: 120%;
      cursor: pointer; }
      .common-team-container .team-item .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        right: 0;
        filter: grayscale(0);
        transition: all .4s ease; }
      .common-team-container .team-item .image-container:hover img {
        filter: grayscale(1);
        transition: all .4s ease; }
    .common-team-container .team-item .text-container .name {
      margin-top: 28px;
      margin-bottom: 12px; }
      .common-team-container .team-item .text-container .name h4 {
        color: #34302B;
        cursor: pointer;
        transition: all .4s ease; }
        .common-team-container .team-item .text-container .name h4:hover {
          color: #5B9BD5;
          transition: all .4s ease; }
    .common-team-container .team-item .text-container .designation p {
      font-size: 18px;
      line-height: 1em; }

.common-social-container {
  margin-top: 25px; }
  .common-social-container ul {
    display: flex; }
    .common-social-container ul li:not(:last-child) {
      padding-right: 10px; }
    .common-social-container ul li img {
      width: 40px;
      height: 40px; }

.common-title {
  margin-bottom: 30px; }
  .common-title h2 {
    color: #FBF6E3; }

.common-logo-container {
  line-height: 1 !important; }
  .common-logo-container a {
    width: 150px;
    display: inline-block; }
    .common-logo-container a img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .common-logo-container.type-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .common-logo-container.type-center a {
      width: 380px; }

.common-toggle {
  display: none; }

.common-form .fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .common-form .fields .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 0 10px; }
    .common-form .fields .form-group:not(:last-of-type) {
      margin-bottom: 20px; }
    .common-form .fields .form-group.half-width {
      width: 50%; }
    .common-form .fields .form-group.has-error input,
    .common-form .fields .form-group.has-error select,
    .common-form .fields .form-group.has-error textarea {
      border: 1px solid #e74c3c; }
    .common-form .fields .form-group.has-error label {
      color: #e74c3c; }
    .common-form .fields .form-group.has-error .floating-label {
      color: #e74c3c; }
    .common-form .fields .form-group label {
      font-weight: 500;
      font-size: 16px;
      color: #918E80; }
    .common-form .fields .form-group input,
    .common-form .fields .form-group select,
    .common-form .fields .form-group textarea {
      font-family: "Inter Tight", serif;
      font-size: 16px;
      line-height: 1em;
      width: 100%;
      padding: 14px 15px;
      color: #333;
      border: 1px solid #918E80;
      border-radius: 0;
      background: transparent; }
      .common-form .fields .form-group input::placeholder,
      .common-form .fields .form-group select::placeholder,
      .common-form .fields .form-group textarea::placeholder {
        color: #34302B; }
    .common-form .fields .form-group textarea {
      height: 140px; }
    .common-form .fields .form-group .floating-label {
      font-size: 15px;
      display: inline-block;
      padding: 2px 6px;
      line-height: 1em;
      pointer-events: none;
      color: black;
      position: absolute;
      left: 11px;
      top: 16px;
      transition: 0.2s ease all;
      background: black; }
    .common-form .fields .form-group input:focus ~ .floating-label,
    .common-form .fields .form-group select:focus ~ .floating-label,
    .common-form .fields .form-group textarea:focus ~ .floating-label,
    .common-form .fields .form-group input:not(:focus):valid ~ .floating-label,
    .common-form .fields .form-group select:not(:focus):valid ~ .floating-label,
    .common-form .fields .form-group textarea:not(:focus):valid ~ .floating-label {
      top: -7px;
      transform: translateY(0);
      font-size: 13px; }
.common-form .form-action {
  margin-top: 45px; }

.common-remove-tab-style {
  border-bottom: 0; }
  .common-remove-tab-style li a {
    padding: 0;
    background-color: transparent;
    border: 0; }
    .common-remove-tab-style li a:focus, .common-remove-tab-style li a:hover {
      background-color: transparent;
      border: 0; }
  .common-remove-tab-style li.active a {
    background-color: transparent;
    border: 0; }
    .common-remove-tab-style li.active a:focus, .common-remove-tab-style li.active a:hover {
      background-color: transparent;
      border: 0; }

.common-back-top {
  z-index: 21;
  position: fixed;
  bottom: 20px;
  right: 50px;
  border-radius: 50%;
  background: rgba(110, 193, 228, 0.6); }
  .common-back-top a {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .common-back-top a i {
      font-size: 20px;
      color: #fff; }

.common-action-item .icon-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FBF6E3; }
  .common-action-item .icon-button a .icon {
    padding-right: 15px; }
  .common-action-item .icon-button a .text {
    font-family: "Inter Tight", serif; }

/*------------------------------------ Components Ends ------------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
.common-banner-section .banner-slider .banner-item:not(:first-of-type) {
  display: none; }

.common-banner-section .banner-slider.slick-initialized .banner-item {
  display: block; }

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1;
  height: 45px;
  width: 32px; }
  .slick-slider .slick-prev:after,
  .slick-slider .slick-next:after {
    content: '';
    height: inherit;
    width: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
    display: none; }
.slick-slider .slick-prev {
  left: 20px; }
  .slick-slider .slick-prev:after {
    background-image: url("../img/icons/left-arrow.svg"); }
.slick-slider .slick-next {
  right: 20px; }
  .slick-slider .slick-next:after {
    background-image: url("../img/icons/right-arrow.svg"); }
.slick-slider .slick-dots li {
  height: 13px;
  width: 13px;
  border-radius: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.45); }
  .slick-slider .slick-dots li.slick-active {
    background-color: #fff; }
  .slick-slider .slick-dots li:not(:last-of-type) {
    margin-right: 18px; }
  .slick-slider .slick-dots li button {
    height: 13px;
    width: 13px;
    padding: 0;
    opacity: 0; }
.slick-slider.slick-dotted {
  margin-bottom: 0; }
  .slick-slider.slick-dotted .slick-dots {
    bottom: 50px; }

/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
.modal .modal-dialog {
  max-width: 1320px;
  margin: 70px auto; }
  .modal .modal-dialog .modal-header {
    padding: 0;
    border: 0; }
    .modal .modal-dialog .modal-header button {
      z-index: 1;
      height: 40px;
      width: 36px;
      margin: 0;
      padding: 0;
      color: #fff;
      opacity: 1;
      outline: none;
      position: absolute;
      top: 0;
      right: 0; }
      .modal .modal-dialog .modal-header button img {
        z-index: 1;
        height: 30px;
        width: 28px;
        margin: 0;
        padding: 0;
        color: #fff;
        opacity: 1;
        outline: none;
        position: absolute;
        top: 3px;
        right: 5px; }
  .modal .modal-dialog .modal-content {
    border-radius: 0; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 30px 26px; }
      .modal .modal-dialog .modal-content .modal-body .modal-loading-gif {
        height: 130px;
        position: relative; }
        .modal .modal-dialog .modal-content .modal-body .modal-loading-gif img {
          width: 30px;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
      .modal .modal-dialog .modal-content .modal-body .modal-loading-area {
        display: flex; }
        .modal .modal-dialog .modal-content .modal-body .modal-loading-area .inner {
          width: 50%; }
          .modal .modal-dialog .modal-content .modal-body .modal-loading-area .inner .image-container {
            position: relative;
            width: 100%;
            padding-bottom: 100%; }
            .modal .modal-dialog .modal-content .modal-body .modal-loading-area .inner .image-container img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: center;
              position: absolute;
              top: 0;
              left: 0; }
          .modal .modal-dialog .modal-content .modal-body .modal-loading-area .inner .text-container {
            padding: 40px 100px 70px; }
            .modal .modal-dialog .modal-content .modal-body .modal-loading-area .inner .text-container .company-logo {
              width: 100px;
              height: auto; }
              .modal .modal-dialog .modal-content .modal-body .modal-loading-area .inner .text-container .company-logo img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center; }
            .modal .modal-dialog .modal-content .modal-body .modal-loading-area .inner .text-container .title {
              margin: 40px 0; }

/*--------------------------------------- Modal Ends --------------------------------------*/
/*------------------------------------ Animation Starts -----------------------------------*/
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 0.9;
    transform: translateY(0); } }
/*------------------------------------- Animation Ends ------------------------------------*/

/*# sourceMappingURL=thestyles.css.map */
