/**
 * Created by Sushant Gauchan
 * Email : sushant.gauchan11@gmail.com
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.ex-flex-wrap {
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.ex-vertical {
  top: 50%;
  transform: translateY(-50%);
}

.ex-transition {
  transition: all 0.6s ease;
}

.ex-transition-medium {
  transition: all 1.2s ease;
}

.ex-transition-large {
  transition: all 1.8s ease;
}

/*--------------------------------------- Mixins Ends -------------------------------------*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
/*------------------------------------- Site Wide 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 ------------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*-------------------------------------- Modal Starts -------------------------------------*/
/*--------------------------------------- Modal Ends --------------------------------------*/
/*------------------------------------ Animation Starts -----------------------------------*/
/*------------------------------------- Animation Ends ------------------------------------*/
@media all and (max-width: 1800px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  body {
    font-size: 15px;
  }

  h4 {
    font-size: 29px;
  }

  .section-title {
    margin-bottom: 50px;
  }

  .custom-container {
    padding: 110px 120px;
  }

  .co-btn {
    min-width: 120px;
    padding: 13px;
  }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .logo-nav-wrapper .logo-container a {
    width: 180px;
    display: inline-block;
  }
  #header-wrapper .logo-nav-wrapper .logo-container a img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #header-wrapper .logo-nav-wrapper .nav-container ul li {
    display: inline-block;
    vertical-align: top;
  }
  #header-wrapper .logo-nav-wrapper .nav-container ul li a {
    display: block;
    color: #d0d0d0;
    padding: 28px 0;
    font-family: Nyriadpro-bold-con;
    text-transform: uppercase;
  }
  #header-wrapper .logo-nav-wrapper .nav-container ul li:not(:last-of-type) {
    margin-right: 50px;
  }

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .form-section .block-wrapper {
    margin: -35px;
  }
  #content-wrapper #home-page .form-section .block-wrapper .block-item {
    padding: 35px;
  }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-form .fields {
    margin: 0 -8px;
  }
  .common-form .fields .form-group {
    padding: 0 8px;
  }
  .common-form .fields .form-group:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .common-form .fields .form-group label {
    font-size: 13px;
  }
  .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
    font-size: 14px;
    padding: 7px 13px;
  }
  .common-form .form-action {
    margin-top: 40px;
  }

  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 1399px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 1199px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  body {
    font-size: 14px;
  }

  h4 {
    font-size: 25px;
  }

  .custom-container {
    padding: 80px 70px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .co-btn {
    min-width: 100px;
    padding: 12px;
  }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .logo-nav-wrapper .logo-container a {
    width: 150px;
  }
  #header-wrapper .logo-nav-wrapper .nav-container ul li a {
    padding: 22px 0;
  }
  #header-wrapper .logo-nav-wrapper .nav-container ul li:not(:last-of-type) {
    margin-right: 40px;
  }

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .form-section .block-wrapper {
    margin: -30px;
  }
  #content-wrapper #home-page .form-section .block-wrapper .block-item {
    padding: 30px;
  }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .common-form .fields .form-group:not(:last-of-type) {
    margin-bottom: 13px;
  }
  .common-form .fields .form-group label {
    font-size: 12px;
  }
  .common-form .fields .form-group input, .common-form .fields .form-group select, .common-form .fields .form-group textarea {
    font-size: 12px;
    padding: 5px 9px;
  }
  .common-form .fields .form-group .checkbox-container .checkbox-item label {
    font-size: 11px !important;
    margin-right: 15px !important;
  }
  .common-form .form-action {
    margin-top: 35px;
  }

  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 991px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  /*------------------------------------- Site Wide 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 ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}
@media all and (max-width: 767px) {
  /*------------------------------------ Site Wide Starts -----------------------------------*/
  body {
    font-size: 13px;
  }

  h4 {
    font-size: 22px;
  }

  .custom-container {
    padding: 50px 25px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .co-btn {
    min-width: 80px;
  }

  /*------------------------------------- Site Wide Ends ------------------------------------*/
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .custom-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #header-wrapper .logo-nav-wrapper .logo-container a {
    width: 130px;
  }
  #header-wrapper .logo-nav-wrapper .nav-container {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #000;
    left: 0;
    height: 100vh;
    opacity: 0;
    width: 100%;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.3s ease;
    z-index: 9;
  }
  #header-wrapper .logo-nav-wrapper .nav-container ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    padding-top: 120px;
  }
  #header-wrapper .logo-nav-wrapper .nav-container ul li a {
    padding: 14px 0;
    font-size: 17px;
  }
  #header-wrapper .logo-nav-wrapper .nav-container ul li:not(:last-of-type) {
    margin-right: 0px;
  }
  #header-wrapper.nav-open .logo-nav-wrapper .nav-container {
    opacity: 1;
    pointer-events: initial;
    transition: all 0.3s ease;
  }

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*----------------------------------- Navigation Starts -----------------------------------*/
  /*------------------------------------ Navigation Ends ------------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #content-wrapper #home-page .form-section .block-wrapper {
    flex-direction: column-reverse;
    margin: 0px;
  }
  #content-wrapper #home-page .form-section .block-wrapper .block-item {
    width: 100%;
    padding: 0px;
  }
  #content-wrapper #home-page .form-section .block-wrapper .block-item:nth-of-type(1) {
    margin-top: 30px;
  }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/
  /*----------------------------------- Components Starts -----------------------------------*/
  .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: 7px 9px;
  }
  .common-form .form-action {
    margin-top: 25px;
  }

  .toggle {
    display: flex;
    z-index: 999;
  }

  /*------------------------------------ Components Ends ------------------------------------*/
  /*---------------------------------- Slick Slider Starts ----------------------------------*/
  /*----------------------------------- Slick Slider Ends -----------------------------------*/
  /*-------------------------------------- Modal Starts -------------------------------------*/
  /*--------------------------------------- Modal Ends --------------------------------------*/
  /*------------------------------------ Animation Starts -----------------------------------*/
  /*------------------------------------- Animation Ends ------------------------------------*/
}/*# sourceMappingURL=responsive.css.map */