/**
 * Created by Sushant Gauchan
 * Email : sushant.gauchan@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 -----------------------------------*/
/*------------------------------------- Site Wide Ends ------------------------------------*/
/*------------------------------------ Body Style Start -----------------------------------*/
/*------------------------------------- Body Style Ends -----------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*----------------------------------- Navigation Starts -----------------------------------*/
/*------------------------------------ Navigation Ends ------------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
/*------------------------------------ Components Ends ------------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
/*--------------------------------------- Modal Ends --------------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*------------------------------------ Animation Starts -----------------------------------*/
/*------------------------------------- Animation Ends ------------------------------------*/
@media all and (max-width: 1750px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  h1 {
    font-size: 67px; }

  h2 {
    font-size: 45px; }

  h4 {
    font-size: 21px; }

  .small-font {
    font-size: 16px; }

  .custom-container {
    padding: 120px 180px; }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*------------------------------------ Body Style Start -----------------------------------*/
  /*------------------------------------- Body Style Ends -----------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li a {
    font-size: 16px; }
  #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li:not(:last-of-type) {
    margin-right: 65px; }
  #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li > a {
    padding: 35px 0; }

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(1) {
    width: 520px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 520px);
    padding-left: 150px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item .image-collection-container .image-item img {
    height: 600px; }
  #content-wrapper #home-page .service-section .section-title {
    margin-bottom: 70px; }
    #content-wrapper #home-page .service-section .section-title h2 {
      padding-bottom: 15px; }
  #content-wrapper #home-page .client-section .layout-container {
    gap: 115px; }
    #content-wrapper #home-page .client-section .layout-container .layout-item .common-title-container {
      width: 430px; }
  #content-wrapper #home-page .team-section .custom-container {
    padding-top: 165px; }
  #content-wrapper #home-page .team-section .quote-container {
    max-width: 640px;
    margin-top: 55px;
    padding: 30px 50px; }
  #content-wrapper #home-page .team-section.footer .layout-container {
    display: flex;
    flex-wrap: wrap; }
    #content-wrapper #home-page .team-section.footer .layout-container .layout-item:nth-of-type(1) {
      width: 550px; }
    #content-wrapper #home-page .team-section.footer .layout-container .layout-item:nth-of-type(2) {
      width: calc(100% - 550px);
      padding-left: 180px; }
  #content-wrapper #home-page .why-choose-section .layout-container .layout-item:nth-of-type(1) {
    width: 400px; }
  #content-wrapper #home-page .why-choose-section .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 400px);
    padding-left: 120px; }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-banner-section .banner-slider .banner-item .text-container .inner {
    width: 555px; }
    .common-banner-section .banner-slider .banner-item .text-container .inner .content {
      margin-top: 35px; }
    .common-banner-section .banner-slider .banner-item .text-container .inner .action {
      margin-top: 50px; }

  .common-title-container .title {
    margin-bottom: 50px; }
    .common-title-container .title h2 {
      padding-left: 30px; }

  .common-service-list-container {
    margin: -12px; }
    .common-service-list-container .service-list-item {
      width: 33.33%;
      padding: 12px; }
      .common-service-list-container .service-list-item .service-list-inner {
        padding: 35px 27px; }
        .common-service-list-container .service-list-item .service-list-inner .block-container {
          display: flex;
          gap: 20px; }
          .common-service-list-container .service-list-item .service-list-inner .block-container .block-item .title {
            margin-bottom: 12px; }

  .client-category-list-container .list-item {
    padding-bottom: 18px;
    margin-bottom: 18px; }
    .client-category-list-container .list-item h4 {
      margin-left: 18px; }

  .common-box-container .title {
    margin-bottom: 50px; }
  .common-box-container .content {
    padding-left: 45px; }
    .common-box-container .content .common-bottom-margin {
      margin-bottom: 20px; }

  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/ }
@media all and (max-width: 1600px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  body {
    font-size: 16px; }

  h1 {
    font-size: 62px; }

  h2 {
    font-size: 41px; }

  h4 {
    font-size: 20px; }

  .small-font {
    font-size: 15px; }

  .custom-container {
    padding: 110px 140px; }

  .co-btn {
    padding: 12px 35px;
    font-size: 15px; }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*------------------------------------ Body Style Start -----------------------------------*/
  /*------------------------------------- Body Style Ends -----------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li a {
    font-size: 15px; }
  #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li:not(:last-of-type) {
    margin-right: 60px; }
  #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li > a {
    padding: 32px 0; }

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(1) {
    width: 475px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 475px);
    padding-left: 120px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item .image-collection-container .image-item img {
    height: 555px; }
  #content-wrapper #home-page .service-section .section-title {
    margin-bottom: 65px; }
    #content-wrapper #home-page .service-section .section-title h2 {
      padding-bottom: 12px; }
  #content-wrapper #home-page .client-section .layout-container {
    gap: 100px; }
    #content-wrapper #home-page .client-section .layout-container .layout-item .common-title-container {
      width: 347px; }
  #content-wrapper #home-page .team-section .custom-container {
    padding-top: 165px; }
  #content-wrapper #home-page .team-section .quote-container {
    max-width: 600px;
    margin-top: 50px;
    padding: 25px 45px; }
  #content-wrapper #home-page .team-section.footer .layout-container .layout-item:nth-of-type(1) {
    width: 500px; }
  #content-wrapper #home-page .team-section.footer .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 500px);
    padding-left: 150px; }
  #content-wrapper #home-page .why-choose-section .layout-container .layout-item:nth-of-type(1) {
    width: 350px; }
  #content-wrapper #home-page .why-choose-section .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 350px);
    padding-left: 100px; }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-logo-container a {
    width: 206px; }

  .common-banner-section .banner-slider .banner-item .text-container .inner {
    width: 490px; }
    .common-banner-section .banner-slider .banner-item .text-container .inner .content {
      margin-top: 30px; }
    .common-banner-section .banner-slider .banner-item .text-container .inner .action {
      margin-top: 40px; }

  .common-title-container .title {
    margin-bottom: 45px; }
    .common-title-container .title h2 {
      padding-left: 25px; }

  .common-service-list-container .service-list-item .service-list-inner {
    padding: 32px 24px; }
    .common-service-list-container .service-list-item .service-list-inner .block-container {
      gap: 18px; }

  .client-category-list-container .list-item {
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .client-category-list-container .list-item h4 {
      margin-left: 18px; }

  .common-box-container .title {
    margin-bottom: 40px; }
  .common-box-container .content {
    padding-left: 42px; }
    .common-box-container .content .common-bottom-margin {
      margin-bottom: 18px; }

  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/ }
@media all and (max-width: 1450px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  h1 {
    font-size: 60px; }

  h2 {
    font-size: 40px; }

  h4 {
    font-size: 20px; }

  .small-font {
    font-size: 15px; }

  .custom-container {
    padding: 100px 120px; }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*------------------------------------ Body Style Start -----------------------------------*/
  /*------------------------------------- Body Style Ends -----------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/ }
@media all and (max-width: 1399px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  h1 {
    font-size: 55px; }

  h2 {
    font-size: 38px; }

  h4 {
    font-size: 19px; }

  .small-font {
    font-size: 15px; }

  .custom-container {
    padding: 100px 110px; }

  .co-btn {
    padding: 11px 32px;
    font-size: 15px; }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*------------------------------------ Body Style Start -----------------------------------*/
  /*------------------------------------- Body Style Ends -----------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li a {
    font-size: 15px; }
  #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li:not(:last-of-type) {
    margin-right: 55px; }
  #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li > a {
    padding: 27px 0; }

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(1) {
    width: 440px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 440px);
    padding-left: 80px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item .image-collection-container .image-item img {
    height: 555px; }
  #content-wrapper #home-page .service-section .section-title {
    margin-bottom: 60px; }
    #content-wrapper #home-page .service-section .section-title h2 {
      padding-bottom: 12px; }
  #content-wrapper #home-page .client-section .layout-container {
    gap: 80px; }
    #content-wrapper #home-page .client-section .layout-container .layout-item .common-title-container {
      width: 320px; }
  #content-wrapper #home-page .team-section .custom-container {
    padding-top: 165px; }
  #content-wrapper #home-page .team-section .quote-container {
    max-width: 600px;
    margin-top: 50px;
    padding: 25px 45px; }
  #content-wrapper #home-page .team-section.footer .layout-container .layout-item:nth-of-type(1) {
    width: 500px; }
  #content-wrapper #home-page .team-section.footer .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 500px);
    padding-left: 150px; }
  #content-wrapper #home-page .why-choose-section .layout-container .layout-item:nth-of-type(1) {
    width: 350px; }
  #content-wrapper #home-page .why-choose-section .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 350px);
    padding-left: 100px; }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-logo-container a {
    width: 190px; }

  .common-banner-section .banner-slider .banner-item .text-container .inner {
    width: 470px; }
    .common-banner-section .banner-slider .banner-item .text-container .inner .content {
      margin-top: 25px; }
    .common-banner-section .banner-slider .banner-item .text-container .inner .action {
      margin-top: 35px; }

  .common-title-container .title {
    margin-bottom: 45px; }
    .common-title-container .title h2 {
      padding-left: 25px; }

  .common-service-list-container .service-list-item .service-list-inner {
    padding: 25px; }
    .common-service-list-container .service-list-item .service-list-inner .block-container {
      gap: 15px; }

  .client-category-list-container .list-item {
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .client-category-list-container .list-item h4 {
      margin-left: 18px; }

  .common-box-container .title {
    margin-bottom: 40px; }
  .common-box-container .content {
    padding-left: 42px; }
    .common-box-container .content .common-bottom-margin {
      margin-bottom: 18px; }

  .common-form .fields .form-group.half-width {
    width: 50%; }
  .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
    padding: 15px 12px; }
  .common-form .form-action {
    margin-top: 40px; }

  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/ }
@media all and (max-width: 1199px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  body {
    font-size: 15px; }

  h1 {
    font-size: 50px; }

  h2 {
    font-size: 34px; }

  h4 {
    font-size: 19px; }

  .small-font {
    font-size: 15px; }

  .custom-container {
    padding: 100px 90px; }

  .co-btn {
    padding: 11px 25px;
    font-size: 15px; }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*------------------------------------ Body Style Start -----------------------------------*/
  /*------------------------------------- Body Style Ends -----------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li a {
    font-size: 15px; }
  #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li:not(:last-of-type) {
    margin-right: 50px; }
  #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li > a {
    padding: 25px 0; }

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(1) {
    width: 50%;
    padding-right: 60px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(2) {
    width: 50%;
    padding-left: 0px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item .image-collection-container .image-item img {
    height: 525px; }
  #content-wrapper #home-page .service-section .section-title {
    margin-bottom: 50px; }
    #content-wrapper #home-page .service-section .section-title h2 {
      padding-bottom: 12px; }
  #content-wrapper #home-page .client-section .layout-container {
    gap: 60px; }
    #content-wrapper #home-page .client-section .layout-container .layout-item .common-title-container {
      width: 300px; }
  #content-wrapper #home-page .team-section .custom-container {
    padding-top: 165px; }
  #content-wrapper #home-page .team-section .quote-container {
    max-width: 600px;
    margin-top: 50px;
    padding: 25px 45px; }
  #content-wrapper #home-page .team-section.footer .layout-container .layout-item:nth-of-type(1) {
    width: 50%; }
  #content-wrapper #home-page .team-section.footer .layout-container .layout-item:nth-of-type(2) {
    width: 50%;
    padding-left: 80px; }
  #content-wrapper #home-page .why-choose-section .layout-container .layout-item:nth-of-type(1) {
    width: 280px; }
  #content-wrapper #home-page .why-choose-section .layout-container .layout-item:nth-of-type(2) {
    width: calc(100% - 280px);
    padding-left: 50px; }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-logo-container a {
    width: 180px; }

  .common-banner-section .banner-slider .banner-item .text-container .inner {
    width: 430px; }
    .common-banner-section .banner-slider .banner-item .text-container .inner .content {
      margin-top: 25px; }
    .common-banner-section .banner-slider .banner-item .text-container .inner .action {
      margin-top: 35px; }

  .common-title-container .title {
    margin-bottom: 45px; }
    .common-title-container .title h2 {
      padding-left: 25px; }

  .common-service-list-container .service-list-item .service-list-inner {
    padding: 20px; }
    .common-service-list-container .service-list-item .service-list-inner .block-container {
      gap: 10px; }
      .common-service-list-container .service-list-item .service-list-inner .block-container .block-item .icon img {
        width: 35px; }

  .client-category-list-container .list-item {
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .client-category-list-container .list-item h4 {
      margin-left: 18px; }

  .common-box-container .title {
    margin-bottom: 40px; }
  .common-box-container .content {
    padding-left: 42px; }
    .common-box-container .content .common-bottom-margin {
      margin-bottom: 18px; }

  .common-form .fields .form-group.half-width {
    width: 50%; }
  .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
    padding: 15px 12px; }
  .common-form .form-action {
    margin-top: 40px; }

  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/ }
@media all and (max-width: 991px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  body.menu-open #header-wrapper .common-logo-nav-wrapper .nav-container {
    opacity: 1;
    pointer-events: initial; }
  body.menu-open #header-wrapper .common-logo-nav-wrapper .close-icon-container {
    opacity: 1;
    pointer-events: inherit;
    z-index: 99; }

  h1 {
    font-size: 46px; }

  h2 {
    font-size: 34px; }

  h4 {
    font-size: 19px; }

  .custom-container {
    padding: 70px 50px; }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*------------------------------------ Body Style Start -----------------------------------*/
  /*------------------------------------- Body Style Ends -----------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .common-logo-nav-wrapper .nav-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #0C2B52;
    left: 0;
    top: 0;
    z-index: 9;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    padding-top: 200px; }
    #header-wrapper .common-logo-nav-wrapper .nav-container nav {
      position: relative;
      z-index: 1; }
      #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li {
        display: block;
        text-align: center; }
        #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li:not(:last-child) {
          margin-right: 0px; }
        #header-wrapper .common-logo-nav-wrapper .nav-container nav ul li a {
          color: #F9F5F0 !important;
          font-size: 22px;
          padding: 15px 0px;
          font-weight: 600; }
      #header-wrapper .common-logo-nav-wrapper .nav-container nav ul .menu-item-has-children:after {
        display: none; }
      #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li.has-sub-menu.menu-show > ul {
        display: block !important; }
      #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li > ul {
        display: none;
        min-width: 100%;
        position: relative;
        left: 0;
        top: 100%;
        opacity: 1;
        pointer-events: none; }
        #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li > ul:after {
          display: none; }
        #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li > ul > li {
          background-color: #18392b; }
          #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li > ul > li a {
            font-size: 17px; }
      #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li.has-sub-menu > a {
        padding-right: 0px; }
        #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li.has-sub-menu > a:after {
          display: none; }
    #header-wrapper .common-logo-nav-wrapper .nav-container .close-icon-container {
      display: block;
      position: absolute;
      top: 10px;
      right: 0px;
      cursor: pointer; }
      #header-wrapper .common-logo-nav-wrapper .nav-container .close-icon-container img {
        width: 45px; }
  #header-wrapper .common-logo-nav-wrapper .close-icon-container {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none; }
    #header-wrapper .common-logo-nav-wrapper .close-icon-container img {
      width: 20px; }
  #header-wrapper.nav-scroll .common-logo-nav-wrapper .common-toggle.type-open .inner span {
    background-color: #0C2B52; }
  #header-wrapper.nav-scroll .common-logo-nav-wrapper .action-container .action-item.type-icon a {
    color: #0C2B52; }

  .common-logo-nav-wrapper {
    padding: 20px 0; }
    .common-logo-nav-wrapper .action-container .action-item.type-btn {
      display: none; }
    .common-logo-nav-wrapper .action-container .action-item.type-icon {
      display: block; }
      .common-logo-nav-wrapper .action-container .action-item.type-icon a {
        color: #fff; }

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  #navigation-wrapper {
    z-index: 11;
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #0C2B52;
    display: flex;
    flex-direction: column;
    clip-path: inset(0 0% 100% 0);
    transition: 0.8s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88);
    pointer-events: none; }
    #navigation-wrapper:after {
      content: '';
      z-index: -2;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background-color: #D23330;
      background: linear-gradient(to right, #5A0302, #8b1c1a, #D23330); }
    #navigation-wrapper .nav-header .custom-container {
      padding-top: 0;
      padding-bottom: 0; }
    #navigation-wrapper .nav-body {
      flex: 1;
      padding-top: 80px; }
      #navigation-wrapper .nav-body .custom-container {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0; }
      #navigation-wrapper .nav-body .nav-container nav > ul > li > a {
        position: relative;
        display: inline-block;
        font-size: 20px;
        color: #fff;
        transition: all .4s ease; }
      #navigation-wrapper .nav-body .nav-container nav > ul > li:not(:last-of-type) {
        margin-bottom: 40px; }
      #navigation-wrapper .nav-body .nav-container nav > ul > li.menu-show > ul {
        max-height: 300px;
        pointer-events: initial;
        transition: max-height .3s ease; }
      #navigation-wrapper .nav-body .nav-container nav > ul > li > ul {
        max-height: 0;
        overflow: hidden;
        pointer-events: none;
        transition: max-height .3s ease; }

  body.menu-open #navigation-wrapper {
    pointer-events: initial;
    clip-path: inset(0 0% 0 0);
    transition: 0.8s 0.1s cubic-bezier(0.71, 0.26, 0.26, 0.88); }

  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .about-section .custom-container {
    padding-right: 50px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item {
    width: 100% !important; }
    #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(1) {
      padding-right: 0px;
      margin-bottom: 50px; }
    #content-wrapper #home-page .about-section .layout-container .layout-item .image-collection-container .image-item img {
      height: 525px; }
  #content-wrapper #home-page .service-section .section-title {
    margin-bottom: 50px; }
    #content-wrapper #home-page .service-section .section-title h2 {
      padding-bottom: 12px; }
  #content-wrapper #home-page .client-section .layout-container {
    gap: 0px;
    justify-content: inherit; }
    #content-wrapper #home-page .client-section .layout-container .layout-item:nth-of-type(1) {
      margin-bottom: 40px; }
    #content-wrapper #home-page .client-section .layout-container .layout-item .common-title-container {
      width: 100%; }
  #content-wrapper #home-page .team-section .custom-container {
    padding-top: 120px; }
  #content-wrapper #home-page .team-section .quote-container {
    max-width: 600px;
    margin-top: 50px;
    padding: 25px 45px; }
  #content-wrapper #home-page .team-section.footer .layout-container {
    flex-direction: column-reverse; }
    #content-wrapper #home-page .team-section.footer .layout-container .layout-item {
      width: 100% !important; }
      #content-wrapper #home-page .team-section.footer .layout-container .layout-item:nth-of-type(1) {
        margin-top: 40px; }
      #content-wrapper #home-page .team-section.footer .layout-container .layout-item:nth-of-type(2) {
        padding-left: 0px; }
  #content-wrapper #home-page .why-choose-section .layout-container .layout-item {
    width: 100% !important; }
    #content-wrapper #home-page .why-choose-section .layout-container .layout-item:nth-of-type(1) {
      margin-bottom: 40px; }
    #content-wrapper #home-page .why-choose-section .layout-container .layout-item:nth-of-type(2) {
      padding-left: 0px; }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-toggle {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .common-toggle.type-open .inner {
      width: 28px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      position: relative;
      text-align: center; }
      .common-toggle.type-open .inner span {
        display: block;
        width: 100%;
        height: 2px;
        margin-right: auto;
        background-color: #fff;
        transition: all .4s ease; }
        .common-toggle.type-open .inner span:not(:last-of-type) {
          margin-bottom: 6px; }
        .common-toggle.type-open .inner span:nth-of-type(1) {
          width: 55%;
          margin-left: auto;
          margin-right: 0; }
        .common-toggle.type-open .inner span:nth-of-type(3) {
          width: 55%;
          margin-right: auto;
          margin-left: 0; }
    .common-toggle.type-open:hover .inner span {
      background-color: #EEAD0E !important;
      transition: all .4s ease; }
    .common-toggle.type-close .inner i {
      font-size: 20px;
      color: #fff; }

  .common-logo-container a {
    width: 180px; }

  .common-banner-section .banner-slider .banner-item .text-container .inner {
    width: 430px; }
    .common-banner-section .banner-slider .banner-item .text-container .inner .content {
      margin-top: 25px; }
    .common-banner-section .banner-slider .banner-item .text-container .inner .action {
      margin-top: 35px; }

  .common-title-container .title {
    margin-bottom: 30px; }
    .common-title-container .title h2 {
      padding-left: 20px; }

  .common-service-list-container .service-list-item {
    width: 50%; }
    .common-service-list-container .service-list-item .service-list-inner {
      padding: 40px 20px; }
      .common-service-list-container .service-list-item .service-list-inner .block-container {
        gap: 10px; }
        .common-service-list-container .service-list-item .service-list-inner .block-container .block-item .icon img {
          width: 35px; }

  .client-category-list-container .list-item {
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .client-category-list-container .list-item h4 {
      margin-left: 18px; }

  .common-box-container .title {
    margin-bottom: 40px; }
  .common-box-container .content {
    padding-left: 42px; }
    .common-box-container .content .common-bottom-margin {
      margin-bottom: 18px; }

  .common-form .fields .form-group.half-width {
    width: 50%; }
  .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
    padding: 13px 12px; }
  .common-form .form-action {
    margin-top: 35px; }

  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/ }
@media all and (max-width: 767px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  h1 {
    font-size: 37px; }

  h2 {
    font-size: 30px; }

  .custom-container {
    padding: 70px 25px; }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*------------------------------------ Body Style Start -----------------------------------*/
  /*------------------------------------- Body Style Ends -----------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  .common-logo-nav-wrapper {
    padding: 16px 0; }

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .about-section .custom-container {
    padding-right: 25px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item {
    width: 100% !important; }
    #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(1) {
      padding-right: 0px;
      margin-bottom: 50px; }
    #content-wrapper #home-page .about-section .layout-container .layout-item .image-collection-container {
      flex-wrap: wrap;
      margin: -0px; }
      #content-wrapper #home-page .about-section .layout-container .layout-item .image-collection-container .image-item {
        width: 100% !important;
        padding: 0px; }
        #content-wrapper #home-page .about-section .layout-container .layout-item .image-collection-container .image-item:nth-of-type(1) {
          margin-bottom: 30px; }
        #content-wrapper #home-page .about-section .layout-container .layout-item .image-collection-container .image-item img {
          height: 350px; }
  #content-wrapper #home-page .service-section .section-title {
    margin-bottom: 40px; }
  #content-wrapper #home-page .client-section .layout-container {
    gap: 0px;
    justify-content: inherit; }
    #content-wrapper #home-page .client-section .layout-container .layout-item:nth-of-type(1) {
      margin-bottom: 40px; }
    #content-wrapper #home-page .client-section .layout-container .layout-item .common-title-container {
      width: 100%; }
  #content-wrapper #home-page .team-section .custom-container {
    padding-top: 80px; }
  #content-wrapper #home-page .team-section .quote-container {
    max-width: 600px;
    margin-top: 50px;
    padding: 20px; }
  #content-wrapper #home-page .team-section.footer .layout-container {
    flex-direction: column-reverse; }
    #content-wrapper #home-page .team-section.footer .layout-container .layout-item {
      width: 100% !important; }
      #content-wrapper #home-page .team-section.footer .layout-container .layout-item:nth-of-type(1) {
        margin-top: 40px; }
      #content-wrapper #home-page .team-section.footer .layout-container .layout-item:nth-of-type(2) {
        padding-left: 0px; }
  #content-wrapper #home-page .why-choose-section .layout-container .layout-item {
    width: 100% !important; }
    #content-wrapper #home-page .why-choose-section .layout-container .layout-item:nth-of-type(1) {
      margin-bottom: 40px; }
    #content-wrapper #home-page .why-choose-section .layout-container .layout-item:nth-of-type(2) {
      padding-left: 0px; }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-logo-container a {
    width: 150px; }

  .common-banner-section .banner-slider .banner-item .text-container .inner {
    width: 100%; }

  .common-title-container .title {
    margin-bottom: 25px; }
    .common-title-container .title h2 {
      padding-left: 20px; }

  .common-service-list-container {
    margin: -0px; }
    .common-service-list-container .service-list-item {
      width: 100% !important;
      padding: 0px; }
      .common-service-list-container .service-list-item:not(:last-child) {
        margin-bottom: 20px; }
      .common-service-list-container .service-list-item .service-list-inner {
        padding: 40px 20px; }
        .common-service-list-container .service-list-item .service-list-inner .block-container {
          gap: 10px; }
          .common-service-list-container .service-list-item .service-list-inner .block-container .block-item .icon img {
            width: 35px; }

  .client-category-list-container .list-item {
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .client-category-list-container .list-item h4 {
      margin-left: 18px; }

  .common-box-container .title {
    margin-bottom: 40px; }
  .common-box-container .content {
    padding-left: 42px; }
    .common-box-container .content .common-bottom-margin {
      margin-bottom: 18px; }

  .common-form .fields .form-group:not(:last-child) {
    margin-bottom: 10px; }
  .common-form .fields .form-group.half-width {
    width: 100%; }
  .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
    padding: 13px 12px; }
  .common-form .form-action {
    margin-top: 35px; }

  /*------------------------------------ Components Ends ------------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  .modal .modal-dialog {
    max-width: calc(100% - 60px); }

  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/ }

/*# sourceMappingURL=responsive.css.map */
