/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex, #content-wrapper #history-page .working-area-section .custom-container .full-working-content .circle-container, #content-wrapper #prevent-page .contact-section .section-content form .fields {
  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, #content-wrapper #history-page .working-area-section .custom-container .full-working-content .circle-container, #content-wrapper #prevent-page .contact-section .section-content form .fields {
  -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, #content-wrapper #history-page .working-area-section .custom-container .full-working-content .circle-container .circle-item .inner .image img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ex-transition, #content-wrapper #prevent-page .contact-section .section-content form .fields .form-group input, #content-wrapper #prevent-page .contact-section .section-content form .fields .form-group textarea, #content-wrapper #prevent-page .contact-section .section-content form .fields .form-group input:focus, #content-wrapper #prevent-page .contact-section .section-content form .fields .form-group input:active, #content-wrapper #prevent-page .contact-section .section-content form .fields .form-group textarea:focus, #content-wrapper #prevent-page .contact-section .section-content form .fields .form-group textarea:active {
  -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 -------------------------------------*/
#content-wrapper #history-page .nepal-section {
  background-color: #f4f4f4;
}

#content-wrapper #history-page .working-area-section .custom-container .section-title h1::after {
  display: none;
}

#content-wrapper #history-page .working-area-section .custom-container .full-working-content .circle-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  margin: -25px -20px;
  max-width: 100%;
}

#content-wrapper #history-page .working-area-section .custom-container .full-working-content .circle-container .circle-item {
  width: 20%;
  padding: 25px 20px;
}

#content-wrapper #history-page .working-area-section .custom-container .full-working-content .circle-container .circle-item .inner {
  display: inline-block;
  vertical-align: top;
  margin: auto;
}

#content-wrapper #history-page .working-area-section .custom-container .full-working-content .circle-container .circle-item .inner .image {
  position: relative;
  height: 80px;
  width: 80px;
  margin: auto;
  border-radius: 100%;
  background-color: #ccc;
}

#content-wrapper #history-page .working-area-section .custom-container .full-working-content .circle-container .circle-item .inner .image img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

#content-wrapper #history-page .working-area-section .custom-container .full-working-content .circle-container .circle-item .inner .text-container {
  margin-top: 20px;
  text-align: center;
}

#content-wrapper #history-page .working-area-section .custom-container .full-working-content .circle-container .circle-item .inner .text-container h4 {
  color: #f9781c;
  text-transform: uppercase;
}

#content-wrapper #history-page .working-area-section .custom-container .full-working-content .circle-container .circle-item .inner .text-container .content {
  width: 85%;
  margin: auto;
  margin-top: 20px;
}

#content-wrapper #who-we-page .impact-group-section .text-image-content {
  margin: 0px -60px;
}

#content-wrapper #who-we-page .impact-group-section .text-image-content .image-content-part {
  padding: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#content-wrapper #who-we-page .impact-group-section .text-image-content .image-content-part .box-item {
  width: 33.33%;
  position: relative;
}

#content-wrapper #who-we-page .impact-group-section .text-image-content .image-content-part .box-item .text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}

#content-wrapper #who-we-page .impact-group-section .text-image-content .image-content-part .box-item .text-content h2 {
  color: white;
}

#content-wrapper #who-we-page .impact-group-section .text-image-content .image-content-part .box-item:first-of-type {
  width: 100%;
}

#content-wrapper #who-we-page .impact-group-section .text-image-content .image-content-part .box-item:first-of-type .overlay {
  background-color: #8c7024ad;
}

#content-wrapper #who-we-page .impact-group-section .text-image-content .image-content-part .box-item:nth-of-type(2) .overlay {
  background-color: #eaca98ab;
}

#content-wrapper #who-we-page .impact-group-section .text-image-content .image-content-part .box-item:nth-of-type(3) .overlay {
  background-color: #866b248c;
}

#content-wrapper #who-we-page .impact-group-section .text-image-content .image-content-part .box-item:nth-of-type(4) .overlay {
  background-color: #eaca988c;
}

#content-wrapper #who-we-page .impact-group-section .text-image-content .text-content-part {
  padding: 0 60px;
}

#content-wrapper #prevent-page .prevent-about-section .text-image-content .text-content-part .section-title {
  text-align: left;
}

#content-wrapper #prevent-page .prevent-about-section .text-image-content .text-content-part .section-title h1 {
  color: #4f0d61;
  font-size: 24px;
}

#content-wrapper #prevent-page .prevent-about-section .text-image-content .text-content-part .section-title h1::after {
  background-color: #4f0d61;
  right: inherit;
}

#content-wrapper #prevent-page .prevent-about-section .text-image-content .text-content-part .know-more {
  margin-top: 80px;
}

#content-wrapper #prevent-page .prevent-about-section .text-image-content .text-content-part .know-more .cr-btn {
  background-color: #4f0d61;
  padding: 20px 45px;
}

#content-wrapper #prevent-page .program-section .section-title h1 {
  color: #4f0d61;
}

#content-wrapper #prevent-page .program-section .section-title h1::after {
  background-color: #4f0d61;
}

#content-wrapper #prevent-page .program-section .full-img-content {
  margin: 0 -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

#content-wrapper #prevent-page .program-section .full-img-content .common-program {
  padding: 0 30px;
  width: 50%;
}

#content-wrapper #prevent-page .program-section .full-img-content .common-program .img-content {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#content-wrapper #prevent-page .program-section .full-img-content .common-program .img-content img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1.8s ease;
  transition: all 1.8s ease;
}

#content-wrapper #prevent-page .program-section .full-img-content .common-program .title {
  margin-top: 50px;
}

#content-wrapper #prevent-page .program-section .full-img-content .common-program .title h3 {
  font-weight: 600;
}

#content-wrapper #prevent-page .program-section .full-img-content .common-program:hover .img-content {
  -webkit-box-shadow: 0px 0px 15px #000000bf;
          box-shadow: 0px 0px 15px #000000bf;
}

#content-wrapper #prevent-page .program-section .full-img-content .common-program:hover .img-content img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1.8s ease;
  transition: all 1.8s ease;
}

#content-wrapper #prevent-page .program-section .full-img-content .common-program:hover .title h3 {
  color: #4f0d61;
}

#content-wrapper #prevent-page .contact-section {
  background-color: #f4f4f4;
}

#content-wrapper #prevent-page .contact-section .section-content form .fields {
  margin: 0 -30px;
}

#content-wrapper #prevent-page .contact-section .section-content form .fields .form-group {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 40px;
}

#content-wrapper #prevent-page .contact-section .section-content form .fields .form-group:last-of-type {
  margin-bottom: 0;
}

#content-wrapper #prevent-page .contact-section .section-content form .fields .form-group label {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #716b6b;
  margin-bottom: 10px;
  opacity: .9;
}

#content-wrapper #prevent-page .contact-section .section-content form .fields .form-group input, #content-wrapper #prevent-page .contact-section .section-content form .fields .form-group textarea {
  padding: 8px 0;
  outline: none;
  font-size: 14px;
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #716b6b;
  color: #716b6b;
  opacity: .7;
}

#content-wrapper #prevent-page .contact-section .section-content form .fields .form-group input:focus, #content-wrapper #prevent-page .contact-section .section-content form .fields .form-group input:active, #content-wrapper #prevent-page .contact-section .section-content form .fields .form-group textarea:focus, #content-wrapper #prevent-page .contact-section .section-content form .fields .form-group textarea:active {
  opacity: 1;
}

#content-wrapper #prevent-page .contact-section .section-content form .fields .form-group textarea {
  height: 41px;
}

#content-wrapper #prevent-page .contact-section .section-content form .form-action {
  margin-top: 50px;
  text-align: center;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

/*-----------------------common section in history page-------*/
.common-text-img-part-history {
  margin: 0 -30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.common-text-img-part-history .common-container {
  padding: 0 30px;
  width: 50%;
  position: relative;
}

.common-text-img-part-history .text-content-part .title {
  margin-bottom: 55px;
}

.common-text-img-part-history .text-content-part .title h2 {
  color: #f9781c;
  text-transform: uppercase;
}

.common-text-img-part-history .image-content-part img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 12px;
          box-shadow: 0 0 12px;
}

.sub-menu {
  background: #172353;
  -webkit-animation: slide-down 0.7s;
          animation: slide-down 0.7s;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  color: #fff;
  position: relative;
  width: 100%;
  left: 0;
  display: block;
  padding: 0px;
  max-height: 0px;
  overflow: hidden;
}

.sub-menu.open {
  max-height: 100%;
}

#header-wrapper .nav-container {
  max-height: 0px;
  opacity: 0;
  position: absolute;
  top: 80px;
  left: 315px;
  width: 71%;
  background-color: #e2660e;
}

#header-wrapper .nav-container.open {
  max-height: 250px;
  opacity: 1;
}

.logo-social-container {
  position: relative;
}

.nav-container ul li {
  padding: 10px;
}

.nav-container ul li a {
  color: white;
}

/*-----------------------common section in history page-end-------*/
/*# sourceMappingURL=nabinstyle.css.map */