@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i');
@import url("https://fonts.googleapis.com/css?family=Pacifico|Source+Sans+Pro:200,400"); 
@font-face {
  font-family: 'kaushanscript';
  src: url("../fonts/kaushanscript.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dancingscript';
  src: url("../fonts/dancingscript.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.kaushanscript{
	font-family: 'kaushanscript', cursive;
}
.titlenew_sapo
{
	font-family: "Pacifico", cursive;
}
.titlenew
{
	font-family: 'Noto Serif', serif;
}
.saponew
{
	font-family: 'Noto Serif', serif;
	font-size: 120%;
	line-height:150%;
}
.dancingscript{
	font-family: 'dancingscript', cursive;
}

body
	{
	background: #ffffff;
	font-family: 'Noto Serif', serif,Arial, Helvetica, sans-serif;
    font-weight: 400;
	overflow-x: hidden;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

h1,h2,h3 {
  font-weight: 500;
  letter-spacing: 0.1rem;
}

h1 {
  font-size: 2.7rem;
  font-weight: 700;
}

h2 {
  color: #ffffff;
  padding-bottom: 10px;
}

h3 {
  font-size: 1rem;
  line-height: 2rem;
}

p {
  color: #000;
  letter-spacing: 0.8px;
  line-height: 28px;
  font-size: 16px;
  text-align: justify;
}

strong {
  color: #f1c11a;
  font-weight: 700;
}

#about,
#ecosystem,
#location {
  background: #ffffff;
}

#feature,
#location,
footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

#about{
	padding-top: 0;
	padding-bottom: 0;
}

.section-title {
  padding-bottom: 5px;
}
.section-title h1 {
  padding-bottom: 10px;
    letter-spacing: 0.375rem;
    border-left: 5px solid #ff0000;
    padding: 10px 0px;
    padding-left: 20px;
    text-align: left;  
}
#about .section-title {
  padding-bottom: 22px;
    letter-spacing: 0.375rem;
    border-left: 5px solid #ff0000;
    padding: 10px 0px;
    padding-left: 20px;
    text-align: left;  
}
#location .section-title {
  text-align: center;
}

#about .about-bg{
	width: 100%;
    height: 100%;
    background-image: url(../images/bg/bg4.jpg);
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    padding: 30px;
	position: relative;
}

#about .about-bg .about-thumb *{
	color: #fff;
}

#about .img-map{
	float: right;
	width: 40%;
	margin-left: 10px;
}

.media-body{
	padding: 10px;
}

/* preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

#slideshow {
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  backface-visibility: hidden;
}


/* home section */
#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 100vh;
  color: #ffffff;
}

#home .home-thumb {
  text-align: left;
  background: rgba(0,0,0,0.5);
  padding: 20px;
  text-align: justify;
}

#home .btn {
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 36px;
    margin-top: 42px;
    margin-right: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #f1c11a;
  color: #ffffff;
  border-color: transparent;
}

#home .btn-success {
    background: #ffffff;
    color: #242424;
    border-color: transparent;
}

#home .heading-title{
	font-size: 2.7rem;
}

#home h3{
	font-size: 20px;
	letter-spacing: 0.1rem;
}

/* about section */
#about h3 {
    margin-top: 0px;
}

#about .about-thumb {
	padding: 10px 20px;
	
}

.img-caption{
	display: inline-block;
    width: 100%;
    padding: 10px;
    font-style: italic;
    text-align: center;
}

/* time section  */
#time {
    background: #fff;
}


/* feature section */
#feature {
  background: #7b7a74;
}

#feature .icon {
  color: #ffffff;
  font-size: 42px;
  padding-right: 14px;
}

#feature .section-title,
#feature .media-object,
#feature p {
  color: #fff;
}

#feature .text-sequence{
	font-size: 200px;
	vertical-align: middle;
}

#feature .btn {
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 36px;
    margin-top: 62px;
    margin-right: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#feature .btn:hover {
  background: #ffffff;
  color: #333;
  border-color: transparent;
}

#feature .img-info-box .img-item{
	width: -webkit-calc(100%/3 - 15px);
	width: -moz-calc(100%/3 - 15px);
	width: calc(100%/3 - 15px);
	float: left;
	margin: 0 5px;
	height: 150px;
}
#feature .img-info-box .img-item img{
	width: 100%;
	height: 150px;
}


/* location section  */
#location .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#location p{
	color: #fff;
}

#location .form-control:hover {
  border-color: #999;
}

#location input {height: 55px;}

#location input[type='submit'] {
  background: #242424;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}

#location input[type='submit']:hover {
  background: #f1c11a;
}

/* culture section */
#culture{
	width: 100%;
	height: 100%;
	background-image: url(../images/bg/bg5.jpg);
	background-position: center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}

#culture h1, #culture p{
	color: #fff;
}

#culture .about-thumb{
	background: rgba(0,0,0,0.5);
	padding: 30px;
}

/* ecosystem section  */
#ecosystem h2{
	color: #000;
	font-size: 35px;
	font-weight: bold;
	font-style: italic;
}

.asterisk-box{
	text-align: center;
	padding: 20px 0;
}

.asterisk-box a{
	padding: 0 20px;
	color: #828282;
}

#ecosystem .ecosystem-box{
	padding: 30px;
}

#ecosystem .about-thumb{
	width: 100%;
    height: 100%;
    background-image: url(../images/bg/bg5.jpg);
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    padding: 30px;
	position: relative;
}

#ecosystem .about-thumb *{
	color: #fff;
}

#ecosystem .about-thumb .fadeInUp{
	display: inline-block;
}

.overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}

/* footer section  */
footer {
  background: #e0ebe4;
}

footer .copyright-text {
  padding-top: 10px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #FF6;
}

footer h2{
	color: #828282;
}

/* svg */
.svgcolor-light {
  /*position: absolute;
  top: 0;
  left: 0; */
  position: relative;
  bottom: 50px;
}
.svgcolor-light > path {
  fill: white;
  stroke: white;
  stroke-width: 0;
}

.svgcolor-light-location > path {
  fill: #7b7a74;
  stroke: #7b7a74;
  stroke-width: 0;
}

/* modal */
.modal-dialog .modal-content {
  background: url('../images/modal-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  text-align: center;
  padding: 100px 50px 100px 50px;
  position: relative;
}

.btn:focus {
  outline: none;
}

.modal-header {
  border-bottom: 0px;
}

.modal-dialog .close {
  color: #f1c11a;
  font-size: 40px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
}
.modal-dialog .close:focus {
  outline: none;
}

.modal-dialog form {
  padding: 20px;
}
.modal-dialog form input {
  height: 55px;
}
.modal-dialog form .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.modal-dialog form input[type="submit"] {
  background: #ffffff;
  color: #242424;
  text-transform: uppercase;
  margin-top: 30px;
}
.modal-dialog form input[type="submit"]:hover {
  background: #f1c11a;
  border-color: transparent;
  color: #ffffff;
}

/* Back top */
.go-top {
  background-color: #e0ebe4;
  bottom: 2em;
  right: 2em;
  color: #111112;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
	opacity: 0.8;
  filter: alpha(opacity=80);  
}

.go-top:hover {
    background: #f1c11a;
    color: #ffffff;
}


/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background-color: #ffffff;
  color: #111112;
}

.img-right{
	float: right;
	margin-left: 10px;
}

.img-full-width{
	width: 100%;
}

.video-full-width{
	width: 100%;
}

.bor-1{
	border-top: 1.5px dashed #7d6145;
	border-bottom: 1px dashed #7d6145;
	
}

.bor-2{
	border-top: 1.5px dashed #7d6145;
	border-bottom: 1px dashed #7d6145;
}
.ct_bank
{
	width:100%;
	float: left;
	margin-top: 10px;
	height: 40px;
	color: #c19b58;
	padding: 10px 0px 15px 10px;
	
}
.par_5px 
{
	padding-right:5px;
}
.ct
{
	padding-left: 5px;
	font-size: 100%;
	font-style: italic;
	border-left: 3px solid #33cc36;
}
.pbox_bank {
    padding: 30px 0px;
    display: block;
    width: 100%;
    float: left;
}
.pbox {
    width: 70%;
    font-size: 120%;
    text-align: justify;
    text-justify: inter-word;
    font-weight: bold;
    max-width: 90%;
    margin: 0 auto;
    padding: 0px 0px 30px 0px;
    border-left: 5px solid #33cc36;
    padding: 10px 0px;
    padding-left: 20px;
}
.fo {
    text-align: justify;
    text-justify: inter-word;
	text-indent: 2em;
}
.fi:first-letter {
    float: left;
    padding: 4px 8px 0 0;
    display: block;
    .color: #3c763d;
    font: 80px/60px Georgia, Times, serif;
}
.ps-80pc
{
	font-size: 80% !important;
}
.p-8{
	padding: 8px;
}

.box-left{
	float: left;
	margin-right: 15px;
}

.mgb-10{
	margin-bottom: 10px;
}

.mr--25pc{
	float: right;
	margin-right: -25%;
	margin-left: 20px;
}
.p-bottom
{
	padding-bottom: 30px;
}
.w-50{
	width: 50%;
}

/* Mobile Responsive */
@media (max-width: 980px) {

  h1 {
    font-size: 2.4rem;
  }

  #home {
    height: 65vh;
  }

  #about .section-title {
    padding-bottom: 12px;
  }

  #feature .col-md-4 {
    padding-bottom: 32px;
  }

}


@media (max-width: 768px) {

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
	.img-box
	{
		width:100%;
		max-width: 100%;
		margin-right: 0%;
	}
	.title-block {
		font-size: 2.5rem !important;
	}
	.mr--25pc{
		float: right;
		margin-right: 0%;
		margin-left: 0px;
	}
	#home h3 {
		font-size: 18px;
		letter-spacing: auto;
	}
	#home .heading-title {
    font-size: 2.5rem;
	}	
	.ct_bank
	{
		
		display:block;
		margin-bottom: 20px;
	}	
}


@media (max-width: 700px) {

  #home {height: 100vh;}

  .modal-dialog .modal-content {
    padding: 50px 20px;
  }

  footer {text-align: center;}
  footer .col-sm-6 {
    padding-bottom: 32px;
  }

  .modal-dialog .close {
  font-size: 35px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

}


.title-block{
	font-size: 3.5rem;
}

.icon{
	display: inline-block;
}
.icon img{
	width: 50px;
	height: 50px;
}

.stage {
  overflow: hidden;
  position: relative;
}

.stage .about-thumb,
.stage .video {
  transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}

.stage.active .about-thumb {
  transform: translateY(100%);
}

.stage .video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}

.stage.active .video {
  transform: translateY(0);
}

.stage .video > video {
  width: 100%;
  height: 100%;
}

.stage .close-video {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
  display: none;
}

.stage.active .close-video {
  display: inline-block;
  border: none;
}

.stage .open-video{
	display: inline-block;
	cursor: pointer;
}

.fa-50x{
	font-size: 50px;
}

.fa-20x{
	font-size: 20px;
}

.content-box{
	padding-top: 75px;
}