/*-----------------------------------------------------------------------------------

    Template Name: School webs site

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Lato:300,400,700');
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
}
h2{
  font-size: 26px;
  font-family: 'Abril Fatface', cursive;   
}
h3{
  font-family: 'Abril Fatface', cursive;   
}
a {transition: all 0.3s ease 0s;text-decoration:none;}
a:hover {
  color: #ec4445;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
ul{
list-style: outside none none;
margin: 0;
padding: 0
}
.clear{clear:both}
body {
    font-family: 'Lato', sans-serif;

}
#scrollUp:hover {
  background: #ffdf3a;
}
#scrollUp {
  background: #34385e none repeat scroll 0 0;
  border: 1px solid #ffdf3a;
  bottom: 45px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 28px;
  height: 40px;
  line-height: 37px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99999;
}
/*----------------------------
    header-area css
---------------------------------*/
.header {
  padding: 30px 0;
}
.socile {
  float: right;
  margin-top: 30px;
}
.socile ul li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}
.socile ul li a {
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.socile ul li::after {
  background: #ddd none repeat scroll 0 0;
  content: "";
  height: 20px;
  left: -12px;
  position: absolute;
  top: 12px;
  width: 1px;
}
.socile ul li:first-child:after {
  display: none;
}
.facebook {
  background: #4e71a8;
}
.inst{
  background: #1f1f1f;
}
.wikipedia {
  background: #000000;
}
.google {
  background: #e3411f;
}
/*----------------------------
    menu-area css
---------------------------------*/
.main-menu {
    background: #0f1972;
}
.menu {
    float: right;
}
.socile ul li:first-child {
  margin: 0;
}
.menu ul li {
    display: inline-block;
}
.menu ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding: 27px 39px;
  position: relative;
  text-transform: uppercase;
}
.menu ul li a::before {
  background: #2959C7;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.menu ul li a:hover::before{
  opacity: 1;
  visibility: visible;
}


.sticky {
  animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #0F1972;
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}







/*--------------
    single-area css
------------------*/
.single-slider {
  background-position: center center;
  background-size: cover;
  height: 800px;
  padding: 310px 0 101px;
  position: relative;
}
.single-slider::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.57;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-title h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
}
.slider-title h1::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 4px;
  left: 45%;
  position: absolute;
  top: 122%;
  width: 132px;
}
.single-slider p {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 112px;
  padding-top: 22px;
  position: relative;
  z-index: 2147483647;
}
.welcome-btn > a {
  background: #ffdf3a none repeat scroll 0 0;
  border-radius: 6px;
  color: #0f1871;
  display: inline-block;
  font-size: 40px;
  line-height: 40px;
  padding: 15px 70px;
  position: relative;
}
.welcome-btn span {
  font-size: 21px;
}
.slider-active .owl-controls .owl-buttons > div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 70px;
  position: absolute;
  top: 40%;
  opacity: 1;
}
.slider-active .owl-controls .owl-buttons .owl-prev {
  left: 50px;
  opacity: 1;
}
.slider-active .owl-controls .owl-buttons .owl-next {
  right: 50px;
}
.owl-pagination {
  bottom: 5px;
  position: absolute;
  width: 100%;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  border-radius: 4px;
  opacity: 1;
}
.owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
}
/*------------------
  about-area css
-------------------*/
.about-area {
  padding: 40px 0 66px;
}
.section-title h2 {
  font-size: 50px;
  margin-bottom: 53px;
  color: #262f83;
}
.autor-content > p {
  color: #999999;
  font-size: 20px;
  margin-bottom: 24px;
}
.know-more-btn > a {
  background: #262f83 none repeat scroll 0 0;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 14px 35px;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.know-more-btn > a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #262f83;
  color: #262f83;
}
/*---------------------
  courses-area css
----------------------*/
.courses-area {
  background: rgba(0, 0, 0, 0) url("img/afkdfjd.jpg") repeat scroll center center / cover ;
  padding: 89px 0 133px;
}
.courses-area .section-title h2 {
  margin-bottom: 28px;
}
.single-courses {
  border: 1px dashed #000;
  padding: 64px 0 20px;
  transition: 0.4s;
}
.single-courses h3 {
  color: #343b7e;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
  transition: 0.4s;
}
.single-courses p {
  color: #151e75;
  font-size: 16px;
  transition: all 0.4s ease 0s;
}
a.cont-us-btn {
  background: #fed50b none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  padding: 13px 28px;
  border-radius: 5px;
}
a.cont-us-btn:hover {
  background: #151e75 none repeat scroll 0 0;
  box-shadow: 0  3px 5px #000;
  color: #ffdd37;
}
.single-courses:hover {
  background: #151e75 ;
}
.single-courses:hover h3 {
  color: #fff;
}
.single-courses:hover p {
  color: #fff;
}
/*-------------------
    event-area css
---------------*/
.event-area {
  padding: 63px 0 57px;
}
.event-content h3 a{
  color: #262f83;
}
.event-content h3 {
  font-size: 25px;
  margin: 24px 0;
}
.event-content p {
  color: #868686;
  font-size: 20px;
}
/*--------------------
    contact-area css
----------------------*/
.contact-area {
  padding: 30px 0;
}
.loction-det {
  margin-top: 101px;
}
.loction-det h4 {
  color: #262f83;
  font-size: 24px;
  margin-bottom: 68px;
}
.loction-det.text-center > a {
  background: #ffdf3a none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: #0f1871;
  display: inline-block;
  font-size: 34px;
  font-weight: 600;
  padding: 12px 43px;
}
.loction-det.text-center > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ffdf3a;
}

.contact-ener {
  position: relative;
}
.contact-ener::after {
  background: #8f8f8f none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 2px;
  left: 60px;
  position: absolute;
  right: 60px;
  top: -46px;
}
/*----------------
    footer-area css
------------------*/
.footer-area {
  background: #34385e none repeat scroll 0 0;
  padding: 60px 0;
  position: relative;
}
.footer-area::before {
  background: rgba(0, 0, 0, 0) url("img/footer-before.png") no-repeat scroll left 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: -38%;
  width: 100%;
  pointer-events: none;
}
.footer-area::after {
  background: url("img/footer-after.png") no-repeat scroll right 0;
  content: "";
  height: 100%;
  right: 60px;
  position: absolute;
  top: -35%;
  width: 100%;
  pointer-events: none;
}
.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
  color: #6167a0;
  font-weight: 600;
  padding: 0 35px;
  text-transform: uppercase;
  font-size: 16px;
    
}
.socile.socile-footer {
  float: none;
  margin: 24px 0;
  text-align: center;
}
.copyright > p {
  color: #6167a0;
  margin: 0;
  font-size: 20px;
}



.event-img {
    overflow: hidden;
}
.event-img > img {
    transition: all 0.5s ease 0s;
}
.event-img > img:hover {
    transform: scale(1.2);
}
