/**
 * Stylesheet:  style.css
 * Theme:       EduKids - School and Kindergarten HTML5 Responsive Template
 * Version:     1.0
 * Author:      a3z_themes
 * URL:         http://www.themeforest.net/user/a3z_themes
 * 
 */


/* Table of contents
=================================================
1. Google Fonts
2. Global Styles
3. Heading Top
4. Preloader
5. Header
6. Sticky Header
7. Dropdown Main Menu
8. Slider
9. Welcome
10. Mission
11. Classes
12. Gallery
13. Teacher
14. Facts
15. Testmonial
16. Recent Posts
17. Contact
18. NewsLetter
19. Program
20. Supporting Child
21. General Start
22. Apporach
23. Share
24. Additional Activities
25. Blog
26. Blog Sidebar
27. Blog Detail
28. Latest news And Event
29. Teacher Details
30. Most Discussed
31. Error Page
32. Faq
33. Under Construction
34. Footer Main
35. Footer Bottom
36. Scroll To Top
37. Banner
38. Google Maps

=================================================
*/


/*
================================
Google Fonts
================================
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,500,600,700");


/*
================================
Global Styles
================================
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

.no-pt {
    padding-top: 0!important;
}
.no-pb {
    padding-bottom: 0!important;
}

html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #2a2a2a;
    overflow: hidden;
    overflow-x: hidden;
    background-color: transparent;
    font-smooth: auto;
    -webkit-font-smooth: auto;
    -moz-font-smooth: auto;
    -o-font-smooth: auto;
}

p {
    color: #555555;
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

a:link,
a:visited {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
}

:active,
:hover,
:focus,
:visited {
    text-decoration: none;
    outline: none !important;
}

input,
button,
select,
textarea {
    font-family: 'Raleway', sans-serif;
}

.wrapper {
    width: 100%;
    height: auto;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #4a4a4a;
    font-family: 'Raleway', sans-serif;
}

li {
    list-style-type: none;
}

img {
    border: 0;
    outline: none;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.heading-col {
    text-align: center;
}

.heading-col h2 {
    font-size: 32px;
    font-weight: 700;
    color: #4a4a4a;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}

.heading-col p {
    font-size: 16px;
    color: #444;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
}

.h-bar {
    font-size: 18px;
    position: relative;
    text-align: center;
}

.h-bar:before {
    content: "";
    position: absolute;
    top: 10px;
    right: calc(50% + 20px);
    width: 40px;
    height: 2px;
}

.h-bar:after {
    content: "";
    position: absolute;
    top: 10px;
    left: calc(50% + 20px);
    width: 40px;
    height: 2px;
}

.h-bar {
    color: #1a4896;
}

.h-bar:before {
    background: #1a4896;
}

.h-bar:after {
    background: #1a4896;
}

.gap-10 {
    width: 100%;
    height: 10px;
    overflow: hidden;
}

.mt-0 {
    margin-top: 0!important;
}

.mt-30 {
    margin-top: 30px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-40 {
    margin-top: 40px;
}

.pd-20-60 {
    padding-top: 20px!important;
    padding-bottom: 60px!important;
}

.tal {
    text-align: left!important;
}

.bg-biskit {
    background: #1a4896!important;
}

.bg-blue {
    background: #1a4896 !important;
}

.bg-dark-blue {
    background: #2574A9!important;
}

.clr-biskit {
    color: #1a4896!important;
}

.clr-blue {
    color: #1a4896 !important;
}

.clr-biskit-hov {
    background: transparent !important;
}

.clr-biskit-hov:hover {
    background: #1a4896!important;
    border: 1px solid #1a4896!important;
}

.clr-blue-hov {
    background: transparent !important;
}

.clr-blue-hov:hover {
    background: #1a4896 !important;
    border: 1px solid #1a4896 !important;
}

.pl-pr-0 {
    padding-left: 0;
    padding-right: 0;
}

.bg-yellow-op {
    background-color: #e6b000;
}

.bg-gren-op {
    background-color: rgb(135, 186, 98);
}

.bg-blue-op {
    background: rgb(108, 189, 241);
}

.bg-biskit-op {
    background: #1a4896;
}


/*
================================
Heading Top
================================
*/

.header-top-col {
    background: #1a4896;
    padding: 5px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-top-col .top-contact {
    float: left;
    line-height: 30px;
}

.header-top-col .top-contact .list {
    float: left;
    color: #ffffff;
    margin-right: 20px;
}

.header-top-col .top-contact .list a {
    color: #ffffff;
}

.header-top-col .top-contact .list i {
    margin-right: 5px;
}

.header-top-col .top-social {
    float: right;
}

.header-top-col .top-social ul {
    float: right;
    margin-bottom: 0;
}

.header-top-col .top-social ul li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
}

.header-top-col .top-social ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    font-size: 16px;
}

.header-top-col .top-social ul li a:hover {
    color: #1a4896;
    background: #fff;
}


/* 
============
Preloader
============
*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/*
================================
Header
================================
*/

header {
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99999;
}

header .logo {
    float: left;
    -webkit-transition: background .2s;
    transition: background .2s;
}

header .logo img {
    max-height: 80px;
    margin: 5px 0;
}

header .nav-wrapper {
    float: right;
}

header .nav-wrapper ul {
    float: left;
}


/*
================================
Sticky Header
================================
*/

header.sticky {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 10000;
    border-bottom: 1px solid #3d3b3d;
}

header.sticky .logo img {
    height: 40px;
    margin-top: 10px;
}

header.sticky .sf-menu .menu-description {
    display: none;
}

header.sticky .sf-menu li a {
    padding: 10px 10px;
}

header.sticky .sf-menu li li a {
    padding-top: 3px;
    padding-bottom: 3px;
}

header.sticky .sf-menu>li {
    margin-top: 10px;
}

header.sticky .sf-menu>li:last-child>a {
    padding-bottom: 9px;
}

header.sticky .sf-menu>li {
    margin-top: 0;
    height: 60px;
    line-height: 40px;
}


/*
================================
Dropdown Main Menu
================================
*/

.sf-menu {
    margin-bottom: 0;
}

.sf-menu ul {
    box-shadow: none;
    border-top: 0;
}

.sf-menu a {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: normal;
}

.sf-menu li.current-menu-item a {
    color: #1a4896;
}

.sf-menu li {
    text-transform: none;
    background: none;
}

.sf-menu li li {
    min-width: 170px;
    height: auto;
    line-height: 30px;
    background: #1a4896;
    color: #fff;
    margin-right: 0;
    border-bottom: 1px solid #f2f3f3;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}

.sf-menu li li:last-child {
    border-bottom: 0;
}

.sf-menu li li:hover {
    background: #f2f3f3;
}

.sf-menu li li:hover>ul {
    -moz-animation: slideInRight 0.3s ease;
    -webkit-animation: slideInRight 0.3s ease;
    animation: slideInRight 0.3s ease;
}

.sf-menu li li:hover a {
    padding-left: 25px;
    font-weight: normal;
}

.sf-menu li li:hover li a {
    padding-left: 15px;
}

.sf-menu li li a {
    font-weight: normal !important;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.sf-menu li li li {
    background: #2574A9;
    border-left: 1px solid #f2f3f3;
    margin-left: -1px;
}

.sf-menu li li li a {
    color: #2a2a2a;
}

.sf-menu li li li a:hover {
    color: #2a2a2a;
    padding-left: 25px;
}

.sf-menu li a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    text-transform: none;
}

.sf-menu li:hover {
    background: none;
}

.sf-menu li:hover>ul {
    display: block;
    -moz-animation: zoomIn 0.3s ease;
    -webkit-animation: zoomIn 0.3s ease;
    animation: zoomIn 0.3s ease;
}

.sf-menu li:hover a {
    color: #1a4896;
}

.sf-menu li:hover li a {
    color: #000;
}

.sf-menu li:hover li:hover {
    color: #fff;
}

.sf-menu li.sfHover {
    background: none;
    font-weight: bold;
}

.sf-menu>li {
    margin-top: 25px;
    text-transform: uppercase;
}

.sf-menu>li>a {
    font-family: 'Raleway', sans-serif;
    /* font-weight: 700; */
    font-size: 14px;
    text-transform: uppercase;
    color: #4a4a4a;
}

.sf-menu>li {
    margin-top: 0;
    height: 90px;
    line-height: 70px;
}

.sf-menu li:hover li a {
    background: #1a4896;
    color: #fff;
}

.sf-menu li:hover li:hover a {
    background: #fff;
    color: #1a4896;
}

.sf-menu li:hover li:hover li a {
    background: #1a4896;
    color: #fff;
}

.sf-menu li:hover li:hover li:hover a {
    background: #fff;
    color: #1a4896;
}

.slicknav_nav .slicknav_arrow {
    color: #fff;
}

.slicknav_menu {
    background: #4a4a4a;
}

.slicknav_nav .slicknav_row:hover {
    background: #1a4896;
    color: #fff;
}

.slicknav_nav a:hover {
    background: #1a4896;
    color: #fff;
}


/*
=======================
Slider  
=======================
*/

.owl-theme .owl-dots {
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px;
    border: 1px solid #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #1a4896;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
}

.slide-carousel {
    overflow: hidden;
    position: relative;
    margin-bottom: -10px;
}

.slide-carousel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4a4a4a;
    opacity: 0.5;
}

.slide-carousel .item {
    height: 100vh;
    background: #4BCAFF;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.slide-carousel .item .photo {
    width: 100%;
    height: 100%;
}

.slide-carousel .item .text {
    padding-top: 15%;
    text-align: center;
    position: relative;
    z-index: 99;
}

.slide-carousel .item .text h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.slide-carousel .item .text h3 {
    font-size: 20px;
    line-height: 32px;
    text-transform: none;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    font-family: 'Raleway';
}

.slide-carousel .item .text p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.slide-carousel .item .text p a {
    border: 2px solid #1a4896;
    padding: 10px 25px;
    background: #1a4896;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}

.slide-carousel .item .text p a:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.slide-carousel .owl-prev {
    display: block;
    position: absolute;
    top: 44%;
    left: 0;
}

.slide-carousel .owl-next {
    display: block;
    position: absolute;
    top: 44%;
    right: 0;
}

.slide-carousel .owl-dots {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 15%;
}

.slide-carousel .owl-nav [class*=owl-] {
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    background: #2a2a2a;
    color: #f2f3f3;
}

.slide-carousel .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #2574A9;
}

.slide-single-page {
    height: 200px;
}

.slide-single-page .text {
    padding-top: 0 !important;
}

.slide-single-page .text-page {
    height: 200px;
    padding-top: 0;
}

.slide-single-page .text-page .this-item {
    width: 100%;
    height: 200px;
    display: table;
    text-align: center;
}

.slide-single-page .text-page .this-item h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}


/*
=====================
Welcome
=====================
 */

.welcome {
    padding: 60px 0px;
}

.welcome .welcome-col {
    margin-top: 40px;
}

.welcome .welcome-col .icon {
    text-align: center;
    margin-bottom: 20px;
}

.welcome .welcome-col .icon p:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 50%;
    background: #1a4896;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.welcome .welcome-col .icon p {
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    border-radius: 50%;
    color: #1a4896;
    border: 2px solid #1a4896;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    width: 100px;
    height: 100px;
    background: #fff;
    ;
}

.welcome .welcome-col:hover .icon p:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.welcome .welcome-col:hover .icon p {
    color: #fff;
    border: 2px solid #1a4896;
}

.welcome .welcome-col .icon p i {
    text-align: center;
    font-size: 46px;
    line-height: 100px;
}

.welcome .welcome-col .text {
    text-align: center;
}

.welcome .welcome-col .text h2 {
    font-size: 22px;
}

.welcome .welcome-col .text h2 a {
    font-weight: 600;
    color: #444;
}

.welcome .welcome-col .text p {
    font-weight: 400;
}


/*
====================
Mission
====================
 */

.mission {
    width: 100%;
    height: auto;
    background: #1a4896;
}

.mission .image {
    width: 100%;
    height: auto;
}

.mission .image img {
    width: 100%;
    height: auto;
}

.mission .heading-col h2 {
    padding-top: 125px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.mission .heading-col .border .h-bar:before {
    background: #fff;
}

.mission .heading-col .border .h-bar {
    color: #fff;
}

.mission .heading-col .border .h-bar:after {
    background: #fff;
}

.mission .heading-col p {
    color: #fff;
    font-weight: 500;
    text-align: left;
    font-size: 14px;
}

.mission .heading-col a {
    display: inline-block;
    color: #1a4896;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    background: #fff;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    margin-top: 10px;
    padding: 10px 25px;
    border-radius: 30px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    font-weight: 600;
}

.mission .heading-col a:hover {
    background: #4a4a4a;
    color: #fff;
}


/*
===================
Classes
===================
 */

.classes-col {
    padding: 60px 0px;
}

.classes-col .classes {
    margin-top: 40px;
    border: 1px solid #e1e1e1;
}

.classes-col .classes .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-bottom: 0;
}

.classes-col .classes .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.classes-col .classes:hover .img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.classes-col .classes .overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    visibility: hidden;
}

.classes-col .classes:hover .overlay-top {
    visibility: visible;
}

.classes-col .classes .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

.classes-col .classes .overlay-icon a {
    display: inline-block;
    background: #1a4896;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    position: relative;
    top: -50px;
    visibility: hidden;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    border-radius: 100%;
    color: #fff;
}

.classes-col .classes:hover .overlay-icon a {
    top: 40%;
    visibility: visible;
}

.classes-col .classes:hover .overlay-icon a i {
    color: #fff;
}

.classes-col .classes .text {
    
    border-top: 0;
}

.classes-col .classes .text .text-col {
    position: relative;
}

.classes-col .classes .text .text-col .overlay {
    position: absolute;
    top: 47px;
    left: 50%;
}

.classes-col .classes .text .text-col .overlay i {
    font-size: 28px;
    color: #9fb667;
    display: inline-block;
}

.classes-col .classes .text .text-col h2 {
    font-size: 20px;
    text-align: center;
}

.classes-col .classes .text .text-col h2 a {
    color: #fff;
    background: #1a4896;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
    font-weight: 600;
    font-family: 'Raleway';
}

.classes-col .classes .text .social {
    text-align: center;
    margin-top: 20px;
}

.classes-col .classes .text .social ul {
    text-align: center;
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.classes-col .classes .text .social ul li {
    width: calc(50% - 2px);
    float: left;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    padding: 5px 20px;
    border-right: 1px solid #ccc;
}

.classes-col .classes .text .social ul li:last-child {
    border-right: 0;
}

.classes-col .classes .text .social ul li span {
    display: block;
    font-size: 16px !important;
    color: #555 !important;
    margin-top: 2px !important;
}

.classes-col .classes .text .para {
    margin-top: 5px;
    padding: 0px 20px;
}

.classes-col .classes .text .para p {
    margin: 0;
    text-align: center;
}

.classes-col .classes .button {
    padding: 20px;
    text-align: center;
}

.classes-col .classes .button a {
    display: inline-block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    background: #1a4896;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 25px;
    border-radius: 30px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}

.classes-col .classes .button a:hover {
    background: #4a4a4a;
    color: #fff;
}


/*
==================
Gallery
==================
 */

.gallery-col {
    width: 100%;
    height: auto;
    background: #1a4896;
    padding: 60px 0px;
}

.gallery-col .img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.gallery-col .img img {
    width: 100%;
    height: 200px;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all;
    -ms-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gallery-col .img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.gallery-col .img .plus {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 32px;
    color: #fff;
}

.gallery-col .img:hover .plus {
    opacity: 1;
    font-size: 32px;
}

.gallery-col .img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
}

.gallery-col .img:hover .overlay {
    opacity: .6;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.gallery-col .heading-col h2 {
    color: #fff;
}

.gallery-col .heading-col .h-bar:before {
    background: #fff;
}

.gallery-col .heading-col .h-bar {
    color: #fff;
}

.gallery-col .heading-col .h-bar:after {
    background: #fff;
}

.gallery-col .heading-col p {
    color: #fff;
}

.gallery-col .button {
    text-align: center;
}

.gallery-col .button a {
    display: inline-block;
    color: #1a4896;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    background: #fff;
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    text-shadow: none;
    margin-top: 40px;
    padding: 10px 25px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}

.gallery-col .button a:hover {
    background: #4a4a4a;
    color: #fff;
}

.mfp-bg {
    z-index: 99999;
}

.mfp-wrap {
    z-index: 99999;
}


/*
=======================
Teacher
=======================
*/

.teacher-col {
    padding: 60px 0px;
    font-smooth: auto;
    -webkit-font-smooth: auto;
    -moz-font-smooth: auto;
    -o-font-smooth: auto;
}

.teacher-col .img {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #f9f9f9;
    overflow: hidden;
    margin-top: 30px;
}

.teacher-col .img img {
    width: 100%;
    height: 300px;
}

.teacher-col .img .overlay {
    padding: 13px 0px 0px 0px;
    text-align: left;
    -webkit-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
    width: 100%;
    background: #1a4896;
}

.teacher-col .img .overlay .info h5 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Raleway';
    text-align: center;
    opacity: 1;
}
.teacher-col .img .overlay .info h5 a {
    color: #fff;
}

.teacher-col .img .overlay .info p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.teacher-col .img .overlay .social {
    -webkit-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 10px;
}

.teacher-col .img .overlay .social ul {
    text-align: center;
}

.teacher-col .img .overlay .social ul li {
    display: inline-block;
    margin-right: -4px;
    margin-right: 5px;
}

.teacher-col .img .overlay .social ul li:last-child {
    margin-right: 0;
}

.teacher-col .img .overlay .social ul li a {
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border: 1px solid #fff;
    background: #fff;
    color: #1a4896;
}

.teacher-col .img .overlay .social ul li a:hover {
    background: #1a4896;
    color: #fff;
}

.teacher-col .img .overlay .social .divider {
    margin: 0 auto;
    max-width: 270px;
    max-width: none;
    -webkit-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
    border-top: 1px solid #e1e1e1;
}

.more a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    background: #1a4896;
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    text-shadow: none;
    margin-top: 40px;
    padding: 10px 25px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}



/*
======================
facts
======================
*/

.fact {
    width: 100%;
    height: auto;
    background: #1a4896;
    padding: 60px 0 30px 0;
}

.fact .box {
    text-align: center;
    border-radius: 5%;
    padding: 0px;
	margin-bottom: 30px;
}

.fact .heading-col h2 {
    color: #fff;
}

.fact .heading-col .h-bar:before {
    background: #fff;
}

.fact .heading-col .h-bar i {
    color: #fff;
}

.fact .heading-col .h-bar:after {
    background: #fff;
}

.fact .heading-col p {
    color: #fff;
}

.fact .box h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    font-family: 'Raleway';
}

.fact .box i {
    font-size: 24px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #fff;
    border-radius: 20%;
    margin: 0 0 20px 0;
}

.fact .box h1 sup {
    font-size: 26px;
}

.fact .box h3 {
    font-family: 'Raleway';
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}


/*
========================
Testmonial Section Css
========================
 */

.testimonial-v1 {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
    background-image: url(images/slide3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.testimonial-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.testimonial-v1 .container {
    position: relative;
    z-index: 99;
}

.testimonial-v1 .heading-col h2 {
    color: #fff;
}

.testimonial-v1 .heading-col .border .h-bar:before {
    background: #fff;
}

.testimonial-v1 .heading-col .border .h-bar {
    color: #fff;
}

.testimonial-v1 .heading-col .border .h-bar:after {
    background: #fff;
}

.testimonial-v1 .heading-col p {
    color: #fff;
}

.testimonial-v1 .testimonial-carousel {
    margin-top: 0px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.testimonial-v1 .item {
    margin-top: 40px;
}

.testimonial-v1 .content .comment {
    padding: 20px;
    position: relative;
    background: #f2f3f3;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}

.testimonial-v1 .content:hover .comment {
    background: #1a4896;
}

.testimonial-v1 .content:hover .comment:after {
    color: #1a4896;
}

.testimonial-v1 .content .comment:after {
    position: absolute;
    left: 44px;
    bottom: -30px;
    color: #f2f3f3;
    font-size: 40px;
    content: '\f0d7';
    font-family: 'FontAwesome';
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}

.testimonial-v1 .content .comment p {
    margin: 0 auto;
    color: #6c6b6b;
    font-weight: 400;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}

.testimonial-v1 .content:hover .comment p {
    color: #fff;
}

.testimonial-v1 .author {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
}

.testimonial-v1 .photo {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.testimonial-v1 .photo img {
    width: 70px;
    height: 70px;
    float: right;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonial-v1 .text {
    display: inline-block;
    vertical-align: top;
}

.testimonial-v1 .text h3 {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonial-v1 .text h4 {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.testimonial-v1 .owl-nav {
    margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 20px;
    text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
    color: #fff;
    position: absolute;
    background: none;
    top: 28%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #1a4896;
    font-size: 30px;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.testimonial-v1 .owl-nav .owl-prev i:hover,
.testimonial-v1 .owl-nav .owl-next i:hover {
    background: transparent;
    border: 2px solid #1a4896;
    color: #1a4896;
}

.testimonial-v1 .owl-nav .owl-prev {
    left: -90px;
}

.testimonial-v1 .owl-nav .owl-prev:hover {
    background: none;
}

.testimonial-v1 .owl-nav .owl-next {
    right: -90px;
}

.testimonial-v1 .owl-nav .owl-next:hover {
    background: none;
}


/*
=====================
Recent Posts
=====================
*/

.recent-col {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}

.recent-col .latest {
    margin-top: 30px;
}

.recent-col .latest .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.recent-col .latest .img img {
    width: 100%;
    height: auto;
    -webkit-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.recent-col .latest:hover .img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.recent-col .latest .img .overlay {
    position: absolute;
    left: 0;
    bottom: -30px;
    overflow: hidden;
    width: 100%;
    background: #000;
    opacity: .75;
    height: 25px;
    color: #fff;
    visibility: hidden;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}

.recent-col .latest:hover .img .overlay {
    visibility: visible;
    bottom: 0;
}

.recent-col .latest .img .overlay .text-tab {
    text-align: center;
}

.recent-col .latest .img .overlay .text-tab ul {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 3px;
}

.recent-col .latest .img .overlay .text-tab ul li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff;
}

.recent-col .latest .img .overlay .text-tab ul li:last-child {
    border-right: none;
}

.recent-col .latest .img .overlay .text-tab i {
    font-size: 18px;
    margin-right: 10px;
}

.recent-col .latest .text .heading {
    text-align: center;
    background: #2574A9;
    position: relative;
}

.recent-col .latest .text .heading i {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    color: #2574A9;
    font-size: 34px;
}

.recent-col .latest .text .heading h2 {
    padding: 15px 0px;
    font-family: 'Raleway';
    font-size: 22px;
}

.recent-col .latest .text .heading h2 a {
    color: #fff;
}

.recent-col .latest .text .heading h2 a:hover {
    text-decoration: underline !important;
}

.recent-col .latest .text {
    border: 1px solid #2574A9;
}

.recent-col .latest .text .text-bottom {
    text-align: center;
}

.recent-col .latest .text .text-bottom p {
    font-size: 16px;
    color: #444;
    margin: 0 0 0px;
    margin-top: 20px;
    padding: 0px 30px;
}

.recent-col .latest .text .text-bottom a {
    display: inline-block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #2574A9;
    background: transparent;
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    text-shadow: none;
    padding: 13px 42px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    border: 1px solid #2574A9;
    border-radius: 40px 0px;
    margin: 20px 0px;
}

.recent-col .latest .text .text-bottom a:hover {
    background: #2574A9;
    color: #fff;
}


/*
====================
Contact
====================
*/

.contact-col {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 60px 0px;
}

.contact-col .form {
}

.contact-col .form input[type="text"] {
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Raleway';
    padding: 0px 10px;
}

.contact-col .form input[type="number"] {
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Raleway';
    padding: 0px 10px;
}

.contact-col .form input[type="password"] {
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Raleway';
    padding: 0px 10px;
}

.contact-col .form input[type="email"] {
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    width: 100%;
    height: 40px;
    /*border: 1px solid #2574A9;*/
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Raleway';
    padding: 0px 10px;
}

.contact-col .form input[type="text"]::-webkit-input-placeholder {
    color: #777;
}

.contact-col .form input[type="email"]::-webkit-input-placeholder {
    color: #777;
}

.contact-col .form textarea::-webkit-input-placeholder {
    color: #777;
}

.contact-col .form input[type="text"]::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.contact-col .form input[type="email"]::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.contact-col .form textarea::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.contact-col .form textarea {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 140px;
    margin-bottom: 15px;
    background: #fff;
    font-size: 14px;
    font-family: 'Raleway';
    padding: 0px 10px;
    padding-top: 10px;
}

.contact-col .form button {
    display: inline-block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    background: #1a4896;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 25px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    border: 1px solid transparent;
    margin-bottom: 25px;
    border-radius: 0;
}

.contact-col .form button:hover {
    background: #464646;
    color: #fff;
    border: 1px solid #464646;
}

.contact-col .img {
    width: 100%;
    height: auto;
}

.contact-col .img img {
    width: 100%;
    height: auto;
}


/*
===================
News Letter Start
==================
*/

.newsletter-col {
    width: 100%;
    height: auto;
    background: #1a4896;
    padding: 60px 0;
}

.newsletter-col h2 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.newsletter-col .input-group-container {
    text-align: center;
}

.newsletter-col .input-group {
    width: 450px!important;
    display: inline-block;
}

.newsletter-col .input-group input {
    width: 350px;
    border: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 40px;
}

.newsletter-col .input-group button {
    width: 100px;
    border: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #4a4a4a;
    color: #fff;
    text-shadow: none;
}

.newsletter-col .input-group button:focus {
    background: #4a4a4a;
    color: #fff;
}

.newsletter-col .input-group .form-control:focus {
    z-index: 1;
}



/*
===============================
Program And Curriculum
===============================
*/

.program {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}

.program .heading-col h2 {
    color: #2574A9;
    font-family: 'Raleway';
}

.program .heading-col .h-bar:before {
    background: #2574A9;
}

.program .heading-col .h-bar {
    color: #2574A9;
}

.program .heading-col .h-bar:after {
    background: #2574A9;
}

.program .heading-col p {
    color: #2574A9;
}

.program .program-col {
    margin-top: 40px;
}

.program .program-col .img {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 30% 0%;
}

.program .program-col .img img {
    width: 100%;
    height: 100%;
}

.program .program-col .text {
    background: #2574A9;
}

.program .program-col .text h4 {
    text-align: center;
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-family: 'Raleway';
}


/*
===========================
SUPPORTING THE WHOLE CHILD
============================
*/

.supporting-col {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
}

.supporting-col .support {
    text-align: center;
    margin-top: 30px;
    border: 2px solid #1a4896;
    padding: 30px 0px;
    border-radius: 0% 25%
}

.supporting-col .support .icon {
    text-align: center;
    margin-bottom: 30px;
}

.supporting-col .support .icon i {
    font-size: 46px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: 3px solid #1a4896;
    border-radius: 25% 0%;
    color: #1a4896;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}

.supporting-col .support:hover .icon i {
    background: #1a4896;
    color: #fff;
}

.supporting-col .support h3 {
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 26px;
    margin: 0;
}

.supporting-col .support p {
    font-weight: 500;
    font-size: 16px;
    margin-top: 30px;
    padding: 0px 10px;
}

.supporting-col .heading-col p {
    margin: 0 0 0px;
}

.supporting-col .support a {
    display: inline-block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #554b4b;
    background: transparent;
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    text-shadow: none;
    padding: 13px 42px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    border: 2px solid #1a4896;
    border-radius: 40px 0px;
    margin-top: 30px;
}

.supporting-col .support a:hover {
    background: #1a4896;
    color: #fff;
}


/*
==========================
General Start
==========================
*/

.general-col {
    width: 100%;
    height: auto;
    background: #2574A9;
}

.general-col .img {
    width: 100%;
    height: auto;
}

.general-col .img img {
    width: 100%;
    height: auto;
}

.general-col .heading-col h2 {
    color: #fff;
    font-family: 'Raleway';
    margin-top: 120px;
}

.general-col .heading-col .h-bar:before {
    background: #fff;
}

.general-col .heading-col .h-bar {
    color: #fff;
}

.general-col .heading-col .h-bar:after {
    background: #fff;
}

.general-col .heading-col p {
    color: #fff;
}

.general-col .panel {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.general-col .panel-group {
    margin-bottom: 40px;
}

.general-col .panel-group .panel-heading a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    right: -1px;
    top: -1px;
    padding: 10px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.general-col .panel-group .panel-heading a.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 14px;
    right: -1px;
    top: -1px;
    padding: 10px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.general-col .panel-default {
    margin-top: 30px;
}

.general-col .panel-default>.panel-heading {
    background: #eee;
    color: #2a2a2a;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
    position: relative;
}

.general-col h4.panel-title a {
    font-family: 'Raleway';
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    background: #2574A9;
    color: #fff;
}

.general-col .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    font-size: 14px;
}

.general-col .panel-body {
    background: #2574A9!important;
    color: #fff;
}


/*
==========================
Apporach
==========================
*/

.approach-col {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}

.approach-col .img {
    width: 100%;
    height: auto;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 30% 0%;
}

.approach-col .img img {
    width: 100%;
    height: auto;
    border-radius: 30% 0%;
    -webkit-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.approach-col .img:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


/*
=============================
Share
=============================
*/

.share {
    width: 100%;
    height: auto;
    background: url(images/share.jpg);
    padding: 100px 0px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.share .ovarley {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
}

.share .heading-col h2 {
    color: #fff;
}

.share .heading-col .h-bar:before {
    background: #fff;
}

.share .heading-col .h-bar:after {
    background: #fff;
}

.share .heading-col .h-bar {
    color: #fff;
}

.share .heading-col p {
    color: #fff;
}

.share .heading-col a {
    display: inline-block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #fff;
    background: #1a4896;
    border: 0;
    box-shadow: none;
    text-shadow: none;
    padding: 13px 42px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    border: 1px solid #1a4896;
    margin-top: 30px;
    border-radius: 30px;
}

.share .heading-col a:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}


/*
=======================
Additional Activities
=======================
 */

.additional {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}

.additional .additional-col {
    margin-top: 30px;
}

.additional .additional-col .icon {
    text-align: center;
    margin-bottom: 20px;
}

.additional .additional-col .icon p:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 50%;
    background: #1a4896;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.additional .additional-col .icon p {
    text-align: center;
    display: inline-block;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    border-radius: 50%;
    color: #1a4896;
    border: 2px solid #1a4896;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    width: 100px;
    height: 100px;
    background: #fff;
    ;
}

.additional .additional-col:hover .icon p:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.additional .additional-col:hover .icon p {
    color: #fff;
    border: 2px solid #1a4896;
}

.additional .additional-col .icon p i {
    text-align: center;
    font-size: 46px;
    line-height: 100px;
}

.additional .additional-col .text {
    text-align: center;
}

.additional .additional-col .text h2 {
    font-size: 22px;
}

.additional .additional-col .text h2 a {
    font-weight: 600;
    color: #444;
}

.additional .additional-col .text p {
    font-size: 15px;
    font-weight: 400;
}


/*
=====================
Blog
=====================
*/

.blog-col {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}

.blog-col .blog .img {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.blog-col .blog .img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    overflow: hidden;
    visibility: hidden;
}

.blog-col .blog:hover .img .overlay {
    visibility: visible;
}

.blog-col .blog .img img {
    width: 100%;
    height: auto;
    transform: perspective(1000px) translateZ(200px);
    -webkit-transform: perspective(1000px) translateZ(200px);
    -moz-transform: perspective(1000px) translateZ(200px);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
}

.blog-col .blog .img img {
    transform: perspective(0px) translateZ(0px);
    -webkit-transform: perspective(0px) translateZ(0px);
    -moz-transform: perspective(0px) translateZ(0px);
}

.blog-col .blog {
    position: relative;
    margin-top: 40px;
    border: 1px solid #ccc;
}

.blog-col .blog .text-col {
    padding: 15px;
}

.blog-col .blog .text-col .heading {
    text-align: left;
    margin-bottom: 20px;
}

.blog-col .blog .text-col .heading h2 a {
    font-family: 'Raleway';
    font-size: 22px;
    font-weight: 700;
    color: #444;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}

.blog-col .blog:hover .text-col .heading h2 a {
    color: #1a4896;
}

.blog-col .blog .text-col .icon {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-col .blog .text-col .icon ul {
    text-align: left;
}

.blog-col .blog .text-col .icon ul li {
    float: left;
    padding-right: 15px;
}

.blog-col .blog .text-col .icon ul li:last-child {
    border-right: 0;
}

.blog-col .blog .text-col .icon ul li span {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.blog-col .blog .text-col .icon ul li i {
    font-size: 16px;
    color: #1a4896;
}

.blog-col .blog .text-col .paragraph {
    text-align: left;
    margin-top: 10px;
    overflow: hidden;
}

.blog-col .blog .text-col .paragraph p {
    font-size: 14px;
}

.blog-col .blog .readmore {
    margin: 10px;
    margin-bottom: 10px;
}

.blog-col .blog .readmore a {
    display: inline-block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    background: #1a4896;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 25px;
    margin: 2px;;
    border-radius: 30px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}
.blog-col .blog .readmore a:hover {
    background: #4a4a4a;
}

.blog-col .pagination {
    text-align: center;
    display: block;
    margin: 0;
    margin-top: 40px;
}

.blog-col .pagination ul {
    display: inline-block;
    margin-bottom: 0;
}

.blog-col .pagination ul li {
    float: left;
}

.blog-col .pagination a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    display: inline-block;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    font-size: 16px;
    font-family: 'Raleway';
}

.blog-col .pagination a.active {
    background-color: #1a4896;
    color: white;
}

.blog-col .pagination a.change {
    background-color: #ddd;
}

.blog-col .pagination a.change:hover {
    background-color: #1a4896!important;
}

.blog-col .pagination a:hover:not(.active) {
    background-color: #ddd;
}


/*
======================
Blog Side
======================
*/

.blog-side-col {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}

.pagination {
    display: block;
    margin: 0;
    margin-top: 40px;
}

.pagination button {
    text-shadow: none;
    background: #fff;
    font-size: 16px;
    padding: 10px 18px;
    font-weight: 600;
    border: 1px solid #1a4896;
    color: #1a4896;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pagination button:hover {
    background: #1a4896;
    color: #fff;
}

.blog-side-col .right-col {
    overflow: hidden;
}

.blog-side-col .right-col form {
    width: 100%;
    height: 40px;
    border: 1px solid #1a4896;
    margin-bottom: 30px;
}

.blog-side-col .right-col input[type="text"] {
    border: 0;
    padding-top: 8px;
    font-size: 16px;
    width: 75%;
    padding-left: 10px;
}

.blog-side-col .right-col button[type="submit"] {
    border: 0;
    background: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    height: 38px;
    width: 40px;
    background: #1a4896;
    border-radius: 0;
    float: right;
    display: inline-block;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    text-align: center;
}

.blog-side-col .right-col button[type="submit"] i {
    font-size: 18px;
}

.blog-side-col .right-col button[type="submit"]:hover {
    color: #fff;
    background: #1a4896;
}

.blog-side-col .right-col .widget {
    overflow: hidden;
    padding-bottom: 30px;
}

.blog-side-col .right-col h3 {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
    position: relative;
    margin-bottom: 22px;
}

.blog-side-col .right-col h3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 45px;
    height: 2px;
    background: #1a4896;
}

.blog-side-col .right-col ul {
    padding-bottom: 20px;
}

.blog-side-col .right-col ul li {
    list-style-type: none;
    line-height: 30px;
}

.blog-side-col .right-col ul li a {
    text-decoration: none;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: ease.4s all;
    -o-transition: ease.4s all;
    transition: ease.4s all;
}

.blog-side-col .right-col ul li a i {
    padding-right: 10px;
    font-size: 16px;
    color: #1a4896;
}

.blog-side-col .right-col ul li a:hover {
    color: #1a4896;
}

.blog-side-col .right-col span a {
    text-decoration: none;
    border: 1px solid #1a4896;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    color: #1a4896!important;
}

.blog-side-col .right-col span a:hover {
    background: #1a4896;
    color: #fff!important;
}


/*
==================
Blog Side
==================
 */

.blog-details {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}

.blog-details .top .img {
    height: auto;
    width: 100%;
}

.blog-details .top .img img {
    width: 100%;
}

.blog-details .top .icon {
    width: 100%;
}

.blog-details .top .icon ul {
    padding-top: 20px;
}

.blog-details .top .icon ul li {
    float: left;
    margin-right: 20px;
    color: #555555;
}

.blog-details .top .icon ul li a {
    text-decoration: none;
    color: #444;
}

.blog-details .top .icon ul li:hover a i {
    color: #1a4896;
}

.blog-details .top .icon ul li i {
    padding-right: 10px;
    color: #555555;
}

.blog-details .top .text {
    margin-bottom: 50px;
}
.blog-details .top .text h2 {
    padding-top: 40px;
    font-size: 18px;
    color: #222;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.blog-details .top .text p {
    font-size: 15px;
    line-height: 25x;
    margin-bottom: 15px;
}

.blog-details .top .text .border-left {
    background: #f6f6f6;
    border-left: 2px solid #1a4896;
}

.blog-details .top .text .border-left p {
    padding: 14px 50px;
    line-height: 25px;
    font-size: 15px;
}

.blog-details .top .reply-comment h3.after {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-details .top .reply-comment h3.after:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 45px;
    height: 1px;
    background: #1a4896;
}

.blog-details .top .reply-comment .post-comment {
    padding-top: 20px;
    border-bottom: 1px dashed #1a4896;
    padding-bottom: 20px;
    position: relative;
}

.blog-details .top .reply-comment .post-comment:nth-last-of-type(1) {
    border-bottom: 0;
}

.blog-details .top .reply-comment .selecte {
    padding-left: 100px;
}

.blog-details .top .reply-comment .post-comment .left {
    float: left;
    margin-right: 20px;
}

.blog-details .top .reply-comment .post-comment .left .img {
    width: 80px;
    height: 80px;
    padding-bottom: 0;
}

.blog-details .top .reply-comment .post-comment .left .img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-details .top .reply-comment .post-comment .left p {
    padding-top: 10px;
    text-align: center;
}

.blog-details .top .reply-comment .post-comment .left p a {
    display: inline-block;
    text-decoration: none;
    background: #1a4896;
    color: #fff;
    padding: 3px 7px;
    border: 1px solid #1a4896;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}

.blog-details .top .reply-comment .post-comment .left p a:hover {
    color: #fff;
    background: #4a4a4a;
    border-color: #4a4a4a;
}

.blog-details .top .reply-comment .post-comment .left .text {
    position: absolute;
    top: 10px;
    right: 0;
}

.blog-details .top .reply-comment .post-comment .right {
    padding-left: 100px;
}

.blog-details .top .reply-comment .post-comment .right h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 16px;
    font-weight: 600;
}

.blog-details .top .reply-comment .post-comment .right h3 span {
    font-family: 'Raleway';
    display: block;
    color: #555555;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}

.blog-details .top .reply-comment .post-comment .right p {
    color: #444;
    line-height: 22px;
    font-size: 14px;
}

.write-comment {
    margin-top: 50px;
}

.write-comment .inner {
    padding-top: 0px;
    padding-bottom: 30px;
}

.write-comment h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    position: relative;
}

.write-comment h3 {
    margin-bottom: 40px;
}
.write-comment h3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 45px;
    height: 1px;
    background: #1a4896;
}

.write-comment .top {
    padding-bottom: 15px;
}

.write-comment .top input[type="text"] {
    float: left;
    width: 48%;
    margin-right: 4%;
    border-radius: 0;
}

.write-comment .top input[type="text"]:focus {
    border: 0;
    box-shadow: none;
    border: 1px solid #1a4896;
}

.write-comment .top input[type="email"] {
    width: 48%;
    border-radius: 0;
}

.write-comment .top input[type="email"]:focus {
    border: 0;
    box-shadow: none;
    border: 1px solid #1a4896;
}

.write-comment .top textarea {
    border-radius: 0;
}

.write-comment .top textarea:focus {
    border: 0;
    box-shadow: none;
    border: 1px solid #1a4896;
}

.write-comment input[type="submit"] {
    border-radius: 0;
    background: #1a4896;
    color: #fff;
    border: 1px solid #1a4896;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    margin-bottom: 30px;
    cursor: pointer;
    text-shadow: none;
    box-shadow: none;
}

.write-comment input[type="submit"]:hover {
    background: #4a4a4a;
    color: #fff;
    border-color: #4a4a4a;
}

.blog-details .right-col form {
    width: 100%;
    height: 40px;
    border: 1px solid #1a4896;
    margin-bottom: 30px;
}

.blog-details .right-col input[type="text"] {
    border: 0;
    padding-top: 8px;
    font-size: 16px;
    width: 75%;
    padding-left: 10px;
}

.blog-details .right-col button[type="submit"] {
    border: 0;
    background: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    height: 38px;
    width: 40px;
    background: #1a4896;
    border-radius: 0;
    float: right;
    display: inline-block;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    text-align: center;
}

.bblog-details .right-col button[type="submit"] i {
    font-size: 18px;
}

.blog-details .right-col button[type="submit"]:hover {
    color: #fff;
    background: #1a4896;
}

.blog-details .right-col .widget {
    overflow: hidden;
    padding-bottom: 5px;
}

.blog-details .right-col h3 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-bottom: 22px;
}

.blog-details .right-col h3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -10px;
    width: 45px;
    height: 2px;
    background: #1a4896;
}

.blog-details .right-col ul {
    padding-bottom: 20px;
}

.blog-details .right-col ul li {
    list-style-type: none;
    line-height: 30px;
}

.blog-details .right-col ul li a {
    text-decoration: none;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: ease.4s all;
    -o-transition: ease.4s all;
    transition: ease.4s all;
}

.blog-details .right-col ul li a i {
    padding-right: 10px;
    font-size: 16px;
    color: #1a4896;
}

.blog-details .right-col ul li a:hover {
    color: #1a4896;
}

.blog-details .right-col span a {
    text-decoration: none;
    border: 1px solid #1a4896;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    color: #1a4896!important;
}

.blog-details .right-col span a:hover {
    background: #1a4896;
    color: #fff!important;
}


/*
=========================
Latest news And Event
=========================
 */

.latest-event-col {
    width: 100%;
    height: auto;
    background: #1a4896;
    padding: 60px 0px;
}

.latest-event-col .heading-col h2 {
    color: #fff;
}

.latest-event-col .heading-col .h-bar:before {
    background: #fff;
}

.latest-event-col .heading-col .h-bar:after {
    background: #fff;
}

.latest-event-col .heading-col .h-bar {
    color: #fff;
}

.latest-event-col .heading-col p {
    color: #fff;
}

.latest-event-col .latest {
    margin-top: 30px;
}

.latest-event-col .latest .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.latest-event-col .latest .img img {
    width: 100%;
    height: auto;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}

.latest-event-col .latest:hover .img img {
    transform: perspective(1000px) translateZ(200px);
}

.latest-event-col .latest .text .heading {
    text-align: center;
    background: #fff;
    position: relative;
}

.latest-event-col .latest .text .heading h2 {
    padding: 10px 0px;
    font-family: 'Raleway';
}

.latest-event-col .latest .text .heading h2 a {
    color: #444;
    font-size: 22px;
}

.latest-event-col .latest .text .heading h2 a:hover {
    text-decoration: underline !important;
}

.latest-event-col .latest .text {
    border: 1px solid #fff;
    border-top: 0;
}

.latest-event-col .latest .text .text-bottom {
    text-align: center;
}

.latest-event-col .latest .text .text-bottom p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 0px;
    margin-top: 20px;
    padding: 0px 20px;
}

.latest-event-col .latest .text .text-bottom a {
    display: inline-block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #fff;
    background: transparent;
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    text-shadow: none;
    padding: 13px 42px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    border: 1px solid #e1e1e1;
    border-radius: 40px 0px;
    margin: 30px 0px;
}

.latest-event-col .latest .text .text-bottom a:hover {
    background: #e6b000;
    color: #444;
}


/*
==========================
Teacher Details
==========================
*/

.teacher-detail {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
}

.teacher-detail .teacher-single {
    margin-bottom: 30px;
}

.teacher-detail .teacher-single .text {
    background: #1a4896;
    text-align: center;
    padding: 25px 10px 15px;
}

.teacher-detail .teacher-single .text h2 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
    font-family: 'Raleway';
}

.teacher-detail ul.nav.nav-tabs {
    margin-left: 15px;
}

.teacher-detail .teacher-single .text h3 {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 400;
    font-family: 'Raleway';
}

.teacher-detail .teacher-single .text p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Raleway' Sans-Serif;
    margin-top: 15px;
}

.teacher-detail .teacher-single .thumb img {
    width: 100%;
    height: auto;
}

.teacher-detail .teacher-single .social .title {
    font-family: 'Raleway';
    text-align: center;
    color: #2a2a2a;
    font-weight: 600;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 16px;
}

.teacher-detail .teacher-single .social ul {
    margin-top: 15px;
    text-align: center;
}

.teacher-detail .teacher-single .social ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
}

.teacher-detail .teacher-single .social ul li a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    display: block;
    background: transparent;
    border: 2px solid #1a4896;
    color: #1a4896;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.teacher-detail .teacher-single .social ul li a:hover {
    background: #1a4896;
    color: #fff;
    border-color: #1a4896;
}

.teacher-detail .teacher-detail-tab .content {
    padding: 15px 0;
}

.teacher-detail .teacher-detail-tab .content h2 {
    color: #1a4896;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'Raleway';
}

.teacher-detail .teacher-detail-tab .content p {
    color: #555555;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    font-family: 'Raleway' Sans-Serif;
}

.teacher-detail .teacher-detail-tab .content ul li {
    list-style-position: inside;
}

.teacher-detail .teacher-detail-tab .nav-tabs {
    border-bottom: 0;
}

.teacher-detail .teacher-detail-tab .nav-tabs>li>a {
    font-family: 'Raleway';
    color: #2a2a2a;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #2a2a2a;
    border-radius: 0;
    margin-right: 10px;
    text-transform: uppercase;
}

.teacher-detail .teacher-detail-tab .nav-tabs>li.active>a {
    font-family: 'Raleway';
    color: #1a4896;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 600;
    background: transparent;
    border: 2px solid #1a4896;
    border-radius: 0;
    text-transform: uppercase;
}

.teacher-detail .testimonial-content {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 0;
}

.teacher-detail .testimonial-content:last-child {
    border-bottom: 0;
}

.teacher-detail .testimonial-content .top {
    overflow: hidden;
}

.teacher-detail .testimonial-content .top img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.teacher-detail .testimonial-content .top h2 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #2a2a2a;
    font-size: 16px;
}

.teacher-detail .testimonial-content .top h3 {
    color: #676767;
    font-size: 13px;
}

.teacher-detail .testimonial-content .bottom {
    color: #676767;
}

.teacher-detail .ask-question .btn-success {
    font-family: 'Raleway';
    background: #1a4896;
    border-color: #1a4896;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-shadow: none;
    box-shadow: none;
}

.teacher-detail .ask-question .btn-success:hover {
    background: #fff;
    border-color: #1a4896;
    color: #1a4896;
}

.teacher-detail .ask-question .form-control {
    border-radius: 0;
    box-shadow: none;
}

.teacher-detail .ask-question input[type="text"],
.teacher-detail .ask-question input[type="email"],
.teacher-detail .ask-question textarea {
    font-family: 'Raleway';
    font-size: 16px;
    background: transparent;
    border: 1px solid #a3a3a3;
    color: #2a2a2a;
}

.teacher-detail .ask-question input[type="text"]:focus,
.teacher-detail .ask-question input[type="email"]:focus,
.teacher-detail .ask-question textarea:focus {
    border-color: #1a4896;
}

.teacher-detail .contact {
    background: #1a4896;
    margin-bottom: 20px;
    padding: 20px;
}

.teacher-detail .contact .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #2a2a2a;
    color: #1a4896;
    text-align: center;
    margin: 0 auto;
}

.teacher-detail .contact .icon i {
    font-size: 24px;
}

.teacher-detail .contact .text {
    text-align: center;
}

.teacher-detail .contact .text h4 {
    font-family: 'Raleway';
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px;
    color: #2a2a2a;
}

.teacher-detail .contact .text p {
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 600;
    font-family: 'Raleway', Sans-Serif;
}


/*
======================
Most Discussed
======================
 */

.discussed-col {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}

.discussed-col .latest {
    margin-top: 30px;
}

.discussed-col .latest .img {
    width: 100%;
    height: auto;
}

.discussed-col .latest .img img {
    width: 100%;
    height: auto;
    -webkit-transition: ease .8s all;
    -o-transition: ease .8s all;
    transition: ease .8s all;
}

.discussed-col .latest:hover .img img {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.discussed-col .latest .text .heading {
    text-align: center;
    background: #2574A9;
    position: relative;
}

.discussed-col .latest .text .heading i {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    color: #2574A9;
    font-size: 34px;
}

.discussed-col .latest .text .heading h2 {
    padding: 10px 0px;
    font-family: 'Raleway';
}

.discussed-col .latest .text .heading h2 a {
    color: #fff;
    font-size: 22px;
}

.discussed-col .latest .text .heading h2 a:hover {
    text-decoration: underline !important;
}

.discussed-col .latest .text {
    border: 1px solid #2574A9;
}

.discussed-col .latest .text .text-bottom {
    text-align: center;
}

.discussed-col .latest .text .text-bottom p {
    font-size: 16px;
    color: #444;
    margin: 0 0 0px;
    margin-top: 20px;
    padding: 0px 20px;
}

.discussed-col .latest .text .text-bottom a {
    display: inline-block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #2574A9;
    background: transparent;
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    text-shadow: none;
    padding: 13px 42px;
    -webkit-transition: ease .4s all;
    -moz-transition: ease .4s all;
    -ms-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    border: 1px solid #2574A9;
    border-radius: 40px 0px;
    margin: 30px 0px;
}

.discussed-col .latest .text .text-bottom a:hover {
    background: #2574A9;
    color: #fff;
}


/*
==========================
Error Page
==========================
*/
.error {
    color: rgba(199, 16, 16, 0.712);
}

.error-page {
    overflow: hidden;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.error-page .title .inner {
    font-family: 'Raleway';
    font-weight: 500;
    width: 200px;
    height: 200px;
    background: #1a4896;
    color: #fff;
    border: 5px solid #1a4896;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
}

.error-page .title .inner span:first-child {
    display: block;
    margin: 0;
    line-height: 60px;
    margin-top: 40px;
    font-size: 66px;
}

.error-page .title .inner span:last-child {
    display: block;
    margin: 0;
    line-height: 60px;
    font-size: 30px;
}

.error-page .content {
    margin-top: 40px;
    text-align: center;
}

.error-page .content h2 {
    font-family: 'Raleway';
    font-weight: 600;
    color: #1a4896;
    font-size: 24px;
    padding-bottom: 15px;
}

.error-page .content p {
    font-size: 16px;
    color: #2a2a2a;
}

.error-page .content .button {
    margin-top: 40px;
}

.error-page .content .button a {
    font-size: 18px;
    background: #1a4896;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid #1a4896;
    color: #fff;
    font-weight: 400;
    padding: 12px 16px;
    text-decoration: none;
}

.error-page .content .button a:hover {
    background: #fff;
    color: #1a4896;
    border-color: #1a4896;
}


/*
=====================
Faq
=====================
*/

.faq {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #fff;
}

.faq h2 {
    font-size: 20px;
    font-weight: 500;
    color: #1a4896;
    margin-bottom: 20px;
}

.faq .panel {
    box-shadow: none !important;
    border-radius: 0 !important;
}

.faq .panel-group {
    margin-bottom: 40px;
}

.faq .panel-group .panel-heading a:after {
    content: '\f068';
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: normal;
    font-size: 14px;
    right: -1px;
    top: -1px;
    padding: 10.5px;
    color: #fff;
    background: #1a4896;
}

.faq .panel-group .panel-heading a.collapsed:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-size: 14px;
    right: -1px;
    top: -1px;
    padding: 10.5px;
    color: #fff;
    background: #1a4896;
}

.faq .panel-default>.panel-heading {
    background: #eee;
    color: #2a2a2a;
    padding: 0;
    border-radius: 0;
    position: relative;
    font-size: 14px;
}

.faq h4.panel-title a {
    font-family: 'Raleway';
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    font-size: 14px;
    font-family: 'Raleway';
}


/*
========================
Under Construction
========================
*/

.under-construction-v1 {
    width: 100%;
    height: 100vh;
    position: relative;
}

.under-construction-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75)
}

.under-construction-v1 .inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.under-construction-v1 h2 {
    font-family: 'Raleway';
    font-weight: 600;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.under-construction-v1 p {
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
}

.under-construction-v1 .newsletter {
    text-align: center;
}

.under-construction-v1 .btn-success {
    font-family: 'Raleway';
    font-weight: 600;
    display: inline-block;
    background: #1a4896;
    color: #fff;
    border: 0;
    border: 2px solid transparent;
    font-size: 20px;
    padding: 10px 20px;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0;
    margin-top: 5px;
    text-shadow: none;
    box-shadow: none;
}

.under-construction-v1 .btn-success:hover {
    background: #fff;
    color: #1a4896;
    border: 2px solid #1a4896;
}

.under-construction-v1 .form-control {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    outline: none;
}

.under-construction-v1 input[type="email"] {
    background: transparent;
    border: 2px solid #f2f3f3;
    height: 40px;
    color: #fff;
    margin-top: 10px;
    border: 2px solid #fff;
    font-size: 16px;
}

.under-construction-v1 input[type="email"]:focus {
    border: 2px solid #1a4896;
}

.under-construction-v1 p.home {
    padding-top: 10px;
}

.under-construction-v1 p.home a {
    text-decoration: none;
    display: inline-block;
    color: #1a4896;
    background: transparent;
    font-weight: 400;
    padding: 10px 25px;
    border: 2px solid #1a4896;
}

.under-construction-v1 p.home a:hover {
    color: #fff;
    border: 2px solid #fff;
}


/*
==================
Footer main
==================
*/

.footer-main {
    width: 100%;
    height: auto;
    padding: 60px 0 30px 0;
    background: #353535;
}

.footer-main h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 0px;
    font-family: 'Raleway';
}

.footer-main h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #1a4896;
    left: 0;
    bottom: 0;
    height: 3px;
}

.footer-main .footer-col {
	margin-bottom: 30px;
}

.footer-main .footer-col p {
    font-family: 'Raleway', sans-serif;
    color: #adacac;
    line-height: 22px;
}

.footer-main .footer-col .useful ul li {
    margin-right: 10px;
    margin-bottom: 6px;
    position: relative;
    padding-left: 10px;
}

.footer-main .footer-col .useful ul li:before {
    content: '\f0a9';
    position: absolute;
    top: 0;
    left: 0;
    color: #adacac;
    font-family: 'FontAwesome';
}

.footer-main .footer-col .useful ul li a {
    color: #adacac;
    font-size: 14px;
    padding: 8px 10px;
    border: 1px solid transparent;
    -webkit-transition: ease .3s all;
    -o-transition: ease .3s all;
    transition: ease .3s all;
}

.footer-main .footer-col .contact-item {
    color: #adacac;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 22px;
}

.footer-main .footer-col .contact-item .icon {
    float: left;
    font-size: 16px;
    margin-right: 10px;
}

.footer-main .footer-col .contact-item .text {
    /*float: left;*/
    line-height: 22px;
}

.footer-main .footer-col .media img {
    width: 70px;
    height: auto;
    float: left;
    margin-right: 15px;
}

.footer-main .footer-col .media h5 {
    margin: 0;
    line-height: 20px;
}

.footer-main .footer-col .media h5 a {
    font-family: 'Raleway', sans-serif;
    color: #adacac;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
    display: block;
    font-weight: 400;
}

.footer-main .footer-col .media p {
    color: #76a9e7;
}


/*
===================
Footer Section 
===================
*/

.footer-bottom {
    width: 100%;
    height: auto;
    background: #282828;
    padding: 10px 0px;
}

.footer-bottom .copyright {
    font-size: 14px;
    color: #f2f3f3;
    padding-top: 5px;
}

.footer-bottom .footer-menu {
    float: right;
}

.footer-bottom .footer-menu ul {
    float: right;
    margin-bottom: 0;
}

.footer-bottom .footer-menu ul li {
    float: left;
    list-style-type: none;
    margin-left: 10px;
}

.footer-bottom .footer-menu ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom .footer-menu ul li a:hover {
    color: #6c6c6c;
}

.footer-bottom .footer-menu ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
    background: #fff;
    color: #4a4a4a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-bottom .footer-menu ul li a i:hover {
    background: #1a4896;
    color: #fff;
}


/*
========================
Scroll To ToP
========================
 */

.scrollup {
    position: fixed;
    z-index: 9999;
    bottom: 60px;
    right: 20px;
    display: none;
    background: #4a4a4a;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
}

.scrollup i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-align: center;
}

.scrollup:hover {
    background: #000;
}


/*
==========================
Banner Css
==========================
*/

.banner-col {
    width: 100%;
    height: auto;
    background: url(images/banner.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center center; */
    position: relative;
    padding: 115px 0px;
}

.banner-col .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

.banner-col .text {
    text-align: center;
}

.banner-col .text h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.banner-col .text p a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: ease .4s all;
    -o-transition: ease .4s all;
    transition: ease .4s all;
}

.banner-col .text p {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

.banner-col .text p a:hover {
    color: #fff;
}


/*
============================
Google Maps
============================
*/

.map-responsive {
    overflow: hidden;
    position: relative;
    height: 400px;
    width: 100%;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

iframe {
    border: 0;
}