/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ex-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

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

.ex-transition {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

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

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

/*--------------------------------------- Mixins Ends -------------------------------------*/
/*------------------------------------ Site Wide Starts -----------------------------------*/
/*------------------------------------- Site Wide Ends ------------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*--------------------------------- Header Wrapper Starts ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*----------------------------------- Components Starts -----------------------------------*/
/*------------------------------------ Components Ends ------------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*------------------------------------- Mcustom Starts ------------------------------------*/
/*-------------------------------------- Mcustom Ends -------------------------------------*/
@media all and (max-width: 1600px) {
  .custom-container {
    padding: 85px 140px;
  }
  #header-wrapper:before {
    left: -140px;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  #wrapper #content-wrapper #description-page .description-section .section-content .common-block-post .block-post-item .text-container .inner-content .title {
    height: 100px;
  }
  #wrapper #content-wrapper #who-we-are-page .core-values-section {
    background-color: #f4f4f4;
  }
  #wrapper #content-wrapper #who-we-are-page .core-values-section .custom-container .full-core-content .circle-content-container {
    max-width: 100%;
  }
  #wrapper #content-wrapper #who-we-are-page .core-values-section .custom-container .full-core-content .circle-content-container .circle-item .inner .image {
    height: 60px;
  }
  #wrapper #content-wrapper #who-we-are-page .core-values-section .custom-container .full-core-content .circle-content-container .circle-item .inner .text-container {
    width: 70%;
  }
  #wrapper #content-wrapper #who-we-are-page .impact-group-section .text-image-content .image-content-part {
    height: 400px;
  }
  /*---------common-block-post------*/
  .common-block-post .block-post-item .image-container {
    height: 200px;
  }
  /*---------common-block-post-end------*/
}
/*# sourceMappingURL=nabinresponsive.css.map */