

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
title{
   text-transform: capitalize; 
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{
    text-decoration: none !important;
}
body{
}
.sign-in.d-flex.mb-sign-in{
    display: none !important;
}
.main-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.bottom-header.f-nav{
    position: fixed !important;
    width: 100%;
    top:0;
}
.bottom-header.f-nav .mega-menu-wrapper{
    top:53px !important;
}

#slideshow-header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  width: 500%; /* 5 times the viewport width (4 slides + 1 clone) */
  height: 100%;
  animation: slide 20s infinite linear;
}

.slide {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}

/* Smooth continuous sliding animation */
@keyframes slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-80%); } /* 4 slides = 80% of 500% width */
}



.header-content {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 10;
}

.header-content h1 {
    font-size: 3rem;
    margin: 0;
}

.header-content p {
    font-size: 1.5rem;
    margin-top: 10px;
}

.scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}

.scroll img {
    width: 30px;
    animation: scrollBounce 1.5s infinite;
}

.object img {
    width: 20px;
    margin-top: 5px;
    opacity: 0.7;
}

/* Scroll Image Animation */
@keyframes scrollBounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(10px); }
    100% { transform: translateY(0); }
}


.header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 100px;
    color: #fff;
}

.scroll {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 20px;
}

header:after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.15);
    z-index: 0;
}
.m-100{
    margin-top: 100px;
}
.top-header.d-flex{
    z-index: 99;
    position: relative;
}
.logo img{
    max-width: 100%;
}
.logo{
    position: absolute;
    left: 5%;
    top:0;
    width: 300px;
    height: 250px;
    z-index: 999;
}
.top-nav{
    color: #fff;
    padding-bottom: 15px;
}
.top-nav i{
    font-size: 20px;
    color: #fff;
}
.top-nav span{
    font-size: 17px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    margin:0 10px;
}
.top-nav span i{
    margin-right: 10px; 
}
.social li{
    margin: 0 10px;
    font-family: 'Titillium Web', sans-serif;
}
.top-header{
    background:#1D3557;
}
.top-menu li{
   margin:0 15px;
}
.top-menu  li a{
    color: #fff;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}
.sign-in{
    position: relative;
}
.sign-in span{
    color: #fff;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    margin:0 15px;
    padding: 15px 0;
}
.sign-in span i{
    margin-right: 5px;
}
.lf-img{
    margin:50px 0 0 0;
}
.sign-detail{
    position: absolute;
    left: -25px;
    top: 53px;
    background-color: #b41225;
    width: 125px;
    text-align: center;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
}
.sign-in .in{
    display: block;
    position: relative;
}
.sign-in .in:hover .sign-detail{
    display: flex !important;
    opacity: 1;
    visibility: visible;
}
ul.d-flex.top-menu {
    margin-left: 210px;
} 
.sign-detail li{
    padding: 5px 0;
}
.sign-detail li a{
    color: #333;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
}

.bottom-header{
    background: #fff;
    padding: 15px 0;
        position: relative;
    z-index: 9;
}
.main-menu li{
   margin:0 15px;
}
.main-menu li a{
    color: #333;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}


.navigation{
    padding: 15px 0;
}
.header-content{
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    z-index: 1;
}
.header-content h1{
    font-family: 'Libre Baskerville';
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 15px;
        text-shadow: 2px 2px #040404;
}
.header-content p{
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}
.scroll{
    position: absolute; 
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 1;
}
.lead{
    padding: 50px 0;
    background: #1D3557;
}
.lead p{
    font-family: 'Libre Baskerville';
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
}
.century{
    padding: 50px 0;
}
.century h3{
    font-family: 'Libre Baskerville';
    font-size: 35px;
    color: #F09539;
}
.century p{
    font-family: 'Libre Baskerville';
    font-size: 17px;
    color: #F09539;
    line-height: 25px;

}
.lf{
    background: #1A504B;
    padding: 50px 0;
}
.lf-block .block {
    margin-bottom: 50px;
}
.lf-block .block .icon{
    background: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin:auto;
}
.lf-block .block .icon img{
    max-width: 85px;
}
.lf-block .block h3{
font-family: 'Libre Baskerville';
        font-size: 18px;
    line-height: 29px;
    color: #fff;
    padding: 15px 0;
    font-weight:700;
}
.lf-block .block  p{
       color: #fff;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
}
.lf h1{
    font-family: 'Libre Baskerville';
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin:25px 0 50px 0;
}
.lf-block .block{
    text-align: center;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}
.learning .content{
    min-height: 600px;
    background-size:cover !important;
    background-position:60% 0 !important;
    position: relative;
    background-repeat: no-repeat !important;
}
.learning .content h3{
font-family: 'Libre Baskerville';
        font-size: 60px;
    line-height: 70px;
    color: #1A504B;
    font-weight:700;
}
.learning .content  p{
       color: #333;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding: 15px 0 25px 0;
}
.learning .content .btn{
    background: #1A504B;
    padding: 15px 35px;
     color: #fff;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    border-radius:25px;
    border:0;
}
.owl-nav {
    position: absolute;
    /* top: 60%; */
    bottom: 50px;
    left:52%;
    outline: 0;
}
.owl-carousel .owl-nav button{
    margin:0 15px;
    outline: 0;
}

.lf-tab .block{
    min-height: 600px;
   background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position:center !important;
}
.lf-tab .content {
  max-width: 45%;
  margin-top: 100px;
}
.lf-tab .content h3{
font-family: 'Libre Baskerville';
        font-size: 50px;
    line-height: 70px;
    color: #1A504B;
    font-weight:700;
}
.lf-tab .content  p{
       color: #333;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding: 15px 0 25px 0;
    line-height: 30px;
}
.lf-tab .content .btn{
    background: #1A504B;
    padding: 15px 35px;
     color: #fff;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    border-radius:25px;
    border:0;
}
.lf-tablist {
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 99;
}
.lf-tablist li .active{
   background-color: transparent !important;
    border:2px solid #1A504B;
    border-radius: 25px;
    color:  #45166A !important;
}
.lf-tablist li a{
     color:  #1A504B;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.enquire{
    background: #1D3557;
    padding: 50px 0;
}       
.enquire input{
    height: 35px;
    background: #fff;
    color: #333;
}
.enquire .btn{
    background: #1A504B;
    padding: 5px 35px;
     color: #fff;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    border-radius:25px;
       border: 2px solid #fff;
}
.enquire h3{
    font-family: 'Libre Baskerville';
    font-size: 35px;
    color: #fff;
    font-weight:700;
    margin:0 0 25px 15px;
}
.membership h3{
   font-family: 'Libre Baskerville';
    font-size: 35px;
    color: #1A504B;
    font-weight: 700;
    text-align: center;
    margin-top: 50px;
}
.membership .member span{
    padding: 15px;
}
.membership .member img{
  max-width: 100%;
}
.follow {
    background: #cee8da;
    padding: 25px 0;
}
.follow h3{
   font-family: 'Libre Baskerville';
    font-size: 25px;
    font-style: italic;
    line-height: 50px;
    margin-right: 25px;

    color: #1A504B;
    font-weight: 700;
    text-align: center;
}
.follow span{
    margin:0 15px;
}
.nav-hide{
    display: none;
}
footer{
    background: #1D3557;
    padding: 50px 0;
}
.top-footer .f-address{
     color: #fff;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
}
.top-footer .f-address div{
    padding: 15px;
}
.top-footer .f-address .time, .top-footer .f-address .address{
    border-right:2px solid #fff;
}
.f-logo img{
    max-width: 250px;
}
.bottom-footer p{
     color: #fff;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
}
.bottom-footer p a{
    color: #fff;
    font-weight: 600;
}
.object {
  animation: MoveUpDown 1s linear infinite;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:15px;
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 15px;
  }
  50% {
    bottom: 50px;
  }
}

.hamburger-menu {
    position: absolute;
    top: 70px;
    /* r: 0; */
    width: 35px;
    height: 35px;
    right: 35px;
    z-index: 9;
    display: none;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 3px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
  top: 13px;
}

.hamburger-menu span:nth-child(4) {
  top: 25px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}

.inner-banner{
    min-height: 550px;
}
section#subjects .why-us h3{
    padding-top: 60px;
}
.inner-banner .header-content h1{
    padding-top: 75px;
    text-transform: uppercase;
}
.naturing{
     color: #333;
    font-size: 25px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding: 50px 0;
    text-align: center;
}
.early-menu{
    background: #cee8da;
    position: relative;
    z-index:99;
}
.early-menu li{
   margin:0 15px;
    color: #333;
    font-size: 19px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
     padding:15px 25px;
}
.early-menu li a{
    color: #333;
    padding:15px 0;
}
.early-menu li:after{
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1A504B;
    bottom:-5px;
    left: 50%;
    transform: translateX(-50%);
    content:"";
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
}
.early-menu  li.active:after,.early-menu li:hover:after{
    opacity: 1;
    bottom:0;
}
.our-schools{
    margin-top: 25px;
}
.why-us{
    padding: 50px 0;
}
.why-us h3{
    font-family: 'Libre Baskerville';
    font-size: 35px;
    line-height: 50px;
    color: #222;
    font-weight: 700;
    text-align: center;
    padding:25px  0;
}
.why-us h4{
    font-family: 'Libre Baskerville';
    font-size: 25px;
    line-height: 50px;
    color:#656565;
    font-weight: 700;
}
.why-us h4 span{
    color: #1A504B;
    font-size: 30px;
}
.why-us p{
     color: #333;
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding-top: 25px;
}
.pre-school{
    padding: 100px 0;
}
.pre-school h3{
    font-family: 'Libre Baskerville';
    font-size: 35px;
    line-height: 50px;
    color:#333;
    font-weight: 700;
    padding: 0 0 25px 0;
    text-align: center;
}

.pre-school  p{
     color: #333;
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding-top: 25px;
}
.pre-school h4{
    font-family: 'Libre Baskerville';
    font-size: 25px;
    line-height: 50px;
    color:#333;
    font-weight: 700;
    padding:50px 0 25px 0;
}
.pre-school h2{
    font-family: 'Libre Baskerville';
    font-size: 18px;
    color:#1A504B;
    font-weight: 700;
    padding: 15px 0;
    line-height: 25px;
  }
  .pre-school .school  p{
     
    padding-top: 0;
    padding-bottom: 25px;
}
.school-life {
    min-height:600px;
    background-image: url(../images/early-learning/early2.jpg);
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    background-repeat: no-repeat !important;
}

.school-life:after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.school-life h3{
    font-family: 'Libre Baskerville';
    font-size: 35px;
    line-height: 50px;
    color:#fff;
    font-weight: 700;
    text-align: center;
    z-index: 1;
    position: relative;
}

.school-life  p{
     color: #fff;
    font-size: 21px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding: 25px 0;
    z-index: 1;
   position: relative;
}
.school-life .btn{
    background: #1A504B;
    padding: 15px 35px;
     color: #fff;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    border-radius:15px;
    border:0;
    z-index: 1;
}
.enrollment{
    padding: 100px 0;
}
.enrollment h3{
    font-family: 'Libre Baskerville';
    font-size: 35px;
    color:#1A504B;
    font-weight: 700;
    text-align: center;
    z-index: 1;
}

.enrollment  p{
     color: #333;
    font-size: 21px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding: 25px 0 25px 0;
    z-index: 1;
    border-bottom: 1px solid #ccc;
}
.enrollment span{
     color: #000;
    font-size: 19px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    z-index: 1;
}
.enrollment .time  p{
     color:#1A504B;
    font-size: 25px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding: 7px 0;
    z-index: 1;
    border: 0;
}
.enrollment .time{
    padding-top: 25px;
}
.en-more {
    min-height:350px;
    background-image: url(../images/en-more.jpg);
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    background-repeat: no-repeat !important;
}

.en-more:after {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
        background: rgba(219, 55, 43, .7);
    z-index: 0;
}
.en-more .container{
    position: relative;
    z-index: 1;
}
.en-more h3{
    font-family: 'Libre Baskerville';
    font-size: 35px;
    line-height: 50px;
    color:#fff;
    font-weight: 700;
    text-align: center;
    z-index: 1;
}
.en-more  p{
     color: #fff;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding: 25px 0;
    z-index: 1;
}

.en-more .block p{
     color: #fff;
    font-size: 25px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
}
.en-more .block i {
    margin-left: 15px;
    color: #fff;
}
.abt-btn {
    background: #1A504B;
    padding: 10px 50px;
    color: #fff;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    border-radius: 25px;
    border: 2px solid #fff;
    margin:15px 0;
}
.v-img i{
    font-size: 75px;    
}
.abt-hr{
    height: 5px;
    width: 100%;
    background: #b30009;
}
.abt-content h2{
   font-size: 25px;
    font-family: 'Libre Baskerville';
    font-weight: 500;
    color: #b30009;
    margin: 50px 0 15px 0;
    padding-bottom: 0;
    line-height: 0;
}
.abt-content h5{
   font-size: 15px;
    font-family: 'Libre Baskerville';
    font-weight: 500;
    color: #333;
    margin: 15px 0 15px 0;
}
.admision h2{
  font-size: 24px;
    font-family: 'Libre Baskerville';
    font-weight: 500;
    color: #757474;
    margin: 50px 0;
    text-align: center;
    line-height: 37px;
}
.admision p{
     color: #333;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    text-align: center;
}
.policy{
    padding: 15px;
}
.policy p{
    text-align: left;
}
.policy h3{
   font-size: 35px;
    font-family: 'Libre Baskerville';
    font-weight: 500;
    color: #b50009;
    margin: 50px 0;
    text-align: center;
}
.policy h4{
   font-size: 18px;
    font-family: 'Libre Baskerville';
    font-weight: 700;
    color: #1A504B;
    margin: 15px 0;
    line-height: 25px;
}
.apply-process .block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px;
    min-height: 466px;
}
.apply-process .block h4{
   font-size: 25px;
    font-family: 'Libre Baskerville';
    font-weight: 500;
    color: #1A504B;
    text-align: center;
    line-height: 35px;
}
.apply-process .block p{
     color: #333;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    text-align: center;
}
.policy h4 i{
    margin-right: 15px;
}
.policy .col-lg-6, .policy .col-lg-12{
    margin-bottom: 25px;
}
.steps {
    padding: 15px;
    margin:50px 0;
}
.steps ul {
    /* background: #fffdfd; */
    border-bottom: 3px solid #1A504B;
    margin-bottom: 0 !important;
}
.steps ul li{
}
.steps ul li:nth-child(3) a{
      border-right: 3px solid #1A504B;
}
.steps ul li a{
    padding: 15px 75px;
       color: #333;
    font-size: 21px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    text-align: center;
    border-right: 3px solid #1A504B;
}
.nav-pills .nav-link {
    border-radius:0;
}
.steps h2{
   font-size: 25px;
    font-family: 'Libre Baskerville';
    font-weight: 500;
    color: #1A504B;
    margin:25px 0 15px 0;
    text-align: left;
}
.steps p{
     color: #333;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
     text-align: left;
     margin-bottom: 25px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
        background-color:  #1A504B;
}
.step-3{
    padding:0 25px;
}
.step-3 h2{
    font-size: 18px;
}
.steps div#pills-tabContent {
    background: #ebecec;
    padding: 50px;
}
.offer{
    background: #ccc;
    padding: 50px 0;
}
.offer h3{
   font-size: 21px;
    font-family: 'Libre Baskerville';
    font-weight: 700;
    color: #1A504B;
    margin:25px 0 15px 0;
    text-align: left;
}
.offer p{
     color: #333;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
     text-align: left;
     margin-bottom: 25px;
}
.testi .block p{
    font-size: 15px;
    font-style: italic;
    padding: 25px 0 0 0;
}
.testi .block  span{
     color: #fff;
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
     text-align: left;

}
.testi .block .icon{
    background-size: cover;
}
.testi-btn .btn{
    background: #fff;
    color: #333;
}
.community-block img{
    max-width: 100%;
}
.community {
    margin:50px 0;
}
.community h3{
  font-family: 'Libre Baskerville';
    font-size: 35px;
    line-height: 50px;
    color: #222;
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
}
.community  .community-block h2{
  font-family: 'Libre Baskerville';
    font-size: 21px;
    color: #222;
    font-weight: 700;
    padding: 25px 0 15px 0;
}
.community p{
     color: #333;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
     text-align: left;
     max-width: 1070px;
     margin:0 auto 50px auto;
}
.community .community-block p{
     color: #333;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
     text-align: left;
     max-width: 900px;
     margin:0 auto 25px auto;
     min-height:95px;
}
.community .btn{
        background: #1A504B;
    padding: 7px 50px;
    color: #fff;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    border-radius: 25px;
    border: 2px solid #fff;
}
.community-btn{
    margin-bottom: 50px;
}
.subjects ul li{
      font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
}
.pre-school .school .col-md-6 .block .icon {
    background: #cee8da;
    padding: 25px;
    border-radius: 50%;
}
.pre-school.subjects {
    margin-bottom: 50px;
}
.pre-school .school .col-md-6{
    text-align: center;
}
.pre-school .school .col-md-6 .block{
    border: 2px solid #1a504b;
    border-radius: 25px;
    padding: 25px;
    margin-bottom: 25px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.senior-school{
    background: #ddebff;
    padding: 75px 0 25px 0;
    margin:25px 0 50px 0;
}
.why-us h5{
    font-family: 'Libre Baskerville';
    font-size: 18px;
    color: #1A504B;
    font-weight: 700;
    margin-top: 25px;
}
.approch{
    margin:25px 0 50px 0;
}
.why-us ul li{
      font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
    list-style: none;
    position: relative;
}
.why-us  ul li:after{
   position: absolute;
    left: -25px;
    height: 12px;
    width: 12px;
    top: 8px;
    content: "";
    background-image: url(../images/r-arrow.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.why-us ul {
    padding: 25px;
}
.pre-school .school .col-md-6{
    text-align: center;s
}
.lf-block .block p{
    text-align: justify;
}
section#assessments, .junior {
    background: #cee8da;
}
.pre-uni-h3{
    max-width: 800px;
    margin:25px auto;
}
.p-offer {
    font-family: 'Libre Baskerville';
    font-size: 25px;
    line-height: 50px;
    color: #1A504B;
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
}
.programm-offers{
    margin:50px 0 75px 0;
}
.programm-offers .offers{
    max-width: 600px;
    margin:auto;
}
.programm-offers .offers ul li{
      font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
    list-style: none;
    position: relative;
}
.programm-offers .offers ul li:after{
   position: absolute;
    left: -25px;
    height: 12px;
    width: 12px;
    top: 8px;
    content: "";
    background-image: url(../images/r-arrow.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.prepare-student{
    margin:75px 0 50px 0;
}
.why-pre-university .lf{
    padding: 75px 0 50px 0;
}
.why-pre-university .lf-block .block h3{
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
.why-pre-university .lf-block .block p{
    padding: 0 15px;
}
.why-pre-university .lf h1{
    padding-bottom: 50px;
}
.pre-subjects .block ul li{
      font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
    list-style: none;
    position: relative;
}
.pre-subjects .block{
    margin-bottom: 25px;
}
.pre-subjects .block ul{
    padding: 15px;
}
.pre-subjects .block ul li:after{
   position: absolute;
    left: -25px;
    height: 12px;
    width: 12px;
    top: 8px;
    content: "";
    background-image: url(../images/r-arrow.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.pre-subjects .block ul li span{
    font-size: 12px;
    font-style: italic;
    display: inline;
}
.pre-subjects h4 {
    font-family: 'Libre Baskerville';
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 15px 0;
    background: #1A504B;
    margin-bottom: 15px;
    border-bottom: 5px solid #358e86;
}

.no-pad{
  margin: 0 !important;
  padding: 0 !important;
}
.excellence{
    margin:50px 0 0 0;
}
.excellence  h3 {
    font-family: 'Libre Baskerville';
    font-size: 25px;
    line-height: 50px;
    color: #1A504B;
    font-weight: 700;
    text-align: center;
    padding: 25px 0;
}
 .excellence p {
    color: #333;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
}
.best-pre{
    padding: 0;
}
.best-pre .block{
    padding: 0;
    margin-bottom: 50px;
}
.best-pre ul{
    margin-bottom: 50px;
}
.best-pre ul li:after{
   position: absolute;
    left: -25px;
    height: 12px;
    width: 12px;
    top: 8px;
    content: "";
    background-image: url(../images/r-arrow.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.best-pre  ul li{
      font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
    list-style: none;
    position: relative;
}
.best-pre h3{
    margin-top: 50px;
}
#little-edu{
   background: #e8e8e8;
   padding-bottom: 50px;
}
.md-school{
    margin:25px 0 50px 0;
}
.faq h3{
    font-family: 'Libre Baskerville';
    font-size: 18px;
    color: #1A504B;
    font-weight:700;
    padding: 25px 0;
}
.faq  p{
       color: #333;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
}
.faq{
    margin:75px 0;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #cee8da;
  margin-bottom: 25px;
}
.set > a{
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
     font-family: 'Libre Baskerville';
     cursor: pointer;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#d7dad8;
  color: #222;
}
.set > .content{
  background-color: #f1f0f0;
  border-bottom: 1px solid #ddd;
  display:none;
}
.set > .content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
  font-family: 'Titillium Web', sans-serif;
}
.set ul{
    padding: 0 50px;
}
.set ul li{
      font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
    list-style: none;
    position: relative;
}
.set  ul li:after{
   position: absolute;
    left: -25px;
    height: 12px;
    width: 12px;
    top: 8px;
    content: "";
    background-image: url(../images/r-arrow.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.lf-steps{
    padding: 0;
}
.lf-steps .tab-content ul li{
      font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
    list-style: none;
    position: relative;
}

.lf-steps .tab-content ul{
    padding: 0 15px;
    border:0;
}
.lf-steps .tab-content ul li:after{
   position: absolute;
    left: -25px;
    height: 12px;
    width: 12px;
    top: 8px;
    content: "";
    background-image: url(../images/r-arrow.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.lf-steps ul li span{
    font-size: 15px;
    font-style: italic;
    display: inline;
    padding-left: 10px;
}
.pre-subjects .block ul li b{
    font-weight: 700;
}
.pre-subjects h3{
    font-family: 'Libre Baskerville';
    font-size: 17px;
    color: #333;
    font-weight: 700;
    line-height: 25px;
}
.security{
    margin:0 0 75px 0;
}

.security h3 {
    font-family: 'Libre Baskerville';
    font-size: 19px;
    color: #1d3557;
    font-weight: 700;
    line-height: 25px;
    padding: 10px 0;
}
.security h2 {
    font-family: 'Libre Baskerville';
    font-size: 17px;
    color: #1A504B;
    font-weight: 700;
    line-height: 25px;
}
.security p {
    color: #333;
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
}
.year-table{
    margin:50px 0 0 0;
}
.lf-table table thead tr th{
    background: #cee8da;
    font-family: 'Libre Baskerville';
    font-size: 19px;
    color: #1A504B;
    font-weight: 700;
    text-align: center;
}
.lf-table table tbody tr td,.lf-table table tbody tr th{
     color: #333;
    font-size: 19px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    text-align: center;
    background:#f7f7f7;
}
.lf-table h3 {
    font-family: 'Libre Baskerville';
    font-size: 25px;
    color: #333;
    font-weight: 700;
    line-height: 25px;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 25px;
}
.school-days {
    padding:0 50px;
    margin-bottom: 50px;
}
.school-days li{
      font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
    list-style: none;
    position: relative;
}
.school-days  li:after{
   position: absolute;
    left: -25px;
    height: 12px;
    width: 12px;
    top: 8px;
    content: "";
    background-image: url(../images/r-arrow.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.mega-menu-wrapper {
    border-top: 1px solid;
    border-color: #fff;
    top:115px;
    position: fixed;
    padding: 0;
    height: 350px;
    overflow: hidden;
    left: 0;
    right: 0;
    background: #ccc;
    z-index: 99;
    opacity:0;
    visibility: hidden;
    border-top:1px solid #333;
     transition: all 0.5s ease;
}  
.mega-nav ul li:after{
   position: absolute;
    left: -25px;
    height: 12px;
    width: 12px;
    top: 8px;
    content: "";
    background-image: url(../images/r-arrow.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.mega-nav {
    margin-top: 25px;
}
.mega-nav  ul li{
    list-style: none;
    position: relative;
    padding-bottom: 15px;
}
.mega-nav  ul li a{
 font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #333;
    cursor: pointer;
}
.mega-menu {
    padding-top:50px;
}
.mega-menu-wrapper .container{
    max-width: 950px;
}
.mega-menu .abt-btn{
    color: #fff;
   margin: 0 70px 0 0;
}
.mega-menu-wrapper h5 {
    font-family: 'Libre Baskerville';
    font-size: 20px;
    color: #333;
    font-weight: 700;
    line-height: 25px;
    padding: 10px 0 0 0;
    text-align: center;
    text-transform: uppercase;
}
.main-menu li:hover .mega-menu-wrapper{
  opacity: 1;
  visibility: visible;
  top:105px;
} 
.pr-assosiation ul li{
      font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
    list-style: none;
    position: relative;
}

.pr-assosiation ul{
    padding: 0 15px;
    border:0;
    margin-bottom: 25px;
}
.pr-assosiation ul li:after{
   position: absolute;
    left: -25px;
    height: 12px;
    width: 12px;
    top: 8px;
    content: "";
    background-image: url(../images/r-arrow.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.pr-assosiation h5{
    font-family: 'Libre Baskerville';
    font-size: 20px;
    color: #333;
    font-weight: 700;
    line-height: 25px;
    padding: 15px 0;
}
.pr-assosiation p{
      font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
}
.class-parent p{
    margin-bottom: 15px;
      font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
}
.class-parent{
    padding:25px 0 50px 0;
}
.pr-assosiation{
    margin-top: 75px;
}

.lf_ul li{
      font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
    list-style: none;
    position: relative;
}
.lf_ul{
    padding:0 25px;
    border:0;
    margin-bottom: 25px;
}

.lf_ul li:after{
   position: absolute;
    left: -25px;
    height: 12px;
    width: 12px;
    top: 8px;
    content: "";
    background-image: url(../images/r-arrow.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.testimonial {
    margin: 50px 0;
}
.testi-block{
    background:#e6e6e6;
    padding: 25px 50px;
    min-height: 350px;
}
.testi-block p{
    font-family: 'Libre Baskerville';
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 25px;
    padding:15px 0;
}
.testi-block h3{
      font-size: 30px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #1A504B;
}
.testi-block h3 span{
    font-style: italic;
    font-weight: 500;
     font-family: 'Titillium Web', sans-serif;
     color: #333;
     font-size: 15px;
     display: block;
}

.testi-block a{
    font-family: 'Libre Baskerville';
    font-size: 20px;
    color:#1A504B;
    font-weight: 600;
    display: block;
    padding-top: 25px;
}


.lf-team h3{
    text-align: left;
}
.lf-team .community-block h2{
    padding-bottom: 0;
}
.lf-team .community-block  span{
  font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding-bottom: 15px;
    display: block;
}
.community.lf-team {
    margin: 0 0 100px 0;
}
.community.lf-team h3{
    padding-left: 15px;
}
.community.lf-team .community-block p{
    min-height: 50px;
}
.main-drop{
    position: relative;
}
.main-drop .nav-tabs{
    display: flex !important;
    flex-direction: column !important;
    position: absolute;
    left: 0;
}
.alumi p{
    margin-bottom:50px !important;
}
.admission{
    margin:50px 0;
}
.admission-header{
      font-family: 'Libre Baskerville';
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    padding:15px; 
    background-color:#1A504B;
    text-transform: uppercase;
}   
.admission h2{
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    display: block;
    padding-bottom: 25px;
}
.admission-form label{
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
    min-height: 25px;
    color: #000;
}
.admission-form{
   padding: 25px 0;
    border: 1px solid #a4a2a2;
    margin-bottom: 25px;
}
.radio-btn .custom-radio{
    margin:0 15px;
}
.admission-form .form-control{
    border-radius: 0;
    height: 40px;
        font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    border-color:#8b8b8b;
}
.radio-btn .custom-radio label{
     font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
}
.form-group.d-flex.correspondent{
    margin:15px 0 0 0;
}
.form-group.d-flex.correspondent .send {
    margin-left: 25px;
}
.custom-checkbox{
    margin-left: 15px;
}
.form-group.d-flex.correspondent .send label{
    font-size: 15px;
}
.prv-schools{
    margin: 15px 0;
}
.prv-schools span{
      font-size: 11px;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 15px;
    display: block;
}
.prv-schools .form-control{
    margin-bottom: 15px;
}
.prv-schools label{
    min-height: 50px;
}
.prv-schools p{
      font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    margin-top: -15px;
    display: block;
    margin-right: 15px;
}
.learning-difficult label{
    font-size: 16px;
}
.admission h3{
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.difficulty{
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.hobbies {
    padding: 15px;
    border: 1px solid #ccc;
    margin: 15px;
    min-height: 290px;
}
.skill-set {
    padding: 15px;
    border: 1px solid #ccc;
    margin: 15px;
    min-height: 250px;
}
.skill-set label{
    font-size: 16px !important;
}
.skill-set .form-group{
    margin: 3px 0 !important;
}
.skill-set .difficulty{
    margin-bottom: 25px;
}
.terms p{
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    margin:0;
    padding: 0 0 15px 0;
    color:#000;
}
.terms h3{
  font-family: 'Libre Baskerville';
    font-size: 20px;
    color: #333;
    font-weight: 600;
}
.terms  ul li{
      font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
    list-style: none;
    position: relative;
}

.terms  ul{
    padding: 0 50px;
    margin-bottom: 25px;
}
.terms  ul li:after{
   position: absolute;
    left: -25px;
    height: 12px;
    width: 12px;
    top: 8px;
    content: "";
    background-image: url(../images/r-arrow.png);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.file-btn{
    border:1px solid #ccc;
      font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
    padding: 10px;
}
.file-btn input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}
.sec-f p{
      font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    padding:5px 15px;
}
.file-photo{
     min-height: 150px;
    padding: 25px;
    border:1px solid #333; 
    display: flex;
    justify-content: center;
    align-items: center;
     font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    position: relative;
    margin-bottom: 25px;
}
.file-photo span i{
    padding-bottom: 10px;
}
.file-photo input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
  min-height: 150px;
    padding: 25px;
    max-width: 150px;
}
.matilda{
   margin-top: 25px;
   margin-bottom: 0;
}
.matilda p{
    padding-bottom: 25px;
}
.matilda h3{
    line-height: 30px;
    color: #1D3557;
}
.p-75-bottom{
    padding-bottom: 75px;
}
.school-camps ul {
    padding: 25px 35px;
}
.school-camps ul li{
  font-size: 18px;
  color: #1D3557;
  font-weight: 600;
}
.school-camps ul li span{
    font-weight: 600;
    font-size: 14px;
    display: block;
    color: #333;
    font-style: italic;
}
.school-camps p{
    padding-bottom: 15px !important;
}
.school-camps img{
    padding-bottom: 25px;
}
.capable h2 {
    font-size: 24px;
    font-family: 'Libre Baskerville';
    font-weight: 500;
    color: #757474;
    text-align: center;
    line-height: 37px;
}
.capable{
    padding:50px 0;
}
.capable  p {
    color: #333;
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding-top: 25px;
}
.school-camps ul li p {
    font-weight: 600;
    font-size: 13px;
    display: block;
    font-weight: 600;
    color: #333;
    font-style:normal;
    padding-bottom: 0;
}
.capability{
    margin:0 0 0 0;
}
.capability ul{
    padding-top: 0;
    margin-bottom: 0;
}
.set > .content ul{
   padding-top: 25px;
}
section.pr-assosiation.school-camps.capability h3  {
    padding-top: 100px;
}
#faq .modal-title{
    color: #333;
    font-size: 15px;
    font-family: 'Titillium Web', sans-serif; 
}
#faq .modal-footer .btn{
     font-size: 21px;
    font-family: 'Titillium Web', sans-serif; 
}
#faq .modal-header{
       padding: 20px 20px 0 20px;
    border:0;
}
.how-apply p{
     font-size: 19px;
    font-family: 'Titillium Web', sans-serif; 
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.how-apply h1{
    margin-bottom: 15px;
}
.how-apply .btn-primary{
 background: #1D3557;
    padding: 15px 50px;
    color: #fff;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    border-radius: 15px;
    border: 0;
    z-index: 1;
}
.admission-btn {
    background: #1A504B;
    padding: 10px 35px;
    color: #fff;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    border-radius: 25px;
    border: 0;
}
.b-ul{
    background-color: #f4f4f4;
}
.b-ul li{
    padding:7px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer;
}
.b-ul li:after{
    position: absolute;
    left: 0;
    top: 0;
    height:0;
    width: 5px;
    transition: all 0.5s ease;
    content: "";
    opacity: 0;
    background-color: #b30009;
}
.b-ul li:hover:after{
    opacity: 1;
    height: 100%;
}
.b-ul li.active:after{
    opacity: 1;
    height: 100%;
}
.b-ul li a{
     font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
    padding-left: 15px;
    display: block;
}
.boarding{
    margin: 75px 0;
}
.boarding h5{
    font-family: 'Libre Baskerville';
    font-size: 30px;
    line-height: 40px;
    color: #222;
    font-weight: 700;
    padding-bottom: 10px;
}
.boarding h3{
    font-family: 'Libre Baskerville';
    color: #1D3557;
    font-size: 19px;
    font-weight: 700;
    padding:5px 15px;
}
.boarding p{
color: #333;
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    padding: 10px 0;
}
.boarding .pre-school .school .col-md-6 .block{
  min-height: 300px;
}
.boarding .pre-school{
    margin:25px 0 0 0;
    padding: 0 !important;
}
.boarding-skills{
     background-color: #f4f4f4;
     margin:15px 0;
     padding:15px 50px;
     font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
}
.boarding-skills li{
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #333;
    padding:5px 0;
    position: relative;     
}
.boarding-skills li:after{
    position: absolute;
    left:-15px;
    top:5px;
    font-size: 17px;
    font-weight: 600;
    content: ">";
    color: #b30009;
}
.board-offers{
    margin-top: 15px;
}
.board-offers .block{
  background-color: #f4f4f4; 
  margin-bottom: 15px;
  min-height: 75px; 
  align-items: center;
}
.board-offers .block h2{
    background-color: #1D3557;
     font-size: 50px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    color: #fff;
    width: 75px;
    text-align:center;
    padding: 15px;
}
.board-offers .block ul{
    padding: 15px;
}
.board-offers .block ul li{
    font-size: 13px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #333;
    padding-bottom: 5px;
}

.board-contact{
    background-color: #1D3557;
     font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height:25px;
    padding: 15px;
    margin-top: 25px;
}
.board-contact span{
    font-weight: 500;
}
.boarding .pre-school .school .col-md-6 .block img{
    max-width: 75px;
}
.lf-contact{
    background-color: #f4f4f4;
    padding:75px 25px;
}
.lf-contact .form-group{
    padding-bottom: 20px;
}
.lf-contact form input, .lf-contact form select{
    border:1px solid #a6a4a4;
    height: 45px !important;
     font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
}
.lf-contact textarea{
    height: 100px !important;
    border:1px solid #a6a4a4;
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
}
.lf-contact p{
    color: #333;
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}
.sign-in span a{
    color: #fff;
}