/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');*/

/*for tag line fonts*/
@font-face {
    font-family: 'MuseoSlab';
    src: url('../fonts/Museo_Slab_8.otf') format('opentype');
}
@font-face {
    font-family: 'MuseoSlabBold';
    src: url('../fonts/Museo_Slab_9.otf') format('opentype');
}

body {
   font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #2d2d2d;
    background-color: #ececec;
    overflow-x: hidden;
}
h1, h2 {
  font-family: 'MuseoSlabBold';
  margin: 0;
}
h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
p {
  font-size: 14px; 
  margin-bottom: 15px; 
  color: #404040;
  line-height: 1.7;
}
ul {padding-left: 15px;}
.inner-container {
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
}
b, strong {
  font-weight: 600;
}
.container {/*width: 170vh;*/ margin: 0 auto;}

.main-nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #83273e;
  border: none;
  border-radius: 0px;
  padding: 0px 30px;
  margin: 0;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 5px 10px -3px #00000073;
  /*margin-left: 5%;
  margin-right: 5%;*/
  margin: 0 auto;
  padding-bottom: 6px;
  min-height: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/*.nav-up {
  top: -9em;
  transition: all 0.3s ease-in-out;
}*/
.mobileMenu {display: none;}
.collapse {display: block; position: relative; overflow: hidden;}
.main-nav .navbar-header {width: 12%; margin-left: -10px;}
.navbar-brand {
  width: 100%;
  height: auto;
  padding: 5px 0px;
  transition: all 0.3s ease-in-out;
}
.main-nav .navbar-brand>img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.head-right {width: 80%; text-align: right;}
.main-nav .navbar-nav {
  width: 100%;
  float: none;
}
.main-nav .navbar-nav>li {
  padding: 0 8px;
  float: none;
  display: inline-block;
}
.main-nav .navbar-nav>li>a {
  font-size: 14px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 0px;
  letter-spacing: 1px;
}
.main-nav .navbar-nav>.active>a, .main-nav .navbar-nav>.active>a:focus, .main-nav .navbar-nav>.active>a:hover,
.main-nav .navbar-nav>li>a:focus, .main-nav .navbar-nav>li>a:hover {
    color: #d4baba;
}
.main-nav .bottom-nav>li>a:before, .main-nav .bottom-nav>.active>a:before {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    height: 1px;
    margin: 20px auto 0;
    background: #ffffff;
    transition: width 0.2s ease-in-out;
    z-index: -1;
}
.main-nav .navbar-nav>li>a:hover:before,
.main-nav .navbar-nav>.active>a:before, .main-nav .navbar-nav>.active>a:focus:before {
  width: 100%;
}

.main-nav .top-nav {margin-top: 18px; transition: all 0.3s ease-in-out;}
.main-nav .bottom-nav {margin-top: 18px; transition: all 0.3s ease-in-out;}
.main-nav .top-nav li {padding: 0;}
.main-nav .top-nav li a {
  font-size: 11px;
  border-right: 1px solid #b77283;
  line-height: 1;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.main-nav .top-nav li:last-child a {border: none;}


/*body::before {
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    content: 'desktop';
  }
}*/

/* -------------------------------- 
Main Components 
-------------------------------- */
/*.cd-section {height: 150vh;}
#section5.cd-section {height: 200vh;}*/

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*overflow: hidden;*/
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 110vh;
  width: 100%;
 /* -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);*/
}

.cd-section:first-of-type > .background {
  background-image: url("../img/sec1-bg.jpg");
  position: relative;
  overflow: hidden;
}
.cd-section:nth-of-type(2) > .background {
  background-image: url("../img/sec2-bg.jpg");
}
.cd-section:nth-of-type(3) > .background {
  background-image: url("../img/sec3-bg.jpg");
}
.cd-section:nth-of-type(4) > .background {
  background-image: url("../img/sec4-bg.jpg");
}
.cd-section:nth-of-type(5) > .background {
  background-color: #ffc86c;
  height: 50vh;
  box-shadow: 0px 1px 20px 0px black;
}
.cd-section:nth-of-type(6) > .background {
  background-image: url("../img/sec6-bg.jpg");
  height: 100vh;
}
.cd-section:nth-of-type(7) > .background {
  background-color: #ffb534;
  position: relative;
  z-index: -1;
}




.content-wrapper {
  position: relative;
  /*opacity: 0;
  top: 40%;*/
  height: 110vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  color: #404040;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*-webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);*/
}
#section5 .content-wrapper {height: 50vh;}

/*.cd-section.visible .content-wrapper, 
.cd-section.active .content-wrapper,
.cd-section:nth-of-type(1) .content-wrapper {
  opacity: 1;
  top: 0%;
}*/



@media only screen and (min-width: 1050px) {
  .cd-section h2 {
    font-size: 4rem;
    font-weight: 300;
  }
  .head-right
  {
      width:85%;
  }
  /*[data-hijacking="off"] .cd-section > .background {
    opacity: 0;
  }*/
}

@media only screen and (min-width: 1050px) {
  .cd-section > .background {
    /*position: fixed;
    top: 0;
    left: 0;*/
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

}













.sec1-bg2 {
  background-image: url("../img/sec1-bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 120vh;
  position: absolute;
  width: 100%;
  margin-top: 20vh;
  /* -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);*/
}
.sec1-txt {
  position: absolute;
  right: 50%;
  top: 25%;
  margin-right: -35%;
  padding: 30px;
}
.yellow-tag {
  display: block;
  font-size: 27px;
  color: #ffb400;
  font-weight: 400;
  line-height: 1.3;
}
.white-tag {
  display: block;
  font-size: 32px;
  color: #ffffff;
  margin-left: 80px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
}
a.custom-button {
  font-size: 25px;
  line-height: 1.2;
  color: #b31b41;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  text-align: center;
}
a.custom-button:before {
    border: 1px solid #83273e;
    width: 30px;
    display: block;
    height: 30px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff;
}
.logo {
  text-align: center;
}









.sec2-box {margin-right: -30px;}
.sec2-leaf img {width: 100%; position: absolute;}
.sec2-img {
  position: relative;
  top: 0;
  width: 100%;
  margin-left: 11%;
  margin-top: -9%;
}
/*.sec2-img:after {
  content: '';
  display: block;
}*/
.sec2-img img {width: 70%;}
.sec2-text {margin-top: 5%;}
.sec2-content {
  position: absolute;
  top: 0;
  left: 27%;
}
.sec2-content b {font-size: 15px; font-weight: 700;}
.sec2-title {
  color: #83273e;
  text-transform: uppercase;
  margin-left: -210px;
  margin-bottom: 30px;
}
.sec2-title h1 {
  font-size: 47px;
  /*font-weight: 600;*/
}
.sec2-title .tag {
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 17px;
}
.viewMore-btn button {
  background-color: #ffa334;
  color: #ffffff;
  /*font-style: italic;*/
  border-radius: 40px;
  border: 0px;
  padding: 1px 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  width: 140px;
  height: 35px;
  position: relative;
  overflow: hidden;
}
.viewMore-btn button a {
  position: relative;
  z-index: 1; 
  color: #ffffff;
}
.viewMore-btn button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #500115;
  /* z-index: -1; */
  transition: all .2s ease;
  transform: scale(0, 1);
  opacity: 0;
  border-radius: 40px;
}
.viewMore-btn button:hover:after, #section7:hover .viewMore-btn button:after {
    transform: scale(1, 1);
    opacity: 1;
}








video {width: 100%;}
.modal.fade.in {   
  background-color: rgba(0,0,0,0.4);
  z-index: 9999999;
}
/*.modal-open .modal-body{padding: 0px;}*/
.modal-dialog button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-dialog button.close:focus {
  outline: none;
}
.modal-dialog button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow:none;
}
.modal-dialogue{
  width: 80%;
}
.modal.fade .modal-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  top: 1vh;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  opacity: 1;
  margin-top: 15%;
}
@media (min-width: 768px) {
  .modal-dialog {
      width: 65%; 
      margin: 4% auto;
  }
}
/*@media (max-width: 768px) {
  .modal-content {
      height:250px;
  }
}*/








.sec3-content {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 10vh;
}
.sec3-content h3 {
  margin-top: 170px;
  font-size: 25px;
  line-height: 1.19;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 1px #333333;
}
.sec3-content .viewMore-btn button, .sec6-box .viewMore-btn button {
  margin-top: 30px;
  background-color: #bd2f11;
}
.sec3-leaf img {
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: 67px;
}
.sec3-img {
  position: relative;
  top: 0;
  width: 100%;
  margin-left: 47px;
  margin-top: 5px;
}
.sec3-img img {width: 70%;}







.sec4-leaf img {width: 80%; margin-top: 70px;}
.sec4-txt {
  position: absolute;
  top: 20%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.sec4-txt h4 {
  margin-top: 70px;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-left: 55px;
}
.sec4-txt .viewMore-btn button {
  margin-top: 30px;
  background-color: #196f65;
}









.sec5-video {
  padding-top: 5vh;
  padding-bottom: 6vh;
  text-align: center;
}
.sec5-title h4 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
.sec5-box {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 20px;
  padding: 0;
  border: 3px solid #ff9c46;
  float: none;
  display: inline-block;
}
.sec5-box img {width: 100%;}
.sec5-data span.play-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 90px 0;
    font-size: 20px;
    border-radius: 50%;
    transform: scale(0.9);
    transition: all 0.4s ease-in-out;
}
.sec5-data span.play-icon:before {
    color: #ffc000;
    border: 1px solid #ffc000;
    padding: 10px 12px;
    border-radius: 43px;
    background-color: #fff;
}
.sec5a-bg {
  background-image: url("../img/sec5-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 115vh;
  width: 100%;
  text-align: center;
  /*-webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);*/
}
.sec5a-bg h4 {
  margin-top: 18%;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
.sec5a-bg .viewMore-btn button {
  background-color: #357b6b;
  /*padding: 1.2vh 4vh;*/
}









.sec6-box {
  background-color: #ffffff;
  border-radius: 20px;
  height: 112%;
  width: 57%;
  margin: -12vh auto 0;
  padding: 6vh;
  text-align: center;
  box-shadow: 1px 1px 5px 2px rgba(93, 93, 93, 0.5);
}
.sec6-gallery {
  border-radius: 20px;
  height: 90vh;
  overflow: hidden;
}
.sec6-img {
  /*height: 50vh;*/
  padding: 0vh;
  overflow: hidden;
}
.sec6-img:nth-of-type(1), .sec6-img:nth-of-type(3) {padding-right: 0.5vh;}
.sec6-img:nth-of-type(2), .sec6-img:nth-of-type(4) {padding-left: 0.5vh;}
.sec6-img:nth-of-type(3), .sec6-img:nth-of-type(4) {padding-top: 1vh;}
.sec6-img img {width: 100%;}

/*.sec6-bottom {
  width: 100%;
  height: 12vh;
  background-color: #f6a33f;
}*/








/*#section7 {position: relative; z-index: -1;}*/
#sec7Products {margin-top: 3vh;}
#sec7Products img {/*height: 66vh;*/ width: 100%;}
#sec7Products .item .box {
  padding: 0 4px;
}
/*#sec7Products .item .box:last-child {padding-right: 0;}*/
#sec7Products .item .box:last-child img {width: 99%;}
#sec7Products .carousel-indicators li {
  background-color: #a71d00;
  border: 0px;
}
#sec7Products .carousel-indicators .active {
  background-color: #ffffff;
} 
.sec7-text {text-align: center;}
.sec7-text h4 {
    margin-top: 40px;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}
.sec7-text .viewMore-btn button {
  margin-top: 30px;
  background-color: #ff6b15;
}






#section8 {position: relative; overflow: hidden;}
#project-slide .item img {width: 100%;}
#project-slide .carousel-control.left,
#project-slide .carousel-control.right {
  background-image: none;
  left: 0;
  right: auto;
  bottom: 50%;
  top: auto;
  opacity: 1;
  border: 1px solid #83273e;
  width: 40px;
  height: 40px;
  line-height: 2;
  border-radius: 50%;
  background-color: #ffffff;
  color: #83273e;
  text-shadow: none;
  padding: 0px 0;
}
#project-slide .carousel-control.left {margin-left: 4vh;}
#project-slide .carousel-control.right {margin-right: 4vh; right: 0; left: inherit;}
#project-slide .carousel-control.left span,
#project-slide .carousel-control.right span {
  line-height: 1;
}







.fixed-btn {
  position: fixed;
  right: 0;
  z-index: 9999;
  top: 40%;
  transform: rotate(-90deg) translate(0px, 40px);
}
button.donate-btn  {
    font-size: 19px;
    letter-spacing: 1px;
    padding: 9px 25px;
    background-color: #b31b41;
    border-color: transparent;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
  border-color: transparent;
  background-color: transparent;
}









.page-content {
  padding: 12em 0 0;
  background-color: #ffffff;
}
.page-title {
    text-align: left;
  margin-bottom: 24px;
  text-transform: uppercase;
  position: relative;
}
.page-title h1 {
    display: inline-block;
    font-size: 38px;
    letter-spacing: 1px;
    color: #212121;
    padding-bottom: 3px;
    border-bottom: 1px solid #ce9faa;
}
.page-title h2 {
    display: inline-block;
    font-size: 38px;
    letter-spacing: 1px;
    color: #212121;
    padding-bottom: 3px;
    border-bottom: 1px solid #ce9faa;
}





/*activity page*/
ul.list {
    padding-left: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
    margin-bottom: 0;
}
.images {margin-top: 60px;}
.image-box {
  padding: 0 1px;
  margin-bottom: 2px;
}
.image-box img {
  width: 100%; 
  border: 1px solid #eaeaea;
}
.marginLeft {margin-left: 3%;}
.width {width: 55%;}
.highlight-box {
    border-left: 1px solid #b5b5b5;
    padding-left: 30px;
}
.highlight-text {
    color: #b31b41;
    font-size: 16px;
}







/*gallery page*/
.gal-container{
  padding: 12px;
}
.gal-item{
  overflow: hidden;
  padding: 7px;
}
.gal-item .box{
  height: 350px;
  overflow: hidden;
}
.gal-container img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  -o-object-fit:cover;
}
.gal-item a:focus{
  outline: none;
}
.gal-item a:after{
  content:"\f00e";
  font-family: 'FontAwesome';
  opacity: 0;
  background-color: rgba(131, 39, 62, 0.75);
  position: absolute;
  right: 7px;
  left: 7px;
  top: 7px;
  bottom: 7px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  transform: scale(0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gal-item a:hover:after{
  opacity: 1;
  transform: scale(1);
}

.modal-footer {
  position: absolute;
  top: 48%;
  padding: 0;
  left: 0;
  right: 0;
  border: 0px;
}
.modal-footer a.round {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #83273e;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  background-color: #fff;
  color: #83273e;
  font-size: 30px;
  text-decoration: none;
}
.modal-footer a.round.btn-prev {left: 40px;}
.modal-footer a.round.btn-next {right: 40px;}







/*voices page*/
.video-box {position: relative;}
.video-box img, .video-box video, video {
  width: 100%;
}
.video-box span.play-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  text-align: center;
  padding: 130px 0;
  font-size: 20px;
  background-color: #83273e9e;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.4s ease-in-out;
}
.video-box:hover span.play-icon {
  transform: scale(1);
  opacity: 1;
}
.video-box span.play-icon:before {
  color: #ffffff;
    border: 1px solid #fff;
    padding: 15px 18px;
    border-radius: 43px;
}
@media (min-width: 768px) {
  .video-content .modal-dialog, .sec6-data .modal-dialog {
      width: 800px;
      margin: 70px auto;
  }
}
.paddinBottom {padding-bottom: 5em;}







/*Giving page*/
.donate-table {
  margin-top: 30px;
  margin-bottom: 70px;
}
.donate-table th {
  background-color: rgba(131, 39, 62, 0.2);
}
.donate-table td, .donate-table th {
    padding: 6px 10px;
}
.donate-detail {margin-top: 35px;}
.donate-detail p {
  margin-bottom: 25px;
  line-height: 23px;
  border-bottom: 1px dashed gray;
  padding-bottom: 20px;
}
.donate-detail b {
  display: block;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.donateTable2 {
  border: 1px solid #c5c5c5;
  padding: 15px 20px;
  border-collapse: unset;
  background-color: #f1f1f1;
  margin-top: 25px;
}
.donate-form {padding-bottom: 50px;}
.donate-form table, .visit-form table {
  width: 100%;
}
.visit-form table {margin-top: -10px;}
.donate-form td, .donate-form th,
.visit-form td, .visit-form th,
.order-form td, .order-form th {
  vertical-align: top;
  padding: 10px 0px;
  font-weight: 600;
  line-height: 1;
}
.donate-form .table2 {
  padding-left: 50px;
}
.tableTitle b {
    font-size: 18px;
    border-bottom: 1px solid #83273e;
    color: #83273e;
    font-weight: 700;
}
.donate-form td input, .donate-form td select,
.visit-form td input, .visit-form td textarea,
.order-form td input, .order-form td textarea {
    width: 100%;
    border: 1px solid #bdbdbd;
    border-radius: 2px;
    padding: 3px 10px;
    outline: none;
}
/*.donate-form td input.amountVal {width: 70%;}*/
.donate-form td input[type=radio] {margin: 0 4px 10px 0px;}
.donate-form td input[type=radio],
.donate-form td input[type=submit],
.visit-form td input[type=submit],
.order-form td input[type=checkbox],
.order-form td input[type=submit] {width: inherit;}

.donate-form input[type=submit],
.visit-form td input[type=submit],
.order-form td input[type=submit] {
    background-color: #83273e;
    color: #fff;
    border: 1px solid #83273e;
    padding: 5px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
input:focus, textarea:focus, select:focus {outline: none;}

.visit-form table {
  margin: 0 auto 50px;
  border: 1px solid #c5c5c5;
  padding: 30px;
  border-collapse: unset;
  background-color: #f1f1f1;
}
.formError {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
  margin-top: 0px !important;
  color: red;
  text-align: left;
}




/*order page*/
.order-sec {padding-bottom: 50px;}
.order-item {
  text-align: center;
  text-transform: capitalize;
  background-color: #f7f7f7;
}
.order-item img {
  width: 100%;
}
.order-content {
    padding: 20px;
}
.order-content h3 {
  margin-bottom: 20px;
}
.order-content button {
  border-radius: 0px;
  margin: 0 5px;
}
#products ul {
  margin: 1.5em 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#products li {
  float: left;
  width: 31%;
  margin: 2% 1%;
  display: block;
}

.product-image {
  margin: 0 auto;
  background: #f7f7f7;
  overflow: hidden;
  height: 300px;
}
.product-image img {width: 100%; margin-top: -50px;}
.product-description {
  padding: 1em;
  background: #eaeaea;
  color: #5d5d5d;
}
.product-name {
  text-align: center;
    color: #83273e;
    margin: 0;
    font-size: 1.4em;
    padding-bottom: 0.2em;
    border-bottom: 1px dotted #c5c5c5;
}
/*.product-price {
  width: 4em;
  height: 4em;
  font-size: 1.2em;
  text-align: center;
  margin: 1em auto;
  background: #fff;
  color: #800;
  line-height: 4;
  border-radius: 50%;
}*/
.contiBtn {text-align: center;}
.contiBtn p {
  background-color: #83273e;
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 50px;
}
.order-form table {
  width: 55%;
  margin: 0 auto 50px;
  border: 1px solid #c5c5c5;
  padding: 30px;
  border-collapse: unset;
  background-color: #f1f1f1;
}
/*.order-form table input, .order-form table textarea {width: 100%;}*/
form.order-form p {
  text-align: center;
  margin-top: 12px;
}
form ul li input[type="number"] {
    width: 80px;
    border: 1px solid #c5c5c5;
    padding: 4px 0px 4px 10px;
    background: #ffffff;
    color: #000;
    margin-left: 0.5em;
}







/*Connect page*/
.connect-info {margin-bottom: 60px;}
.connect-info b {
  font-size: 20px;
  font-weight: 500;
  color: #83273e;
  border-bottom: 1px solid #83273e;
}
.connect-info span {
  color: #cecece;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 3px;
}
.connect-info td {padding-bottom: 15px;}






.footer-container {
  /*max-width: 960px;*/
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 15px;  
}
.footer {
  color: #fff;
  font-size: 13px;
  font-weight: 100;
}
.footer-box {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  vertical-align: bottom;
  float: none;
}
.footer-content {
  padding: 2em 0;
  background-color: #353535;
}
.footer-content img {width: 80%;}
.address {
    border-left: 1px solid gray;
    margin-left: -30px;
    padding-left: 8px;
    line-height: 15px;
    margin-bottom: 0px;
}
.contact-info {
    line-height: 22px;
    margin-bottom: -2px;
    padding-left: 20px;
}
.contact-info span {
padding-right: 10px;
    width: 20px;
    text-align: center;
}
.footer-content .donate-btn {text-align: right; margin-left: -25px;}
.footer-btn {
position: relative;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 30px;
    background-color: #b31b41;
    border-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
}
.footer-btn:hover, button.donate-btn:hover {
    color: #ffffff;
    background-color: #631125;
    border-color: #631125;
}
.search-box {
  color: #000;
}
.search-box input {
    border: 1px solid gray;
    box-shadow: none;
    padding: 2px 15px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 2;
    border-radius: 2px;
    background-color: #ffffff36;
    color: #fff;
}
.site-line {
    padding: 1em 0;
    background-color: #2b2b2b;
    color: #cecece;
    text-align: center;
}
.site-line .left {
  float: left;
}
.site-line .right {
  float: right;
}
.counterhit{
    width: 14%;
    margin-bottom: 8%;
}
.iframeset{
    height:500px;
    width:1000px;
}







@media screen and (min-width: 1770px) {
  body, p {font-size: 16px;}
  .container {max-width: 1430px; width: 100%;}

  .main-nav {padding-bottom: 10px;}
  .main-nav .navbar-header {width: 13%;}
  .navbar-brand {padding: 15px 0px 10px;}
  .main-nav .top-nav {margin-top: 30px;}
  .main-nav .bottom-nav {margin-top: 40px;}

  .yellow-tag {font-size: 38px;}
  .white-tag {font-size: 48px; margin-left: 108px;}

  .sec2-img {margin-left: 10%; margin-top: -9.5%;}
  .sec2-title h1 {font-size: 55px;}
  .sec2-title .tag {font-size: 20px;}
  .sec2-title {margin-left: -260px;}
  .sec2-content b {font-size: 18px;}

  .sec3-content h3 {margin-top: 230px; font-size: 30px;}
  .sec3-img {margin-left: 55px; margin-top: -8px;}

  .sec4-txt h4 {margin-top: 80px; font-size: 25px; margin-left: 80px;}

  .sec5-title h4 {font-size: 25px;}
  .sec5-box {width: 250px; height: 250px; margin: 0 30px;}
  .sec5a-bg h4 {font-size: 30px;}

  .sec6-box {width: 56%;}

  .sec7-text h4 {font-size: 25px;}
  .iframeset{
      height:920px;
      width:1620px;
  }
}


@media screen and (max-width: 1024px) {
  body, p {font-size: 12px; line-height: 1.6;}
  .main-nav .navbar-nav>li>a {font-size: 10px;}
  .main-nav .bottom-nav>li>a {font-size: 12px;}
  .background, .content-wrapper {height: 80vh;}
  #section8 .background, #section8 .content-wrapper {height: 68vh;}
  .sec1-bg2 {height: 84vh; margin-top: 16vh;}
  .sec1-txt {margin-right: -45%;}
  .logo img {width: 30%;}
  .sec2-content {left: 24%;}
  .sec2-content b {font-size: 13px;}
  .sec2-title {margin-left: -160px; margin-bottom: 10px;}
  .sec2-title h1 {font-size: 40px;}
  .sec2-title .tag {font-size: 14.1px;}
  .sec2-img {margin-top: -8.5%;}

  .viewMore-btn button {font-size: 11px; margin-top: 10px; width: 130px; height: 32px;}
  .sec3-content {margin-top: 0px;}
  .sec3-img {margin-left: 36px; margin-top: 15px;}
  .sec3-content h3, .sec5-title h4 {font-size: 20px;}
  .sec3-content .viewMore-btn button, .sec4-txt .viewMore-btn button, .sec6-box .viewMore-btn button {margin-top: 20px;}

  .sec4-txt h4 {font-size: 16px; margin-left: 62px;}
  .sec5a-bg {height: 85vh;}
  .sec5a-bg h4 {margin-top: 0; font-size: 20px;}

  .cd-section:nth-of-type(6) > .background {height: 70vh;}
  .sec6-box{margin: -80px auto 0; padding: 4vh;}
  .sec6-gallery {height: 62%;}
  .sec6-img:nth-of-type(3), .sec6-img:nth-of-type(4) {padding-top: 0.4vh;}
  .sec6-img:nth-of-type(1), .sec6-img:nth-of-type(3) {padding-right: 0.2vh;}
  .sec6-img:nth-of-type(2), .sec6-img:nth-of-type(4) {padding-left: 0.2vh;}

  #sec7Products {margin-top: 0vh;}
  #sec7Products .item .box {padding: 0 2px;}
  .sec7-text h4 {margin-top: 30px; font-size: 16px; letter-spacing: 0.5px;}
  .sec7-text .viewMore-btn button {margin-top: 15px;}

  .footer {font-size: 12px;}

  .page-title h1 {font-size: 32px;}
  .page-title h2 {font-size: 32px;}
  .highlight-text {font-size: 14px;}
  .donate-table table {width: 100%;}
  .gal-item {padding: 3px;}
}



@media screen and (max-width: 768px) {
  p {margin-bottom: 10px;}
  .main-nav {padding: 10px 30px;}
  .head-right {width: 90%;}
  .navbar-brand, .main-nav .top-nav {padding: 0; margin: 0;}
  .main-nav .bottom-nav {margin-top: 12px;}
  .main-nav .navbar-nav>li {padding: 0 5px;}
  .background, .content-wrapper {height: 60vh;}
  .sec1-bg2 {height: 65vh; margin-top: 11vh;}
  .sec1-txt {margin-left: -52%;}
  .yellow-tag {font-size: 22px;}
  .white-tag {font-size: 27px; margin-left: 66px;}

  .sec2-img {margin-top: -6.5%; margin-left: 57px;}
  .sec2-content {left: 16%;}
  .sec2-title {margin-left: -85px;}
  .sec2-title h1 {font-size: 35px;}
  .sec2-title .tag {font-size: 12px;}
  .viewMore-btn button {font-size: 11px; width: 110px; height: 31px;}

  .sec3-img {margin-left: 24px; margin-top: 30px;}
  .sec3-content h3 {margin-top: 130px;}
  .sec4-leaf img {width: 90%;}
  .sec4-txt h4 {font-size: 14px; margin-top: 60px; margin-left: 45px;}

  .cd-section:nth-of-type(5) > .background, #section5 .content-wrapper {height: 30vh;}
  .sec5-box {width: 150px; height: 150px; margin: 0 10px;}
  .sec5-data span.play-icon {font-size: 12px; padding: 70px 0;}
  .sec5-data span.play-icon:before {padding: 8px 10px;}
  .sec5a-bg {height: 40vh;}
  .sec5a-bg h4 {font-size: 15px;}

  .cd-section:nth-of-type(6) > .background, #section6 .content-wrapper {height: 35vh;}
  .sec6-box {padding: 2vh; margin: -20px auto 0;}
  #section7 .background, #section7 .content-wrapper {height: 48vh;}
  .cd-section:nth-of-type(7) > .background {height: 47vh;}
  #section8 .background, #section8 .content-wrapper {height: 42vh;}

  .contact-info {margin-left: -35px;}
  .footer-content .donate-btn {margin-left: -30px;}

  .video-content .modal-dialog, .sec6-data .modal-dialog {max-width: 700px; width: 100%;}
  .product-image {height: 240px;}
  .connect-info iframe {width: 100%;}
}



@media screen and (max-width: 667px) {
  body, p {font-size: 11px; margin-bottom: 5px;}
  .main-nav {padding: 6px 30px 8px;}
  .mobileMenu {display: block;}
  .mobileMenu button {padding: 6px 10px 5px; font-size: 14px; line-height: 1; border-radius: 2px; background-color: #fff; border: 1px solid #fff; margin: 10px 0;}
  .mobileMenu button.active.focus, .mobileMenu button.active:focus, .mobileMenu button.focus, .mobileMenu button:active.focus, .mobileMenu button:active:focus, .mobileMenu button:focus {border: 1px solid #fff; background-color: transparent; color: #fff;}
  .collapse {display: none;}
  .main-nav .navbar-header {float: left; margin: 0;}
  .head-right {float: right;  width: 100%; margin-top: -35px;}
  .main-nav .bottom-nav {margin: 0;}
  .main-nav .head-right ul li {display: block; margin: 5px 0;}
  .main-nav .navbar-nav>li>a {font-size: 12px; line-height: 20px;text-transform: capitalize; padding: 0; border: 0;}

  .background, .content-wrapper, .sec5a-bg, #section8 .background, #section8 .content-wrapper {height: 100vh;}
  .sec1-bg2 {height: 105vh; margin-top: 20vh;}
  .sec1-txt {padding: 0;}
  .yellow-tag {font-size: 19px;}
  .white-tag {font-size: 24px; margin-left: 56px;}

  .sec2-box {margin-top: -15%;}
  .sec2-text {margin-top: -12%;}
  .sec2-title h1 {font-size: 30.5px;}
  .sec2-title .tag {font-size: 10px;}
  .sec2-img {margin-top: -4%; margin-left: 44px;}
  .sec2-content b {font-size: 12px;}
  .sec2-title {margin-left: -70px;}
  .viewMore-btn button {padding: 0; height: 26px; font-size: 10px;}

  .sec3-img {margin-left: 22px; margin-top: 34px;}
  .sec3-content h3 {margin-top: 110px;}
  .sec3-content h3, .sec5-title h4 {font-size: 16px;}
  .sec4-txt h4 {font-size: 11px; margin-top: 40px; margin-left: 28px;}
  .sec4-leaf img {width: 80%; margin-top: 40px;}
  .cd-section:nth-of-type(5) > .background, #section5 .content-wrapper {height: 80vh;}
  .sec5-box {width: 120px; height: 120px; margin: 0 5px; border: 2px solid #ff9c46;}
  .sec5-data span.play-icon {font-size: 9px; padding: 50px 0;}
  .sec5-data span.play-icon:before {padding: 6px 7px;}

  .cd-section:nth-of-type(6) > .background, #section6 .content-wrapper {height: 80vh;}
  #section7 .background, #section7 .content-wrapper {height: 120vh;}
  .sec7-text h4 {font-size: 12px;}

  .footer {font-size: 11px;}
  .footer-content .donate-btn {margin-left: 0;}
  .footer-btn {font-size: 11px; padding: 6px 10px; letter-spacing: 0x;}
}

@media screen and (max-width: 418px) {
  .main-nav {padding: 6px 20px 8px;}
  .main-nav .navbar-header {width: 18%;}
  .mobileMenu button {margin: 4px 0;}
  .main-nav .head-right ul li {margin: 8px 0;}
.footer-content img {
    width: 70%;
    margin-left: 3.5vw;
}
li,table{
font-size: 13px;
}

.footer-box {
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    vertical-align: bottom;
        margin-bottom: -7vw;
    /* float: none; */
}
.marginLeft {
    margin-left: 1%;
    margin-top: 4%;
}
 p {
    font-size: 13px;
     line-height: 1.5;
 }

.address {
   border-left: 0px solid gray;
        margin-left: 28px;
    padding-left: 0px;
    line-height: 18px;
    margin-bottom: 22px;
}
.contact-info {
        margin-left: 33vw;
    margin-top: 0vh;
    padding-top: 2vh;
    padding-left: 15px;
}
.footer-btn {
    
        letter-spacing: 0px;
    margin-top: -12vh;
}
.footer-content .donate-btn {
    text-align: center;
    float: none;
    margin-left: 0vw;
    margin-top: 5vh;
    position: relative;
}
.highlight-box {
    border-left: 0px solid #b5b5b5;
    padding-left: 0px;
}
.width {
    width: 95%;
}
    #products li {
        width: 50%;
    height: 45vh;
    margin: 1% 0%;
        padding-right: 1vw;
    }
    .extra
    {
            margin-top: -25.5vh;
    }
    .product-description {
        height: 20vh;}
    .product-image {
    height: 170px;
    }
   
  .background, .content-wrapper, .sec5a-bg, #section8 .background, #section8 .content-wrapper {height: 55vh;}
  .sec1-bg2 {height: 60vh; margin-top: 11vh;}
  .yellow-tag {font-size: 16px;}
  .white-tag {font-size: 19px; margin-left: 48px;}
  .sec1-txt {right: 45%; top: 20%;}

  .cd-section:nth-of-type(2) > .background {height: 86vh;}
  .sec2-box {width: 80%; margin-top: -30%;}
  .sec2-text {width: 100%; margin: 0 auto;}
  .sec2-content {left: 0; text-align: center; padding: 0 10px;}
  .sec2-title {margin-left: 0; margin-top: 10px;}
  .sec2-title h1 {font-size: 28px;}
  .sec2-title .tag {font-size: 10.5px; letter-spacing: 1px;}

  .sec3Top {width: 70%; margin-left: 50px; margin-top: -30px;}
  .sec3Bottom {width: 100%;}
  .sec3-content h3 {font-size: 15px; margin-top: 20px;}
  .sec3-content .viewMore-btn button, .sec4-txt .viewMore-btn button, .sec6-box .viewMore-btn button {margin-top: 15px;}
  .sec3-img {margin-left: 17px; margin-top: 41px;}

  .sec4Box {width: 100%; padding: 0;}
  .sec4-leaf img {margin-top: 0px; width: 73%;}
  .sec4-txt h4 {letter-spacing: 0.5px; margin-top: 0px;}

  .cd-section:nth-of-type(5) > .background, #section5 .content-wrapper {height: 35vh;}
  .sec5-box {width: 100px; height: 100px; margin: 0 1%;}
  .sec5a-bg, #section8 .background, #section8 .content-wrapper {height: 31vh;}
  .sec5a-bg h4 {font-size: 13px; letter-spacing: 0px; margin-top: 35px; text-shadow: 1px 1px 1px #000;}

  .cd-section:nth-of-type(6) > .background, #section6 .content-wrapper {height: 26vh;}
  .sec6-box {border-radius: 8px; padding: 1.5vh; margin: 25px auto 0;}
  .sec6-gallery {border-radius: 8px;}

  #section7 .background, #section7 .content-wrapper {height: 50vh;}
  #sec7Products {margin-top: 7vh;}
  .carousel-indicators {bottom: 0px;}
  .carousel-indicators li {width: 8px; height: 8px;}
  .carousel-indicators .active {width: 10px; height: 10px;}
  .sec7-text h4 {font-size: 10px; font-weight: 600;}

  #project-slide .carousel-control.left, #project-slide .carousel-control.right {width: 25px; height: 25px; font-size: 16px; line-height: 1.5; bottom: 40%;}
  #project-slide .carousel-control.left {margin-left: 2vh;}
  #project-slide .carousel-control.right {margin-right: 2vh;}

  .footer-logo {    width: 32%;}
}
.ananddhamp{
    font-size:22px;
    margin-left: 15px;
}
.ananddhamul{
    margin-left: 15px;
}
.newLegal{
    color:#b31b41;
    font-size:14px;
}

@media only screen and (min-width:1920px){
    .page-content
    {
        padding:12em 0em;
    }
}
@media only screen and (min-width:2000px){
    .page-content
    {
        padding:12em 0em 27.5em;
    }
}