@import url('https://fonts.googleapis.com/css?family=Raleway');
/*common*/
body{
	font-size: 16px;
    line-height: 1.8;
    color: #545454;
    font-family: 'Raleway', sans-serif;
}
.color-1{
	color:#0DD5A6;
}
.color-2{
	color:#00aff0;
}
a{
	text-decoration:none;
	color:#000;
}
li{
	list-style-type:none;
}
ul{
	padding:0;
	margin:0;
}
.sec-content{
	padding:60px 0;
}
.btn{
	background:#ff9933;
	color:#fff;
	padding:5px;
}
.heading h2{
	font-size:22px;
	color:#00AFF0;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	margin-bottom:20px;
	display:inline-block;
}
.heading h2:after{
	position:absolute;
	content:"";
	width:40px;
	height:4px;
	background:#000;
	bottom:-10px;
	left:0;
}
.affix{
	width:100%;
	top:0;
	z-index:555;
	box-shadow:0px 5px 30px rgba(32, 33, 48, .3);
}

/*navbar*/
.navbar-default{
	background:#fff;
	border:none;
	border-radius:0px;
	margin-bottom:0;

}
.navbar-default .nav>li a{
	color:#3e4045;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	background:none;
}
/*top-nav*/
#top-nav .top-contact-details {
	display: inline-block;
	padding: 5px 8px;
}
#top-nav .top-contact-details .fa {
	color:#000;
	font-size:16px;
	padding-right:5px;
}
.top-contact-details span a{
	color:#fff;
}
#top-nav {
	background: #00AFF0;
	padding:5px 0;
}
.top-social li{
	float:left;
	margin:0 5px;
}
/*carousel*/
.carousel-caption{
	top:20%;
}
.carousel-caption h1{
	color:#fff;
	font-size:50px;
	text-transform:uppercase;
}
.carousel-caption p{
	color:#ddd;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:15px;
	margin:20px 0 30px 0;
}
.carousel-caption span{
	font-weight:bold;
}
.carousel-caption .btn-group span{
	margin:15px 5px !important;
	padding:10px;
	font-size:15px;
}
.carousel-caption .btn-group span .fa{
	padding-left:5px;
	  animation: mymove 1s infinite linear;
	  position:relative;
}
@keyframes mymove {
    0%{
    	right:0px;
    }
    50%{
    	right:5px;
    }
    100%{
    	right:0px;
    }
}
.abs-img img{
	position:absolute;
bottom:-60px;
left:0;
}
/*index*/
#introaction{
	background: #00AFF0;
padding: 20px 0px;
}
#introaction-core {
    background: #FFF;
    padding: 15px 10px;
}
/*new Books*/
#new-book .outer-box .img-book{
	margin-bottom:10px;
}
footer{
	background:#eee;
	padding:40px 0;
}
.thumbnail-gallery li {
	display:inline-block;
	width:33.33%;
	float:left;
	padding:5px 0;
}
.footer-heading h3{
	font-size:18px;
	display:inline-block;
	position:relative;
	color:#000;
	font-weight:bold;
}
.footer-heading h3:after{
	position:absolute;
	content:"";
	width:20px;
	height:2px;
	background:#000;
	left:0;
	bottom:-10px;
}
footer h4{
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
}
/*About*/
.board{
    width: 75%;
margin: 60px auto;
padding-bottom:40px;
background: #fff;
/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
    position: relative;
    /* border-bottom: 0; */
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

}

.board > div.board-inner{
    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);border: 2px solid rgb(34, 194, 34);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #ddd;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;border: 2px solid #febe29;
}

li.active span.round-tabs.two{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;border: 2px solid #3e5e9a;
}

li.active span.round-tabs.three{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;border: 2px solid #f1685e;
}

li.active span.round-tabs.four{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;border: 2px solid #999;
}

li.active span.round-tabs.five{
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 50%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;

}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;

}
.nav-tabs > li a{
   width: 70px;
   height: 70px;
   margin: 20px auto;
   border-radius: 100%;
   padding: 0;
}

.nav-tabs > li a:hover{
    background: transparent;
}

.tab-content{
}
.tab-pane{
   position: relative;
padding-top: 50px;
}
.tab-content .head{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}



@media( max-width : 585px ){

    .board {
width: 90%;
height:auto !important;
}
    span.round-tabs {
        font-size:16px;
width: 50px;
height: 50px;
line-height: 50px;
    }
    .tab-content .head{
        font-size:20px;
        }
    .nav-tabs > li a {
width: 50px;
height: 50px;
line-height:50px;
}

.nav-tabs > li.active:after {
content: " ";
position: absolute;
left: 35%;
}

.btn-outline-rounded {
    padding:12px 20px;
    }
}
#sub-header {
	background:rgba(0,0,0,0.5);
	position: relative;
   padding:40px;

}
#sub-header .overlay {
	background: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
}
#sub-header .container {
	background: none;
	border: none;
	margin-top: 0;
}
#sub-header .sub-header-caption {
	padding: 20px 0;
}
#sub-header .sub-header-caption h1 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
}
#sub-header .sub-header-caption  p {
	text-align: center;
	color: #fff;
}
#sub-header .sub-header-caption a {
	color: #fff;
}
/*testimonial*/
#testimonial4{
  overflow: hidden;
  position: relative;
  background: #1583c9;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}
#testimonial4 .carousel-inner .item .fa{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#fff;
	border-radius:50%;
	font-size:30px;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.different-bg{
	background:#fff !important;
}
.different-bg .testimonial4_slide p{
	color:#000;
}
.different-bg .carousel-inner .item .fa{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#000 !important;
	border-radius:50%;
	font-size:30px;
	color:#fff;
}
.different-bg .carousel-control{
	color:#fff!important;
	background:#000;
}
.different-bg h4{
	color:#000;
}
.jumbotron {
background: #358CCE;
color: #FFF;
border-radius: 0px;
}
.jumbotron-sm { padding-top: 24px;
padding-bottom: 24px; }
.jumbotron small {
color: #FFF;
}
.h1 small {
font-size: 24px;
}


/*========whatsapp========*/
#whatsapp-img img
{
  top:79%;
bottom: 0;
left: 20px;
right: 0;
position: fixed;
z-index: 999;width: 10%;
}

@media(max-width: 767px){
  #whatsapp-img img{display: none;}}
#whatsaap{
    line-height:5px;
    overflow: hidden;
    z-index: 999;
    
    cursor: pointer;
    position: fixed;
    bottom: 25px;
      left: 45px;
    color: #fff;
    background-color:#34af23;
    padding:15px;
    border-radius: 50%;
    border:none;
}
@media(max-width:767px){
    #whatsaap{
        display:none !important;
    }
}
#whatsaap a{text-decoration: none;}
#whatsaap .fab{color: #fff;font-size: 28px;}
#whatsaap span{font-size: 15px; color: #fff;}

.biodata {
  display: flex;
  margin-left: 70px;
}

.biodata a{
  margin-top: 13px;
}
.biodata p{
  margin-top: 23px;
}

.photogallery .gallery-1{
 margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom:2em;
    padding: 2px 2px 2px 2px;
}


/* Make submenu behave like collapsible list */
/* Support for multi-level dropdowns */
/* position submenu to the right */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-submenu > a:after {
  content: " ";
  float: right;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #ccc;
  margin-top: 5px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #555;
}



