
body,
html {
  width: 100%;
  height: 100%;
	color: #344056;
	font-size:17px;
}
/*========================
		General
===============*/
.arvo-font{
	font-family: 'Arvo', serif;
}
.mont-font{
	font-family: 'Montserrat', sans-serif;
}
.theme-color{
	color:#354653;
}
.theme-header-font{
	font-size:28px;
}
.theme-font-size{
	font-size:38px;
}
.theme-font-size-02{
	font-size:23px;
}
.theme-color-yellow{
	color:#eebe06;
}
.letterSpacing{
	letter-spacing:5px;
}
.text-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.btn-video{
	background:#e7ecee;
}
.btn {
  font-family: "Montserrat", "Arvo", Serif, sans-serif,;
}
.btn-yellow{
	background:#faad24;
	color:#fff !important;
	font-weight: 600;
    padding: 5px 20px;
	text-transform:uppercase;
	margin-top:10px;
}
.btn-yellow:hover,
.btn-yellow:active{
	background:#e79607;
}
.btn-xl {
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}
/*=========================
	Navigation Top
===========================*/
#mainNav {/*
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #344056;*/
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#mainNav .navbar-brand {
  font-family: "Montserrat", "Arvo", Serif, sans-serif,;
  font-weight: 700;
  color: #212529;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #6c757d;
  font-family: "Montserrat", "Arvo", Serif, sans-serif,;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 0;
}

#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #efbf06 !important;
}
.navbar-light .navbar-toggler{
	outline:0;
}
.navbar-toggler{
	width: 45px;
    height: 45px;
    background: #c5d5d7;
    border-radius: 50%;
    display: block;
	position:relative;
}
span.navbar-toggle-icon-custom {
    display: block;
    width: 28px;
    height: 2px;
    background: #6c757d;
    position: absolute;
    left: 7px;
    top: 18px;
}
span.navbar-toggle-icon-custom:after{
	content: '';
    position: absolute;
    left: 0px;
    width: 75%;
    height: 2px;
    background: #6c757d;
    top: 6px;
}
/*==============================
		Main Header
=============================*/
.page-404 {
  background: url("../img/404-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 100vh;
}

.page-404 h1 {
  font-size: 4.5rem;
  margin-top: 40px;
  text-align: center;
  color: #f8c809;
  
  font-weight: bold;
  text-shadow: 0px 2px 2px #666;
}

.page-404 h2 {
  margin-top: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 26px;
}

.page-404 h5{
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 0 260px;
}

.page-404 .join-email{
  margin-top: 1%;
}

.page-404 .join-email .btn-join{
  border-radius: 20px;
  border: solid 3px #2d76c0;
  background: #1e64aa;
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  margin-left: -26px;
  outline: none;
  box-shadow: 1px 4px 5px #85dafd inset;
  text-shadow: 0px 2px 1px #333;
}


.page-404 .join-email input{
    border-radius: 20px 0px 0px 20px;
    border: solid 3px #fff;
    background: #f2f2f2;
    padding: 5px;
    color: #000;
    padding-left: 30px;
    font-weight: bold;
    width: 20%;
    outline: none;
}

.page-404 .social-icons{margin-top: 2%;}

.page-404 .social-icons a{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  display: inline-block;
  padding-top: 2px;
  color: #71ecfb;
  margin: 0 20px;
}


header.masthead {
  background: url("../img/header-bg-7.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  height: 100vh;
}

.bg-intro,.bg-intro_2{
  border-style: solid;
  border-width: 4px;
  border-color: rgb(255, 255, 255);
  border-radius: 22px;
  background-color: rgba(220, 255, 195, 0.65);
  min-height:210px;
  padding:30px 20px 30px 30px; 

}
.icon-flip{
	margin-top:-15px;
}
.bg-intro_2 {  
  background-color: rgba(241, 253, 255, 0.65);
}

.bg-intro h3, .bg-intro h5, .bg-intro_2 h3, .bg-intro_2 h5{
    color: black !important
}

.form-search .form-control-search {
    background-color: #ffffff;
    box-shadow: none;
    border: medium none;
    border-radius: 30px;
    box-shadow: 0 0 0;
    color: #8ca2a9;
    display: block;
    font-size: 20px;
    font-weight: 400;
    height: 60px;
    line-height: 1.42857;
    padding: 6px 40px;
    vertical-align: middle;
    transition: background-color .2s;
}
.form-search .btn-submit {
    position: absolute;
    right: 13px;
    border: none;
	border-radius:30px;
    padding: 10px 50px;
    line-height: 40px;
    display: block;
    top: 0px;
    color: #ffffff;
	font-weight:bold;
    transition: all .2s;
  background: #344056; /* Old browsers */
  /* border: solid 3px #c8819a; */
background: -moz-linear-gradient(45deg, #344056 33%, #cb748f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #344056 33%,#cb748f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #344056 33%,#cb748f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#344056', endColorstr='#cb748f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
	 background:#f2f2f2;
	 border-radius:50%;
	 width:40px;
	 height:40px;
	 color:#88b7c5;
	 font-size:22px;
	 line-height:43px;
 }
 #social-fb:hover {
     color: #ffffff;
	 background:#3b5998
 }
 #social-tw:hover {
     color: #ffffff;
	 background:#4099ff;
 }
 #social-gp:hover {
     color: #ffffff;
	 background:#d34836;
 }
 #social-lnk:hover {
     color: #ffffff;
	 background:#0077B5;
 }
 #social-bell:hover {
	 color:#fff;
	 background:#344056;
 }
#social-insta:hover {
	 color:#fff;
	 background:#E1306C;
 }
/*================================
		Scroll down
=================================*/
.scroll-down-icon{
	font-size:26px; 
	color:#e9ebec;
	transition: ease 0.5s;
}
.text-scroll{
	font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*================================
		Our Missions
=================================*/
#mission {
	padding:2rem 0;
 /*  background:url("../img/mission-bg.jpg") center top no-repeat; */
     background:url("../img/mission-bg2.png") center top no-repeat; 
  background-size:cover;
  /* text-shadow: 0px 0px 3px #999; */
  color: black;
  height: 100vh;
}

.mission-text{
    background: rgba(255, 255, 255, 0.3);
    padding: 0px 30px !important;
}

@media (max-width: 767px) {
  #mission {
    background:url("../img/mission-bg2.png") center top no-repeat; 
    font-size: 0.9rem;
    padding: 0 10px 0 10px;
  }
  #mission h5{
    font-size: 1rem;
  }
  .mission-text {
    margin-top: 15px;
    padding: 0px 10px !important;
  }

  .page-404 h1 {
    font-size: 3rem;
    margin-top: 55px;
  }

  .page-404 h2 {
    margin-top: 10px;
    font-size:18px;
  }

  .page-404 h5{
    font-size: 16px;
    padding: 0px;
  }

  .panda-img{
    width: 300px;
  }

  .page-404 .join-email input {
    border-radius: 20px;
    width: auto;
    text-align: center;
    padding-left: 0;
  }

  .page-404 .join-email input::placeholder{
    color:white;
    opacity: 1;
  }

  .page-404 .join-email .btn-join {
    border-radius: 20px;
    margin-left: 0;
  }

  .page-404 .social-icons {
    margin-top: 5%;
}
}

/*================================
		Progress
=================================*/

#phases {
  height: 100vh;
  background-color: #9a3264;
}

.progress-md-view{
  padding: 10rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.progress-sm-view{
  padding: 2rem;
}

@media (max-width: 767px) {
  /* .progress-sm-view img{
    width: 90%;
  } */
}

/*====================================
            Fun Video
======================================*/
#funVideo{
  padding:5rem 0 7rem;
  padding-top: 1rem;
  background:url("../img/fun-video-bg.jpg") center top no-repeat;
  background-size:cover;
  height: 100vh;
}
.video-bg{
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	min-height:415px;
	margin-left:15px;
	margin-right:15px;
 }
 .video-frame{
	 border-radius:20px;
 }
.video-title {
    padding: 20px 30px;
}
.btn-group .btn{
	font-size:11px;
}
.owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:5px;
	border-radius:5px;
	background:transparent;
	border:1px solid #354653;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
	background:#354653;
}
 .owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
  }
.owl-carousel .nav-btn{
      height: 70px;
    position: absolute;
    width: 70px;
    cursor: pointer;
    top: 40% !important;
  }
.owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }
 
  .owl-carousel .prev-slide{
      background: url(../img/icon-left.png) no-repeat scroll 0 0;
	  left:-10px;
  }
  .owl-carousel .next-slide{
      background: url(../img/icon-right.png) no-repeat scroll 0px 0px;
	  right:-10px;
  }
iframe {
	border:7px solid #000;
    border-radius: 20px !important;
}
iframe.embed-responsive-item {
    width: 100%;
}
/*==================================
	Contact
==================================*/
#contact{
	padding:4rem 0 4rem;
  background:#6babc5;
  height: 100vh;
}
.contact-section:after{
	    content: '';
    background: url(../img/arrow-contact.png) no-repeat;
    position: absolute;
    top: 80px;
    left: 50px;
    right: 0;
    width: 100px;
    height: 150px;
}
span.email-address{
	font-size:38px;
	font-weight:bold;
}
span.border-bottom-yellow {
    border-bottom: 5px solid #eebe06;
    padding: 15px 20px;
}
/*================================
			Fixed Navigation
==================================*/
.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 40px;
	width:100px;
	z-index:1;
    display:none;
}
.btn-scroll{
	border-radius: 50%;
    width: 40px;
    font-size: 16px;
    background: #4c829d;
    transition: all .3s ease;
    height: 40px;
    line-height: 1.5;
}
.scroll-text-bottom{
	position: absolute;
    top: 50px;
    left: -5px;
    display: block;
    font-size: 10px;
    font-weight: bold;
}
#navMenu {}
.navbar-circle {
    position: fixed;
    top: 40%;
    right: 15px;
    height: 150px;
    opacity: 0.9;
    z-index: 100;
    margin: 0 -70% 0 0;
    padding: 0;
    width: 80%;
}

.navbar-circle li {
    list-style-type: none;
    padding: 0;
    font-size: 0.01px;
}

.navbar-circle a {
    background-color: transparent;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ffffff;
    margin-top: 10px;
    overflow: hidden;
    vertical-align: top;
	border-radius:50%;
}

.navbar-circle a:hover {
    background-color: #fff;
}

.navbar-circle li.active a {
    background-color: #fff;
}
