/*
    Theme Name: Bikin
    Theme URL: https://bootstrapmade.com/bikin-free-simple-landing-page-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

/*************************
*******Typography******
**************************/
body {
  background: #fff;
  font-family:'Roboto', Arial, sans-serif;
  color:#333;
  line-height:1.6em;
  overflow-x:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:500; 
    font-family:'Roboto';
	color:#000;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size:20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}
   
a {
  color: #0BA9F9;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color:rgba(0,0,0,.85);
  text-decoration:none;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn-primary {
	margin-top:30px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #0BA9F9;
}
.btn:hover {
	color: #fff;
	background-color: #0BA9F9;
	border-color: #0BA9F9;
}

/*************************
*******Header******
**************************/
.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar-header a.navbar-brand {
   color:#fff;
   font-family:'Roboto';
}

.navbar-header a.navbar-brand:hover{
   color:#fff;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #2bb8ff;
  padding: 21px 0;
  padding-bottom: 0;
}
.navbar-brand img{
  margin-top: -17px;
    
    padding-bottom: 15px;
   
}

.navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
  margin-left: 20px;
  padding-bottom: 28px;
}

.navbar-fixed-top .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #ffd;
	line-height: 24px;
	display: inline-block;
	text-transform:;
	font-weight:500;
	font-size:18px;
	font-family:'Roboto';
}

.navbar-fixed-top .navbar-nav > li > a:hover{
	background: #0BA9F9;	
	color:#fff;
}

.navbar-fixed-top {
  border: none;
  background: #0BA9F9;
}

.navbar-fixed-top .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus,
.navbar-fixed-top .navbar-nav > .open > a,
.navbar-fixed-top .navbar-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav > .open > a:focus {
  background-color: #2bb8ff;
  color: #fff;
}

/*************************
*******Slider******
**************************/
.slider {
	position: relative;	
	padding-top:70px;
}

.slider img {
    width: 100%;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #fff;
  border-radius:50%;
  font-size: 30px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#0BA9F9;
}

#carousel-slider a i:hover {
  background:#0BA9F9;
  color:#fff;
  border: 1px solid #0BA9F9;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:40px;
  top: calc(50% - 25px);
}

#carousel-slider .carousel-control.right i {
  right: 40px;
  top: calc(50% - 25px);
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: calc(50% - 150px);
  font-size:80px;
  left: 15%;
  z-index: 10;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
    text-shadow: 2px 2px #0BA9F9;
}

.carousel-caption  h2 {
	font-size:90px;
	color: #0BA9F9;
   text-shadow: 2px 2px#fff;
    line-height: 1.5;
 
}

.carousel-caption  h2 span {
	font-size:100px;
	color: #fff;
 
    text-shadow:2px 2px #0BA9F9;
}

.carousel-caption  p {
  font-size:40px;
  margin-top:35px;
  color:#fff;
    background-color: rgba(164,159,159,0.4);
    height: 50px;
    width: auto;
    line-height: normal;
}


/*************************
*******feature******
**************************/

/**#About**/
#About{
   	padding-top:50px;
	padding-bottom:70px;
	background:#f4f4f4;
}
.hi-icon-effect {
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
}

.hi-icon-effect:hover {
	border-radius:6px;
	background:#f4f4f4;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.hi-icon-effect i.fa:hover {
	background:#fff;
	color: #0BA9F9;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.text-center i {
	font-size:30px;
	margin-top:50px;
	margin-bottom:20px;
	color:#fff;
	padding:10px;
	background:#0BA9F9;
	border-radius:50%;
}
.text-center h2 {
	margin-top:15px;
	margin-bottom:20px;
}

.text-center h3 {
	font-size:40px;
	margin-top: 145px;

	margin-bottom:20px;
	color:#111;
}
.text-center h4{
font-size:20px;
color:#0ba9f9;
}
.text-center p {
	margin-bottom:10px;
}
#About img{
    border-radius: 50%;
    border: 2 solid #0ba9f9;
    padding: 5px;
    margin: 10px;
}

/*************************
*******services******
**************************/
/***#gallery {
	padding-top:20px;
	padding-bottom:30px;
	background:#f4f4f4;
}
#gallery img {
	border-radius:8px;
}

.gallery {
	margin-top:60px;
	margin-bottom:30px;
}

#gallery .text-center {
	padding-top:20px;
	margin-bottom:50px;
	padding-bottom:20px;**/
}
/***Education**/
#Education{
    margin: 100px;
    margin-bottom: 30px;
    
}
#Education img{
    margin:30px;
  margin-bottom: 40px;
    margin-right: 50px;
    border: 2px solid #0ba9f9;
    
}


#Education h3{ 
    margin: 30px;
    margin-top: 150px;
    
}
/***#Education**/

/*************************
*******levels******
**************************/
#levels {
	padding-top:70px;
	padding-bottom:40px;
	background:#f4f4f4;
}
#levels h3{
    margin-top: 20px;
    margin-bottom: 20px;
}
#levels h4 {
	 
    font-size: 20px;
    color: #0ba9f9;

}    

#levels .text-center {
	padding-top:20px;
	margin-bottom:30px;
	padding-bottom:10px;
}

#levels .team img {
	border-radius:8px;
}
/*************************
*******Ranking******
**************************/
#Ranking h1{
    font-size: 30px;
    color: #0ba9f9;
}
#Ranking h2{
    font-size: 18px;
     color: #0ba9f9;
    border:2px solid #0ba9f9;
    width: 110px;
    text-align: center;
}
#Ranking img{
    margin-bottom: 50px;
    margin-top: 20px;
}
    

/*************************
*******#Rankling******
**************************/


/**********************
*******RankingSource******
**************************/
#RankingSource h1{
        text-align: center;
     font-size: 35px;
     color: #0ba9f9;
    width: 100%;
    text-align: center;
    margin-top: 70px;
}
#RankingSource h3{
      float: left;
      font-size: 30px;
     color: black;
    width: 100%;
    line-height: 1.5;
    margin-top: 20px;
}
#RankingSource h5{
    font-size: 23px;
    font-weight: bold;
    color: #0ba9f9;
}
#RankingSource .text-left p{
     float: left;
      font-size: 18px;
     color: black;
    width: 100%;
    line-height: normal;
}
#RankingSource img{
    margin-top: 71px;
  
   width: 100%;
}

/**********************
*******RankingSource******
**************************/

/*************************
*******payment******
**************************/
#payment h1{
      font-size: 30px;
    color: #0ba9f9;
}/*************************
*******#payment******
**************************/


/*************************
*******Education Accreditation******
**************************/ 
#Accreditation {
    padding-top: 150px;
   
    padding-bottom: 50px;
}
#Accreditation .text-left{
    padding: 20px;
    margin: 20px;
}
#Accreditation  h4{
   font-size: 40px;
    color: #0ba9f9;
    }

.text-left span{
  display: none;


}
#Accreditation img{
   
      border: 2px solid #0ba9f9;
    margin-top: 50px;
    
}
#Accreditation h2{
    font-size: 18px;
     color: #0ba9f9;
    border:2px solid #0ba9f9;
    width: 110px;
    text-align: center;
}


/*************************
*******#Education Accreditation******
**************************/




/*************************
*******# Accreditation source******
**************************/
#AccreditaionSource .container{

}
#AccreditaionSource .text-center{
margin: 50px;
    margin-top: 70px;
}

h1{
    text-align: center;
     font-size: 35px;
     color: #0ba9f9;
    width: 100%;
    text-align: center;
}
#AccreditaionSource .text-left h3{
    float: left;
      font-size: 30px;
     color: black;
    width: 100%;
    line-height: 1.5;
}
#AccreditaionSource .text-left p{
     float: left;
      font-size: 18px;
     color: black;
    width: 100%;
    line-height: normal;
}
#AccreditaionSource img{
    width: 100%;
    height: 350px;
    margin-top: 90px;
    
}
/*************************
*******# Accreditation source******
**************************/




/*************************
*******contact******
**************************/
#Contact {
  padding-top:5px;
  background:#fff;
  padding-bottom:50px;
}
/*************************
*******#contact******
**************************/
/*************************
*******footer******
**************************/
footer {
	background:#f4f4f4;
	padding-bottom:20px;
}

#contact {
	background: #fafafa;
	padding-top:70px;
	padding-bottom:80px;
}


.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

#contact .text-center {
	padding-top:20px;
	margin-bottom:30px;
	padding-bottom:10px;
}

#contact ul {
	list-style:none;
	margin-left:-40px;
	font-size:13px;
}

#contact h2 {
	color:#000;
	margin-bottom:30px;
	font-size:25px;
}



.form-inline {
	margin-top:15px;
	margin-bottom:15px;	
}

.form-inline .form-group input[type="name"]{
	margin-top:10px;
	border-radius:4px;
	border-radius:6px;
}

.form-inline .form-group input[type="email"]{
	margin-top:10px;
	border-radius:6px;
	padding:5px 20px;
}

.sub-footer form {
	margin-top:60px;
	margin-bottom:30px;
}

.sub-footer .form-inline .form-group button[type="purchase"] {
	padding:20px 90px;
	font-size:25px;
}

.sub-footer .form-inline .form-group button[type="purchase"]:hover {
	background:#fff;
	color:#0BA9F9;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.sub-footer .form-inline .form-group button[type="subscribe"] {
	padding:20px 90px;
	font-size:25px;
	background:#fff;
	color:#0BA9F9;
	border-color: #0BA9F9;
}

.sub-footer .form-inline .form-group button[type="subscribe"]:hover {
	background:#0BA9F9;
	color:#fff;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

ul.social-network {
	list-style:none;
	margin-top:20px;	
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.social-icon {
	text-align:center;
	margin-bottom:30px;
}

ul.social-network li {
	display:inline;
	margin: 0 18px;	
	font-size:25px;	
}

ul.social-network li a {	
	color:#d0d0d0;
	text-align:center;
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e; 
}
.social-network li:hover .fa-linkedin {
  color: #0077b5; 
}
.social-network li:hover .fa-youtube-play {
  color: #C84941; 
}
.social-network li:hover .fa-dribbble {
  color: #EA4C89 ; 
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49; 
}