@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,700);
* {
  margin: 0;
  padding: 0;
  font-family: 'Alegreya Sans', Arial, sans-serif;
}
html {
  font-size: 62.5%;
}
body {
  color: black;
  letter-spacing: .18em;
}
a {
  text-decoration: none;
  color: white;
}
ul, li {
  list-style-type: none;
}
.upper-cased-text:after {
  text-transform: uppercase;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.l-left {
  float: left;
}
.l-right {
  float: right;
}
.textboxes {
  font-size: 2em;
}
.end {
  margin-top: 30px;
  font-size: 3em;
  font-weight: bold;
  opacity: 0;
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  transition: opacity, -webkit-transform 1s;
  transition: opacity, transform 1s;
  transition: opacity, transform 1s, -webkit-transform 1s;
  transition-delay: 1s;
}
.header-top {
  background: rgba(0, 47, 77, .3);
  height: 70px;
  padding: 0 3px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  box-sizing: border-box;
}

.header-top-booknow {
  background: rgba(254, 188, 88, 0.1);
  height: 70px;
  padding: 0 3px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  box-sizing: border-box;
}

h1 {
  line-height: 70px;
  height: 70px;
  width: 20%;
  text-transform: uppercase;
}

h1logo {
  line-height: 70px;
  height: 70px;
  width: 20%;
  text-emphasis: bold;
  text-transform: uppercase;
}

.Image123 {
  line-height: 70px;
  float: left;
  height: 70px;
  width: 4%;
}
h1 a {
  display: block;
  padding: 0 10px;
}
.toggle-menu {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  top: 10px;
}
.toggle-menu i {
  position: absolute;
  display: block;
  height: 2px;
  background: white;
  width: 50%;
  left: 10px;
  transition: all .3s;
}
.toggle-menu i:nth-child(1) {
  top: 16px;
}
.toggle-menu i:nth-child(2) {
  top: 24px;
}
.toggle-menu i:nth-child(3) {
  top: 32px;
}
.open-menu i:nth-child(1) {
  top: 25px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.open-menu i:nth-child(2) {
  background: transparent;
}
.open-menu i:nth-child(3) {
  top: 25px;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
nav {
  height: 0;
  opacity: 0;
  box-sizing: border-box;
  background: rgba(0, 47, 77, .25);
  position: fixed;
  top: 70px;
  width: 100%;
  transition: all 1s;
}
.open-menu ~ nav {
  opacity: 1;
  padding: 80px 0;
  z-index: 15;
  height: calc(90vh - 70px);
}
nav ul {
  padding: 0 10px;
  display: flex;
}
nav li {
  flex: 1;
}
nav li a {
  font-size: 2em;
  display: block;
  padding: 30px;
  text-align: center;
  transition: background .3s;
}
nav li a {
  background: #ff4b4b;
  margin-left: 20px;
}
nav li a:hover {
  background: #212121;
}
section { 
  text-align: center;
}
h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h3 {
  font-weight: 300;
  font-size: 2.1em;
}
h7 {
  display: block;
  font-size: 3em;
  margin-top: 0.83em;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  text-transform: none;
  font-weight: bold;
}
h5 {
  font-weight: 300;
  font-size: 2.1em;
}
h6 {
  font-weight: 300;
  font-size: 2.1em;
  text-transform: none;
  text-align: right;
}
h4 {
  font-size: 2.3em;
  margin-bottom: 20px;
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
  background: white;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
}
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: transparent;
  box-sizing: border-box;
  border: 2px solid #212121;
}
 
.conference-button {
    border: 1px;
    padding: 10px;
    width: 35%;
    margin: auto;
}

.conference-button-holder {
    background: #F8AE45;
    font-size: 2em;
    width: 100%;
}

.conference-button-holder:hover {
    background: #D8850E;
}
 
.conference-holder {
    width: 49vw;
    margin: auto;
    display: inline-block;
}

.conference-image {
    width: 75%;
}
 
@media screen and (max-width: 767px) {
  nav ul {
    flex-direction: column;
  }
 
  nav li {
    margin-top: 1px;
  }
  
  nav li a {
    font-size: 1.5em;
  }
  
  .scroll-icon {
    display: none;
  }
}
 
@media screen and (max-width: 400px) {
  html {
    font-size: 50%;
  }
  
  .open-menu ~ nav {
    padding: 20px 0;
  }
 
  nav li a {
    padding: 3px;
  }
}

.border {
    width: 95%;
    overflow: hidden;
    margin: 20px auto;
    text-align: center;
    padding: 10px;
}

* {
  box-sizing: border-box;
}

.FirstImages {
    width:  auto;
    height: 250px;
}

.FirstSlides1 {
    text-align: center; 
    margin: auto;
    float: right;
    padding-right: 25%;
}

.FirstSlides {
    text-align: center; 
    margin: auto;
    float: left;
    padding-left: 15%;
}

.columnxs {
  float: right;
  width: 5%;
  padding: 10px;
}

.column {
  float: right;
  width: 30%;
  padding: 50px;
}

.ccolumnxs {
  float: right;
  width: 5%;
  padding: 10px;
}

.ccolumn {
  float: right;
  width: 50%;
  padding: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
  text-align: center;
  margin: auto;
}

.ccheader {
  margin: 0 auto;
  padding: 2em;
  text-align: center;
}

.ccheader h1 {
  margin: 0;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.3;
}
.ccheader {
  margin: 0 auto;
  padding: 2em;
  text-align: center;
}

.ccheader h1 {
  margin: 0;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.3;
}

/* Form CSS*/
.ccform {
   margin: 0 auto;
    width: 600px;
}

.ccform-booknow {
   margin: 0 auto;
    width: 90%;
}

.ccfield-prepend{
  margin-bottom:10px;
  width:100%;
}

.ccfield-prepend-booknow{
  margin-bottom:10px;
  width:100%;
  text-align: left;
}

.ccfield-button{
  margin:auto;
  display:block;
}

.ccfield-button-booknow{
  display:block;
  padding-left: 39%;
}

.ccform-addon{
  color:#f8ae45; 
  float:left;
  padding:8px;
  width:9%;
  background:#FFFFFF;
  text-align:center;  
}

.ccform-addon-booknow{
  color:#f8ae45; 
  float:left;
  padding:8px;
  width:3%;
  background: rgba(0, 0, 0, 0);
  text-align:left;  
}

.ccform-addon-booknowtable{
  color:#f8ae45; 
  float:left;
  padding:8px;
  width:3%;
  background: rgba(0, 0, 0, 0);
  text-align:left;  
}

.ccformfield {
  color:#000000; 
  background-color: #FFFFFF;
  border:none;
  padding:10.5px;
  width:91.9%;
  display:block;
  font-family: 'Lato',Arial,sans-serif;
  font-size:14px;
}

.ccformfield-booknow {
  color: white; 
  background-color: rgba(0, 0, 0, 0);
  border: 5px 0 0 0 0;
  padding:10.5px;
  width:91.9%;
  display:block;
  font-family: 'Lato',Arial,sans-serif;
  font-size:14px;
}

.ccformfield-booknowtable {
  color: white; 
  background-color: rgba(0, 0, 0, 0);
  border: 5px 0 0 0 0;
  padding:10.5px;
  text-align: center;
  display:block;
  font-family: 'Lato',Arial,sans-serif;
  font-size:14px;
}

.ccformfield-booknow::placeholder {
  color: rgba(201, 201, 201, 1); 
  background-color: rgba(0, 0, 0, 0);
  border:none;
  padding:10.5px;
  width:91.9%;
  display:block;
  font-family: 'Lato',Arial,sans-serif;
  font-size:14px;
}

.ccformfield {
  font-family: 'Lato',Arial,sans-serif;
}
.ccbtn{
  display:block;
  border:none;
  background:#f8ae45;
  color:#FFFFFF;
  padding:12px 25px;
  cursor:pointer;
  text-decoration:none;
  font-weight:bold;
}

.ccbtnbooknow{
  display:block;
  border:none;
  background:#f8ae45;
  color:#FFFFFF;
  padding:18px 70px;
  cursor:pointer;
  text-decoration: none;
  font-weight:bold;
  font-size: 1.1vw;
}

.ccbtn:hover{
  background:#d8850e;
}

.ccbtnbooknow:hover{
  background:#d8850e;
}

.credit {
  color:#fff;
  width: 800px;
  clear:both;
margin:0 auto;
  line-height:25px;
 padding: 25px 50px; 
}
.credit em{
margin-right:5px;
}
.credit a {
color: #0d2ed5;
font-weight: bold;
text-decoration: none;
}

.zoomin img {
height: 50px;
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-ms-transition: all 2s ease;
transition: all 2s ease;
display: inline-block;
}
.zoomin img:hover {
height: 85px;
}

.imgcolumnxs {
  float: right;
  width: 5%;
  padding: 10px;
}

.imgcolumn {
  float: right;
  width: 20%;
  padding: 20px;
  height: 100px;
}

.hover14 figure {
  position: relative;
}
.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.shinebord {
    width: 20%;
    overflow: hidden;
    display:inline-block;
    margin: 0 auto;
}

.spanme:before{
    content:" "; 
    display:inline-block; 
    width:5%;
}

.responsive {
  width: 100%;
  height: auto;
}

.shineborder {
  padding: 1%;
  overflow: hidden;
  height: auto;

  width: 100%;
}

.introimgcolumn {
  float: right;
  padding-left: 1%;
  padding-right: 10%;
}

#firstsection {
    background-image: url('Materials/firstsection.jpg');
    background-size:cover;
}

#secondsection {
    background-image: url('Materials/vision.jpg');
    background-size:cover;
}

#thirdsection {
    background-image: url('Materials/services.jpg');
    background-size:cover;
}

#fourthsection {
    background-image: url('Materials/partners.jpg');
    background-size:cover;
}

#fifthsection {
    background-image: url('Materials/training.jpg');
    background-size:cover;
}

#seventhsection {
    background-image: url('Materials/training.jpg');
    background-size:cover;
}

#sixthsection {
    background-image: url('Materials/contact.jpg');
    background-size:cover;
}

#booknowsection {
    background-image: url('Materials/booknow.jpg');
    background-size:cover;
    height: 100vh;
}

.color-box {
  background-color: rgba(0,0,0,0.5); 
  color : #febd59;
}

.color-box-booknow {
  background-color: rgba(0,0,0,0.8); 
  color : #febd59;
  height: 100%;
}


footer {
  color : #febd59;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
.myEvent {display: none;}
img {vertical-align: middle;}

.slideshow-container2 {
  width: 70%;
  display: inline-block;
}

.slideshow-container {
  width: 100%;
  display: inline-block;
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.prev1, .next1 {
  cursor: pointer;
  position: absolute;
  top: 70%;
  width: 20%;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev1 {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 20%;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.dot, .Idot, .Idot1, .Edot {
  display: none;
}

.activeSlide {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.mapouter{
  position:relative;
  text-align:right;
  height:auto;
  width:80%;
}
.gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:auto;
  width:100%;
}

.l-center {
  display:inline-block;
  padding: auto;
  padding-left: 7%;
  overflow: hidden;
  font-size: 1vw;
}

.l-title {
  display:inline-block;
  padding: auto;
  padding-left: 7%;
  overflow: hidden;
  font-size: 3vw;
  color: #febd59;
}

.Ecolumn {
  float: left;
  width: 75%;
}

.Ecolumns {
  float: left;
  width: 20%;
}

.Ecolumnxs {
  float: left;
  width: 20%;
}

.CheckBox {
  text-align: center;
}
