header{
  margin:10px 0;
}
.logo{
  max-height: 150px;
}
.navbar{
  background: #37407D;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar div{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link{
  color:rgb(255, 255, 255);
  padding:16px 8px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color:rgb(214, 214, 214);
}
.carousel-item img{
  width: 100%;
}
footer{
  margin-top:10px;
  background: #131775;
  letter-spacing: 1.5px;
}
footer h3{
  text-decoration: underline;
}
footer h3, footer p{
  color: #ffffff;
}
.menu-footer a{
  color: #cccccc !important;
}
.menu-footer a:hover{
  text-decoration: none;
  color: #dc3545 !important;
}
.dropdown:hover>.dropdown-menu{
  display: block;
}
.dropdown-menu{
  border-radius: 0;
  margin: 0;
}
.drop-up{
  -webkit-animation: drop-up 400ms ease both;
  -moz-animation: drop-up 400ms ease both;
  -o-animation: drop-up 400ms ease both;
  animation: drop-up 400ms ease both;
}
@-webkit-keyframes drop-up {
  0% { -webkit-transform: translateY(100px); }
  100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes drop-up {
  0% { -moz-transform: translateY(100px); }
  100% { -moz-transform: translateY(0); }
}
@-o-keyframes drop-up {
  0% { -o-transform: translateY(100px); }
  100% { -o-transform: translateY(0); }
}
#video{
  background: url(../images/bg_sp4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
#slider{
  background: url(../images/bg_body.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
/*------------------------------------------------------------------
	Template Name:	eSchool
    Author URI: https://themeforest.net/user/themecanyon
    Description :: Online learning and tutorial sites, LMS websites and all other websites related to education HTML Template
    Author: ThemeCanyon
    Author URI:
    License:
    License URI:
    Version: 1.0
    */
/*
    ========================================================================
    Index
    ------------------------------------------------------------------------

    # -  1.0 - All Global css
    # -  2.0 - Top Bar
    # -  3.0 - Menu Area
    # -  4.0 - Banner
    # -  5.0 - Benift
    # -  6.0 - Popular Categories
    # -  7.0 - About eSchool
    # -  8.0 - Event
    # -  9.0 - Blog post
    # - 10.0 - Newsletter Subscrition
    # - 11.0 - Partner
    # - 12.0 - Footer
    # - 13.0 - Slidebar
    # - 14.0 - Event Speaker
    # - 15.0 - Registation Form
    # - 16.0 - About Us
    # - 17.0 - Blog Page
    # - 18.0 - Error Page
    # - 19.0 - Comming soon page

    */
/*  transitions
------------------*/
/*WA logo*/
.wa-content{
    z-index:9999;
    position: fixed;
    right:90px;
    bottom: 25px;
}
.wa-content img{
    width: 60px;
}
.wa-content img:hover{
    cursor: pointer;
}
#modal-wa-dialog > .uk-modal-dialog{
    border-radius:20px;
    position:fixed;
    right:20px;
    bottom:90px;
    max-width:350px !important;
}
.t3s {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.t2s {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.t5s {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

/*    Position
------------------*/
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

/*      All Global css
----------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  line-height: 24px;
}

/*ul {
  margin: 0px;
  padding: 0;
}*/

.ash-bg {
  background: #f8f8f8;
}
strong{
	color:#37407D;
}
p{
	text-align:justify;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  color: #959595;
}

a:hover, a:focus, a.active {
  text-decoration: none;
  outline: none;
  color: #0D2F77;
}

input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

label {
  font-weight: normal;
}
/*Banner de inscripciÃ³n*/
.banner-inscripcion{
	padding: 10px;
	background: #51A8B1;
	color:#fff;
	margin-top:2.5em;
}
.banner-inscripcion:hover{
	font-style: italic;
}
.banner-inscripcion span{
	text-decoration:underline;
}
.banner-incripcion-footer h3{
	text-decoration:none !important;
}
.banner-incripcion-footer h3:hover{
	font-style: italic;
}
/*Color*/
.rojo{
	color:#D9272E;
}
/*  Heading Tag
-------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #37407D;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h2 {
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 20px 0;
  font-weight: 100;
}

h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

/*ul {
  margin: 0;
  padding: 0;
}*/

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: 0 !important;
}

.fix {
  overflow: hidden;
}

.row-eq-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-eq-tab > div {
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.clear {
  clear: both;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 98px;
}

.section-heading {
  padding-bottom: 55px;
}

.section-heading p {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading span {
  color: #3a3c41;
  font-weight: 500;
}

.section-heading-two {
  padding-bottom: 30px;
}

.section-heading-two h2, .section-heading-two span {
  color: #959595;
}

.section-heading-two span {
  font-size: 17px;
  line-height: 25px;
  display: block;
  padding-bottom: 5px;
}
.blog-section, .free-course-section{
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.feature-course-area{
    border-top: 1px solid #efefef;
}

.base-color {
  color: #0D2F77;
}

.base-bg {
  background: #0D2F77;
}

.eschool-button-one {
  padding: 0.5em;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  padding: 6px 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
}

.eschool-button-two {
  border: 2px solid #0D2F77;
  border-radius: 3px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  color: #0D2F77;
}

.eschool-button-two:hover {
  background: #0D2F77;
  color: #fff;
}

.btn-primary {
  border: 0;
  padding: 7px 13px;
}

/*  	margin
--------------------------*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 50px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mt125 {
  margin-top: 125px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 50px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

/*   padding
--------------------------*/
.pdr0 {
  padding-right: 0;
}

.pdl0 {
  padding-left: 0;
}

.pdt5 {
  padding-top: 5px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt15 {
  padding-top: 15px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt25 {
  padding-top: 25px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt35 {
  padding-top: 35px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt45 {
  padding-top: 45px;
}

.pdt50 {
  padding-top: 50px;
}

.pdt55 {
  padding-top: 55px;
}

.pdt60 {
  padding-top: 50px;
}

.pdt65 {
  padding-top: 65px;
}

.pdt70 {
  padding-top: 70px;
}

.pdt75 {
  padding-top: 75px;
}

.pdt80 {
  padding-top: 80px;
}

.pdt85 {
  padding-top: 85px;
}

.pdt90 {
  padding-top: 90px;
}

.pdt95 {
  padding-top: 95px;
}

.pdt100 {
  padding-top: 100px;
}

.pdb5 {
  padding-bottom: 5px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb15 {
  padding-bottom: 15px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb35 {
  padding-bottom: 35px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb45 {
  padding-bottom: 45px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdb55 {
  padding-bottom: 55px;
}

.pdb60 {
  padding-bottom: 50px;
}

.pdb65 {
  padding-bottom: 65px;
}

.pdb70 {
  padding-bottom: 70px;
}

.pdb75 {
  padding-bottom: 75px;
}

.pdb80 {
  padding-bottom: 80px;
}

.pdb85 {
  padding-bottom: 85px;
}

.pdb90 {
  padding-bottom: 90px;
}

.pdb95 {
  padding-bottom: 95px;
}

.pdb100 {
  padding-bottom: 100px;
}

/*  transitions
------------------*/
.t3s {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.t2s {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.t5s {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

/*    Position
------------------*/
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

/* -----------------------------------
**   Top Bar
-------------------------------------*/
.top-bar-area {
  border-bottom: 1px solid #f0f0f0;
  padding: 8px 0;
}

.top-bar-area .social-icons {
  width: calc(100% - 80px);
  float: left;
  text-align: right;
  padding-right: 20px;
}

.top-ber-contact ul li {
  font-weight: 600;
  color: #6e6e6e;
  list-style: none;
  display: inline-block;
  font-size: 13px;
  margin: 0 10px;
}

.top-ber-contact ul li:first-child {
  margin-left: 0;
}

.top-ber-contact ul li i {
  color: #0D2F77;
  padding-right: 3px;
}

.eschool-login {
  float: right;
  width: 80px;
  padding-left: 15px;
  border-left: 1px solid #dcdcdc;
}

.eschool-login a {
  font-size: 14px;
  font-weight: 600;
  color: #6e6e6e;
}

.eschool-login a:hover {
  color: #0D2F77;
}

.eschool-login i {
  color: #0D2F77;
}

.social-icons li {
  display: inline-block;
  list-style: none;
  padding: 0 6px;
}

.social-icons li a {
  color: #6e6e6e;
}

.social-icons li a:hover {
  color: #0D2F77;
}

/* -----------------------------------
**   End  Top Bar
-------------------------------------*/
/* -----------------------------------
**   Menu Area
-------------------------------------*/
.menuzord-menu > li > a {
  display: inline-block;
  padding: 0 12px 32px 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFF;
  /*text-transform: capitalize;*/
}

.menuzord-menu > li > a:hover {
  font-weight: 600;
}
.menu-feature-course h3.heading{
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 18px ;
  font-weight: 600 ;
  line-height: 1;
  color: #959595;
}
.menu-feature-course h3.sub-heading{
    color: #484848;
    font-weight: 600;
    padding-top: 15px;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 22px !important
}
.menu-registain-container{
  background: url('../images/home/menu-registationbg.png');
  background-size: cover;
  text-align: center;
  padding: 50px 0px 70px 0px;

}
.menuzord-menu > li > .megamenu.megamenu-half-width{
  width:70%;
}
.menuzord-menu > li .dropdown{
    background: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.08);
    border-radius: 0;
    border-top: 3px solid #0D2F77;
}
.dropdown a{
}
.menu-registain-container h2{
      line-height: 28px;
    margin: 10px 0px 50px 0px;
    padding: 0px 25px 0px 25px;
    font-weight: normal;
    color:#fff;
}
.menu-registain-container .btn{
  padding: 12px 18px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 4px;
    margin:5px;
    color:#fff;
}
.menuzord-menu ul.dropdown li a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #6e6e6e;
}

.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a, .menuzord-menu ul.dropdown li a:hover {
  color: #CCC;
  font-weight: 600;
}
.menuzord-menu>li>.megamenu{
    background: #ffffff;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    border-top: 3px solid #0D2F77;
    padding: 20px;
}
.menuzord-menu>li> .megamenu ul li a{
    padding:8px 10px;
    display: block;
    font-weight: 600;
}
.main-logo {
  display: inline-block;
  overflow: hidden;
}
.main-logo img{
  max-height:100px;
}
.menu-area {
  padding-bottom: 16px;
  padding-top: 8px;
  background: #37407D;
}

.menu-area .menu-wrapper {
  position: relative;
}

.menu-area .course-search {
  position: absolute;
  width: 70%;
  top: 0;
  right: -30px;
  overflow: hidden;
  top: 0;
  padding: 7px;
  transition: .3s;
  background-color: rgba(0, 0, 0, 0.35);
}

.menu-area .course-search input {
  height: 44px;
}

.menu-area .sd-hide.course-search {
  width: 0;
  opacity: 0;
}

.menu-area .visible.course-search {
  width: 70%;
  opacity: 1;
  right: 30px;
}
.top-search-input-wrap{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    overflow:hidden;
    width:100%;
    height:100%;
    z-index:111;
    -webkit-animation:searchZoomIn .4s;
    animation:searchZoomIn .4s;
    display:none;
}
.top-search-input-wrap::-webkit-input-placeholder{
    opacity:1;
    color:#fff;
}
.top-search-input-wrap::-moz-placeholder{
    opacity:1;
    color:#fff;
}
.top-search-input-wrap:-ms-input-placeholder{
    opacity:1;
    color:#fff;
}
.top-search-input-wrap:-moz-placeholder{
    opacity:1;
    color:#fff;
}
.top-search-input-wrap.show{
    display:block;
}
.top-search-input-wrap .top-search-overlay{
    position:absolute;background:rgba(0, 0, 0, 0.85);
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
}
.top-search-input-wrap .search-wrap .search.educon-top-search{
    position:absolute;
    top:50%;
    left:50%;
    width:40%;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
.top-search-input-wrap .search-wrap .search.educon-top-search .sp_search_input::after{
    content:"\f002";
    font-size:17px;
    color:#0D2F77;
    font-family:fontawesome;
    position:absolute;
    right:27px;
    pointer-events:none;
    line-height:60px;
    cursor:pointer;
}
.top-search-input-wrap .search-wrap .search.educon-top-search input{
    background:rgba(0, 0, 0, 0.6);
    border-radius:3px;
    border-width:0;
    height:60px;
    box-shadow:none;
    padding:10px 34px;
    width:100%;
    color:#fff;
    font-size:13px;
    box-shadow: none;

}
.top-search-input-wrap .search-wrap .search.educon-top-search input:focus{

    box-shadow: none;
    outline:0;
    outline-offset:0;
}
.top-search-input-wrap .close-icon{
    font-size:25px;
    color:#ffffff;
    top:calc(50% - 70px);
    right:calc(50%  - 245px);
    cursor:pointer;
    position:absolute;
    z-index:9999;
}
@-webkit-keyframes searchZoomIn{
    0%{
        opacity:0;
        -webkit-transform:scale3d(1.5, 1.5, 1.5);
        transform:scale3d(1.5, 1.5, 1.5);}
    50%{
        opacity:1;
    }
}
@keyframes searchZoomIn{
    0%{
        opacity:0;
        -webkit-transform:scale3d(1.5, 1.5, 1.5);
        transform:scale3d(1.5, 1.5, 1.5);
    }
    50%{
        opacity:1;
    }
}
.eschool-login .modal-content {
    padding: 50px 35px;
    border-radius: 3px;
}
.modal {
    text-align: center;
}
.eschool-login .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-top: 80px;
}
.eschool-login .modal-open .modal {
    display: flex;
    justify-content: center;
    align-items: center;
}
.eschool-login .modal-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 1;
    text-shadow: none;
    color: #000;
    font-size: 30px;
}
.eschool-login .modal-content{
    text-align: left;
}
.eschool-login .modal-content .modal-body {
    overflow: hidden;
    padding: 0;
}
.eschool-login .modal-content .title {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
}
.eschool-login .modal-footer a{
    color: #0D2F77;
}
.banner-mouse-icon{
    padding-top:72px;
}
/* -----------------------------------
** Preloader
-------------------------------------*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -29px;
  margin-top: -23px;
}
.preloader .loader .line-scale-pulse-out> div{
   background: #0D2F77;
}
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 45px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; }
/* -----------------------------------
** End Preloader
-------------------------------------*/


.eschool-login .modal-content .forget-name-link a {
    color: #000;
    font-weight: 500;
}
form#login-form input {
    margin-bottom: 15px;
    font-size: 18px;
    height: 50px;
    box-shadow: none;
    border: 2px solid #0D2F77;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.eschool-login .modal-content .button-wrap {
    margin-top: 20px;
}
form#login-form .button-wrap input {
    font-weight: bold;
    font-size: 18px;
    background: #0D2F77;
    border: 2px solid #0D2F77;
    border-radius: 4px;
    color: #fff;
    padding: 10px 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}




.menuzord-menu {
  padding-top: 10px;
  padding-right: 50px;
}

#offcanvas-toggler {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 46px;
  font-size: 20px;
}

.offcanvas-menu {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  visibility: hidden;
  overflow: inherit;
  text-align: center;
  transition: all 0.5s ease 0s;
}

.offcanvas-menu label {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.offcanvas-menu .eschool-main-search-box {
  transition: all 0.2s ease 0s;
  padding-top: 180px;
}

.offcanvas-menu .close-offcanvas {
  position: fixed;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 25px;
}

.visible.offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  top: 0;
  opacity: 1;
}

.visible.offcanvas-menu .eschool-main-search-box {
  padding-top: 100px;
}

/* -----------------------------------
**   End Menu Area
-------------------------------------*/
/* -----------------------------------
**   Banner
-------------------------------------*/
.banner-area {
  background: url("../images/home/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 170px 0px 100px 0px;
}

.banner-text {
  padding-bottom: 30px;
}

.banner-text span {
  display: block;
  line-height: 20px;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: normal;
  font-size: 21px;
  color: #fff;
}

.banner-text .heading {
  font-size: 51px;
  line-height: 51px;
  margin: 0px 0px 20px 0px;
  font-weight: lighter;
  color: #fff;
}

.course-search {
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.course-search .caurse-search-input {
  padding: 0 20px;
  border-radius: 4px;
  line-height: 50px !important;
  background-color: rgba(255, 255, 255, 0.96);
  color: #767676;
  border-color: #fff;
  box-shadow: none;
  position: relative;
  height: 52px;
}

.course-search .course-search-icons {
  display: inline-block;
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 30px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  color: #767676;
}

.eschool-ovelay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
  color: #fff;
}

.eschool-badge-free {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1em 6.6em .8em 6.6em;
  position: absolute;
  top: 0;
  right: -70px;
  background: #0D2F77;
  display: block;
  z-index: 1;
}

.course-item {
  margin-bottom: 30px;
  border: 1px solid #efefef;
}

.course-item .media {
  position: relative;
  text-align: center;
}

.course-item .media img {
  min-height: 100%;
  max-width: none;
  width: -webkit-calc(112%);
  width: calc(112%);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.course-item .media .eschool-ovelay {
  background-color: rgba(10, 199, 117, 0.6);
}

.course-item .media .eschool-button-one {
  top: calc(50% - 0px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  text-align: center;
  margin: 0;
  opacity: 0;
}

.course-item .media .eschool-button-one:hover {
  background: #fff;
  color: #0D2F77;
}

.course-item .media:hover .eschool-ovelay {
  opacity: 1;
}

.course-item .media:hover .eschool-button-one {
  opacity: 1;
  top: calc(50% - 18px);
}

.course-item .media:hover img {
  transform: scale(1.1);
}

.course-item .text {
  background-color: #fff;
  padding: 20px;
}

.course-item .text h3 {
  color: #484848;
}

.course-item .text .course-instractor {
  padding-bottom: 10px;
}

.course-item .text .course-instractor a {
  color: #999;
}

.course-item .text .course-instractor a:hover {
  color: #0D2F77;
}

.all-freecourse-carousel.owl-theme .owl-controls .owl-buttons div {
  color: #ccc;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 99;
  top: 25%;
  background-color: #fff;
  padding: 10px 20px;
  transition: 300ms;
  height: 55px;
  opacity: 0;
  width: 55px;
}

.all-freecourse-carousel.owl-theme:hover .owl-controls .owl-buttons div {
  opacity: 1;
}

.all-freecourse-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 5px;
}

.all-freecourse-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 5px;
}

.ash-bg .section-heading p {
  color: #767676;
}

.escool-course-meta .meta-info {
  float: left;
}

.escool-course-meta .meta-info span {
  margin-right: 5px;
  color: #999;
  font-weight: bold;
}

.escool-course-meta .meta-info span i {
  padding-right: 5px;
}

.escool-course-meta .course-price {
  float: right;
  background: #0D2F77;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  padding: 0 8px;
}

/* -----------------------------------
**   End Banner
-------------------------------------*/
/* -----------------------------------
**   Benift
-------------------------------------*/
.eschool-benifit {
  margin-bottom: 30px;
}

.eschool-benifit .icon {
  float: left;
  width: 50px;
  font-size: 34px;
  color: #484848;
  text-align: center;
}

.eschool-benifit .text {
  margin-left: 65px;
}

.eschool-benifit .text h3 {
  font-size: 17px;
}

/* -----------------------------------
**  End Benift
-------------------------------------*/
/* -----------------------------------
**  Popular Categories
-------------------------------------*/
.popular-categories-area {
  background-color: #4b4e5c;
  background-image: url("../images/home/categorie-bg.png");
  background-repeat: repeat;
  background-size: inherit;
  background-attachment: fixed;
  background-position: 0 0;
}

.popular-categories-area .section-heading h2, .popular-categories-area .section-heading p {
  color: #fff;
}

.course-category-item {
  background-color: rgba(255, 255, 255, 0.9);
  margin-right: 1px;
  margin-bottom: 1px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.course-category-item .icon {
  font-size: 40px;
  color: #999;
  padding-bottom: 10px;
}

.course-category-item span {
  color: #999;
  font-size: 15px;
  font-weight: 500;
}

.course-category-item a:hover .icon, .course-category-item a:hover span {
  color: #0D2F77;
}

.course-category-item:hover .icon {
  color: #0D2F77;
}

.course-categoriy-main-content .course-category-item {
  background: #f5f5f5;
  transition: background-color 300ms;
  -webkit-transition: background-color 300ms;
}

.course-categoriy-main-content .course-category-item:hover {
  background: #e9e9e9;
}

/* -----------------------------------
**  End Popular Categories
-------------------------------------*/
/* -----------------------------------
**  About eSchool
-------------------------------------*/
.about-eschool-text {
  padding-bottom: 50px;
}

.about-eschool-text .course-start {
  padding-top: 55px;
}

.about-eschool-text .course-start span {
  display: block;
}

.about-eschool-text .course-start .title {
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  color: #3a3c41;
}

.about-eschool-text .course-start .price {
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  padding-top: 15px;
}

.why-eschool {
  padding-top: 50px;
}

.why-eschool .container > .row {
  display: table;
}

.why-eschool [class*="col-sm-"] {
  display: table-cell;
  float: none;
}

.why-eschool .col-sm-7 {
  vertical-align: bottom;
}

.why-eschool .col-sm-5 {
  vertical-align: middle;
}

.eschool-round-sliders {
  text-align: center;
}

.eschool-round-sliders .title {
  padding-top: 30px;
}

.eschool-round-sliders .title h3 {
  font-size: 24px;
  color: #959595 !important;
  font-weight: 500;
}

.eschool-round-slider {
  margin-left: auto;
  margin-right: auto;
}

/* -----------------------------------
**  End About eSchool
-------------------------------------*/
/* -----------------------------------
** Event
-------------------------------------*/
/* upcomming event */
.event-section .section-heading {
  padding-bottom: 33px;
}

.upcomming-event {
  display: table;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  padding: 50px 0;
  border-top-color: #f0f0f0;
}

.upcomming-event .image {
  width: 300px;
  display: table-cell;
}

.upcomming-event:last-child {
  padding-bottom: 0;
}

.event-text {
  display: table-cell;
  vertical-align: top;
  padding: 10px 130px 10px 110px;
}

.event-text h3 {
  color: #484848;
  font-weight: 800;
  font-size: 24px;
}

.event-text .location i {
  padding-right: 4px;
}

.event-date {
  width: 100px;
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding-top: 30px;
}

.event-date .date {
  display: block;
  font-weight: 700;
  font-size: 82px;
  line-height: 78px;
  letter-spacing: -3px;
}

.event-date .month {
  font-size: 18px;
  font-weight: 700;
}

/* -- Event categories--*/
.eschool-event-categories {
  position: relative;
  overflow: hidden;
  background: #000;
  cursor: pointer;
  margin-bottom: 30px;
}

.eschool-event-categories img {
  position: relative;
  opacity: 0.6;
  max-width: none;
  width: -webkit-calc(150%);
  width: calc(150%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.eschool-event-categories .event-category-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.eschool-event-categories .event-category-info .text {
  position: absolute;
  bottom: -20%;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 50%;
  transition: .3s;
}

.eschool-event-categories .event-category-info h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  font-size: 24px;
}

.eschool-event-categories .event-category-info p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

.eschool-event-categories a:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.eschool-event-categories a:hover img, .eschool-event-categories a:hover p, .eschool-event-categories a:hover h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.eschool-event-categories a:hover .text {
  bottom: 0;
}

.event-categories2-text h3, .event-categories3-text h3 {
  font-size: 24px;
}

.event-categories2-text ul, .event-categories3-text ul {
  padding-bottom: 10px;
}

.event-categories2-text ul li, .event-categories3-text ul li {
  list-style: none;
}

.event-categories3-text h3 {
  color: #959595;
  margin-top: 24px;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 30px;
}

.event-location-address h3 {
  font-weight: 400;
  color: #959595;
  margin-bottom: 10px;
}

#google-maps {
  height: 300px;
}

/* -----------------------------------
** End Event
-------------------------------------*/
/* -----------------------------------
** Blog post
-------------------------------------*/
.home-blog-post {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  border: #f0f0f0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-bottom: 30px;
}

.home-blog-post .date {
  display: inline-block;
  padding-bottom: 10px;
  color: #888;
  font-size: 13px;
}

.home-blog-post .read-more {
  display: inline-block;
}

.home-blog-post h3 {
  font-family: Montserrat, sans-serif;
  line-height: 22px;
  margin-top: 20px;
  font-weight: normal;
}

.home-blog-post:hover {
  transform: translateY(-7px);
  box-shadow: 0 0 20px 5px rgba(86, 86, 86, 0.05);
}

.home-blog-post:hover h3 a {
  color: #0D2F77;
}

/* -----------------------------------
** End Blog post
-------------------------------------*/
/* -----------------------------------
** Newsletter Subscrition
-------------------------------------*/
.newsletter-section {
  background-image: url("../images/home/categorie-bg.png");
  background-repeat: repeat;
  background-size: inherit;
  background-attachment: fixed;
  background-position: 0 0;
}

.newsletter-form {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form .input-box {
  width: 70%;
  float: left;
  border: 2px solid #0D2F77;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.5);
  height: 50px;
  border-radius: 4px;
  color: #767676;
  line-height: 50px;
  padding: 0 20px;
  font-size: 18px;
}

.newsletter-form .submit-button {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  background: #0D2F77;
  border: 2px solid #0D2F77;
  border-radius: 4px;
  color: #fff;
  padding: 10px 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.submit-button {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  background: #0D2F77;
  border: 2px solid #0D2F77;
  border-radius: 4px;
  color: #fff;
  padding: 10px 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.newsletter-form .submit-button:hover {
  background: transparent;
  color: #0D2F77;
}

/* -----------------------------------
** End Newsletter Subscrition
-------------------------------------*/
/* -----------------------------------
** Partner
-------------------------------------*/
.partner-logo {
  text-align: center;
}

.partner-logo img {
  opacity: 0.5;
  display: inline-block;
}

.partner-section {
  padding: 110px 0;
  border-top: 1px solid #efefef;
}

/* -----------------------------------
** End Partner
-------------------------------------*/
/* -----------------------------------
** Footer
-------------------------------------*/
.main-footer{
  background-color: #131775;
  color: #ccc;
  padding: 20px 0px;
	letter-spacing:1.5px;
}
.main-footer a{
	color:#ccc;
}
.main-footer a:hover{
	color:#999;
	text-decoration:underline;
}
.main-footer h3{
  color: #ffffff;
	text-decoration: underline;
}
.subfooter, .subfooter a{
  background-color: #323747;
  /*color: #fff;*/
  padding: 10px 0px;
}
.footer-logo {
  padding-bottom: 20px;
}

.footer-contact-information .single-contact {
  display: flex;
  border-top: 1px solid #303138;
  padding: 8px 0;
}

.footer-contact-information .single-contact .icon {
  width: 35px;
}

.usefull-link ul li {
  list-style: none;
  padding: 5px 0;
}

.usefull-link ul li a {
  position: relative;
}

.usefull-link ul li a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #0D2F77;
  padding-right: 7px;
  transition: .3s;
}

.usefull-link ul li a:hover:before {
  padding-right: 15px;
}

.usefull-link h3, .footer-gallery h3, .social-link h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.usefull-link ul, .footer-gallery ul, .social-link ul {
  padding-top: 20px;
}

.footer-gallery ul li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 12px;
}

.footer-gallery ul li img {
  width: 64px;
  height: 64px;
}

.social-link {
  padding-top: 25px;
}

.social-link ul {
  padding-top: 10px;
}

.social-link ul li {
  display: inline-block;
  padding-right: 15px;
}

.social-link ul li a {
  font-size: 18px;
  line-height: 1.33;
  border-radius: 4px;
  color: #0D2F77;
}

.social-link ul li a:hover {
  color: #333333;
}

.copyright-text {
  background-color: #1b1d26;
  color: #959595;
  text-align: center;
  padding: 20px 0;
}

/* -----------------------------------
** End Footer
-------------------------------------*/
/* -----------------------------------
** Breadcame
-------------------------------------*/
.bradcame-area {
  padding-top: 29px;
  padding-bottom: 30px;
}

.bradcame-area h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 7px;
  margin-top: 0;
}

.bradcame {
  color: #fff;
}

.bradcame span {
  display: inline-block;
}

.bradcame ul {
  padding-left: 5px;
  display: inline-block;
}

.bradcame ul li {
  display: inline-block;
}

.bradcame ul li:before {
  content: '/';
  padding: 0 5px 0 3px;
}

.bradcame ul li:first-child:before {
  display: none;
}

.bradcame ul li a {
  color: #fff;
}

/* -----------------------------------
** End Breadcame
-------------------------------------*/
/* Pagination */
.pagination > li > a,
.pagination > li > span {
  color: #767676;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #767676;
}

.pagination > .active > a, .pagination > .active > span {
  border-color: #0D2F77;
  background-color: #0D2F77;
}

/* End Pagination */
/* -----------------------------------
**  Slidebar
-------------------------------------*/
.sidebar-widget ul li {
  list-style: none;
}

.sidebar-widget ul li a {
  display: block;
  line-height: 24px;
  padding: 2px 0;
  color: #767676;
}

.sidebar-widget ul li a i {
  padding-right: 10px;
}

.sidebar-widget ul li a:hover {
  color: #0D2F77;
}

.widget-heading h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  color: #959595;
  line-height: 1;
}

.sidebar-widget {
  border: 1px solid #efefef;
  padding: 30px;
  margin-bottom: 50px;
}

.widget-latest-news .latestnews-item {
  margin-bottom: 8px;
}

.widget-latest-news .latestnews-item a {
  color: #767676;
}

.widget-latest-news .latestnews-item a:hover {
  color: #0D2F77;
}

.widget-latest-news .latestnews-item small {
  display: block;
  line-height: 20px;
}

/* -----------------------------------
**  End Slidebar
-------------------------------------*/
/* -----------------------------------
** Event Speaker
-------------------------------------*/
.eschool-person-info {
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  z-index: 2;
  bottom: 0;
}

.eschool-person-info .eschool-person-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}

.eschool-person-info .eschool-person-designation {
  color: #fff;
}

.eschool-persion-social-icons {
  list-style: none;
  padding: 0;
  margin: 0 -5px -5px;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out, height 300ms ease-in-out;
  transition: opacity 300ms ease-in-out, height 300ms ease-in-out;
}

.eschool-persion-social-icons li {
  display: inline-block;
  margin: 5px;
}

.eschool-persion-social-icons li a {
  font-size: 12px;
  line-height: 1;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  color: #fff;
}

.eschool-person-content {
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
  -webkit-transition: opacity 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: opacity 400ms ease-in-out, transform 400ms ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  z-index: 1;
}

.eschool-person-content a {
  color: #fff;
  margin-left: 4px;
}

.event-speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.event-speaker img {
  width: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms ease-in-out;
  transition: transform 400ms ease-in-out;
}

.event-speaker:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.1) 90%);
  background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.1) 90%);
  background-image: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.1) 90%);
  background-image: -o-linear-gradient(to top, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.1) 90%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 5%, rgba(0, 0, 0, 0.1) 90%);
}

.event-speaker:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

.event-speaker:hover .eschool-person-content {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.event-speaker:hover .eschool-persion-social-icons {
  height: 24px;
  opacity: 1;
}

.speaker-detail-photo img {
  width: 100%;
}

.speaker-person-detail h3 {
  color: #959595;
  font-size: 24px;
  margin-top: 15px;
}

.speaker-person-detail .social-link {
  padding-top: 0;
  padding-bottom: 20px;
}

.speaker-event-list, .course-class-list {
  padding: 10px 0;
}

.speaker-event-list ul, .course-class-list ul {
  list-style: none;
}

.eschool-events-item {
  margin-bottom: 30px;
}

.single-course-detial h3 {
  margin: 20px 0;
  font-weight: bold;
  font-size: 24px;
  color: #959595;
}

.single-course-detial .course-detial h3 {
  font-weight: 300;
}

.single-course-detial h4 {
  color: #959595;
  margin-bottom: 4px;
}

.single-course-detial p {
  margin-bottom: 25px;
}

.single-course-detial .course-class-list li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  font-weight: 500;
}

.single-course-detial .course-class-list li a {
  position: relative;
}

.single-course-detial .course-class-list li a:before {
  content: "\f01d";
  font-family: FontAwesome;
  opacity: 1;
  -webkit-transition: 400ms;
  transition: 400ms;
  padding-left: 1px;
  font-size: 16px;
  color: #cccccc;
  padding-right: 4px;
}

.single-course-teacher .teacher {
  padding-bottom: 45px;
}

/* -----------------------------------
** End Event Speaker
-------------------------------------*/
/* -----------------------------------
** Registation Form
-------------------------------------*/
.registration-form {
  max-width: 360px;
  margin: 0 auto;
}

.registration-form .form-links li {
  list-style: none;
}

/* -----------------------------------
** End Registation Form
-------------------------------------*/
/* -----------------------------------
**   About Us
-------------------------------------*/
.strating-story-area {
  border-bottom: 1px solid #f8f8f8;
}

.strating-story-area .section-heading h2 {
  line-height: 42px;
  color: #959595;
}

.starting-stroy-text ul li {
  list-style: none;
  display: inline-block;
  padding-right: 55px;
}

.starting-stroy-text ul li img {
  max-width: 65px;
}

.founder-man {
  text-align: center;
  margin-bottom: 30px;
}

.founder-man .text {
  padding-top: 18px;
}

.founder-man h4 {
  font-weight: 700;
  color: #959595;
  margin-bottom: 4px;
}

.founder-man ul {
  padding: 12px 0;
}

.founder-man ul li a {
  color: #959595;
}

.founder-man ul li a:hover {
  color: #666;
}

/* -----------------------------------
**  End About Us
-------------------------------------*/
/* -----------------------------------
**   Blog Page
-------------------------------------*/
iframe {
  border: 0;
}

.blog-post {
  margin-bottom: 50px;
}

.blog-post .media {
  margin-bottom: 30px;
}

.blog-post .media .entry-header {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}

.blog-post .media .entry-header:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255, 255, 255, 0.15);
  z-index: -1;
}

.blog-post .media .entry-header h3 {
  margin: 0;
  font-size: 36px;
  line-height: 35px;
}

.blog-post .media .entry-header h3 a {
  color: #fff;
}

.blog-post .post-header {
  position: relative;
  padding-left: 68px;
  margin-bottom: 30px;
}

.blog-post .post-header .post-format {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}

.blog-post .post-header h3 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}

.meta-info {
  line-height: 14px;
}

.meta-info ul li {
  list-style: none;
  display: inline-block;
  padding-right: 18px;
  color: #666;
  font-size: 12px;
}

.meta-info ul li a {
  text-transform: uppercase;
}

.meta-info ul li a:hover {
  color: #0D2F77;
}

.meta-info ul li i {
  padding-right: 5px;
  color: #666;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
  opacity: 1;
  margin: -18px 10px 0 10px;
  padding: 0px 10px;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  background: #0D2F77;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}

.more-blog-item {
  padding-left: 25px;
}

.more-blog-item ul {
  list-style: none;
}

.next-prev-post {
  padding-top: 15px;
}

.next-prev-post a {
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  color: #0D2F77;
  font-weight: 500;
}

.next-prev-post .prev-post i {
  padding-right: 5px;
}

.next-prev-post .next-post i {
  padding-left: 5px;
}

.blog-post-rating {
  display: flex;
  padding-top: 20px;
}

.blog-post-rating ul {
  padding-left: 10px;
}

.blog-post-rating ul li {
  list-style: none;
  display: inline-block;
}

.blog-post-rating ul li a {
  color: #0D2F77;
}

.blog-detail-social-share {
  padding-top: 17px;
}

.blog-detail-social-share li a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 30px;
  padding-top: 4px;
  text-align: center;
  width: 30px;
  display: inline-block;
  color: #0D2F77;
}

.blog-detail-social-share li a:hover {
  color: #fff;
  background: #0D2F77;
}

/* -----------------------------------
**  End Single Blog
-------------------------------------*/
/* -----------------------------------
**   Error Page
-------------------------------------*/
.error-page, .sp-comingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  background: url("../images/error-page-bg.jpg");
  background-size: cover;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}

.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}

/* -----------------------------------
**  End Error page
-------------------------------------*/
/* -----------------------------------
**  Comming soon page
-------------------------------------*/
.sp-comingsoon .sp-comingsoon-title {
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #959595;
}

.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}

.eschool-countdown {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.eschool-countdown .is-countdown {
  border: 0;
  background-color: transparent;
}

.eschool-countdown .countdown-section {
  display: block;
  float: left;
  font-size: 175%;
  text-align: center;
}

.eschool-countdown .countdown-amount {
  font-size: 200%;
  border: 1px solid #959595;
  line-height: 120px;
  font-weight: 700;
  display: block;
  margin: 14px;
  border-radius: 6px;
}

.eschool-countdown .countdown-period {
  display: block;
}

/* -----------------------------------
**  End Comming soon page
-------------------------------------*/
.text-black-color{
  color: #000000;
}
/*Menu oferta*/
.menu-oferta{
	background:#f8f8f8;
}
/*ANCLA*/
.ancla:before {       
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
}
/*DIV inicio para abrir form*/
.abrir-form{
  color:#ffffff;
  right: 0;
  text-align: center;
  position: absolute;
  width: 200px;
  height: 50px;
  line-height: 50px;
  top:75%;
  border-radius: 5px 0 0 5px;
}
.abrir-form a{
  color:#ffffff;
}
.abrir-form-bg{
  background:#37407D;
}
/*--MENU galeria--*/
.menu-galeria{
	border:1px solid #ccc;
	list-style:none;
	padding:0;
	background:rgba(200,200,200,0.2);
}
.menu-galeria li{
	padding:10px;
	border-bottom:1px solid #d1d1d1b3;
}
.menu-galeria li>a{
	color:rgba(0,0,0,0.5);
	font-weight:600;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.81);
}
.menu-galeria li>a:hover{
	color:rgba(0,0,0,0.8);
}
.menu-galeria li:last-child{
	border-bottom:none;
}
.router-link-active{
	color:rgba(19, 16, 135, 0.8) !important;
}
/*Comillas*/
strong{
	text-transform:uppercase;
}
strong:nth-child(1):before{
	content:'"';
}
strong:nth-child(1):after{
	content:'"';
}
/*botones-navegación noticias*/
.tns-nav{
	text-align: center;
}
.tns-nav>button {
	box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.5);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	background-color:#7892c2;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:4px 25px;
	border:none;
	margin:0 5px;
}
.tns-nav>button.tns-nav-active{
	box-shadow: none;
	background:linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);;
}
.tns-nav>button:hover {
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	background-color:#476e9e;
}
.tns-nav>button:active {
	position:relative;
	top:1px;
}
.sliderEventosCon, .videoContenedor{
	max-width: 854px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}