/*
* Author : Planet Web Solution
* Website Name : ed4.0
* Version : 1.0
*/
/*------------------------
Web Fonts css
------------------------*/
@font-face {
font-family: 'AvenirRoman';
src: url('../fonts/AvenirRoman.eot');
src: url('../fonts/AvenirRoman.eot') format('embedded-opentype'),
url('../fonts/AvenirRoman.woff2') format('woff2'),
url('../fonts/AvenirRoman.woff') format('woff'),
url('../fonts/AvenirRoman.ttf') format('truetype'),
url('../fonts/AvenirRoman.svg#AvenirRoman') format('svg');
}
@font-face {
font-family: 'AvenirLight';
src: url('../fonts/AvenirLight.eot');
src: url('../fonts/AvenirLight.eot') format('embedded-opentype'),
url('../fonts/AvenirLight.woff2') format('woff2'),
url('../fonts/AvenirLight.woff') format('woff'),
url('../fonts/AvenirLight.ttf') format('truetype'),
url('../fonts/AvenirLight.svg#AvenirLight') format('svg');
}

@font-face {
font-family: 'AvenirMedium';
src: url('../fonts/AvenirMedium.eot');
src: url('../fonts/AvenirMedium.eot') format('embedded-opentype'),
url('../fonts/AvenirMedium.woff2') format('woff2'),
url('../fonts/AvenirMedium.woff') format('woff'),
url('../fonts/AvenirMedium.ttf') format('truetype'),
url('../fonts/AvenirMedium.svg#AvenirMedium') format('svg');
}
@font-face {
font-family: 'AvenirHeavy';
src: url('../fonts/AvenirHeavy.eot');
src: url('../fonts/AvenirHeavy.eot') format('embedded-opentype'),
url('../fonts/AvenirHeavy.woff2') format('woff2'),
url('../fonts/AvenirHeavy.woff') format('woff'),
url('../fonts/AvenirHeavy.ttf') format('truetype'),
url('../fonts/AvenirHeavy.svg#AvenirHeavy') format('svg');
}
@font-face {
font-family: 'AvenirRegular';
src: url('../fonts/AvenirRegular.eot');
src: url('../fonts/AvenirRegular.eot') format('embedded-opentype'),
url('../fonts/AvenirRegular.woff2') format('woff2'),
url('../fonts/AvenirRegular.woff') format('woff'),
url('../fonts/AvenirRegular.ttf') format('truetype'),
url('../fonts/AvenirRegular.svg#AvenirRegular') format('svg');
}
@font-face {
font-family: 'AvenirBlack';
src: url('../fonts/avenirblackwebfont.eot');
src: url('../fonts/avenirblackwebfont.eot') format('embedded-opentype'),
url('../fonts/avenirblackwebfont.woff2') format('woff2'),
url('../fonts/avenirblackwebfont.woff') format('woff'),
url('../fonts/avenirblackwebfont.ttf') format('truetype'),
url('../fonts/avenirblackwebfont.svg#avenirblackwebfont') format('svg');
}
@font-face {
font-family: 'AvenirBook';
src: url('../fonts/AvenirBook.eot');
src: url('../fonts/AvenirBook.eot') format('embedded-opentype'),
url('../fonts/AvenirBook.woff2') format('woff2'),
url('../fonts/AvenirBook.woff') format('woff'),
url('../fonts/AvenirBook.ttf') format('truetype'),
url('../fonts/AvenirBook.svg#AvenirBook') format('svg');
}

/*---------------------
Global css
---------------------*/
html {
position:relative; min-height:100%;
}
* {
padding:0;
margin:0;
}
body {
background:#fff;
overflow-x:hidden;
font-size: 18px;
line-height: 24px;
font-family: "AvenirBook";
color: #555555;
}
ul , li {
list-style:none;
margin: 0;
padding: 0; }
a {
    text-decoration:none;
    outline:none;
}
a:hover , a:focus {
    text-decoration:none;
    outline:none;
}
select {
    outline:none;
}
select:focus {
    outline:0;
}
a img {
    border:none;
}
.clr {
    clear:both; height:0px;
}
a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.pad0 {
    padding: 0;
}   

/*---------------------
-------Typography----*/
h1 {
font-size: 50px;
line-height: 50px;
font-weight: 700;
font-family: "AvenirHeavy"; 
margin: 0 0 20px;
}
h2 {
font-size: 40px;
line-height: 44px;
color: #4367ae;
font-family: "AvenirRoman"; 
font-weight: 400;
margin: 0 0 20px;
}
h3 { 
font-size: 22px; 
line-height: 26px; 
color: #4367ae; 
font-family: "AvenirRoman"; 
font-weight: 400; 
margin: 0 0 20px;
}
h4 {
font-weight: 500;
font-family: "AvenirMedium";
margin: 0 0 20px;
}
h5 { font:400 16px/20px "AvenirHeavy"; color: #858585; margin: 0 0 20px;}
h6 { 
font-size:28px;  
font-family: "AvenirHeavy"; 
color: #b6b6b6; 
margin: 0 0 15px; 
letter-spacing: 6px;
}
p  {
margin: 0 0 20px;
}

/*--------------------- 
--------Buttons------*/
.btn {   
padding: 15px 40px;  
font:400 24px/35px "AvenirRoman";   
border-radius: 5px;     
display: inline-block; 
border:0;
}
.btn-primary {
color: #fff;
background:#4367ae;
}
.btn-primary:hover , .btn-primary:focus, .btn-primary:active {
background: #261d24;
color: #fff;
}
.btn-secondry {
    background-color: #4367ae;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    padding: 8px 30px;
    font-size: 18px;
}
.btn-secondry:hover, .btn-secondry:focus, .btn-secondry:active, .btn:hover, .btn:active , .btn:focus { 
    color: #fff;
} 

button:hover, button:active, button:focus, .btn:hover, .btn:active , .btn:focus {
outline: 0 !important;
box-shadow: none;
}

.under-link {
color: #4367ae;
font:22px/24px "AvenirRoman";
}
.under-link:hover {
color: #555;
}
.under-link i {
margin: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.under-link:hover i {
margin: 0 0 0 15px;
}
.theme-color {color: #4367ae}
/*--------------------
------ Forms -------*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea , .form-control { 
width: 100%; 
border: 1px solid #bab6b6; 
padding: 10px 15px; 
border-radius: 4px; 
height: 48px; 
font:16px/28px "AvenirRegular";
color: #231f20;
}
textarea , textarea.form-control{
height: 160px;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
select:hover,
textarea:hover { 
box-shadow: 0px 0px 0px 0px #dcdcdc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus , textarea.form-control:focus , select.form-control:focus { 
background: #fff; 
box-shadow: 0px 0px 0px 0px #4367ae; 
border-color: #4367ae; 
}
select.form-control , select { 
background-image: url(../img/select-bg.png) !important; 
background-position: 100% 50% !important; 
background-repeat: no-repeat !important;  
-webkit-appearance: none; 
-ms-appearance: none; 
-moz-appearance: none; 
appearance:none; 
}
select::-ms-expand {
display: none;
}

input[type="text"].active,
input[type="email"].active,
input[type="password"].active,
input[type="search"].active,
input[type="tel"].active,
input[type="number"].active,
select.active,
textarea.active { 
background: #fff; 
box-shadow: 0px 0px 0px 0px #4db959; 
border-color: #4db959 !important;
}

input[type="text"].error,
input[type="email"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="number"].error,
select.error,
textarea.error { 
background: #fff; 
box-shadow: 0px 0px 0px 0px #c50b2b; 
border-color: #c50b2b !important; 
color: #c50b2b;
}

textarea { 
resize: none; 
}
input[type="submit"] { 
color: #fff;
background: #4367ae;
}
input[type="submit"]:hover { 
color: #fff; 
background: #261d24;
}
input:focus , textarea:focus {
outline: none;
}
input::-moz-placeholder { 
opacity:1;
}

/* Check box Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
position: absolute;
left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
position: relative;
padding-left: 30px;
cursor: pointer;
font-size: 16px; 
line-height:20px ; 
color: #666666; 
margin: 0; 
font-weight: normal;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
content: '';
position: absolute;
left: 0; top: 0;
width: 20px; height: 20px;  
background: url("../img/check-off.jpg") 0 0 no-repeat;
border-radius: 0px;  
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
content: '';
position: absolute;
left: 0; top: 0;
width: 20px; height: 20px;  
background: url("../img/checked.jpg") 0 0 no-repeat;
border-radius: 0px;  
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
opacity: 0;
transform: scale(0);
}
[type="checkbox"]:checked + label:after {
opacity: 1;
transform: scale(1);
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color:    #999999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:    #999999;
opacity:  1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
color:    #999999;
opacity:  1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:    #999999;
}
input::-ms-input-placeholder { /* Microsoft Edge */
color:    #999999;
}

label , .label { 
color: #656262; 
font: 400 16px/22px "AvenirRegular"; 
margin: 0 0 10px; 
}
label sup { 
color: #ff0101; 
top: -4px;
font-size: 14px;
}


/*-------------------- Header css --------------------*/
.main-header { width: 100%; padding: 0 0 0; background: #fff;}
.main-header .container { width: 100%;  }
.main-header .col-sm-12 { padding: 0; }
.menu-icon { float: left; border-right: 1px solid #c7c7c7; width: 85px; min-height: 80px; position: relative;}
.menu_icon{
display: block;
width: 30px;
height: 30px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 99999; cursor: pointer;
}

.menu_icon span {
position: absolute;
display: inline-block;
width: 30px;
height: 4px;
background: #949494;
top: 50%;
left:  50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.menu_icon::before {
position:  absolute;
content:  "";
width: 30px;
height: 4px;
background: #949494;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -12px) rotate(0deg);
-moz-transform: translate(-50%, -12px) rotate(0deg);
-ms-transform: translate(-50%, -12px) rotate(0deg);
transform: translate(-50%, -12px) rotate(0deg);
-webkit-transition: all 0.1s linear 0s;
-ms-transition: all 0.1s linear 0s;
transition: all 0.1s linear 0s;
}
.menu_icon::after {
position:  absolute;
content:  "";
width: 30px;
height: 4px;
background: #949494;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, 8px) rotate(0deg);
-moz-transform: translate(-50%, 8px) rotate(0deg);
-ms-transform: translate(-50%, 8px) rotate(0deg);
transform: translate(-50%, 8px) rotate(0deg);
-webkit-transition: all 0.1s linear 0s;
-ms-transition: all 0.1s linear 0s;
transition: all 0.1s linear 0s;
}
.menu_icon.active span{
display: none;
}

.menu_icon.active::before{
-webkit-transform: translate(-50%, 0px) rotate(45deg);
-moz-transform: translate(-50%, 0px) rotate(45deg);
-ms-transform: translate(-50%, 0px) rotate(45deg);
transform: translate(-50%, 0px) rotate(45deg);
background: #fff;
}

.menu_icon.active::after{
-webkit-transform: translate(-50%, 0px) rotate(-45deg);
-moz-transform: translate(-50%, 0px) rotate(-45deg);
-ms-transform: translate(-50%, 0px) rotate(-45deg);
transform: translate(-50%, 0px) rotate(-45deg);
background: #fff;
}

.logo-sec { width: 66px; float: left; margin: 6px 0 0 20px;}
.menu-links { float: left; margin: 30px 0 0 25px; position: relative; z-index: 3}
.menu-links li { float: left; margin: 0 15px;}
.menu-links li a { display: block; font:17px/24px "AvenirMedium"; color: #3c3c3c; padding: 0 0 26px;}
.menu-links li a:hover , .menu-links li a.active , .menu-links li:hover a { color: #4367ae;}
.menu-links li .caret-dropdown { display: none !important; }

.menu-links .dropdown:hover .dropdown-menu { display: block; }
.menu-links .dropdown-menu { min-width: 300px; border-radius: 0; background: #fff; border: 1px solid #fff; border-top: 1px solid #3a5ea6; margin: 0; padding:5px; box-shadow: none;}
.menu-links .dropdown-menu li { width: 100%; margin: 0; border-bottom: 1px solid #e5e5e5; }
.menu-links .dropdown-menu li:last-child { border-width: 0; }
.menu-links .dropdown-menu li a { width: 100%; display: block; font-size: 15px; padding: 10px; color: #2b2b2b !important; }
.menu-links .dropdown-menu li a:hover { background: #3559a0; color: #fff !important; }

.top-right-sec { float: right; margin: 23px 20px 0 0;}
.top-social-btns { float: left; border-right: 2px solid #9c9c9c; margin: 4px 0 0;}
.top-social-btns li { float: left; margin: 0 10px 0 0;}
.top-social-btns a { display: block; color: #959595; font-size: 16px; line-height: 30px;}
.top-social-btns a:hover { color: #4367ae;}

.search-box { float: left; position: relative; margin: 0 0 0 10px; z-index: 2;}
.search-box input { position: absolute; right: 0; width: 0px;  bottom: 0px; opacity: 0; z-index: -1; height: 40px; padding: 5px 10px; font-size: 14px; line-height: 26px; transition: all .3s;}
.search-box input.search-active { bottom: -55px;  opacity: 1; z-index: 1; width: 280px;}
.search-box button { background: none; border: 0; z-index: 1; position: relative; text-align: center; font-size: 20px; line-height: 40px; color: #717171;}
.search-box button:hover { color: #4367ae; }
#srchfrm {
    height: 1px;
}
.top-donate-btns { float: left; }
.top-donate-btns li { float: left; margin: 0 0 0 15px;}
.top-donate-btns li a { width: 98px; display: block; padding:5px 0; font: 14px/26px "AvenirMedium"; color: #fff; text-align: center; background: #4367ae; border-radius: 4px; text-transform: uppercase; }
.top-donate-btns li:last-child a { background: #808080; }
.top-donate-btns li a:hover { background: #261d24; }


/*-------------------- Mobile--------------------*/
.body-overlay { width: 100%; float: left; position: fixed; top: 0; left: -100%; height: 100%; background: rgba(0,0,0,.35); z-index: 9998; -webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;}
.showmenu .body-overlay { left: 0; }
.slimScrollDiv, .menu-header-menu-container {
    height: 100% !important;
}  
.slimScrollBar {z-index: 99999 !important} 
.mobile-menu-sec
{ width: 400px !important; float: left; position: fixed; top: 0; left: -400px; height: 100% !important; background: #4367ae; z-index: 9999; -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;}
    .showmenu { overflow: hidden; }
    .showmenu .mobile-menu-sec{ left: 0; }
    .mobile-menu-sec {padding-top: 80px;}
    .mobile-menu-sec .menu-links-mobile { margin: 0 0 0; width: 100%; float: left;height: calc(100% - 80px) !important;}
    .mobile-menu-sec .menu-links-mobile li { width: 100%; float: left; margin: 0; border-top: 1px solid #577cc4;}
    .mobile-menu-sec .menu-links-mobile li a { width: 100%; float: left; display: block; font-size: 20px; font-family: "AvenirBook"; color: #fff; text-transform: uppercase; padding: 25px 30px;}
    .mobile-menu-sec .menu-links-mobile li a:hover { background: #3a5ea6; }

    .mobile-menu-sec .dropdown-menu { position: relative; min-width: 100%; border-radius: 0; background: #4367ae; border: 1px solid #3a5ea6; margin: 0; padding: 0; box-shadow: none; }
    /*        .mobile-menu-sec { overflow-y: scroll; }*/
    .mobile-menu-sec .menu-links-mobile li .dropdown-menu a { width: 100%; float: left; display: block; font-size: 15px; font-family: "AvenirBook"; color: #fff; text-transform: uppercase; padding: 15px 15px 15px 35px;}

    /*-------------------- Header css Close --------------------*/

/*-------------------------
Main Banners css 
--------------------------*/
.main-content-section { 
width: 100%;
    position: relative;
    z-index: 1;
}
.main-product-slide { 
margin: 0 !important; 
}
.main-product-slide-list {
width: 100%; 
background-size: cover !important; 
background-position: 50% 0%!important; 
background-repeat: no-repeat !important; 
}
.slide-deials {
width: 100%; 
padding: 400px 0 80px;
}
.slide-deials h2 { 
font:50px/60px "AvenirMedium"; 
color: #fff; 
margin: 0 0 10px;
}
.slide-deials p { 
font:24px/32px "AvenirRegular";
color: #fff;
margin: 0 0 30px; 
}
.slide-deials a { 
font-size: 22px;
color: #fff !important;
}
.slide-deials a i {margin-left: 10px;}
.main-content-sec { 
width: 100%; 
padding: 55px 0;
}
.main-content-details {
width: 100%; 
padding: 50px 0 55px; 
border-top: 1px solid #bdbbbc; 
}
/*/ home-main-video /*/
.main-video { 
display: inline-block;
width: 100%;
position: relative;
z-index: 1;
overflow: hidden;
}
.main-video:after {
left: 0; 
top:0; 
width: 100%; 
position: absolute;
background-color: rgba(0,0,0,0.5); 
z-index: 2; 
height: 100%; 
content: "";
z-index: 2;
}
.main-video .slide-deials { 
left: 0; 
width: 100%; 
position: absolute; 
bottom:80px; 
padding: 0;
z-index: 3;
}
.main-video video { 
width: 100%;
background: url(ed4.01.png) 50% 50% no-repeat;
background-size: 400px;
max-height: 800px;
object-fit: cover;
vertical-align: bottom;
}

/*literacy-and-mathematics-section*/
.literacy-and-mathematics-section {
padding: 45px 0 80px;
}
.literacy-and-mathematics-section .video-box iframe {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.literacy-and-mathematics-section .video-box {
position: relative;
/* padding-top: 58%; */
}
.video-box video, .video-box .video-btns img {
    cursor: pointer;
}

/*.literacy-and-mathematics-section .video-box video {
height: 366px;
}*/
.literacy-slider .slick-dots {
margin-bottom: 0px;
margin-top: 0px;
}
.slide-logo img {
    margin: 0 auto;
}
.literacy-slider .slick-dots li {
    height: 30px;
     width: 30px;
}
.literacy-slider .slick-dots li button {
     border: none;
     height: 30px;
     width: 30px;
}
.literacy-slider .slick-dots li:first-child button {
    background: rgba(34,27,34,0.8);
}
.literacy-slider .slick-dots li:nth-child(2) button {
    background: rgba(34,27,34,0.6);
}
.literacy-slider .slick-dots li:nth-child(3) button {
    background: rgba(34,27,34,0.4);
}
.literacy-slider .slick-dots li:nth-child(4) button {
    background: rgba(34,27,34,0.2);
}
.literacy-slider .slick-dots li.slick-active button {
    background: rgba(34,27,34,1);
    border: none;
}

.literacy-and-mathematics-content {
padding: 10px 0 0;
text-align: center;
}
.literacy-and-mathematics-section p {
    font-size: 22px;
    color: #383838;
    line-height: 42px;
    margin-bottom: 10px;
}
.literacy-and-mathematics-content .qouted-content {
    margin-bottom: 0;
    font-family: 'AvenirRoman';
    position: relative;
    padding-top: 20px;
}
.literacy-and-mathematics-content .qouted-content:before {
    content: '\f10d';
    position: absolute;
    top: -8px;
    left: 6px;
    color: #adadad;
    font-size: 15px;
    font-family: 'Font Awesome 5 free';
    font-weight: 600;
}
.literacy-and-mathematics-content .qouted-content-last:after {
    content: '\f10e';
    position: absolute;
    bottom: 10px;
    right: 3px;
    color: #adadad;
    font-size: 15px;
    font-family: 'Font Awesome 5 free';
    font-weight: 600;
}
.video-box .video-btns {
    margin-top: 10px;
}
.video-box img {
    display:inline-block;
}
.design-dots {
    margin-bottom: 30px;
}
.literacy-and-mathematics-section span.first-span {
    font-size: 50px;
    color: #4367ae;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.literacy-and-mathematics-section span.second-span {
    font-size: 42px;
    color: #4367ae;
    text-transform: uppercase;
}
.literacy-and-mathematics-section span.third-span {
    font-size: 36px;
    color: #474747;
}
.literacy-and-mathematics-section span.forth-span {
    font-size: 31px;
    color: #474747;
    text-transform: uppercase;
}

/* footer-css */
.master-footer {
float: left; 
width: 100%; 
background-color: #191919;
}
.footer-top {
padding: 35px 0;
}
.master-footer {  
color: #fff; 
font-size: 16px;
line-height: 18px; 
}
.master-footer p {  
color: #fff;  
margin: 0 0 15px;
}
.master-footer a:hover,
.master-footer a:focus, 
.master-footer a:active { 
color: #c8c8c8; 
}
.footer-block {
margin: 0 0;
}
.master-footer ul { 
padding: 0;
}
.footer-bottom { 
margin: 0 0; 
background: #101010; 
padding: 20px 0;
}
.footer-bottom p  { 
color: #a2a2a2; 
font-size: 16px; 
line-height: 45px; 
margin: 0; 
}
.footer-title {
margin-bottom: 15px;
color: #fff; 
position: relative;  
}
.master-footer .footer-block li { 
list-style: none;
} 
.footer-block li a {
display: inline-block; 
text-transform: capitalize; 
color: #fff; 
font: 16px/24px "AvenirRegular";
}
.newsletter-sec { 
padding: 35px;
background: #282828;
width: 100%; 
float: left; 
}
.newsletter-sec h5 { 
color: #fff; 
font: italic 26px/30px "AvenirMedium"; 
margin: 0 0 15px;  
}
.followus { 
clear: both; 
float: right; 
}
.socialmedia-icons {
float: right; 
}
.socialmedia-icons li { 
float: left; 
margin: 0 0 0 10px;
}
.socialmedia-icons li:first-child {  
margin:  0; 
}
.socialmedia-icons li a { 
width: 43px; 
height: 43px; 
border-radius: 100%; 
text-align: center; 
border: 1px solid #6c6c6c; 
display: block; 
color: #6c6c6c;     
font-size: 16px; 
line-height: 43px;
}
.socialmedia-icons li a:hover {
background: #4367ae; 
color: #fff; 
border-color: #4367ae; 
}
.socialmedia-icons li:nth-child(2) a:hover {
background: #00aced; 
border-color: #00aced; 
}
/* .socialmedia-icons li:nth-child(3) a:hover {
background: #dd4b39; 
border-color: #dd4b39; 
} */
.socialmedia-icons li:nth-child(3) a:hover {
background: #007bb6; 
border-color: #007bb6; 
}
.socialmedia-icons li:nth-child(4) a:hover {
background: #db2458; 
border-color: #db2458; 
}
.newsletter-form { 
width:100%; 
float: left;
}
.newsletter-form [type="email"],
.newsletter-form .btn {
display: inline-block; 
vertical-align: 
top;margin: 0; 
border: 1px solid transparent !important; 
padding: 12px 15px; 
border-radius: 0;
font-size: 18px;
line-height: 24px; 
height: 48px;
}
.newsletter-form input[type="email"] { width: 67%; float: left; font-size: 16px; background: #191919; border: 1px solid #484848 !important; color: #fff;}
.newsletter-form .btn { width: 30%; float: right; border-radius: 0; background-color: #4367ae; color: #fff; text-align: center;}
.newsletter-form .btn:hover { background: #000; }
.plus-icon:before { content: "+"; }
.minus-icon:before { content: "-"; }
.plus-icon,  .minus-icon { color: #ccc;position: absolute;right: 8px;display: none;}
/* footer-css */

#elevator_item {width: 40px; height: 40px; position: fixed; right: 30px; bottom: 20px; -webkit-transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -o-transition: opacity .4s ease-in-out; opacity: 1; z-index: 9997; display: none; -webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-ms-transition: all 0.2s;
-o-transition: all 0.2s; font-size: 40px; color: #4db959;
transition: all 0.2s;
}
#elevator_item.off { opacity: 0; visibility: hidden }
#elevator { display: block; width: 40px; height: 40px; cursor: pointer; margin-bottom: 0 ; color: #4367ae; }
#elevator_item:hover { -ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari */
transform: rotate(180deg);
}


/*What-we-do-css*/
.page-title-section {
height: 495px;
position: relative; 
background-position: 50% 50% !important; 
background-repeat: no-repeat !important; 
background-size: cover !important
}
.page-title-section:before {
content: '';
position: absolute;
left: 0;
right: 50%;
background: rgba(0,0,0,.25);
bottom: 0;
z-index: 0;
height: 142px;
}
.page-title-section:after {
border-bottom: 142px solid rgba(0,0,0,.25);
border-right: 130px solid transparent;
width: 0;
height: 0;
content: "";
display: block;
position: absolute;
left:50%;
bottom: 0;
}
.page-title-section .page-title {
position: absolute; 
bottom: 42px; 
left: 0; 
color: #fff; 
font-weight: 600;

z-index: 2;
}
.page-title-section .page-title h1 {
margin:0;
}
.page-title-section .col-md-8, .page-title-section .container, .page-title-section .row {
height: 100%
}

/*What-we-do-css-2*/
.education-enovation {
    padding-bottom: 70px;
    padding-top: 50px;
}
.framwork-box {
    text-align: center;
    padding: 0 20px;
}
.framwork-box p {
    font-size: 16px;
}
.framwork-box img {
    margin:0 auto;
}
.paper-holder {
    margin-bottom: -10px;
}
.framework-icon {
    margin-bottom: 20px;
}
.framework-content {
    background: #f4f4f4;
    padding: 70px 20px;
    box-shadow: -15px 15px 45px rgba(0,0,0,0.15);
}
.framework-content h3 {
    font-size: 20px; 
    font-family: 'AvenirHeavy';
    margin-bottom: 10px;
}
/* .poster-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
    overflow: hidden;
    cursor: pointer;
} */

/*the-situation-section*/
.the-situation-section{
position: relative;
}
.the-situation-section:before {
background: url(../img/the-situation-pattern-left.png) no-repeat; 
width: 50%;    
background-position: 0 12%;
height: 100%; 
position: absolute; 
left: 0; 
content: ''
}
.the-situation-section:after {
background: url(../img/our-impact.png) no-repeat;
width: 100%;
background-position: 100% 0%;
height: 100%;
position: absolute;
right: 0;
content: '';
top: 0;
z-index: -1;
}
.the-situation-section .right-box {
position: absolute;
right: 0;
top: 0;
float: right;
width: 33%;
max-width: 555px;
}
.the-situation-section .right-box-what-we-do {
    position: relative;
}
.the-situation-section .right-box img{
width: 100%
}
.the-situation-section span {
color: #4367ae
} 
.the-situation-section h2 {
color: #3a3a3a; 
font-family: 'AvenirBlack';    
margin-bottom: 35px;
}
.the-situation-section h2 span {
text-transform: uppercase;
}
.situation-content {
padding-bottom: 35px;
padding-top: 50px;
}
.what-we-do-sepretor {
    margin-top: 50px;
}
.situation-problem-content {
background: #4367ae;
color: #fff;
padding: 55px 55px 0px; 
position: relative;
z-index: 1;
clear: both;
margin-top: 50px;
}
.situation-problem-content:before {
background: url(../img/the-situation-pattern-img.png) no-repeat; 
width: 100%;    
top: 50%;
height: 100%; 
position: absolute; 
left:100%; 
content: ''
}
.situation-problem-content h2, .situation-problem-content h6{
color: #fff;
}
.situation-problem-content .demographic-img {
margin-right: -55px;
}

/* Ed4.0 blog */
.ed-blog-section {
background: #f6f6f6; 
padding: 55px 0; 
font-family: 'AvenirRoman';
clear: both;
}
.ed-blog-section .blog-title h3 {
margin-bottom: 0
}
.ed-blog-section .blog-box {
margin-top: 20px; 
}
.ed-blog-section .blog-thumbnail {
margin-bottom: 30px;
display: block;
overflow: hidden;
height: 100%;
}
.ed-blog-section .blog-thumbnail img {
width: 100%;
transform: scale(1);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
height: auto;
}
.ed-blog-section .blog-box:hover .blog-thumbnail img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
}
.blog-title-link h3 {
margin-bottom: 4px;
}
.blog-title-link h3 a {
color: #4367ae;
}
.blog-title-link span {
font-size: 16px;
}
.ed-blog-section .blog-box .img-container {
    width: 100%;
    height: 200px;
    overflow:hidden;
    margin-bottom: 20px;
}
.ed-blog-section .blog-box .img-container img {
    height: 100%;
    max-width: 100%;
}

.blog-page .blogs-list .img-block {
   height: 165px;  
}
.blog-page .blogs-list .img-block img {
    height: 100%;
    max-width: 100%;
}
/* imapact-page-css */
.skills-section { 
background-color: #fff; 
padding-bottom: 100px; 
position: relative;
}
.quality-edu-block { 
display: inline-block; 
width: 100%; 
margin-top: 40px; 
}
.blue-bg-heading { 
color: #fff; 
background-color: #4367ae; 
display: inline-block; 
padding: 15px 20px;
/* text-transform: uppercase; */
}
.blue-bg-heading span { text-transform: none; color: #fff !important; }
.team-outer .team-row {
    display: table;
    margin: 0 auto;
}
.inline-img { 
display: inline-block; 
vertical-align: top; 
}
.skill-block { 
display: inline-block; 
width: 100%; 
padding: 90px 50px 0 70px; 
position: relative;
}
.shape1:after { 
width: 640px; 
height: 640px; 
background: url(../img/shape-1.png) 0 -40px no-repeat; 
content: "";
position: absolute; 
top: 0; left: 0; 
}
.shape3, .shape4 { 
padding-top: 10px; 
padding-bottom: 30px;
}
.shape3:after { 
width: 640px; 
height: 640px; 
background: url(../img/shape-3.png) 0 0 no-repeat; 
content: ""; 
position: absolute; 
top: -330px; 
left: -30px; 
}
.shape4:after { 
width: 640px; 
height: 640px; 
background: url(../img/shape-4.png) 0 0 no-repeat; 
content: ""; 
position: absolute; 
top: -300px; 
right: 0; 
}
.skill-block h3 { 
font-size: 20px; 
margin-bottom: 0px; 
text-transform: uppercase; 
}
.skill-block p { 
font-size: 15px; 
font-weight: 500; 
line-height: 18px; 
color:#4b4b4b; 
margin-bottom: 10px;
}
.skill-image {
margin:-40px auto; 
position: relative; 
z-index: 1; 
}
.skill-image img {
display: block; 
margin: 0 auto; 
}    
/* press-page */
.large-post-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.quick-links {
display: inline-block; 
width: 100%; 
}
.quick-links h3 { 
color: #fff; 
background-color: #4367ae; 
padding: 30px; 
text-transform: uppercase;
margin: 0;
}
.quick-links ul {  
background-color: #cbddff; 
list-style: none; 
padding: 30px 30px 70px; 
border-bottom: 3px solid #4367ae;
}
.quick-links li a {  color: #4367ae; font-size: 18px; font-weight: 600; padding: 20px 20px 20px 50px; border-bottom: 1px solid #bacef4; display: block; background: url('../img/arrow-right.png') 20px center no-repeat;
}
.quick-links li:hover a{
background-position: 25px;
}
h3.recent-post-title { font-size: 20px; text-transform: uppercase; color: #b6b6b6; font-family:'AvenirHeavy';margin-bottom: 5px; letter-spacing: 4px}
.recent-post .post { position: relative; display: inline-block; width: 100%; z-index: 1; margin-bottom: 10px; overflow:hidden;}

.recent-post .post img { 
    width: 100%; 
    height: auto;
    -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        transform: scale(1);
}
.recent-post .post:hover img { width: 100%; 
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
     }
.post.sm-post .post-detail { height: 100%; top: 0;}
.post.sm-post .post-detail p { position: absolute; bottom: 30px;padding-left: 10px;}
.post.post-with-img .post-detail { position: absolute; left: 0; bottom: 0;  width: 100%; z-index: 3; padding: 24px;}
.post.post-with-img .post-detail .post-title, .post.post-with-img .post-detail p, .post.post-with-img .post-detail .post-date { color: #fff; margin-bottom: 5px;}
.post.large-post .post-detail .post-title { font-size: 27px; }
.post.sm-post .post-detail .post-title { font-size: 24px; }
.post .btn { padding: 15px 30px; text-transform: uppercase; border-radius: 0; font-size: 18px; margin-bottom: 30px;}
.small-post .recent-post .large-post {
    height: 200px;
}
.small-post .recent-post .large-post a {
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
    height: 100%;
}
.small-post .recent-post .large-post img {
    height: 100%;
    max-width: 100%;
}
/* press-page new*/
.press-page {padding-bottom: 20px;padding-top: 70px;}
.recent-post {padding-top: 10px;}
.recent-post-article h2 { margin-bottom: 10px; line-height: 36px;}
.recent-post-article h2 a{font-size: 35px; color: #4e4e4e; line-height: 36px;}
.recent-post-article h5{margin-bottom: 0px;}
.recent-post-article a.under-link i{margin-left: 0}
.recent-post-article a.under-link:hover i{margin-left: 15px;}
.post-article h5{margin-bottom: 5px}
.post-article h3{font-size: 24px; color: #575757; font-family: 'AvenirHeavy'}
.post-article h3 a{color: #575757}
.post-article {padding-bottom: 30px;}
.purpose-section{background-size: cover !important; padding: 56px 0;color: #fff;}
.purpose-section h2 {color: #fff; font-family: "AvenirBlack";}
.purpose-section .purpose {padding-top: 30px;}
.ed4-team-section {padding: 45px 0;}
.team-outer ul li {float: left;display: inline-block;margin: 15px 0 0;}
.team-outer ul li + li{margin-left: 16px;}
.team-outer ul li:nth-child(4n+1){margin-left: 0;}
.team-box {position: relative; border: 1px solid #bdbdbd;overflow: hidden; cursor: pointer;}
.team-box img {filter: grayscale(100%);-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); 
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s; height: auto;}
.employee-detail {
    background: rgba(67, 103, 174, .83);
    color: #fff;
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.team-box:hover .employee-detail{bottom: 0}
.team-box:hover img {filter: inherit;-webkit-filter: inherit; -moz-filter: inherit; -ms-filter: inherit;}
.employee-name {font-size: 18px;}
.employee-designation {font-size: 16px;}
section.business-model-section {padding: 45px 0;}
section.business-model-section h2{ 
    color: #3a3a3a;
    font-family: 'AvenirBlack';
    margin-bottom: 35px;
}
section.business-model-section h3 {font-size: 25px;color: #3a3a3a; font-family: 'AvenirBlack'; margin-bottom: 10px}
section.business-model-section a {font:20px/24px "AvenirRoman";text-align: center;
    display: block;
}
section.business-model-section a i{font-size: 16px}
section.business-model-section  .business-services{margin-top: 20px}



/* service-page-css */
.services-block h4 { margin: 20px 0 40px; font-size: 20px; }
.arrow-list li { position: relative; padding-left: 20px; margin-bottom: 20px;}
.arrow-list li:before {  content: "\f105"; position: absolute; left: 0; top:0; font-family:Font Awesome\ 5 Free; font-weight: 900;}
.service-row { padding: 0 80px;float: left; width: 100%;}
.service-row .service-img { position: relative; overflow:hidden;}
.service-row .service-img, .service-row .service-detail { padding: 0; }  
.service-row .service-img:before { position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.4);  height: 100%; width: 100%; content: "";z-index: 2; }
.service-row .service-img p { font-weight: bold; line-height:40px; color: #fff; position: absolute; top: 50%; text-align: center;
 transform: translatey(-50%);
  z-index: 3; width: 100%; font-size: 30px;} 
.service-row .service-img img {  
    width: 100%; 
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service-row .service-img:hover img {
    transform: scale(1.1);
} 
.service-row .service-detail { padding: 40px 20px; height: 303px; display: table; vertical-align: middle;}
.service-row .service-detail .inner-wrapper { 
   display: table-cell;  vertical-align: middle;
}
.service-row .service-detail .inner-wrapper p
.service-row .pull-right + .service-detail { padding: 40px 20px 40px 0; }
.services-block .btn { margin: 60px auto;  border-radius: 0; font-size: 18px; padding-top: 10px; padding-bottom: 10px;}


.our-objective-section { width: 100%; background: #fff; text-align: center; position: relative;}
.our-objective-section:before { position: absolute; top:26px; left: 0; width: 100%; height: 1px; background: #ccc; content: "";  }
.our-objective-row { padding: 0; }
.our-objective-section h2 {font-size: 50px;line-height: 50px;font-weight: 700;font-family: "AvenirHeavy";margin: 0 0 40px; color: #000;}
.our-objective-section h2 span { background: #fff; padding: 0 10px;} 
.our-objective-box { width: 100%; float: left;     z-index: 0;
    position: relative;} 
.our-objective-thumb { width: 100%; float: left; position: relative; overflow: hidden;} 
.our-objective-thumb img { width: 100%; 
    transform: scale(1); 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}    
.our-objective-box:hover .our-objective-thumb img { transform: scale(1.1); } 
.our-objective-thumb:before{border-bottom: 50px solid #fff;border-left: 390px solid transparent;width: 0;height: 0;
content: "";display: block;position: absolute;left: 0;right: 0;bottom: 0; z-index: 3; -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.our-objective-box:hover .our-objective-thumb:before { border-bottom: 20px solid #fff; } 


.our-objective-details { width: 100%; float: left; padding:40px 30px 40px; font:30px/36px "AvenirBook"; color: #000; min-height: 200px;}
.our-objective-details span { width: 100%; float: left; font-family: "AvenirHeavy";    font-size: 35px;
line-height: 55px; }
.our-objective-shadow .our-objective-details { box-shadow: 0px -20px 20px 0px rgba(0,0,0,.3); }


/*Join Ed4.0*/
.join-ed4 {
    padding: 67px 0;
    position: relative;    
    background-size: cover !important;
}
.join-ed4 br {
    display: none;
}
.join-ed4:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,.75);
}
.join-ed4 h2 {display: inline-block; width:100%; font-size: 50px;line-height: 50px;font-weight: 700;font-family: "AvenirHeavy";margin: 0 0 40px; color: #fff; text-align: center; position: relative;}
.heading-img { 
	display: inline-block;
    vertical-align: middle; }
.login__form {
    color: #333;
    font-family: "Open Sans", sans-serif;
    border-radius: 5px;
}
.login__form .login__header {
    padding-top: 30px;
    text-align: center;
    margin-bottom: 60px
}
.login__form .login__header .login__title {
    font-size: 24px;
    font-weight: 400
}
.login__form .login__group {
    position: relative
}
.login__form  .login__group .login__input {
    margin-top: 20px;
    color: #fff;
    display: block;
    border: none;
    border-bottom: 3px solid #fff;
    background: transparent;
    border-radius: 0
}
.login__form textarea {
    height: 100px;
}
.login__form  .login__group .login__input:focus {
    outline: none
}
.login__form  .login__group .login__input:focus ~ label,
.login__form  .login__group .login__input:valid ~ label {
    top: -20px;
    font-size: 12px;/*
    text-transform: uppercase*/
}
.login__form  .login__group .login__label {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 12px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all
}
.login__form  .login__terms {
    font-size: 14px;
    color: #a8b8c4;
    margin: 40px auto;
    line-height: 19px;
}
.login__form  .login__terms a {
    text-decoration: none;
    color: #007ee5
}
.login__button:hover {
  cursor: pointer;
}
.login__form .login__group .login__input:focus {
    border-bottom: 3px solid #4367ae;
}
.login__title {
    position: relative
}
.login__footer {
    margin-top: 30px;
}
.login__footer .login__button {
    color: #fff;
    border: none;        
    background: #4367ae;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.login__footer .login__button:hover {background: #261d24}

.join-ed4-text {
    color: #fff;
    height: 380px;
    vertical-align: middle;
    display: table;
}
.join-ed4-text p {
    font-size: 20px;
    line-height: 1.8em;
    display: table-cell;
    vertical-align: middle;
}
.join-ed4-text p span {
    font-size: 28px;
}
.join-ed4-text p .large {
    font-size: 38px;
}
.login__form {
    padding-left: 5px;
    display: inline-block;
    width: 100%;
    border-radius: 0;
}

.join-ed4 .border-left {
    border-left: 1px solid #fff;
}
.join-ed4 .col-sm-4 {
    width: 40%;
}

.join-ed4 .col-sm-8 {
    width: 60%;
}
/*about-us-section*/
section.by-the-numbers-section {
    text-align: center;
    position: relative;
    background: #fff;
    margin-top: 40px;
    padding: 60px 0;
}
section.by-the-numbers-section h2{    
    color: #4367ae;
/*     background: -moz-linear-gradient(146deg, rgba(67,103,174,1) 0%, rgba(85,142,254,1) 100%); ff3.6+
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(85,142,254,1)), color-stop(100%, rgba(67,103,174,1))); safari4+,chrome
background: -webkit-linear-gradient(146deg, rgba(67,103,174,1) 0%, rgba(85,142,254,1) 100%); safari5.1+,chrome10+
background: -o-linear-gradient(146deg, rgba(67,103,174,1) 0%, rgba(85,142,254,1) 100%); opera 11.10+
background: -ms-linear-gradient(146deg, rgba(67,103,174,1) 0%, rgba(85,142,254,1) 100%); ie10+
background: linear-gradient(300deg, rgba(67,103,174,1) 0%, rgba(85,142,254,1) 60%); w3c
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#558efe', endColorstr='#4367ae',GradientType=1 ); ie6-9
-webkit-background-clip: text;
background-clip: text;
text-fill-color: transparent;
-webkit-text-fill-color: transparent; */
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 62px;
    font-family: 'AvenirRoman';
    text-shadow: 0px 5px 8px rgba(0,0,0,.2);
    margin-bottom: 10px;
}
.by-the-numbers-section h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'AvenirHeavy'
}
.number-holder {
    padding-top: 30px;
}
.text-holder h3 {text-transform: capitalize; font-size: 23px; font-family: 'AvenirMedium';    min-height: 52px;}
.text-holder a {font: 20px/24px "AvenirRoman";padding-bottom: 22px;
    display: block;}
.text-holder a.under-link i {margin-left: 5px; font-size: 15px}
.text-holder a.under-link:hover i {margin-left: 15px;}
.number-holder .col-md-3 + .col-md-3 {border-left: 1px solid #e3e3e3}
.number-box {
    padding: 14px 0;
}
.popup-img img {
    width: 100%;
}
/*Private And Public Sectors*/
.impect-testimonial {
    z-index: 1;
    position: relative;
    margin-top: 30px;
    font-size: 22px;
    font-family: 'AvenirLight';
        line-height: 28px;
}
.impect-testimonial-outer {background: #4367ae; padding: 30px 56px; color: #fff; display: table;}
.testimonial-left {
    float: left;
    width: 32%;
    margin-top: -80px;
    padding-bottom:40px
}
.testimonial-right {
    float: right;
    width:53%;
    padding-top: 40px;
    position: relative;
}
.testimonial-right:before{
    position: absolute;
    content: '';
    left: -95px;
    top: 4px;
    width: 75px;
    height: 56px;
    background: url(../img/textimonial-qoute.png) no-repeat;
}
.testimonial-right span{font-family: 'AvenirMedium'; font-style: italic;color: #fff;}
.explore-solutions, .service-offering {
    overflow: hidden;
    background: #fff;
}
.explore-solutions-left {margin-left: 60px; padding: 60px 60px 182px; border-left: 1px solid #a7d4f0;    float: left;
    width: 66%;}
.impect-testimonial a {font-size: 18px; font-family: 'AvenirMedium'}
.impect-testimonial a  i{margin-left: 10px;}
.explore-solutions-right {float: right;border-left: 1px solid #c0e6fd;
    padding-bottom: 90px;}
.service-offering-left{float: left;}
.service-offering-right {
    float: left;
    width: 66%;
    background: #dce8ff;
    margin-right: 60px;
    padding: 60px 60px 182px;
}

/* blog-page-css */
 .blog-page {
    padding-bottom: 40px;
    padding-top: 70px;
 }
.blog-page .recent-post-title, .project-page .recent-post-title { 
    margin-top: 70px;
}

.blog-page .content-row { 
    float: left;
    width: 100%;
    padding:  25px 0;
 }
.blog-page .content-row p {
    color: #474747;
}
.blog-page .content-row h2 {
    font-family: 'AvenirMedium';
    font-size: 27px;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1.2em;

}

/*project-page*/
.project-page  {
    padding-bottom:60px;padding-top: 70px;
}
.project-gallery { 
    position: relative; 
    width: 100%; 
    float: left;
    z-index: 1;
    margin-top: 30px;
    border-radius: 5px;
}
.project-gallery .img-block {
    border-radius: 4px;
    height: 360px;
}
.img-block {
    overflow:hidden;
}
.img-block img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.img-block:hover img {
     transform: scale(1.1);
}
.project-gallery .content-block { 
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 40px 25px 25px 25px;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
     border-radius: 5px;
}
.project-gallery h2 {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 0;
    font-family: 'AvenirMedium'
}
.project-gallery h2 {
    color: #fff;
}
.project-popup {
    padding: 0 !important;
     width: 100%;
     max-width: 1000px !important;
}
.project-popup .popup-inner {
    float: left;
    width: 100%;
    max-height: 500px;

}
.project-popup .popup-inner .col-md-6 {
    padding: 0;
}
.project-popup .popup-content {
    padding: 20px 30px;
    max-height: 480px;
    height: 480px !important;
}
.popup-inner .popup-content h3 {
    font-size: 33px;
    line-height: 1.2em;
    color: #000;
    font-family: 'AvenirHeavy'
}
.popup-inner .popup-content h3 span {
    display: block;
    font-size: 22px;
    line-height: 1em;
    color: #777777;
}
.fancybox-navigation {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.fancybox-inner .fancybox-button {
    height: 40px;
    width: 40px;
}
.fancybox-inner .fancybox-button svg {
    display: none;
}
.fancybox-inner .fancybox-button:before {
    display: none;
}
.fancybox-inner .fancybox-button--arrow_right, .fancybox-inner .fancybox-button--arrow_left {
    background: url(../img/arrow.png) no-repeat;
    background-position: 100% 100%;
    background-size: 100% 100%;
}
.fancybox-inner .fancybox-button--arrow_right {
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
}
/* .fancybox-inner .fancybox-button--arrow_left {
    left: 10px !important;
} */
.project-popup .fancybox-close-small {
    display: none;
}

/* blog-detail-page */

.blog-detail-page {
    float: left;
    width: 100%;
    padding: 60px 0;
    clear: both;
}
.blog-detail-page .content-block .blog-date {
    font-size: 14px;
    font-family: 'AvenirBlack';
}
.blog-detail-page .img-block {
    margin-bottom: 40px;
}
.blog-detail-page .special-comments {
    float: left;
    width: 100%;
    margin: 30px 0;
    text-align: center;
    clear: both;
}
.blog-detail-page .special-comments p {
    font-size: 30px;
    line-height: 1.3em;
}
.blog-detail-page .special-comments .commentby {
    color: #4367ae;
    font-family: 'AvenirMedium';
    text-transform: uppercase;
}
.blog-detail-page .content-row {
    padding: 0;
}
.sidebar {
    float: left;
    width: 100%;
}
.blog-detail-page .blog-title-link h3 {
    font-size: 18px;
}
.sidebar .blog-box {
   float: left;
    width: 100%;
    margin-bottom: 20px; 
}
.sidebar .blog-box .col-sm-7 { 
padding-left: 0;
}
.blog-wrapper {
    float: left;
    width: 100%;
    padding-top:40px;
 }
 .blog-searchbox {
    display: inline-block;
    width: 100%;
    position: relative;
 }
  .blog-searchbox input[type="text"] {
    height: 40px;
    border-radius: 0;
    padding-right: 45px;
  }
.blog-searchbox .btn {
    background-color: #4367ae;
    padding: 2px 12px;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    border-radius: 0;
    line-height: 36px;
  }
.sidebar .recent-post-title {
    margin: 20px 0;
}
.img-border {
    border:1px solid #ccc;
}

.model-thumb {
    width: 56%;
    margin: 0 auto;
    padding-bottom: 40px;
}
.literacy-and-mathematics-content .third-slide {
    font-size: 40px;
    line-height: 50px;
    position: relative;
}
.slider-container {
    min-height: 300px;
    display: table !important;
}
.slider-container p {
    height: 300px;
    display: table-cell;
    vertical-align: middle;
}
.learning-box-content {
    position: relative;
    margin-right: -15px;
    clear: both;
}
/* .learning-box-content-right {
    margin-left: -15px;
} */
.learning-box-one img {
    display: inline-block;
}
.the-learning-section .right-box {
    z-index: 1;
}
.learning-box-one, .learning-box-two, .learning-box-three, .learning-box-four {
    position: relative;
    float: left;
    width: 100%;
    font-size: 16px;
}
 .box-one-content {
    position: absolute; bottom:0; width: 100%; background-color: #e5a447; color: #fff; padding: 20px; margin-bottom:0
}
.learning-box-four .col-md-5{padding-left: 0}
.learning-box-one .text-block, 
.learning-box-two .text-block, 
.learning-box-three .text-block, 
.learning-box-four .text-block  {
    display: table;
}
.learning-box-one .inner-content, 
.learning-box-two .inner-content, 
.learning-box-three .inner-content, 
.learning-box-four .inner-content  {
vertical-align: middle;
display: table-cell;
}
.text-block p {
    margin: 0;
}
.learning-box-one img, 
.learning-box-two img, 
.learning-box-three img, 
.learning-box-four img {
    width: 100%;
}
.learning-box-two {
    background-color: #0782bb;
}
.learning-box-three {
    background-color: #2165b2;
}
.learning-box-four {
    background-color: #554576;
}
.learning-box-three .pull-right {
    padding-left:0;
}
.text-block {
    color: #fff;
    padding: 20px ;
}
.learning-box-one .learning-box-content-right img {
    padding-right: 15px;
}
.the-learning-section .situation-content {
    padding-bottom: 40px;
    padding-top: 40px;
}
.the-learning-section .situation-content h6 {
    margin-bottom: 0;
}
.the-learning-section .right-box {
    width: 36.1%;
    display: none;
}
.learning-box-three .pull-right .equal-height {
    float: right;
    width: 100%;
}
.learning-box-two .text-block {
    height: 236px;
}
.learning-box-three .text-block {
    height: 310px;
}
.learning-box-four .text-block {
    height: 233px;
}
.caret-dropdown {
    position: absolute;
    right: 30px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 24px;
    color: #fff; right: 20px; top: 25px;
}

/* 12-06-2018 */

.login__form div.wpcf7-validation-errors, .login__form div.wpcf7-acceptance-missing  {
    border:0; 
    display: none !important;
}
.wpcf7-mail-sent-ok {
    text-align: center;
    clear: both;
    color: #fff;
    background-color: #6a9856;
    float: left;
    width: 100%;
    font-size: 16px;
}
.invalid .newsletter-form input[type="email"].wpcf7-validates-as-required,
.invalid.login__form .wpcf7-validates-as-required
 {
    border-color:red !important;
}

/* 13-06-2018 */

.solutios-page {
    padding: 50px 0;
}
.content-row.listing {
    float: left;
    width: 100%;
    padding: 25px 0;
}
.content-row.listing .img-block {
    height: 165px;
}

.content-row.listing .img-block img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.content-row.listing .img-block:hover img {
     transform: scale(1.1);
}
.content-row.listing  h2 {
    font-family: 'AvenirMedium';
    font-size: 27px;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1.2em;
}
.solution-detail-page .content-row {
    padding: 30px 0;
}
.solution-detail-page .content-row h2 {
    font-size: 30px;
    margin-bottom: 0px;
    font-family: 'AvenirMedium';
}
.solution-detail-page .content-row h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

/*portfolio slider*/
.portfolio-section {
    background-color: #4367ae;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.portfolio-slider-detail {
    padding: 40px 0;
    display: inline-block;
    width: 100%;
}
.portfolio-slider-detail .portfolio-main-thumb {
    width: 50%;
    float: left;
    padding: 0; 
    padding-right: 80px;
}

.portfolio-slider-detail .portfolio-popup-detail {
    width: 50%;
    float: left;
    padding: 0;
    white-space: normal;
    color: #fff;
}
.portfolio-slider-detail .portfolio-popup-detail h4 {
    margin-bottom: 5px;
}
.portfolio-slider-detail .thumbnail-logo {
    margin-bottom: 25px;
}
.portfolio-popup-detail p {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 15px;
}
.portfolio-slides {
    position: relative;
    z-index: 1;
}
.portfolio-slider-detail .slick-arrow {
    height: 60px;
    width: 60px;
    background-color: #fff;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    transform: translateY(-50%); 
    -webkit-transform: translateY(-50%); 
    -moz-transform: translateY(-50%); 
}
.portfolio-slider-detail .fa-angle-right {
    right: -30px;
}
.portfolio-slider-detail .fa-angle-left {
    left: -30px;
}
.project-tabs-section {
    padding: 45px 0 0;
}
.project-tabs-section .nav-tabs>li.active>a {
    background-color: #4367ae;
    color: #fff;
    border-radius: 0;
    border-color: #4367ae;
}

.project-tabs-section .nav-tabs li a {
    color: #4367ae;
}
.project-tabs-section .nav-tabs {
    border-color: #4367ae;
    margin-bottom: 20px;
}
.project-tabs-section .tab-content ul {
    margin-bottom: 0;
}
.project-tabs-section .tab-content li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
} 
.project-tabs-section .tab-content li:before {
    position: absolute;
    top: 10px;
    left: 0;
    height: 5px;
    width: 5px;
    content: "";
    background-color: #4367ae; 
    border-radius: 50%;
}
/* donate-page */

.donate-page {
    padding: 50px 0;
}
.donation-form {
    margin-top: 20px;
}
.donate-page .form-control {
    border-radius: 0;
}
.donate-page h2 {
    font-size: 30px;
    margin-bottom: 0px;
    font-family: 'AvenirLight';
}
.donation-form h4 {
    color: #4367ae;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 20px;
}
.donation-form label {
    font-size: 18px;
    margin-bottom: 8px;
}
.donation-form .form-group {
    margin-bottom: 20px;
}
.donation-form .btn {
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.form-control.sm-select-box {
    width: 180px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 8px;
}
.donation-form label .card-img {
    display: inline-block;
}
.donation-prices-list {
    margin-bottom: 20px;
}
.donation-prices-list .radio-inline {
    padding: 10px 15px;
    font-size: 20px;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.donation-prices-list input {
    right: 0%;
    position: absolute;
    top: 0%;
    z-index: 2;
    width: 100%;
    height: 90%;
    margin: 0;
    opacity: 0;
}
.donation-price {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.donation-prices-list input:checked + .radio-inline {
    color: #fff;
    background-color: #4367ae;
    border-color: #4367ae;
}
select.form-control, select {
    background-position: right 50% !important;
}

#securityCode {
background: url(../img/securitycard.png) no-repeat right 50%;
}

.sidebar .widget-area {
    float: left;
    width: 100%;
}
.sidebar .search-field {
    border-radius: 0;
}

/* contact-page  */
.contact-page {
    padding: 70px 0 30px;
}
.contact-page form label {
   width: 100%;
}
.contact-page form textarea {
    height: 200px;
}
.contact-detail {
    background-color: #4367ae;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}
.contact-detail .icon-box .icon {
    padding: 25px 0;
}
.contact-detail .icon-box .icon img {
    display: inline-block;
}
.contact-detail .icon-box p {
    font-weight: 600;
    font-size: 18px;
}

/* 20-06-2018 */
.rpwe-block li:last-child {
	border:0;
}

.search_img{ margin: 20px 0; width: 100%; max-height: 450px; overflow: hidden; border:1px solid #f2f2f2; background-color: #fff;}
.search_img img{ max-width: 100%; }
.search-submit, .screen-reader-text {display: none;}
.rpwe-thumb {
    padding: 0 !important;
}
.page-header {
    margin: 0;
    border-bottom: 0;
}
 .page-header .page-title {
    font-size: 30px;
    color: #3a3a3a;
}
.search-field {
    border-radius: 0 !important;
}
.fancybox-slide {
    bottom: 0;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: none  !important;
}
.wpcf7-form.invalid .wpcf7-validates-as-required {
    border: 1px solid red;
}