@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
body{font-family: 'Montserrat', sans-serif; font-size:15px; color: #202020;}
 .affix {
    top: 0px !important;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #F44336;
    border-color: #F44336;
	max-width: inherit !important;
	border-radius:0px !important;
	box-shadow: 0px 2px 6px #424242;

  }
  .affix a {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .affix-top a {
  }
  .affix + .container-fluid {
  }
   .affix .navbar-brand { padding: 32px 5px;}
  .affix .navbar-nav>li>a {padding: 30px 20px;}
img{max-width: 100%;}
  a {
    font-family: 'Montserrat', sans-serif;
}
  h1, h2{ font-weight:500;}
h1, h2, h3, h4{margin-top: 0px; }
h1{ font-size:48px;}
p{ line-height: 30px;font-weight: 400; font-size: 15px;}
a:focus, a:hover {text-decoration: none;}
.blue{ color: #25608a;}
/*header*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #d2d2d2;
}
header{padding: 10px 0px 0px;}
.hdr-brdr{display: block;/* width: 100%; */height: 1px;border-top: 1px solid #e5e5e5;margin: 10px;}
.logo{float:left;display:inline-block;}
.logo img{    width: 225px;}
.hdr-rt{ float:right; display:inline-block;}
.hdr_top{position: relative; display: block;width: 100%;    float: left;    z-index: 1;
    margin-bottom: 20px;}
.navbar-brand {padding: 0px;}
ul.header-btns-list{margin: 0;padding: 0;list-style: none;margin-top: 15px; float: right;}
ul.header-btns-list li{float: left;display: inline-block;padding: 0 13px 0 15px;font-size: 15px;color: #333;font-weight: 500;font-family: 'Montserrat', sans-serif;}
ul.header-btns-list li:last-child{margin:0 0 0 0,padding:0}
ul.header-btns-list li a{color: #333;    font-weight: 500;display: block;padding: 12px 5px;}
ul.header-btns-list li a img{
    vertical-align: middle;
}
ul.nav li.dropdown a.dropdown-toggle::before {
    color: rgb(143, 141, 141);
    content: "\f107";
    font-family: fontawesome;
    font-size: 19px;
    position: absolute;
    right: 8px;
    top: 31%;
    font-weight: 400;
}
ul.header-btns-list li.borderrgt{
   
    padding-left: 11px;
}
.login-drop{ padding: 0px; border: none; border-radius: 0px; width: 100%;    margin: 0px;}
ul.header-btns-list li .login-drop li{padding: 0px;float: none;
    display: block;}
ul.header-btns-list li .login-drop li a{ display: block;padding: 15px; border-bottom: 1px solid #f0f0f0;}
ul.header-btns-list li .login-drop li:last-child>a{border-bottom: none;}
ul.header-btns-list li.borderrgt:hover>.login-drop{ display: block;}
.pr0{
    padding-right: 0
}
ul.header-btns-list li a.sgn_un{
    color: #25608a;
    font-weight: 600;
}
ul.header-btns-list li a.sgn_un img{}
ul.header-btns-list li a.cl_btn{
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border: 1px solid #25608a;
}
ul.header-btns-list li a.cl_btn span{
       padding-left: 10px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
ul.header-btns-list li a.enqBtn{
    color: #fff;
    border: 1px solid #25608a;
    padding: 12px 25px;
    background-color: #25608a;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-search:hover{
    background: #0c6bd5;
    color: #000;
}
.btn-search:hover i{
    color: #fff;
}
.btn-search{    
    justify-content: center;
    align-items: center;
    width: 45px !important;
    height: 45px !important;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    text-align: center;
    font-size: 17px;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    padding: 13px 0px 0 0;
    cursor: pointer;
    margin-left: 15px !important;
}
.btn-search i{}

.btn-search sup {

    top: -1.6em;
    left: -13px;
    height: 25px;
    width: 25px;
    background: #0c6bd5;
    border-radius: 50%;
    display: block;
    color: #fff;
    font-size: 13px !important;
    padding: 5px 0 0 0 !important;

}

/* MEGA MENU*/
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
  border-bottom: 1px solid #eee;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 10px 5px;
    line-height: 18px;
    font-size: 13px;
    transition: all ease 700ms;
        text-transform: capitalize;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
    color: #0c6bd5;
     transition: all ease 700ms;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 16px;
  color: #0c6bd5;
  padding: 5px 60px 5px 5px;
  line-height: 28px;
    font-weight: 500;  
        text-transform: capitalize;
}
.dropdown-submenu {
  position: relative;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #25608a;
}
.dropdown-submenu .dropdown-menu {
      top: 0;
    left: 100%;
    border-radius: 0px;
    border: none;
    padding: 0px;
}
.dropdown-menu>li>a {
    padding: 15px 15px;
    font-weight: 500;
    color: #222;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #25608a;
}
.dropdown-submenu .dropdown-menu>li>a{padding: 10px 15px;}
header .navbar-nav .dropdown:hover>.dropdown-menu{ display: block;}
header .navbar-nav .dropdown-submenu:hover>.dropdown-menu{ display: block;}
.dropdown-submenu span{ float: right; font-size: 20px;}
header .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #0c6bd5;
}
header .navbar-collapse.collapse{
    padding: 0px;    position: relative;
}
header .navbar-nav > li > .dropdown-menu {    margin-top: 0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0px;
    border: none;
}
header .navbar-inverse {    margin-bottom: 0px;
    border: none;
    background: #fff;
}
header .navbar-inverse .navbar-nav > li > a {
    color: #222;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 15px 15px 5px;
        font-size: 14px;
    text-transform: capitalize;
}
header .navbar-inverse .navbar-nav > li > a span{
    color:#344786;
    font-weight: normal;
}
header .navbar-inverse .navbar-nav > li > a .caret{
    color: #73849f;
}
header .navbar-inverse .navbar-nav > li > a .contact{
    color: #0b6bd5;
    font-weight: 700;
    transition: all ease 700ms;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}
header .navbar-inverse .navbar-nav > li > a .contact:hover {
    color: #333;
    transition: all ease 700ms;
}
header .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
    transition: all ease 700ms;
    background-color: transparent;
}
header .navbar-inverse .navbar-nav > li > a:focus{
    color: #000
}

.searcharea  form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #d0cece;
  float: left;
  width: 80%;
    height: 50px;
  background: #f1f1f1;
}

.searcharea  form.example button {
  float: left;
  width: 20%;
  padding: 16px;
  background: #0D6CD5;
  color: #fff;
  font-size: 17px;
  border: 1px solid #0D6CD5;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
    transition: all ease 700ms;
}

.searcharea form.example button:hover {
  background: #000;
    transition: all ease 700ms;
}
.searcharea form.example::after {
  content: "";
  clear: both;
  display: table;
}

.searcharea  .modal-header .close {
    margin-top: -25px;
}
.searcharea .modal-header {
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.login {
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding: 12px 22px;
    margin: 0 0 30px;
    background: none;
    border: none;
    font-weight: 500;
    line-height: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 2px 0 0 25px;
}
.login a{
    color: #414141;
}
.login a:hover{
    text-decoration: none;
}
.login::before {
    left: 0;
    bottom: 0;
    border-right: none !important;
}
.login::after, .login::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    border: 1px solid #005cdc;
        border-right-color: rgb(102, 102, 102);
        border-right-style: solid;
        border-right-width: 1px;
    border-right-color: rgb(102, 102, 102);
    border-right-style: solid;
    border-right-width: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.login::after {
    right: 0;
    top: 0;
    border-left: none;
}

.contact-number{ position: fixed;
    bottom: 20px; z-index: 10;
    left: 0px;
    width: 95px;
    background-color: #25608a;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;}
.contact-number a{ display: block; padding: 5px 10px; text-transform: capitalize; font-weight: 500; color: #fff;}
/* SLIDER */ 
.slider-main .carousel-item {
    min-height: 531px;
}.carousel {
    padding-top: 0;
}
.slider{
    width: 100%;
}
.slider img{
    width: 100%
}
.slider .carousel-control.left, .carousel-control.right{
    background: none;
}
.slider span{
    font-size: 50px;
}
.carousel-inner>.item>img{
   height: 618px;
}
.banner-text {    position: absolute;
    top: 165px;
    left: 60px;
    width: 100%;
    z-index: 99999;
}
.banner-text h6{
    padding: 0;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.banner-text h2{
    font-size: 92px;
    line-height: 60px;
    color: #fff;
    margin: 30px 0 0 0;
    margin-top: 0;
    font-weight: 700;
    line-height: 80px;
    font-family: 'Montserrat', sans-serif;
}
.banner-text .btnbanner{
    padding: 13px 25px;
    border: 2px solid #fff;
    line-height: 26px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 40px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.banner-text .btnbanner img{width: auto;    margin-left: 20px;}
.banner-text .btnbanner i{
    padding-left: 50px
}
.banner-text .btnbanner:hover{
    color: #fff;
    background: #005534;
    text-decoration: none;
    transition: all 0.5s ease;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.about-section{
    padding: 70px 0 50px 0;
}
.about-section .about-txt{    padding-right: 20px;
    position: relative;    margin-bottom: 30px;
}
.about-txt h4{ font-weight: 800;}
.about-section .about-txt h6 span{
    color: #005adb
}
.about-section .about-txt h2{font-size: 40px; color: #000;font-family: 'Montserrat', sans-serif;font-weight: 700;    margin-top: 0px;
    margin-bottom: 15px;}
.about-section .about-txt h2 span{font-size: 55px;}
.about-section .about-txt h3{font-weight: 800; line-height: inherit;}
.about-section .about-txt h6{color:#949494; font-size: 20px;}
.right_img .fancy_video{ position: relative; display: inline-block;}
.right_img .fancy_video:before {
    /*content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 86px;
    height: 86px;
    background: #fff;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    margin: -43px 0 0 -43px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;*/
}
.right_img .fancy_video:after {
    /*content: '\f04b';
    position: absolute;
    left: 50%;
    margin: -12px 0 0 -7px;
    top: 50%;
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #000;
    z-index: 20;*/
}
.right_img .fancy_video:hover:before {
    background: #274e75;
    color: #fff;
        border: 3px solid #274e75;
}
.right_img .fancy_video:hover:after {
    color: #fff
}
.right_img{
    margin-top: 40px
}
.abt-more{
        margin-top: 20px;
}
.abt-more a.abt_btn{
    font-weight: 500;
    color: #228abf;
    font-size: 15px;
}
.abt-more:hover i{
    margin-left: 15px;
    transition: all 0.5s ease
}
.abt-more a.abt_btn i{
    margin-left: 10px;
    transition: all 0.5s ease
}
.about-section .about-txt{
    line-height: 28px;
    font-size: 15px;
}
.about-section .about-txt p{
   line-height: 28px;
    font-size: 15px;
    margin-bottom: 15px;
}
.about-section .about-banner {
    margin: 0 0 60px 0;
    width: 100%;
    height: auto;
}
.about-banner img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.testimonial-section{
	position: relative;
	padding-top: 20px;
    padding-bottom:100px;
}

.testimonial-section .step4{
    width: 100%;
    margin: 30px 0 30px 0;
    height: auto;
}
.testimonial-section .step4 .form-control {
    height: 36px;
    border: 1px solid #f4f4f4;
    box-shadow: none;
    border-radius: 0px;
    transition: all .6s ease 0s;
    background: #fdfdfd;
}


/*============= home page team-section =============*/
.section-head {
    margin-bottom: 60px;
}
.section-head h2{color: #000; font-size: 55px;font-family: 'Roboto', sans-serif; font-weight: 700;}

/** team-section **/

.team_left{ margin-bottom: 30px; 
}
.team_left h3{color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
}
.team_left h3 span{
font-size: 57px;
    color: #25608a;
}
.team_left ul{
    margin: 24px 0px 20px;
    padding: 0;
    list-style: none;
    width: 100%;
    display: table;
}
.team_left ul li{font-size: 20px;
    display: flex;
    color: #222222;
    margin: 0 0 15px 0;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;    position: relative;
    padding-left: 45px;}
.team_left ul li:before {
    font-family: FontAwesome;
    color: #25608abf;
    font-size: 11px;
    font-weight: 300;
    margin-right: 0px;
    position: absolute;
    margin: 0 18px 0 0;
    float: left;
    top: 2px;
    display: inline-block;
    left: 0;
    content: "\f00c";
    border: 1px dashed #25608a;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}


/** tutor-section **/
.tutor-section{ position: relative; padding-bottom: 70px; padding-top: 70px;
    background-color: #25608a
}
.tutor_left{border-right: 1px solid #3f85b7;}
.tutor_left h2{ font-size: 65px; color: #fff; font-family: 'Montserrat', sans-serif;margin-bottom: 20px;
font-weight: 600;}
.tutor_left h2 span{display: block; clear: both;}
.tutor_left p{ color: #fff; font-size: 24px; font-family: 'Montserrat', sans-serif;}
.tutor_left .btnbanner {
    padding: 13px 25px;
    border: 2px solid #fff;
    line-height: 26px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 40px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.tutor_left .btnbanner img{margin-left: 25px;}
.tutor_contact{ color: #fff;}
.tutor_contact h3{font-family: 'Montserrat', sans-serif; color: #fff;font-size: 34px;
        margin-bottom: 25px;
    font-weight: 600;}
.tutor_contact li:last-child{ margin-top: 15px;}
.group_Div{    margin-bottom: 25px;
    position: relative;}
.group_Div h4{ font-size: 18px; margin-bottom: 10px;font-weight: 600;text-transform: capitalize;}
.group_Div p{line-height: 25px;
    font-size: 18px;
    font-weight: 300;}
.group_Div p a{ color: #fff;    font-weight: 400;}
.phone-big{margin-bottom:30px;}
.phone-big a{font-size: 34px;}
.contact-btn{}
.contact-btn{ color: #fff;}

/* Counter Section */
.courses-sec{background-color: #316891;padding: 50px 0px 30px; position: relative;}
.courses-sec .come-to-us{    box-shadow: 0px 1px 10px 2px #446484;min-height: 195px;}
.counter-section {
    background: url(../images/counter_bg.jpg)no-repeat;
    background-size:cover;
    background-repeat: no-repeat;
    padding: 100px 0 100px;
    width: 100%;
    background-position: inherit;
}
.counter-section .mn_counter_Div {
    text-align: center;
    margin: 0 auto;
    width: 70%;
    display: inline-flex;
}
.counter_Div h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}
.counter_Div span {
    font-size: 50px;
    color: #fff;
}
.counter_Div p.counter-p {
    color: #fff;
    margin-top: 10px;
}










/*============= home page testimonial =============*/
.testimonial{    width: 95% !important;}
.testimonial .item-circlebg{background: url(../images/testbgcircle.png)no-repeat; background-size: contain;padding: 35px 25px;background-position: right center;    position: relative;
    margin-top: 95px;}
.testimonial .item-heartbg{ background: url(../images/testbgheart.png)no-repeat;background-size: 100% 100%;padding: 35px 25px;}
.testimonial-box{padding: 15px 15px 10px 15px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #ececec;
    position: relative;}
.testimonial-box .client-img{width: 50px;display: grid;float: left;}
.testimonial-box .client-img img{}
.testimonial-box p{    color: #8298aa;
    line-height: 25px;
    margin-bottom: 10px;}
.testimonial-box .client-title{display: grid;margin-left: 60px;margin-top: 15px;}
.testimonial-box .client-title h6{ font-weight: 600; color: #8298aa;margin-top: 0px;}
.testimonial-box .client-title p{font-size: 14px;}
.testimonial .owl-controls{text-align: center;    margin-top: 25px;}
.testimonial .owl-controls .owl-dot{
    background-color: #25608a;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 5px; position: relative;}
.testimonial .owl-controls .owl-dot.active{background-color: #25608a;
    width: 5px;
    height: 5px;}
.testimonial .owl-controls .owl-dot.active > span{      background-color: transparent;
    border: 1px solid #25608a;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
}
/*============= testimonial end =============*/

/*============= home page team-section =============*/
.team-section{ position: relative; padding-top: 70px; padding-bottom: 70px;}
.bdr-team{ border-right: 1px solid #ddd;}
.owl-theme .owl-controls {position: relative;}
.team-carousel .owl-controls .owl-nav{position: relative; width:115px;margin-left: 40px;}
.team-carousel .owl-controls .owl-nav .owl-next {right: 0px;width: 55px;}
.team-carousel .owl-controls .owl-nav .owl-prev {left: 0px; width: 55px;}

/*============= home page team-section =============*/
ul.courselist {
    list-style: none;
    margin: 10px 0;
    padding: 0px;
}
ul.courselist li {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #202020;
    display: flex;
}
ul.courselist li::before {
    content: '\f111';
    font-family: fontAwesome;
    font-size: 7px;
    padding-right: 15px;
    color: #333;
}
.about-txt.coursemain h4 {
    margin-top: 30px;
}
/*============= why choose us =============*/
.inner-wrap{position: relative;}
.inner-wrap>img{width: 100%;
    height: 350px;
    object-fit: cover;}
.inner-txt {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.inner-title{position: relative; margin-bottom: 35px;}
.inner-title h1{ color: #fff;
    font-size: 50px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;}
.brdcrm{    padding: 10px 25px;background-color: transparent;
    border-radius: 30px;
    border:1px solid #6f9fc1;
    display: inline-block;}
.brdcrm li.active{color: #fff;    text-transform: capitalize;}
.brdcrm li{ font-size: 14px; }
.brdcrm li a{ color:#c1e4fd; font-weight: 500;    text-transform: capitalize;}
.about-txt h2{ font-size:57px; font-weight: 700;    color: #000;}
.right_img img{width: 100%;}
.team-wrap{ position: relative; padding-top: 50px; padding-bottom: 50px; background-color: #f9f9f9;}
.sc_heading{ position: relative; margin-bottom: 40px;}
.sc_heading h2{ position: relative;font-size: 40px; color: #000;
    font-weight: 700; margin-bottom: 20px;}
.line{ width: 100px; height: 2px; background-color:#25608a; display: inline-block; clear: both;}
.team-list-slide{}
.team-list-slide li{ width: 33%;}
.team-box{ position: relative; text-align: center; margin-bottom: 35px;}
.team-img{ width: 150px; height: 150px; border-radius: 50%; margin:0px auto 20px auto; display: inline-block;
    background-color: #25608a; position: relative;}
.team-img img{ width: 100%; height: 100%;border-radius: 50%;}
.hover-box{position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; text-align: center;
width: 150px; height: 150px; border-radius: 50%;    background: rgba(37, 96, 138, 0.6588235294117647); opacity: 0; transition: 0.5s; transform: scale(0.5, 0.5);-webkit-transform: scale(0.5, 0.5);-o-transform: scale(0.5, 0.5);}
.team-img:hover>.hover-box{opacity: 9;transform: scale(1, 1);-webkit-transform: scale(1, 1);-o-transform: scale(1, 1);}
.hover-box a{display: block;
    color: #fff;
    padding: 45px 10px;
    font-size: 45px;
    width: 100%;
    height: 100%;}
.join{ position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; text-align: center;}
.join a{    display: block;
    color: #fff;
    padding: 35px 10px;
    width: 100%;
    height: 100%;}
.join p i{ color: #fff;font-size: 45px;font-family: 'Montserrat', sans-serif;    font-style: initial;}
.join h3{ color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;}
.team-box:hover h4{ color:#25608a;}
.team-box h4{     text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #000;}
.team-box .text-gray{ color: #999;}
.team-box p{ color: #999; }
.team-links{}
.team-links li {
    padding-right: 2px;
    padding-left: 2px;}
.team-links li a{     width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    padding: 7px;
    color: #fff;
 background-color: #25608a; border-radius: 50%;}
footer{
    background: url(../images/footer_bg-dark.jpg)no-repeat; background-position: bottom;
        padding: 40px 0 35px 0;
    background-size: cover;
}
.footer-top{
    padding: 0 0 60px;
}
.footer-bottom{
    padding: 30px 0 0;
    border-top: 1px solid #eee;
}
.footer-bottom p{ font-size: 12px;color:#333;font-weight: 500;}
.footer-bottom p span{}
.footer-bottom p a{color: #0581fd;}
.footer-bottom p a:hover{color: #000;}
.text-rgt{text-align: right;}
.footer_title {
    font-size: 18px;
    font-weight: 600;
    color: #4d4d4d;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 28px;
    display: block;
}
ul.footer-social-media {
    padding: 0 0 10px 0;
    list-style: none;
    float: left;
    width: 100%;
    display: inline-block;
}
ul.footer-social-media {
    margin: 0;
}
ul.footer-social-media li {
    margin: 0 30px 0 0;
    font-weight: 400;
    display: inline-block;
    float: left;
    color: #a6a6a6;
}
ul.footer-social-media li a {
    color: #a6a6a6;
    font-size: 20px;
}
ul.footer-links {
    margin: 0px 0 0 0;
    padding: 0;
}
ul.footer-links li {
    color: #333;
    margin: 0 0px 10px 0;
    font-weight: 500;
    transition: all 0.6s ease 0s;
    font-size: 14px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    list-style-type: disc;
}
ul.footer-links li a:hover {
    color: #333;
    padding-left: 0px;
    transition: all 0.6s ease 0s;
}
.flinks a:hover {
    margin-left: 5px;
}
ul.footer-links li a {
       color: #6b6b6b;
    transition: all 0.6s ease 0s;
    font-size: 14px;
    display: block;
    padding: 4px 0px;
    text-transform: capitalize;
}
ul.footer-links li a i{      font-size: 10px;
    padding-right: 5px;}
footer .widget{
    width: 100%;    
}
footer .widget p{
   font-size: 15px;
    line-height: 25px;    
}
footer .widget ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
footer .widget ul li{
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    color: #696565;
}
footer .widget ul li a{
    color: #696565;
}
footer .widget ul li h6{
    color: #222222
}
footer .widget img{
     margin-bottom: 20px;
}
footer .widget form{
    margin: 10px 0 0 0;
} 
footer input[type=text] {
    
    padding: 12px 22px;
    margin: 9px 0;
    box-sizing: border-box;
    border-radius: 30px;
    outline: none;
    width: 86%;
    height: 50px;
    border: 1px solid #222222;
}
footer input[type=text]:hover {
	transition: 6s;
}
::placeholder { 
    color: #c2c2c2;
    opacity: 1;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}
.subscribe{
    background: #005adb;
    color: #fff;
    border-radius: 30px;
    padding: 13px 21px;
    position: absolute;
    right: 17.9%;
    top: 67%;
    transition: 0.6s;
    border: none;
    font-weight: 500;

}
.subscribe:hover{
    transition: 0.6s;
    background: #000; 
}

.footer-links{
    width: 100%;
    height: auto;
}
footer .footer-links ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 180px;
}
footer .footer-links ul li{
    list-style: none;
    font-size: 14px;
    line-height: 29px;
    color: #696565;
    font-weight: 500;
}
footer .footer-links ul li a{
    color: #696565;
    transition: all ease 700ms;
}
footer .footer-links ul li a:hover{
    text-decoration: none;
    color: #0c6bd5;
    padding-left: 0px;
    transition: all ease 700ms;
}

footer .footer-social ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

footer .footer-social ul li{
  list-style: none;
font-size: 22px;
line-height: 29px;
display: inline-block;
padding: 0 20px 0 0;
}
footer .footer-social ul li a{
    color: #696565;
}
footer .footer-social ul li a i{
    color: #949495;
    transition: all ease 700ms;
}
footer .footer-social ul li a i:hover{
    text-decoration: none;
    color:#0c6bd5;
    transition: all ease 700ms;
}
footer .copyright{
    width: 100%;
}
footer .copyright p{
    font-size: 12px;
    color: #313131;
    font-weight: 500;
}
footer .copyright p span{
    font-size: 12px;
    color: #313131;
    float: right;
}
footer .copyright p span a{
    color: #313131;
}
footer .copyright p span a:hover{
    text-decoration: none;
}
footer .onlineicon{
    width: 100%;
    margin: 50px 0 0 0;
    text-align: right;
}
footer .onlineicon a img{
    margin-right: 5px;
}


/* TOP BUTTON */
    #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 14px;
    border: none;
    background-color: #274e75;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
#myBtn:hover {
  background-color: #015534;
}
.inner-thanks{  position: relative;padding-top: 40px;padding-bottom: 70px;}
.inner-thanks h2{    font-weight: 700;}
.inner-thanks p{}
.inner-thanks .btn{background-color: #0b2460;
    border-color: #0b2460;}
.thankyou-img{  width: 80px;
    margin: auto;}
.thankyou-img img{}
.any-question{position: relative; padding-top: 30px; padding-bottom: 30px; background-color:#eee;}
.any-question h1{    border-right: 1px solid #25608a;}
.any-question h1 a{     color: #fff; display: inline-block;
    font-size:35px;
    width: 60px;
    height: 60px;
    background-color: #25608a;
    text-align: center;
    padding: 12px;
    border-radius: 50%;
    margin: auto;}
.any-question h4 a{    color: #05965d;
    font-size: 35px;
    font-weight: 800;}
.any-question h4{color: #000;
    font-weight: 600;
    font-size: 22px}
.any-question p .btn{    margin-top: 25px;
    border-radius: 0px;    border-radius: 30px;
    text-transform: uppercase;}
.any-question.mailquery h4 {
    text-align: center;
    margin-top: 10px;
}
.any-question.mailquery h4 b {
    font-size: 27px;
    font-weight: 800;
    display: block;
    margin-bottom: 10px;
}
.any-question.mailquery h4 a {
    color: #05965d;
    font-size: 28px;
}
.approch-wrap{position: relative; padding-top: 50px; padding-bottom: 50px; background: url(../images/watching-girl.png)no-repeat; background-position: bottom right;    background-size: cover;}
.approch-wrap h4{     color: #000;
    font-size: 22px;
    font-weight: 800;}
.approch-dec{ position: relative; margin-bottom: 35px;}
.tmb{border: none; border-radius: 0px; padding: 0px; position: relative; overflow: hidden;}
.city-tmb{position: relative;box-shadow: 0px 1px 10px 2px #f9f9f9; margin-bottom: 20px;transition: background 0.3s ease-in-out;background-color: #fcfcfc;}
.city-tmb .tmb{margin-bottom: 0px;}
.city-tmb .tmb img{ width: 100%; height: 175px;    transition: 0.5s;    object-fit: cover;}
.city-tmb .tmb:hover>img{ transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2);}
.city-tmb h4{position: relative; padding: 20px 0px; margin: 0px;
    text-align: center;
    font-weight: 700;
    color: #000;    font-size: 16px;}
.wrap{position: relative; padding-bottom: 30px; padding-top: 30px;}
.wrapgray{background-color: #f4f7f6;}
.margntp50{margin-top: 50px; display: block;}
.courses{}
.courses h4{ color: #000;
    font-size: 22px;
    font-weight: 800;}
.come-to-us{position: relative;
    margin-bottom: 35px;
    padding: 25px 10px;    background-color: #fcfcfc;
    box-shadow: 0px 1px 10px 2px #f9f9f9;
border: 1px solid #fcfcfc; transition: 0.6s;}
.come-to-us a{display: block;transition: 0.6s;}
.come-to-us:hover>a{transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}
.academic-icon{     width: 70px;
    height: 70px;
    display: inline-block;
    margin: auto;
    font-size: 30px;
    border-radius: 50%;
    color: #25608a;
    padding: 15px;
    border: 1px dashed #ddd;    margin-bottom: 10px;}
.come-to-us h5{ color: #000;
    font-weight: 700;    line-height: inherit;}
.courses-list{padding: 20px; position: relative;
    margin-bottom: 35px; background-color: #fcfcfc;}
.courses-list .heading{     width: 100%;
    display: block;
    border: none;
    background-color: transparent;
    color: #000;padding: 0px;}
.courses-list .heading h4{font-weight: 700;}
.courses-list li{margin-bottom: 15px;
    padding: 5px 20px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 30px;    margin-left: 3px;
    margin-right: 3px;}
.courses-list li:hover{color: #25608a;}
.courses-list li p{ margin-bottom: 0px;font-weight: 500;
    font-family: 'Roboto', sans-serif; font-size: 14px;}
.courses-list li p i{}
.school-media{    background-color: #fcfcfc;
    margin-bottom: 25px;
    padding: 10px;}
.academic-img img{max-width: 70px;}
.school-media .media-body{    border-left: 1px solid #e8e8e8;
    padding-left: 10px;}
.school-media h5{font-size: 16px;
    font-weight: 700;
    line-height: inherit;
    padding-left: 10px;} 
/*============= login and signup ==========*/
#loginandsignup{background: rgba(8, 8, 8, 0.9);}
.login-modal{ }
.login-modal button.close {font-size: 50px;
    position: absolute;
    top: -20px;
    right: -50px;
    opacity: 5;
    color: #fff;}
.login-modal .modal-content {background-color: #f4f7f6;
    -webkit-box-shadow:none;
    box-shadow:none;
    border-radius: 0px;}
.login-tab{    width: 100%;
    position: relative;    background-color: #f4f7f6;
    margin-left: 0px;}
.login-tab li{width: 49.6%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;}
.login-tab li:first-child{}
.login-tab li a{text-transform: uppercase;
    font-weight: 500;
    display: block;
    padding: 20px;
    color: #8c8c8c; border-bottom: 1px solid #ddd;}
.login-tab li.active>a{    background-color: #eaeaea;
    color: #000;border-bottom:1px solid #eaeaea;font-weight: 700;}
.login-modal .modal-body {
    padding: 40px 60px;
}
.login-modal p{text-align: center;    font-weight: 500;
    font-family: 'Roboto', sans-serif;}
.login-modal p a{}
.login-modal p a:hover{text-decoration: underline;}
.login-modal .btn{border-radius: 0px; height: 42px; text-transform: uppercase;}
.form-sec{position: relative; width: 100%;}
.form-sec .form-group{position: relative;}
.form-sec .form-ctrl{border-radius: 30px;height: 50px;}
.form-sec .form-msg{border-radius: 30px;}
.form-sec .form-group .form-icon{    position: absolute;
    top: 0;
    left: 0px;
    color: #5e7e95;
    padding: 13px;}
.form-sec .sumbit-btn{border-radius: 30px;}
.form-ctrl{ border: 1px solid #ddd; box-shadow: none; 
border-radius: 0px; height: 42px; padding-left: 35px;}
.form-msg{padding-left: 35px;box-shadow: none;border: 1px solid #ddd;}
.ourcenter-list{position: relative;}
.ourcenter-list li{width: 20%;float: left;}


/*============= centers ===============*/
.form-msg{border-radius: 0px;}
.sumbit-btn{ text-transform: uppercase;border-radius: 0px;height: 42px;}
 #map{ height: 400px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
         margin-bottom: 50px;}

/*============= Upload CV ===============*/
.uploadcv{padding: 30px;background-color: #fff;position: relative;}
.uploadcv .form-group{margin-bottom: 25px;}
.uploadcv .form-group label{font-size: 14px;font-weight: 500;}
.uploadcv .form-ctrl{padding: 8px;}



