body {
    font-family: raleway;
}

::selection 
{
  color:#fff;
  background: #0291c5; /* Safari */
}

::-moz-selection 
{
  color:#fff;
  background: #0291c5; /* Firefox */
}


/*ANIMATIONS*/
@-webkit-keyframes flyIn
{
  from {padding: 0vh 80px 0px 80px;}
  to {padding: 45vh 80px 0px 80px;}
}
@keyframes flyIn
{
  from {padding: 0vh 80px 0px 80px;}
  to {padding: 45vh 80px 0px 80px;}
}

@-webkit-keyframes fade
{
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fade
{
  from {opacity: 0;}
  to {opacity: 1;}
}


/*BASICS*/
h1
{
  margin: 0;
}

h2
{
  margin: 0;
}

h3
{
  margin: 0;
}

em
{
  margin: 0;
}

body 
{
  margin: 0px;
  background-color: #fff;
}


/*NAVIGATION*/
nav
{
  margin: 0 auto;
  /* position: fixed; */
  /* float: right; */
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  z-index: 999;
  width: 80%;
}

ul
{
  list-style-type:none;
  margin: 37px 40px;
  padding:0;
  overflow:hidden;
  float:right;
}

li
{
  /* float:left; */
  display: inline-block;
}

.header.shrink a:link, .header.shrink a:visited
{
  display:block;
  width: auto;
  color: #0291c5;
  text-align:center;
  padding: 0px 40px 0px 0px;
  text-decoration:none;
  text-transform:uppercase;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  font-weight: bold;
}

a:hover,a:active
{
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

img
{
  border: 0px;
  width: 100%;
}


.section
{
  margin: 0;
  /* min-height: 100vh; */
  /* height: 100%; */
}

.welcome
{
  background-color: none;
  background-image: url("");
  background-repeat:no-repeat;
  background-position:left top;
}


.about
{
  background-color: #141414;
  /* border-bottom: 3px dotted #c4c5c5; */
}

.union
{
  /* background-color: #0291c5; */
}

.recent
{
  background-color: #fff;
}


.school
{
  background-color: #f9f9f9;
  color: #000;
  background: #000000 url(../images/index/background/background.jpg) center center no-repeat fixed;
  background-size: cover;
}

.uwyo
{
  background-color: #fff;
}

.contact
{
  /* background-color: #fff; */
}

.site
{
  background-color: #fff;
}

/*GRIDS*/
.grid
{
  overflow: hidden;
  width: 90%;
  padding: 20px 0px 0px 20px;
  margin: 0px auto;
}

.col
{
  float: left;
  padding-right: 20px;
}

.sixtySix
{
  width: 66.66%;
}

.thirtyThree
{
  width: 33.33%;
}

.fullWidth
{
  width:100%
}

.twentyFive
{
  width:25%
}

.half
{
  width: 50%;
}

.module
{
  padding: 20px;
  background-color: #313131;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}


/*SPACERS*/
.whiteSpace-small
{
  overflow: hidden;
  width: 100%;
  height: 10px;
}

.whiteSpace
{
  overflow: hidden;
  width: 100%;
  height: 20px;
}

.whiteSpace-medium
{
  overflow: hidden;
  width: 100%;
  height: 40px;
}

.whiteSpace-large
{
  overflow: hidden;
  width: 100%;
  height: 80px;
}

.whiteSpace-xLarge
{
  overflow: hidden;
  width: 100%;
  height: 160px;
}

.whiteSpace-xxLarge
{
  overflow: hidden;
  width: 100%;
  height: 320px;
}


/*DECORATIVE ELEMENTS*/


.shade
{
  float:left;
  position:inherit;
  /* background-color: #fff; */
  height: auto;
  width: 100%;
  z-index: -1;
  transition: opacity .3s, background-color .3s;
  -webkit-transition: opacity .3s, background-color .3s;
  /* background: linear-gradient(-45deg, #39c5eb, #ed174d, #fcda28, #6dbe45); */
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
  border-bottom: 1px solid #ffffff52;
  box-shadow: 0px 1px 20px #0000006e;
}

.shade:hover
{
  opacity: 1;
  background-color: #f7f7f7;
}

.logo1 img {
    width: 270px;
    transition: .5s;
}

.logo1 {
    display: -webkit-inline-box;
    padding: 19px 40px;
    float: left;
}

.nav {
    float: right;
    margin: 35px 0px;
    padding: 0px 0px;
}

ul {
    margin: 0px;
}

:hover {
    text-decoration: none;














    transition: .5s;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

.padding-40 {
    padding: 140px 40px;
}

.padding-30 {
    padding: 140px 40px;
    width: 100%;
}

h1.topic {
    font-weight: bold;
    color: #00b0f0;
    text-align: center;
    text-transform: uppercase;
}

h2.topic {
    /* font-weight: bold; */
    /* color: #484848; */
    font-size: 20px;
    text-align: center;
}

h3.topic {
    font-size: 18px;
    color: #484848;
    text-align: center;
    margin-top: 20px;
    color: #0291c5;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 3px;
}

.frame {
  width: 25%;
  overflow: hidden;
  float: left;
  height: 300px;
  background: #000;
}
.zoomin img {
  height: 300px;
  width: 440px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 1s ease;
  overflow: hidden;
}
.zoomin img:hover {
  width: 600px;
  height: 600px;
  overflow: hidden;
  background-color:#000;
  opacity: 0.2;
}

h1.topic-1 {
    text-align: center;
    font-weight: bold;
}

.width100 {display: -webkit-inline-box;width: 100%;}

h2.topic-1 {
    font-size: 20px;
    text-align: center;
}

h3.topic-1 {
    font-size: 18px;
    text-align: center;
    color: #0291c5;
    margin-bottom: 30px;
}

p.zoom1 {
    position: absolute;
    text-align: center;
    width: 25%;
    /* height: 25%; */
    margin-top: 160px;
    color: #fcda29;
    /* font-weight:bold; */
    font-size: 16px;
}

p.zoom {
    position: absolute;
    text-align: center;
    width: 25%;
    /* height: 25%; */
    margin-top: 123px;
    color: #fff;
    font-weight:bold;
    font-size:25px;
}

p.zoom:hover {
    color:#d49090;
}


h1.topic1 {
    font-weight: bold;
}

h2.topic1 {
    font-size: 20px;
}

h3.topic1 {
    font-size: 18px;
    color: #0291c5;
}

h1.topic2 {
    font-weight: bold;
	text-align: right;
}

h2.topic2 {
    font-size: 20px;
    text-align: right;
}

h3.topic2 {
    font-size: 18px;
    color: #ed174d;
    text-align: right;
}

html, body {
  background: #F7F5E6;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.slider {
  /* margin: 0 auto; */
  /* max-width: 940px; */
  z-index: 800;
  /* margin-top: 200px; */
}

.slide_viewer {
  height: 680px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 600px;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide:nth-of-type(1) {
  background: #D7A151;
}

.slide:nth-of-type(2) {
  background: #F4E4CD;
}

.slide:nth-of-type(3) {
  background: #C75534;
}

.slide:nth-of-type(4) {
  background: #D1D1D4;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 580px;
}

a.slide_btn {
  color: #ff5500;
  font-size: 42px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.directional_nav {
  /* height: 340px; */
  margin: 0 auto;
  max-width: 95%;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 0px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {


  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}

.directional_nav img {
    height: 100%;
    width: 100%;
}

.slide img {

    height: 960px;
    width: 1800px;
}

.social {
    /* position: fixed; */
    top: 200px;
    z-index: 1000;
    /* left: 84px; */
    box-shadow: -4px -3px 11px #00000036;
    border-radius: 13px;
    border: 5px solid #ffffff42;
}


.social-set1 {
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 15px;
    background: #7b7b7b;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 1px solid #5d5d5d;
    box-shadow: 0px -2px 1px #0000002e;
}

.social-set1:hover {
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 15px;
    background: #16438a;
    color: #fff;
}

.social-set2 {
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 15px;
    background: #7b7b7b;
    color: #fff;
    border-bottom: 1px solid #5d5d5d;    
}

.social-set2:hover {
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 15px;
    background: #d48100;
    color: #fff;

}

.social-set3 {
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 15px;
    background: #7b7b7b;
    color: #fff;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 2px 1px #0000002e;
}

.social-set3:hover {
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 15px;
    background: #097d13;
    color: #fff;
}

.social-set4 {
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 15px;
    background: #7b7b7b;
    color: #fff;
    border-bottom: 1px solid #5d5d5d; 
}

.social-set4:hover {
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 15px;
    background: #0291c5;
    color: #fff;
}

.go-top {
	position: fixed;
	bottom: 1.5em;
	right: 0px;
	text-decoration: none;
	color: #0291c5;
	font-size: 40px;
	padding: 20px;
	display: none;
}

.go-top:hover {
	color: #d2d2d2;
}



a.go-top p {
    font-family: raleway;
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
}

input.name {
    float: right;
    padding: 8px 10px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}

button.submit {
    float: right;
    border: none;
    padding: 10px 15px;
    background: #0291c5;
    color: #fff;
    border-radius: 4px;
}

p.contact {
    /* text-align: right; */
    margin-bottom: 5px;
    color: #ffffff;
}

.padding-right-left {
    padding: 10px 0px;
}

.padding-right-left p {
    margin: 0px;
}

.footer {
    background: #141414;
    color: #fff;
    /* transition: opacity .3s, background-color .3s; */
    /* -webkit-transition: opacity .3s, background-color .3s; */
    /* background: linear-gradient(-45deg, #ed174d, #fcda28, #6dbe45, #37c5ef); */
    /* background-size: 400% 400%; */
    /* -webkit-animation: Gradient 15s ease infinite; */
    -moz-animation: Gradient 15s ease infinite;
    /* padding: 5px; */
}


.contact-1 .fab:hover {
    background: #174182;
}

.contact-2 .fab:hover {
    background: #0a7b13;
}

.contact-3 .fab:hover {
    background: #af5a00;
}

.contact-4 .fab:hover {
    background: #940707;
}

.contact-1 .fab {
    background: #215ebd;
    height: 50px;
    width: 50px;
    border-radius: 4px;
    /* margin-left: 15px; */
    /* float: right; */
    color: #fff;
    padding: 12px;
    font-size: 25px;
    text-align: center;
}

.contact-2 .fab {
    background: #0ebf1d;
    height: 50px;
    width: 50px;
    border-radius: 4px;
    /* margin-left: 15px; */
    /* float: right; */
    color: #fff;
    padding: 12px;
    font-size: 25px;
    text-align: center;
}

.contact-3 .fab {
    background: #efaf1b;
    height: 50px;
    width: 50px;
    border-radius: 4px;
    /* margin-left: 15px; */
    /* float: right; */
    color: #fff;
    padding: 12px;
    font-size: 25px;
    text-align: center;
}

.contact-4 .fab {
    background: #ca0909;
    height: 50px;
    width: 50px;
    border-radius: 4px;
    /* margin-left: 15px; */
    /* float: right; */
    color: #fff;
    padding: 12px;
    font-size: 25px;
    text-align: center;
}


.social-main {
    display: inline-block;
    border-top: 1px solid #e5e5e5;
    text-align: right;
    margin-bottom: 40px;
}

.slide a {
    padding: 0px;
}

.social a {

    color: #fff;
    padding: 0px;
}

textarea.message {
    float: right;
    padding: 8px 10px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}

.zoomin.frame a {
    padding: 0px;
}











































#darkBack {
  width: 100%;
  height: 100vh;
  background: rgba(76, 56, 75, .15);
}

#popUp {
  position: fixed;
  max-width: 350px;
  height: 225px;
  /* background: rgba(236, 240, 241, 1); */
  /* border: 7px solid #fff; */
  bottom: 50%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  left: 70px;
}

#new span {
  background: #fff;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}

#popUp .close {
  color: #464646;
  right: 2px;
  top: -25px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}

#popUp h2 {
  font-size: 17px;
  color: #464646;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
}

#body {
  height: 1200px;
  background: #eee;
}

a.button {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 120px;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid #18729f;
  background: #1c8dc4;
  border-radius: 4px;
  padding: 8px 0;
}

#plus {
  position: fixed;
  color: #fff;
  bottom: 50%;
  font-size: 15px;
  margin-left: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
}

#plus span {
  position: absolute;
  margin-top: 63px;
  left: 10px;
}

#plus::after {
  content: '';
  display: block;
  display: relative;
  border-top: 80px solid transparent;
  border-bottom: 80px solid transparent;
  border-left: 99px solid #00a8e5;
}

@media all and (max-width: 900px) {
  #popUp {
    margin-left: -425px;
  }
  #plus {
    margin-left: 0px;
  }
}


/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 100;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 60px 30px 0px 30px;
  text-align: left;
  font-weight: bold;
  color: #0291c5;
  margin-bottom: 0px;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}













.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;

  line-height: 60px;

  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 21px;
  right: 38px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -18px;
  top: 9px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 34px;
  top: 9px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 13em auto;
  }
}

a.cd-popup-close.img-replace {
    padding: 0px;
    color: #8f9cb5;
    font-weight: bold;
}

.form p {
    padding: 0px;
    color: #5d5d5d;
}

.form {
    padding: 30px;
    display: inline-block;
    width: 100%;
}


@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

i.fas.fa-arrow-alt-circle-up {
    color: #0291c5;
    text-align: center;
}

.padding-top {padding-top: 95px;}

.back-mini {
    box-shadow: 0px 0px 5px #d2d2d2;
    border-radius: 4px 4px 0px 0px;
}

.back-mini-topic {
    background: #2da0d0;
    padding: 15px 20px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    text-align: center;
}

.back-mini-topic2 {
    background: #2dd077;
    padding: 15px 20px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    text-align: center;
}

.back-mini-topic3 {
    background: #c5d02d;
    padding: 15px 20px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    text-align: center;
}

.back-mini-topic4 {
    background: #af5b97;
    padding: 15px 20px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    text-align: center;
}

.back-mini-topic5 {
    background: #d02d59;
    padding: 15px 20px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    text-align: center;
}

.back-mini-topic h4,.back-mini-topic2 h4,.back-mini-topic3 h4,.back-mini-topic4 h4,.back-mini-topic5 h4 {
    margin: 0px;
}

.back-mini-desc {
    padding: 10px 20px 1px 20px;
}

a.choose {
    color: #fff;
    text-align: center;
    background: #353535;
    padding: 5px;
    margin-bottom: 20px;
}



a.choose:hover {
    color: #fff;
    text-align: center;
    background: #1d1d1d;
    padding: 5px;
    margin-bottom: 20px;

}


a.choose p {
    margin: 0px;
}

sub {
    bottom: 0em;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #0000;
    color:#fff;
    z-index: 1000;
    height: 160px;
    overflow: hidden;
    text-align:center;
    /* line-height:160px; */
    transition: .5s;
}
.header.shrink {
    height: 90px;
    /* line-height:80px; */
    background: #fffffff7;
    transition: .5s;
    border-bottom: 1px solid #0291c5;
}
.header h1
{
    font-size:30px;
    font-weight:normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.header.shrink h1
{
    font-size:24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
 .container 
{

 /*just to get the page to scroll*/
}

.header.shrink .logo1 img {
    width: 100px;
}

path {
    fill: rgb(0, 187, 255);
    opacity: .9;
}

p.footer {
    font-size: 12px;
    display: inline-block;
    margin: 0px;
}


a:link:hover, a:visited:hover {
    color: #292929;
}

a.slide_btn.active {
    color: #0291c5;
    font-size: 100px;
}

a.slide_btn {
    font-size: 100px;
    color: #fff;
}

.background-blue {
    background: #000000 url(../images/index/background/background.jpg) center center no-repeat fixed;
    background-size: cover;
}

h1.topic-1-w {
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

h2.topic-1-w {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.overlay {
    background: rgba(0, 0, 0, 0.77);
    color: #fff;
}

hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #0291c5;
    margin: 0;
    margin-bottom: 40px;
    border: 0;
}

.container hr {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
    border: 1px solid #0291c5;
}

.img100 img {
    width: 120px;
    margin-bottom: 20px;
}

.img100 {
    text-align: center;
    margin-bottom: 60px;
}

p.topic-white {
    font-weight: bold;
    font-size: 19px;
    color: #0291c5;
    margin-bottom: 5px;
}

.padding-30-1 {
    padding: 140px 40px 120px 40px;
    width: 100%;
}

.border-top-1 {
    border-top: 1px solid #0291c5;
}

.background-blue-1 {
    background: #000000 url(../images/index/background/kv.jpg) center center no-repeat fixed;
    background-size: cover;
}

.overlay-d {
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
}

i.fas.fa-map-marker-alt {
    color: #0291c5;
    /* margin-left: 35px; */
    margin-right: 5px;
}

.serve {
    background: #fdfdfd;
}

.image-hover-text-container 
{
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  transition: all 0.2s linear;
  margin-bottom: 30px;
}

.image-hover-image 
{
 display: block;
}
/* Make the image round */
.image-hover-image img
{
  border-radius: 0%;
  /* width: 400px; */
}



.image-hover-text 
{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  cursor: default;
  transition: opacity 0.2s linear;
}
.image-hover-text:hover 
{
  opacity: 1;
}


.image-hover-text-bubble 
{
  position: relative;
  box-sizing: border-box;
  top: 0;
  left: 0;
  /* right: 100%; */
  /* height: 100%; */
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0%;
  margin: 0 auto;
  padding: 32% 0px;
  overflow: hidden;
  font-size: 17px;
  text-align: center;
  word-wrap: break-word;
  color: #fff;
}

.image-hover-text .image-hover-text-title
{



  font-size: 25px;
  display: block;
}

.padding-40-1 {padding: 140px 40px 110px 40px;}

.header a:link, .header a:visited {
    display: block;
    width: auto;
    color: #353535;
    text-align: center;
    padding: 0px 40px 0px 0px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    font-weight: bold;
    transition:.5s;
}

.header a:link:hover, .header a:visited:hover {
    color: #151515;
    transition:.5s;
}

.background-contact {
    background: #000000 url(../images/index/background/malaysia.jpg) center center no-repeat fixed;
    background-size: cover;
}

.center {
    text-align: center;
    width: 100%;
}

.contact-center {
    display: inline-block;
    margin: 0px 5px;
    margin-top: 25px;
}

.contact-2 {
    text-align: center;
}

input.form-1 {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #292929;
    border-radius: 4px;
    background: #ffffff3d;
    color: #0291c5;
}

input.submit-form {
    background: #0291c5;
    color: #fff;
    border: none;
    padding: 10px 17px;
    border-radius: 4px;
    text-align: center;
}

textarea.form-1 {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #292929;
    border-radius: 4px;
    background: #ffffff3d;
    margin-bottom: 15px;
    color: #0291c5;
}

.background-grey {
    padding: 80px 0px;
    background: #232323;
}

p {
    margin: 0px;
}

p.topic {
    margin: 0px;
    color: #0291c5;
}

a.slide_btn.active {
    /* background: #fff; */
    color: #0291c5;
}

.background-blue-3 {
    padding: 80px 0px;
    background: #0291c5;
}

h2.topic-blue {
    color: #fff;
    margin: 0px;
}


.image-why img {
    width: 90px;
    /* border: 4px solid #006df1; */
    /* border-radius: 90px; */
    padding: 0px;
    margin-bottom: 30px;
}

.image-why {
    text-align: center;
}


section {
  text-align:center;
  /* padding:150px 0px 150px 0px; */
  display: inline-block;
}

section > button {
  display:block;
  display: inline-block;
  /* margin-bottom:20px; */
  /* width:200px; */
  /* font-size: 16.996px; */
  line-height: 20px;
  /* padding: 12px 18px 13px; */
  cursor:pointer;
  background: none;
  border: none;
  color: #fff;
}

section > button:hover {
  opacity:0.8;
}

.pop {
  display:none;
  position: fixed;
  top: 0;
  /* left:10.3%; */
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #0e0e0efa;
  color: #fff;
  padding: 80px 0px;
  overflow: overlay;
}

.pop > h1 {
  padding: 50px 50px 20px 50px;
  font-size:100%;
}

.pop > p {
  padding: 0px 50px;
  font-size:100%;
}

.pop > span {
  cursor:pointer;
  position:absolute;
  top:4%;
  right:4%;
  -webkit-border-radius:100px;
     -moz-border-radius:100px;
          border-radius:100px;
  padding:6px 0px 0px 9px;
  width:30px;
  height:30px;
}

section {
    display: inline-block;
    float: right;
}

.pop span {
    float: right;
    color: #0291c5;
    cursor: pointer;
    position: fixed;
    top: 85px;
    right: 12%;
}

h1.terms {
    color: #0291c5;
    border-bottom: 1px solid #0291c5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.section.school-1 {
    background: #f5f5f5;
}

/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #949494; 
    border-radius: 40px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #0291c5; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0291c5; 
}

h3.terms {
    color: #0291c5;
    border-bottom: 1px solid #0291c5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.pop ul {
    padding-bottom: 30px;
}
p.terms, .pop ul {
    color: #8c8c8c;
    font-size: 14px;
    margin: 0px;
}

.pop .container {
    /* width: 50%; */
    text-align: justify;
}

.pop li {
    float: left;
    width: 100%;
}

.image-join  {text-align:center;}

.image-join img {
    width: 180px;
    /* border: 4px solid #006df1; */
    /* border-radius: 90px; */
    padding: 0px;
    margin-bottom: 30px;
    }
    
    a.click {
    background: #0291c5;
    padding: 8px 15px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0px 4px 1px #005473;
    display: inline-block;
}

a.click:hover {
    background: #005473;

    color: #fff;
    margin-top:4px;

}


* {box-sizing: border-box;outline: none;/* font-family: Arial; */}
.btn {
   background-color: #ddd;
   display: inline-block;
   padding: 20px 30px;
   color: #333;
   font: bold 16px Arial;
   text-decoration: none;
}
#modal-window {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background-color: rgba(0,0,0,.8);/* shaded background color */
   visibility: hidden;
   display: table;

}
#modal-window.active {
   visibility: visible;  
}
.modal-close {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   display: block;
   font-size: 40px;
   line-height: 30px;
   color: rgba(255,255,255,.5);
   text-align: right;
   padding: 20px;
   cursor: pointer;
   transition:.2s;
   -webkit-transition:.2s;
   transition-delay:.2s;
   -webkit-transition-delay:.2s;
   transform: translateY(-20px);
   -webkit-transform: translateY(-20px);
}
#modal-window.active .modal-close {
   transform: translateY(0px);
   -webkit-transform: translateY(0px);
}
.align-content {
   display: table-cell;
   vertical-align: middle;
}
#modal-window .content {
   position: relative;
   max-width: 80%; /*modal window max width */
   background-color: #ffffff;
   margin: 0 auto;
   padding: 10px 30px;
   /* visual effect */
   opacity: 0;
   transition: .2s;
   -webkit-transition: .2s;
   transform: translateY(20px);
   -webkit-transform: translateY(20px);
   padding: 40px;
}
#modal-window.active .content {
   opacity: 1;
   transform: translateY(0px);
   -webkit-transform: translateY(0px);
}

.margin-top {
    margin-top: 175px;
    border-bottom: 3px solid #0291c5;
}


.background-in {
    background: #fff;
    margin: 40px 0px;
    /* padding: 40px; */
    /* box-shadow: 0px 0px 3px #0000004d; */
}

input.job-form {
    padding: 8px 10px;
    width: 100%;
    border-radius: 1px;
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
}

p.note {
    font-size: 12px;
    color: #0291c5;
    margin-bottom: 20px;
}

.width-80 {
    /* width: 60%; */
    margin: 0 auto;
    /* background: #0291c5; */
    /* padding: 40px; */
    background: #f9f9f9;
    padding: 40px;
    border: 1px solid #c5c5c5;
}

.g-recaptcha {
    margin: 0 auto;
}

.captcha-center {
    width: 302px;
    margin: 0 auto;
}

select {
    padding: 8px 10px;
    width: 100%;
    border: 1px solid #d2d2d2;
    color: #5d5d5d;
    margin-bottom: 20px;
}

input.job-form-1 {
    padding: 8px 10px;
    width: 100%;
    border-radius: 1px;
    border: 1px solid #d2d2d2;
}

#wrapper {
    background: #fff;
}


form.contact select {
    margin-bottom: 20px;
}




a#pop-up {
    background: #0291c5;
    padding: 4px 15px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0px 4px 1px #005473;
}

a#pop-up:hover {
    background: #005473;
    color: #fff;
    /* margin-top:4px; */
}

.background-center {
    background: #f5f5f5;
    /* text-align: center; */
    /* width: 50%; */
    margin: 0 auto;
    padding: 40px;
    border: 1px solid #dedede;
}

table {
    width: 100%;
}

input.application {
    width: 100%;
    padding: 6px 10px;
    margin-bottom: 20px;
}

textarea.application {
    width: 100%;
    margin-bottom: 20px;
}

input[type="submit"] {
    background: #0291c5;
    padding: 5px 15px;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0px 4px 1px #005473;
    border: 0px;
}

input[type="submit"]:hover {
    background: #005473;
    color: #fff;
}

.padding {
    padding: 80px 0px;
}

a.slide_btn {
    font-size: 70px;
}

.image-join-1 {
    width: 120px;
    display: inline-block;
}

.topic-blue-1 {
    color: #fff;
    margin: 0px;
    display: inline-block;
    padding: 0px 15px;
    text-transform: uppercase;
    }

.inline {
    display: inline-block;
    margin-right: 20px;
}

td {
    padding-right: 10px;
}    

select {
    border: 1px solid #a9a9a9;
}

button.reg {
    border: none;
    background: none;
    color: #000;
    cursor: pointer;
}

p.terms:hover {
    color: #0291c5;
}

.whatsapp {
    position: fixed;
    top: 250px;
    z-index: 9999;
    width: 50px;
    right: 30px;
}

.image100 {width: 101px;margin:auto;}


h2 {
    vertical-align: middle;
}

h2.topic-3 {
    display: table-cell;
    vertical-align: middle;
    height: 94px;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
}

a.click-2 {
    background: #fff;
    padding: 10px;
    display: inline-block;
    font-size: 18px;
    border-radius: 4px;
    /* display: table-cell; */
    vertical-align: middle;
    /* height: 170px; */
    margin: 30px 0px;
}

.background-white {
    background: #fff;
}


.slider-text {
    position: absolute;
    top: 250px;
    width:100%;
    padding: 40px;
}

.slider-text h1 {
    text-transform: uppercase;
    font-weight: bold;
    /* background: #000; */
    color: #000;
    padding: 10px 0px;
    font-size: 70px;
}


.slider-text p {
    text-transform: uppercase;
    font-weight: bold;
    color:#282828;
    font-size:30px;
}

.overlay-w {
    background: rgba(255, 255, 255, 0.92);
    /* color: #fff; */
}

.image-why b {
    color: #00b0f0;
}

.second-center-padding {
    color: #00b0f0;
    font-weight: bold;
    text-shadow: 0px 1px 0px #00b0f0;
    padding: 124px 0px;
}

p.topic-white-2 {
    font-weight: bold;
    font-size: 19px;
    color: #3b3b3b;
    margin-bottom: 5px;
}