/**
 * 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 -----------------------------------*/
  body {
    font-size: 17px; }

  h1 {
    font-size: 62px; }

  h3 {
    font-size: 45px; }

  h4 {
    font-size: 20px; }

  .custom-container {
    padding: 130px 190px; }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*------------------------------------ Body Style Start -----------------------------------*/
  /*------------------------------------- Body Style Ends -----------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper {
    top: 30px; }
    #header-wrapper .common-logo-nav-wrapper {
      padding: 0px 45px; }
      #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li:not(:last-of-type) {
        margin-right: 70px; }
      #header-wrapper .common-logo-nav-wrapper .nav-container nav > ul > li > a {
        padding: 28px 0; }

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .home-banner-section .custom-container {
    padding-top: 270px; }
  #content-wrapper #home-page .home-banner-section .tagline-container {
    max-width: 850px; }
    #content-wrapper #home-page .home-banner-section .tagline-container .title {
      margin-bottom: 20px; }
  #content-wrapper #home-page .home-banner-section .section-content {
    margin-top: 100px; }
  #content-wrapper #home-page .home-banner-section .common-numberbox-container {
    margin: -17px; }
    #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item {
      padding: 17px; }
      #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item .numberbox-inner {
        padding: 60px 40px; }
      #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item h1 {
        font-size: 75px;
        margin-bottom: 15px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(1) .layout-inner {
    padding-right: 120px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item .layout-inner .image-container {
    height: 450px; }
  #content-wrapper #home-page .service-section.type-contact-section .custom-container {
    padding-left: 150px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(1) {
    width: calc(100% - 500px); }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(1) .layout-inner {
      padding-right: 180px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(2) {
    width: 500px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul:nth-of-type(1) {
    margin-bottom: 35px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul li h4 {
    margin-left: 10px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons {
    margin-top: 80px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons .title {
      margin-bottom: 17px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons ul li:not(:last-child) {
      margin-right: 8px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons ul li img {
      width: 40px;
      height: 40px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .tagline {
    margin-top: 100px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .tagline h2 {
      font-size: 37px; }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-section-title {
    margin-bottom: 60px; }

  .common-service-container .service-item .service-item-inner {
    padding: 25px 20px; }
    .common-service-container .service-item .service-item-inner .icon-container {
      margin-bottom: 25px; }
      .common-service-container .service-item .service-item-inner .icon-container img {
        width: 75px; }

  .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
    height: 65px; }
  .common-form .fields .form-group textarea {
    height: 140px; }
  .common-form .form-action {
    margin-top: 40px; }
    .common-form .form-action input {
      height: 65px; }

  .common-back-top a {
    height: 50px;
    width: 50px; }

  /*------------------------------------ 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: 60px; }

  h3 {
    font-size: 43px; }

  h4 {
    font-size: 19px; }

  .custom-container {
    padding: 115px 160px; }

  /*------------------------------------- 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 -----------------------------------*/
  p {
    margin-bottom: 15px; }

  h1 {
    font-size: 55px; }

  h3 {
    font-size: 40px; }

  h4 {
    font-size: 18px; }

  .custom-container {
    padding: 105px 130px; }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*------------------------------------ Body Style Start -----------------------------------*/
  /*------------------------------------- Body Style Ends -----------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .common-logo-nav-wrapper {
    padding: 0px 40px; }
    #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: 28px 0; }

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .home-banner-section .custom-container {
    padding-top: 240px; }
  #content-wrapper #home-page .home-banner-section .tagline-container {
    max-width: 800px; }
    #content-wrapper #home-page .home-banner-section .tagline-container .title {
      margin-bottom: 20px; }
  #content-wrapper #home-page .home-banner-section .section-content {
    margin-top: 100px; }
  #content-wrapper #home-page .home-banner-section .common-numberbox-container {
    margin: -15px; }
    #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item {
      padding: 15px; }
      #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item .numberbox-inner {
        padding: 50px 30px; }
      #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item h1 {
        font-size: 70px;
        margin-bottom: 12px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(1) .layout-inner {
    padding-right: 100px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item .layout-inner .image-container {
    height: 420px; }
  #content-wrapper #home-page .service-section.type-contact-section .custom-container {
    padding-left: 100px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(1) {
    width: calc(100% - 450px); }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(1) .layout-inner {
      padding-right: 130px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(2) {
    width: 450px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul:nth-of-type(1) {
    margin-bottom: 30px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul li h4 {
    margin-left: 10px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons {
    margin-top: 60px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons .title {
      margin-bottom: 17px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons ul li:not(:last-child) {
      margin-right: 8px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons ul li img {
      width: 38px;
      height: 38px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .tagline {
    margin-top: 80px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .tagline h2 {
      font-size: 35px; }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-section-title {
    margin-bottom: 50px; }

  .common-service-container .service-item .service-item-inner {
    padding: 20px 15px; }
    .common-service-container .service-item .service-item-inner .icon-container {
      margin-bottom: 20px; }
      .common-service-container .service-item .service-item-inner .icon-container img {
        width: 70px; }

  .common-form .fields .form-group:not(:last-child) {
    margin-bottom: 18px; }
  .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
    height: 60px; }
  .common-form .fields .form-group textarea {
    height: 130px; }
  .common-form .form-action {
    margin-top: 30px; }
    .common-form .form-action input {
      height: 60px; }

  .common-back-top a {
    height: 50px;
    width: 50px; }

  /*------------------------------------ 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 -----------------------------------*/
  h1 {
    font-size: 50px; }

  h3 {
    font-size: 37px; }

  h4 {
    font-size: 18px; }

  .custom-container {
    padding: 80px 90px; }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*------------------------------------ Body Style Start -----------------------------------*/
  /*------------------------------------- Body Style Ends -----------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .common-logo-nav-wrapper {
    padding: 0px 30px; }
    #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 .home-banner-section:after {
    height: 600px; }
  #content-wrapper #home-page .home-banner-section .custom-container {
    padding-top: 210px; }
  #content-wrapper #home-page .home-banner-section .tagline-container {
    max-width: 700px; }
    #content-wrapper #home-page .home-banner-section .tagline-container .title {
      margin-bottom: 15px; }
  #content-wrapper #home-page .home-banner-section .section-content {
    margin-top: 85px; }
  #content-wrapper #home-page .home-banner-section .common-numberbox-container {
    margin: -12px; }
    #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item {
      padding: 12px; }
      #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item .numberbox-inner {
        padding: 45px 25px; }
      #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item h1 {
        font-size: 65px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(1) .layout-inner {
    padding-right: 80px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item .layout-inner .image-container {
    height: 400px; }
  #content-wrapper #home-page .service-section.type-contact-section .custom-container {
    padding-left: 80px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(1) {
    width: calc(100% - 420px); }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(1) .layout-inner {
      padding-right: 100px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(2) {
    width: 420px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul {
    flex-wrap: wrap; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul:nth-of-type(1) {
      margin-bottom: 20px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul li {
      width: 100%; }
      #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul li:nth-of-type(1) {
        margin-bottom: 20px; }
      #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul li h4 {
        margin-left: 10px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons {
    margin-top: 60px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons .title {
      margin-bottom: 17px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons ul li img {
      width: 35px;
      height: 35px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .tagline {
    margin-top: 60px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .tagline h2 {
      font-size: 31px; }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-section-title {
    margin-bottom: 50px; }

  .common-service-container .service-item .service-item-inner {
    padding: 20px 15px; }
    .common-service-container .service-item .service-item-inner .icon-container {
      margin-bottom: 20px; }
      .common-service-container .service-item .service-item-inner .icon-container img {
        width: 65px; }

  .common-form .fields .form-group:not(:last-child) {
    margin-bottom: 18px; }
  .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
    height: 60px; }
  .common-form .fields .form-group textarea {
    height: 130px; }
  .common-form .form-action {
    margin-top: 30px; }
    .common-form .form-action input {
      height: 60px; }

  .common-back-top a {
    height: 50px;
    width: 50px; }

  /*------------------------------------ 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; }

  h3 {
    font-size: 35px; }

  h4 {
    font-size: 20px; }

  .custom-container {
    padding: 50px 50px; }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*------------------------------------ Body Style Start -----------------------------------*/
  /*------------------------------------- Body Style Ends -----------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .common-logo-nav-wrapper {
    padding: 15px 20px; }
    #header-wrapper .common-logo-nav-wrapper .nav-container {
      width: 100%;
      height: 100vh;
      position: fixed;
      background-color: #134687;
      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: #f2efe6 !important;
            font-size: 30px;
            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: 25px;
        right: 25px;
        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: 45px; }
  #header-wrapper.nav-scroll .common-logo-nav-wrapper .common-toggle.type-open .inner span {
    background-color: #134687; }
  #header-wrapper.nav-scroll .common-logo-nav-wrapper .action-container .action-item.type-icon a {
    color: #134687; }

  .common-logo-nav-wrapper {
    padding: 25px 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: #134687;
    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 .home-banner-section:after {
    height: 550px; }
  #content-wrapper #home-page .home-banner-section .custom-container {
    padding-top: 170px; }
  #content-wrapper #home-page .home-banner-section .tagline-container {
    max-width: 700px; }
    #content-wrapper #home-page .home-banner-section .tagline-container .title {
      margin-bottom: 10px; }
  #content-wrapper #home-page .home-banner-section .section-content {
    margin-top: 75px; }
  #content-wrapper #home-page .home-banner-section .common-numberbox-container {
    margin: -10px; }
    #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item {
      padding: 10px; }
      #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item .numberbox-inner {
        padding: 45px 25px; }
      #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item h1 {
        font-size: 60px; }
  #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) {
      margin-bottom: 40px; }
      #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(1) .layout-inner {
        padding-right: 0px; }
    #content-wrapper #home-page .about-section .layout-container .layout-item .layout-inner .image-container {
      height: 440px; }
  #content-wrapper #home-page .service-section:after {
    width: 100%; }
  #content-wrapper #home-page .service-section.type-contact-section .custom-container {
    padding-left: 50px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(1) {
    width: 100%;
    margin-bottom: 50px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(1) .layout-inner {
      padding-right: 0px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(2) {
    width: 100%; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul {
    flex-wrap: wrap; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul:nth-of-type(1) {
      margin-bottom: 20px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul li {
      width: 100%; }
      #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul li:nth-of-type(1) {
        margin-bottom: 20px; }
      #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul li h4 {
        margin-left: 10px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons {
    margin-top: 40px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons .title {
      margin-bottom: 17px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons ul li img {
      width: 35px;
      height: 35px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .tagline {
    margin-top: 40px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .tagline h2 {
      font-size: 35px; }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-service-container .service-item {
    width: 33.33%; }
    .common-service-container .service-item .service-item-inner {
      padding: 20px 15px; }
      .common-service-container .service-item .service-item-inner .icon-container {
        margin-bottom: 20px; }
        .common-service-container .service-item .service-item-inner .icon-container img {
          width: 65px; }

  .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: #134687;
        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: #ECAC0E !important;
      transition: all .4s ease; }
    .common-toggle.type-close .inner i {
      font-size: 20px;
      color: #fff; }

  /*------------------------------------ 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: 40px; }

  h3 {
    font-size: 35px; }

  h4 {
    font-size: 20px; }

  .custom-container {
    padding: 50px 50px; }

  .custom-container {
    padding: 70px 20px; }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*------------------------------------ Body Style Start -----------------------------------*/
  /*------------------------------------- Body Style Ends -----------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .common-logo-nav-wrapper {
    padding: 12px 20px; }

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .home-banner-section:after {
    height: 70%; }
  #content-wrapper #home-page .home-banner-section .custom-container {
    padding-top: 150px; }
  #content-wrapper #home-page .home-banner-section .tagline-container {
    max-width: 100%; }
    #content-wrapper #home-page .home-banner-section .tagline-container .title {
      margin-bottom: 15px; }
      #content-wrapper #home-page .home-banner-section .tagline-container .title h1 {
        font-size: 34px; }
  #content-wrapper #home-page .home-banner-section .section-content {
    margin-top: 70px; }
  #content-wrapper #home-page .home-banner-section .common-numberbox-container {
    margin: -0px; }
    #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item {
      padding: 0px;
      width: 100%; }
      #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item:not(:last-child) {
        margin-bottom: 10px; }
      #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item .numberbox-inner {
        padding: 45px 25px; }
      #content-wrapper #home-page .home-banner-section .common-numberbox-container .numberbox-item h1 {
        font-size: 50px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item:nth-of-type(1) .layout-inner {
    padding-right: 0px; }
  #content-wrapper #home-page .about-section .layout-container .layout-item .layout-inner .image-container {
    height: 390px; }
  #content-wrapper #home-page .service-section:after {
    width: 100%; }
  #content-wrapper #home-page .service-section.type-contact-section .custom-container {
    padding-left: 20px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(1) {
    margin-bottom: 50px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item:nth-of-type(1) .layout-inner {
      padding-right: 0px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul:nth-of-type(1) {
    margin-bottom: 20px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul li {
    width: 100%; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul li:nth-of-type(1) {
      margin-bottom: 20px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .contact-details ul li h4 {
      margin-left: 10px;
      font-size: 18px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .social-icons {
    margin-top: 35px; }
  #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .tagline {
    margin-top: 35px; }
    #content-wrapper #home-page .service-section .contact-layout-container .layout-item .layout-inner .tagline h2 {
      font-size: 30px; }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-section-title {
    margin-bottom: 40px; }

  .common-logo-container a {
    width: 200px; }

  .common-service-container .service-item {
    width: 100% !important; }
    .common-service-container .service-item .service-item-inner {
      padding: 30px 25px; }
      .common-service-container .service-item .service-item-inner .icon-container {
        margin-bottom: 20px; }
        .common-service-container .service-item .service-item-inner .icon-container img {
          width: 80px; }

  .common-back-top {
    right: 10px;
    bottom: 10px; }
    .common-back-top a {
      height: 50px;
      width: 50px; }

  /*------------------------------------ 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 */
