@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    color: #696767;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: #fff;
    line-height: 1.5;
    /*margin: 0 0 67px;*/
    overflow-x: hidden;
}


/*--Custom-css---*/

a,
button {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    outline: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

h1 {
    clear: both;
    color: #363636;
    font-size: 40px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    color: #363636;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    padding: 0 0 15px;
    position: relative;
    font-weight: 700;
}

h3 {
    color: #363636;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 15px;
    font-weight: 700;
}

h4 {
    color: #363636;
    font-size: 22px;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h5 {
    color: #363636;
    font-size: 20px;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h6 {
    color: #363636;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.dflex {
    display: flex;
}

.alignItemCenter {
    align-items: center
}

.justifyContentCenter {
    justify-content: center;
}

.dTable {
    display: table;
    width: 100%;
}

.dTcell {
    display: table-cell;
    vertical-align: top;
}

.valm {
    vertical-align: middle;
}

.relative {
    position: relative;
}

.radius2 {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.radius3 {
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.radius5 {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.radius6 {
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.SideLradius3 {
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.SideRradius3 {
    -moz-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    -o-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.downRradius3 {
    -moz-border-radius: 0px 0 3px 3px;
    -ms-border-radius: 0px 0 3px 3px;
    -o-border-radius: 0px 0 3px 3px;
    -webkit-border-radius: 0px 0 3px 3px;
    border-radius: 0px 0 3px 3px;
}

.SideRradius5 {
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.radius10 {
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.fullradius {
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.radius3 {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.radius0 {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

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

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

.pad_10-20 {
    padding: 10px 20px;
}

.pad-15 {
    padding: 15px;
}

.p-v-20-30 {
    padding: 20px 0 30px 0;
}

.p-t-30 {
    padding: 30px 0 0 0;
}

.p-v-75 {
    padding: 75px 0;
}

.padding_60_20 {
    padding: 0 20px 0 60px
}

.padding_20_60 {
    padding: 0 60px 0 20px
}

.padding_33_30 {
    padding: 0 33px 0 30px;
}

.p-v-10 {
    padding: 10px 0;
}

.pad_30 {
    padding: 30px;
}

.padding_60_30 {
    padding: 0 30px 25px 60px
}

.padding_15_30 {
    padding: 0 30px 25px 15px;
}

.pad_0_31 {
    padding: 0 31px
}

.pad_0_30_0 {
    padding: 0 30px 0 0
}

.pad_15_hor {
    padding: 0 15px;
}

.pad_10_hor {
    padding: 0 10px;
}

.pad_20_hor {
    padding: 0 20px;
}

.pad_30_hor {
    padding: 0 30px;
}

.p-h-30 {
    padding: 0 30px;
}

.p-h-30 {
    padding: 0 20px;
}

.pad_30_ver {
    padding: 30px 0;
}

.pad-v20 {
    padding: 20px 0 !important;
}

.pad-v15 {
    padding: 15px 0;
}

.p-v-30 {
    padding: 30px 0;
}

.p-v-40 {
    padding: 40px 0;
}

.p-v-60 {
    padding: 60px 0;
}

.p-v-60-30 {
    padding: 60px 0 30px;
}

.pad-20-10 {
    padding: 20px 10px;
}

.pad_0_30_0_80 {
    padding: 0 30px 80px 30px;
}

.pad_0_15_0_30 {
    padding: 0 15px 30px 15px;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.p-h-40 {
    padding: 0 40px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-v-40-60 {
    padding: 40px 0 60px;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-55 {
    margin-top: 55px;
}

.m-t-60 {
    margin-top: 60px !important;
}

.m-t-80 {
    margin-top: 80px;
}

.p-h-15 {
    padding: 0 15px;
}

.p-h-20 {
    padding: 0 20px;
}

.m-v15-40 {
    margin: 15px 0 40px;
}

.m-v-55-40 {
    margin: 55px 0 40px;
}

.pad_25-0 {
    padding: 25px 0;
}

.pad_20-0 {
    padding: 20px 0;
}

.pad_15-0 {
    padding: 15px 0;
}

.pad_20 {
    padding: 20px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-10 {
    margin-left: 10px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-40 {
    padding-left: 40px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.dt-sc-margin55 {
    margin: 25px 0 30px;
}

.uc {
    text-transform: uppercase;
}

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

section,
.full {
    float: left;
    width: 100%;
}

.autoautoWidL {
    width: auto;
    float: left;
}

.autoWidR {
    width: auto;
    float: right;
}

.wAuto {
    width: auto;
}

.header {
    padding: 10px 0;
    position: static;
    top: -100px;
    left: 0;
    width: 100%;
    z-index: 3;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header.sticky {
    top: 0;
    position: fixed;
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0px 10px -5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0px 10px -5px;
}


/*section {
    padding:30px 0 0;
    }*/

.imgContainer {
    float: left;
    width: 100%;
}

.imgContainer img {
    display: block;
    width: 100%;
}

ul {
    list-style: none;
}

.allBtn {
    padding: 8px 50px;
    background: #3867a7;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border: none;
    font-weight: 600;
}

.allBtn:focus {
    color: #fff;
}

.allBtn:hover {
    color: #fff;
    background: #333;
}

.upperCase {
    text-transform: uppercase;
}

.m-v-15 {
    margin: 15px 0;
}

.pv-60-30 {
    padding: 60px 30px;
}

.pv-60 {
    padding: 60px 0;
}

.pad_t_b70_40 {
    padding: 70px 0 40px;
}

.padRight15 {
    padding-right: 15px;
}

.padLeft15 {
    padding-left: 15px;
}

.d_I_Block {
    display: inline-block;
}

.dBlock {
    display: block;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.nomargin {
    margin: 0 !important;
}

.bgNone {
    background: none !important;
}

.logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 244px;
    flex: 0 0 244px;
    max-width: 100%;
}

.accountArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.logo img {
    width: 100%;
}

.menu-responsive {
    display: none;
}

.navArea {
    width: 100%;
}

.navigation ul li:not(:last-child) {
    margin-right: 1px;
}

.navigation ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.navigation ul li a {
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 44px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.p-r-0 {
    padding-right: 0;
}

.navigation ul li.active a,
.navigation ul li a:hover {
    background: #3867a7;
    color: #fff;
}

.accountArea ul li {
    margin: 0 5px;
}

.accountArea ul li:last-child {
    margin-right: 0;
}

.accountArea ul li a {
    background: #3867a7;
    border-radius: 30px;
    line-height: 40px;
    padding: 0 23px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    margin: 0;
}

.slogan {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    max-width: 1170px;
    padding: 0 15px;
    width: 100%;
    left: 50%;
}

.sloganInner {
    max-width: 658px;
    width: 100%;
}

.slogan h2 {
    font-size: 52px;
    font-weight: 700;
    color: #335686;
    line-height: 52px;
}

.slogan h4 {
    font-weight: 500;
    font-size: 34px;
    line-height: 1.8;
    color: #363636;
}

.slogan .all_btn {
    padding: 0 30px;
    font-size: 20px;
    margin-top: 20px;
    background: #fff;
    color: #5987c5;
    font-family: 'Montserrat', sans-serif;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: #5987c5 2px solid;
    line-height: 50px;
}

.slogan .all_btn:hover {
    background: #5987c5;
    color: #fff;
}


/*.welcomeRightrInner {
    background: #fff;
    position: absolute;
    bottom: -50px;
    left: -128px;
    width: 100%;
    z-index: 1;
    padding: 60px 30px;
    font-size: 15px;
    line-height: 1.7;
    max-width: 623px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) -14px 4px 17px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) -14px 4px 17px -5px;
    box-shadow: rgba(0, 0, 0, 0.3) -14px 4px 17px -5px;
}*/


/* .welcomeRightrInner {
    background: #fff;
    position: absolute;
    top: 50%;
    left: -128px;
    width: 100%;
    z-index: 1;
    padding: 60px 30px;
    font-size: 15px;
    line-height: 1.7;
    max-width: 623px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) -14px 4px 17px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) -14px 4px 17px -5px;
    box-shadow: rgba(0, 0, 0, 0.3) -14px 4px 17px -5px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
} */

.welArea h2 {
    font-size: 30px;
}

.welcomeRightrInner {
    /* background: #fff; */
    /* position: absolute;
    top: 50%; */
    /* left: -128px; */
    width: 100%;
    z-index: 1;
    padding: 0 30px;
    font-size: 15px;
    line-height: 1.7;
    max-width: 623px;
    /* -moz-box-shadow: rgba(0, 0, 0, 0.3) -14px 4px 17px -5px; */
    /* -webkit-box-shadow: rgba(0, 0, 0, 0.3) -14px 4px 17px -5px; */
    /* box-shadow: rgba(0, 0, 0, 0.3) -14px 4px 17px -5px; */
    /* transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%); */
}

.welcomeLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.125%;
    flex: 0 0 57.125%;
    max-width: 57.125%;
    width: 57.125%;
}

.welcomeLeft img {
    width: 100%;
    display: block;
}

.welcomeRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.875%;
    flex: 0 0 42.875%;
    max-width: 42.875%;
    width: 42.875%;
}

.welcomeRight h5 {
    font-size: 21px;
    color: #5987c5;
    font-style: italic;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    padding: 25px 0 5px;
}

.welcomeRight p {
    font-size: 18px;
    color: #676464;
}

.welcomeRight h3 {
    font-size: 36px;
    color: #363636;
    line-height: 1.3;
}

.blueBtn {
    background: #335686;
    color: #dfebfc;
    font-size: 20px;
    line-height: 50px;
    padding: 0 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-weight: 500;
}

.blueBtn:hover {
    background: #547cb3;
    color: #fff;
}

.blueBtnBdr {
    background: #fff;
    color: #335686;
    border: #335686 2px solid;
    font-size: 20px;
    line-height: 48px;
    padding: 0 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-weight: 500;
}

.blueBtnBdr:hover {
    background: #335686;
    color: #fff;
}

.welcomeRight ul {
    margin-top: 30px;
}

.welcomeRight ul li:not(:last-child) {
    margin-right: 8px;
}

.paralaxBg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(89, 135, 197, .84);
}

.paralaxBg {
    position: relative;
    z-index: 0;
}

.parallax .headingTitleWhite {
    position: relative;
    z-index: 1;
}

.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    height: 100%;
    padding: 50px 0;
}

.paralaxInner {
    max-width: 750px;
    width: 100%;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.paralaxInner h2 {
    color: #f9fcff;
    font-size: 51px;
}

.paralaxInner h5 {
    font-size: 22px;
    color: #d3ddeb;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.paralaxInner p {
    color: #fff;
}

.paralaxBtn {
    background: #e6f0fd;
    color: #273548;
    letter-spacing: 5px;
    line-height: 48px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 50px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-top: 40px;
    position: relative;
}

.paralaxBtn:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    background: #b4c4d8;
    width: 24px;
    height: 1px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.paralaxBtn:hover {
    background: #354c6a;
    color: #fff;
}

.paralaxBtn:hover:after {
    right: -24px;
}

.proBox {
    position: relative;
    background-color: #fff;
    width: 100%;
    box-shadow: 6px 9px 14px 0px rgba(0, 0, 0, 0.13);
    border: #f2f0f0 1px solid;
    height: 100%;
}

.proBoxInner p {
    font-size: 15px;
    color: #696767;
}

.proBoxInner h4 {
    padding: 0;
    min-height: 50px;
}

.proBoxInner h4 a {
    font-size: 17px;
    color: #363636;
}

.proBoxInner h4 a span {
    display: block;
    font-size: 15px;
    color: #5987c5;
}

.proBoxInner h4 a:hover {
    color: #335686;
}

.proBoxInner {
    text-align: center;
    padding: 20px 10px 25px;
}

.mainBtn {
    background: #f6f6f6;
    color: #313030;
    line-height: 38px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 0 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px -6px;
}

.proBoxInner .mainBtn {
    margin-top: 25px;
}

.mainBtn:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    background: #b4c4d8;
    width: 24px;
    height: 1px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mainBtn:hover {
    background: #354c6a;
    color: #fff;
}

.mainBtn:hover:after {
    right: -24px;
}

.survicees {
    background: #f8f8f8;
    padding: 75px 0;
}


/* Circle */

.proBox .imgBox {
    position: relative;
    overflow: hidden;
}

.proBox .imgBox img {
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.proBox:hover .imgBox img {
    opacity: .5;
    transform: rotate(5deg) scale(1.2);
}

.proBox .imgBox::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.proBox:hover .imgBox::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.trainingEvaluation {
    padding: 0;
}

.traEvaImg {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.traEvaImg img {
    width: 100%;
    display: block;
}

.traRight {
    padding: 70px 0 104px 50px;
}

.traRight h2 {
    color: #335686;
}

.traRight h4 {
    color: #3867a7;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
}

.traRight h5 {
    color: #262626;
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 20px;
}

.traRight h6 {
    color: #262626;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 25px;
}

.traRight p {
    color: #4d4d4d;
    font-size: 17px;
    margin-bottom: 25px;
}

.subscribeLeft {
    width: auto;
    max-width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.subscribeArea {
    padding: 30px 0;
    background: #3867a7;
}

.subscribeRight {
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-left: 30px;
}

.subscribeInput {
    /* -webkit-box-flex: 1; */
    /* flex-grow: 1; */
    height: 64px;
    border: #3f6ca7 1px solid;
    border-right: none;
    font-size: 18px;
    padding: 0 234px 0 20px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-style: italic;
    background: #d3e5fd;
    color: #5585c4;
    /* font-style: italic; */
    /* display: flex; */
    width: 100%;
}

.subscribeInput:focus {
    outline: none;
}

.subscribeBtn {
    height: 50px;
    padding: 0 30px;
    background: #3867a7;
    position: absolute;
    color: #fff;
    border: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 50px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.subscribeBtn:hover {
    background: #046abc;
    text-shadow: #013158 1px 1px;
}

.subscribeLeft h4 {
    font-size: 26px;
    color: #dcebfe;
    padding: 0;
}

.subscribeLeft p {
    font-size: 21px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.featureSect {
    background: #fcfbef;
    padding: 50px 0;
}

.fImgArea {
    margin-bottom: 20px;
}

.fImgArea img {
    display: block;
    width: 100%;
    border-radius: 3px;
}

.homeBanner .owl-theme .owl-nav [class*="owl-"] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 0 7px !important;
    position: absolute;
    top: 50%;
    right: 26px;
    color: #000;
    font-size: 31px !important;
    cursor: pointer;
    line-height: 20px !important;
    margin: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 144px;
    width: 42px;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    outline: none;
}

.homeBanner .owl-theme .owl-nav [class*="owl-"] span {
    display: none;
}

.homeBanner .owl-theme .owl-nav .owl-prev {
    left: 26px;
}

.homeBanner .owl-theme .owl-nav .owl-prev {
    background: url(../images/arrowLeft.png);
}

.homeBanner .owl-theme .owl-nav .owl-next {
    background: url(../images/arrowRight.png);
}

footer {
    border-top: 1px solid #ececec;
}

footer .heading h4 {
    font-size: 19px;
    padding-bottom: 7px;
    font-weight: 500;
}

footer .heading {
    /* padding-bottom: 10px; */
    position: relative;
}

footer .heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    background: #6f6f6f;
    height: 1px;
    z-index: 4;
}

footer ul {
    margin-top: 12px;
}

footer ul li {
    margin: 1px 0;
    position: relative;
}

footer ul li a {
    color: inherit;
    line-height: 31px;
    color: #666666;
    font-weight: 400;
}

footer ul li a:hover {
    color: #000;
}

.crsDtls h5 {
    font-size: 14px;
    font-weight: 400;
    color: #606064;
}

.crsDtls h5 a {
    color: #606064;
}

.crsDtls ul {
    margin: 0 15px 0 0;
}

.crsDtls ul li {
    margin-top: 0;
    margin-bottom: 0;
}

.crsDtls ul li:not(:last-child) {
    margin-right: 5px;
}

.crsImg {
    width: 80px;
    max-width: 100%;
    -ms-flex: 80px;
    -webkit-flex: 80px;
    flex: 0 0 80px;
}

.crsDtls {
    padding-left: 8px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.courseArea {
    padding: 16px 0;
    border-bottom: #e7e7e7 1px solid;
}

.courseArea:first-child {
    padding-top: 0;
}

.crsImg img {
    width: 100%;
    display: block;
}

.input-1 {
    width: 100%;
    height: 50px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: #d0cfcf 1px solid;
    padding: 0 10px;
    color: #666;
}

.textArea {
    height: 106px;
    width: 100%;
    padding: 10px;
    resize: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: #d0cfcf 1px solid;
}

.fColInner .form-group {
    margin: 15px 0 0;
}

.userLinks li {
    width: 50%;
    max-width: 50%;
    -ms-flex: 50%;
    -webkit-flex: 50%;
    flex: 0 0 50%;
}

.topFooter {
    padding: 35px 0 10px;
    ;
    font-size: 14px;
}

.bCover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}

.socialArea::after {
    content: "";
    position: absolute;
    background: #ddd;
    width: 100%;
    height: 1px;
    top: 50%;
    z-index: -1;
}

.socialArea ul li {
    margin: 0 5px;
}

.socialArea ul li a {
    background: #e1e1e1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    color: #333;
    text-align: center;
    font-size: 17px;
}

.googleMapContHome iframe {
    width: 100%;
    height: 268px;
}

.socialArea .fb:hover a {
    background: #3b5998;
    color: #fff;
}

.socialArea .twtr:hover a {
    background: #00acee;
    color: #fff;
}

.socialArea .ytb:hover a {
    background: #c4302b;
    color: #fff;
}

.socialArea .lkd:hover a {
    background: #0e76a8;
    color: #fff;
}

.bottomFooter {
    padding-bottom: 40px;
}

.address p {
    position: relative;
    padding-left: 25px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.address p i {
    position: absolute;
    top: 5px;
    left: 0;
}

.address p a {
    color: #333;
}

.address p a:hover {
    color: #000;
}

.pnlLeft,
.pnlRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.pnlLeft img {
    width: 100%;
    display: block;
}

.pnlLeft {
    padding-right: 30px;
}

.pnlRight {
    padding: 40px 40px 40px 20px;
}

.pnRightInner:not(:last-child) {
    margin-bottom: 30px;
}

.pnlLeft img {
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 60px;
}

.pnlRight h2 {
    color: #3867a7;
    border-bottom: #3867a7 3px solid;
    margin-bottom: 30px;
}

.map-stats {
    padding: 30px 0;
    background: #fff;
    border-top: 1px solid #f9f9f9;
}

.kenzap-map-cont .kenzap-map {
    width: 100%;
}

.kenzap-map-cont {
    position: relative;
}

.kenzap-map-cont .kenzap-map-point {
    position: absolute;
    top: 60%;
    left: 75.5%;
    width: 4px;
    height: 4px;
    box-sizing: content-box;
    border-radius: 50%;
    background: rgba(147, 118, 223, 0);
    box-shadow: none;
    -webkit-animation: kenzap-map-point 1.5s linear infinite forwards;
    animation: kenzap-map-point 1.5s linear infinite forwards;
}

.kenzap-map-cont .kenzap-map-point .kenzap-map-title {
    /* opacity: 0; */
    position: absolute;
    top: 0.5rem;
    /* width: 5rem; */
    white-space: nowrap;
    margin-left: 0;
    color: #000;
    text-align: left;
    -webkit-animation: kenzap-map-title 1.5s linear infinite forwards;
    animation: kenzap-map-title 1.5s linear infinite forwards;
    font-weight: 600;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.kenzap-map-cont .kenzap-map-point .kenzap-map-round {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(147, 118, 223, 0);
    box-shadow: none;
    -webkit-animation: kenzap-map-anim 1.5s linear infinite forwards;
    animation: kenzap-map-anim 1.5s linear infinite forwards;
}

@-webkit-keyframes kenzap-map-point {
    0% {
        background: rgba(147, 118, 223, 0);
        box-shadow: 0 0 0 0 #7692df, 0 0 0 0 #7692df
    }
    5% {
        background: #7692df
    }
    10% {
        box-shadow: 0 0 0 .1rem #7692df, 0 0 0 .1rem rgba(147, 118, 223, .8)
    }
    35% {
        box-shadow: 0 0 0 .1rem #7692df, 0 0 0 .25rem rgba(147, 118, 223, .3)
    }
    60% {
        box-shadow: 0 0 0 .1rem rgba(147, 118, 223, .8), 0 0 0 .35rem rgba(147, 118, 223, .1)
    }
    75% {
        box-shadow: 0 0 0 .1rem rgba(147, 118, 223, .2), 0 0 0 .5rem rgba(147, 118, 223, 0);
        background: rgba(147, 118, 223, .6)
    }
    to {
        box-shadow: 0 0 0 .1rem rgba(147, 118, 223, 0), 0 0 0 .5rem rgba(147, 118, 223, 0);
        background: rgba(147, 118, 223, 0)
    }
}

@keyframes kenzap-map-point {
    0% {
        background: rgba(147, 118, 223, 0);
        box-shadow: 0 0 0 0 #7692df, 0 0 0 0 #7692df
    }
    5% {
        background: #7692df
    }
    10% {
        box-shadow: 0 0 0 .1rem #7692df, 0 0 0 .1rem rgba(147, 118, 223, .8)
    }
    35% {
        box-shadow: 0 0 0 .1rem #7692df, 0 0 0 .25rem rgba(147, 118, 223, .3)
    }
    60% {
        box-shadow: 0 0 0 .1rem rgba(147, 118, 223, .8), 0 0 0 .35rem rgba(147, 118, 223, .1)
    }
    75% {
        box-shadow: 0 0 0 .1rem rgba(147, 118, 223, .2), 0 0 0 .5rem rgba(147, 118, 223, 0);
        background: rgba(147, 118, 223, .6)
    }
    to {
        box-shadow: 0 0 0 .1rem rgba(147, 118, 223, 0), 0 0 0 .5rem rgba(147, 118, 223, 0);
        background: rgba(147, 118, 223, 0)
    }
}

@-webkit-keyframes kenzap-map-anim {
    0%,
    40% {
        box-shadow: 0 0 0 1px rgba(147, 118, 223, 0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    65% {
        box-shadow: 0 0 0 1px rgba(147, 118, 223, .6)
    }
    to {
        box-shadow: 0 0 0 1px rgba(147, 118, 223, 0);
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}


/* @-webkit-keyframes kenzap-map-title {
    0%,
    10% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    60% {
        opacity: .85
    }
    80% {
        opacity: 1
    }
    to {
        -webkit-transform: translateY(-1.5rem);
        transform: translateY(-1.5rem);
        opacity: 0
    }
}

@keyframes kenzap-map-title {
    0%,
    10% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    60% {
        opacity: .85
    }
    80% {
        opacity: 1
    }
    to {
        -webkit-transform: translateY(-1.5rem);
        transform: translateY(-1.5rem);
        opacity: 0
    }
} */

.map-marker {
    height: 42px;
    width: 29px;
    background: url(../images/map-marker.png);
    /* -webkit-animation: kenzap-map-anim 1.5s linear infinite forwards; */
    /* animation: kenzap-map-anim 1.5s linear infinite forwards; */
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    outline: none;
    left: 50%;
    top: -44px;
    transform: translateX(-50%);
    z-index: 2;
}

.paralaxSubsLeft,
.paralaxSubsRight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.paralaxSubsLeftInner {
    width: 100%;
    max-width: 574px;
    padding: 0 20px;
}

.paralaxSubsLeftInner h2 {
    font-size: 50px;
}

.paralaxSubsLeftInner h2 span {
    font-size: 25px;
}

.paralaxInner h4 {
    color: #000;
    padding-bottom: 0px;
}

.container-fluid {
    padding: 0 40px;
}

.kenzap-map-point:hover .kenzap-map-title {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}

.worldMap img {
    width: 100%;
}

.worldMap,
.schoolDtls {
    padding: 40px 0;
    background: #fbfbfb;
}

.worldMap h2,
.phoneBook h2 {
    padding-bottom: 30px;
}

.phoneBook {
    padding: 40px 0;
    background: #f9f9f9;
}

.phoneBookInner {
    padding: 20px;
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 15px -11px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 15px -11px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 4px 15px -11px;
}

.phoneBookInner h3 {
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 10px;
    cursor: pointer;
}

.pbBox p {
    position: relative;
    padding-left: 20px;
}

.pbBox p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: 500;
}

.pbBox p a {
    color: #3867a7;
    font-weight: 500;
    word-break: break-word;
}

.pbBox {
    background: #fff;
    padding: 15px;
    height: 100%;
    color: #333;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border: #ccc 1px dashed;
    position: relative;
    z-index: 1;
}

.pbBox::before {
    content: "";
    width: 100px;
    height: 100px;
    background: #fff;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: -1;
    -moz-border-radius: 50% 0 0 0;
    -webkit-border-radius: 50% 0 0 0;
    border-radius: 50% 0 0 0;
    border-top: #3867a7 1px dashed;
    border-left: #5987c5 1px dashed;
}

.pbBox p i {
    position: absolute;
    left: 0;
    top: 5px;
}

.phoneBookInner h3 span {
    width: 30px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 10px;
}

.phoneBookInner h3 span img {
    width: 100%;
    display: block;
}


/*.phoneBookInner:not(:last-child) {
    margin-bottom: 15px;
}*/


/* //for login form  */

.login-panel ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.38);
    font-weight: 500;
}

.login-panel ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.38);
    font-weight: 500;
}

.login-panel :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.38);
    font-weight: 500;
}

.login-panel :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.38);
    font-weight: 500;
}

.login-screen {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    max-width: 800px;
    height: 450px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 7px;
    width: 100%;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 9px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 9px -5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 8px 9px -5px;
}

.login-screen .left-item,
.login-screen .right-item {
    width: 50%;
    height: 100%;
    float: left;
}

.login-screen .right-item {
    position: relative;
    width: 50%;
    border-radius: 7px 0 0 7px;
    background-image: url(../images/login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.login-screen .right-item::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    border-radius: 7px 0 0 7px;
    background-color: rgba(255, 255, 255, 0.93);
}

.login-screen .left-item .login-panel {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.login-screen .left-item .login-panel .inner-login-panel {
    display: table-cell;
    vertical-align: middle;
}

.login-screen .left-item .login-panel .inner-login-panel .content-panel {
    padding: 0 50px;
    text-align: center;
}

.login-screen .left-item .login-panel .inner-login-panel .content-panel .title {
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-size: 1.5em;
    color: #195d93;
}

.login-screen .left-item .login-panel .inner-login-panel .content-panel input {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    width: 100%;
    padding: 6px 0;
    color: #007cc2;
    font-weight: 500;
}

.login-screen .left-item .login-panel .inner-login-panel .content-panel input:-webkit-autofill,
.login-screen .left-item .login-panel .inner-login-panel .content-panel input:-webkit-autofill:hover,
.login-screen .left-item .login-panel .inner-login-panel .content-panel input:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}

.login-screen .left-item .login-panel .inner-login-panel .content-panel input+input {
    margin-top: 20px;
}

.login-screen .left-item .login-panel .inner-login-panel .content-panel button {
    background-color: #195d93;
    border: 0;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 15px;
    font-weight: 500;
    border-radius: 2px;
    width: 100%;
    margin-top: 25px;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.content-panel button:active {
    transform: scale(.95) translateY(5px);
}

.login-screen .right-item .slider-panel {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.login-screen .right-item .slider-panel .inner-slider-panel {
    display: table-cell;
    vertical-align: middle;
}

.login-screen .right-item .slider-panel .inner-slider-panel h1 {
    margin: 0 0 7px 0;
    text-transform: uppercase;
}

.login-screen .right-item .slider-panel .inner-slider-panel p {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
    /* text-shadow: rgba(0,0,0,0.5) 2px 0px 5px; */
    color: #62676a;
}

.inner-slider-panel img {
    padding: 8px 15px;
}

.galInner a {
    display: block;
}


/* Responsive */

@media (max-width: 768px) {
    .login-screen {
        width: 700px;
    }
}

@media (max-width: 767px) {
    .login-screen {
        max-width: 480px;
        /* padding: 0 15px; */
        width: 100%;
    }
    .login-screen .right-item {
        display: none;
    }
    .login-screen .left-item {
        width: 100%;
    }
}

.logingArea {
    background: url(../images/pattern2.jpg) repeat;
    background-size: 820px;
}

.overh {
    overflow: hidden;
}

.from-step {
    background: url(../images/pattern2.jpg);
    background-size: 820px;
}

.counterHeading h2 {
    color: #fff;
    font-size: 57px;
}

.asearchHedingEach {
    background: #195d93;
    font-size: 23px;
    padding: 7px 15px;
    margin-bottom: 10px;
    color: #fff;
}

.forgotPass {
    margin-top: 5px;
    display: block;
    text-align: right;
    font-size: 12px;
    color: #585858;
    font-weight: 500;
}

.notAmember p {
    color: #424242;
    font-weight: 500;
}

.notAmember p a {
    color: #3fa3c0;
}

.selectOption {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0) url(../images/angle-arrow-down.png) center right no-repeat;
    background-size: 10px;
    box-shadow: none;
    padding: 0 15px 0 0;
    border: none;
    width: 100%;
    border-bottom: #ddd 1px solid;
    height: 40px;
}

.input-2 {
    border: none;
    border-bottom: #ddd 1px solid;
    height: 40px;
}

.input-2:focus {
    border-bottom-color: #195d93;
    box-shadow: none;
}

.registerBox {
    border: #f2f2f2 1px solid;
    padding: 50px;
    border-radius: 6px;
    margin-top: 30px;
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 10px -5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 10px -5px;
}

.txtarea {
    border: none;
    border-bottom: #ddd 1px solid;
    width: 100%;
    resize: none;
    height: 120px;
}

.registerBoxInner:not(:last-child) {
    margin-bottom: 20px;
}

.register {
    background: #f9f9f9;
}

.formWrap ul.nav li:not(:last-child) {
    margin-right: 10px;
}

.formWrap ul.nav li a {
    border-radius: 30px;
    font-weight: 700;
    color: #666;
    background: #fff;
    padding: 10px 40px;
    border: 1px solid #e8e8e8;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #3867a7;
}

.registerBoxInner .checkbox {
    line-height: 1.3;
}

.registerBoxInner label {
    font-weight: 600;
    color: #535252;
}

.registerBoxInner label .imgBtn {
    background: #5987c5;
    color: #fff;
    padding: 0 15px;
    line-height: 36px;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
}

.multipleImageUploader {
    display: inline-block;
}

.registerBoxInner .selectOption {
    color: #696767;
}

.registerBoxInner h3 {
    padding-bottom: 30px;
}

.newsLetterInner {
    border: #f2f2f2 1px solid;
    padding: 50px;
    border-radius: 6px;
    margin-top: 30px;
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 10px -5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 10px -5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 14px 10px -5px;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.newsletterBtn {
    flex: 0 0 164px;
    width: 160px;
    max-width: 100%;
}

.input-3 {
    border: #ddd 1px solid;
    height: 50px;
    padding: 0 20px;
    width: 100%;
}

.input-4 {
    border: #ddd 1px solid;
    height: 50px;
    padding: 0 70px 0 20px;
    width: 100%;
    border-radius: 30px;
}

.newsletterBtn button {
    color: #f00;
}

.newsletterBtn button {
    color: #d3e5fd;
    height: 50px;
    width: 100%;
    border: none;
    background: #3867a7;
    font-weight: 700;
    cursor: pointer;
}

.newsletterBtn button:hover {
    background: #333;
    color: #fff;
}

.newsLetterInner .row {
    margin: 0 -3px;
}

.newsLetterInner [class*="col"] {
    padding: 0 3px;
}

.newsLetter {
    padding: 70px 0;
    background: #fbfbfb;
}

.newsLetterInner h4 {
    padding-bottom: 18px;
}

.courseDetails {
    padding: 40px 0;
}

.courseDtls {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.srcArea {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.srcArea button {
    border: none;
    background-color: transparent;
    color: #3867a7;
    position: absolute;
    right: 15px;
    top: 0;
    height: 50px;
    width: 60px;
}

.arCustMenue ul .sub-menu {
    padding-left: 83px;
    display: none;
}

.schoolAddress {
    position: fixed;
    width: 100%;
    max-width: 700px;
    right: -700px;
    z-index: 6;
    background: url(../images/pattern3.jpg) top left repeat;
    top: 0;
    padding: 30px;
    height: 100vh;
    overflow-y: auto;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.schoolAddress.open {
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.5) -30px 20px 30px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) -30px 20px 30px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) -30px 20px 30px 0;
}

.scAddBox {
    width: 100%;
    height: 100%;
    padding: 15px;
    border: #d9eefb 1px solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.7;
}

.scAddBox p:not(:last-child) {
    margin-bottom: 8px;
}

.scAddBox p a {
    color: #3867a7;
    font-weight: 500;
}

.scAddBox Ul li {
    padding-left: 20px;
    position: relative;
    word-break: break-all;
}

.scAddBox Ul li+li {
    margin-top: 6px;
}

.scAddBox Ul li a {
    color: #3867a7;
    font-weight: 500;
}

.scAddBox Ul li i {
    vertical-align: middle;
    margin-right: 8px;
    position: absolute;
    top: 4px;
    left: 0;
}

.scAddBox p i {
    margin-right: 8px;
}

.scAddBox h5 {
    font-size: 16px;
}

.scAddBox h5 a {
    color: #363636;
}

.overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 0;
    z-index: 3;
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.overlay.open {
    width: 100%;
}

.schoolDtlsLeft {
    -webkit-box-flex: 0;
    -ms-flex: 380px;
    flex: 0 0 380px;
    max-width: 100%;
    width: 380px;
    padding: 0 15px;
}

.schoolDtlsRight {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 20px;
}

.schDtlsLeftInner {
    background: url(../images/addressmap.png) center center no-repeat #fff;
    padding: 20px;
    border-top: #3867a7 5px solid;
    background-size: cover;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #333;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 100px;
}

.schDtlsLeftInner p {
    margin-bottom: 10px;
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.schoolDtlsLeft ul {
    margin-bottom: 15px;
}

.nav-tabs {
    display: none;
}

@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }
    .card {
        border: none;
    }
    .card .card-header {
        display: none;
    }
    .card .collapse {
        display: block;
    }
}

@media(max-width:767px) {
    .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.cardBodyInner h4 {
    color: #3867a7;
    font-size: 13px;
    padding-bottom: 18px;
    font-weight: 400;
}

.galInner img {
    display: block;
    width: 100%;
}

.cardBodyInner .row {
    margin: 0 -5px;
}

.cardBodyInner [class*="col-"] {
    padding: 5px;
}

.schoolDtlsRight .nav li a {
    color: #333;
    font-weight: 700;
}


/* add baba */

.contactBanner {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}

.contactBanner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(56, 103, 167, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.contactHeading {
    color: #fff;
    padding-bottom: 0;
    font-size: 44px;
}

.echAddressType li {
    width: 100%;
}

.adrsIcon {
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 94px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    background-color: #FFF;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    padding: 24px;
}

.adrsIcon img {
    width: 100%;
    display: block;
}

.echAddressType ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333337%;
    flex: 0 0 33.33333337%;
    max-width: 33.333333333337%;
    padding: 10px;
}

.echAddressType ul li p {
    color: #292225;
    font-weight: 500;
    margin-top: 20px;
}

.echAddressType ul li p a {
    color: #292225;
}

.contactAddressInnr {
    max-width: 748px;
    width: 100%;
    margin: 0 auto;
}

.contAdrsHed {
    font-size: 38px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

.contAdrsHed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    background: #3867a7;
    height: 2px;
}

.contAdrsSubHed {
    font-size: 17px;
    font-weight: 500;
}

.googleMapCont iframe {
    width: 100%;
    height: 350px;
}

.formTitls {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.contactForm {
    max-width: 800px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.arInput1 {
    border: 1px solid #e7e7e7;
    background-color: #FFF;
    height: 52px;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 30px;
    width: 100%;
}

.arInput1:focus,
.arTextArea1:focus {
    border-color: #3867a7;
    outline: none;
}

.arTextArea1 {
    padding: 15px 30px;
    resize: none;
    border: 1px solid #e7e7e7;
    background-color: #FFF;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    color: #495057;
}

.contactsubmitBtn {
    height: 55px;
    line-height: 55px;
    padding: 0 51px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space: normal;
    background: #3867a7;
    color: #fff;
    text-align: center;
    border: none;
    cursor: pointer;
}

.contactsubmitBtn:hover {
    background: #333;
}

.help-error:not(input) {
    font-size: 12px;
    font-weight: 500;
    color: #f00;
    line-height: 13px;
    display: block;
}

.regiModifiedCard {
    background: transparent;
}

.regiModifiedCard .card-body {
    padding: 0px;
}


/* add baba */


/*///// dashboard css ===>>*/

.usrDbLtInr {
    background: #f3f3f3;
    width: 100%;
    height: 100vh;
}

.dashboardLeftPrt {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.dashboardRightPrt {
    width: calc(100% - 300px);
    margin-left: 300px;
}

.dashboardLogo a {
    width: 200px;
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    height: 68px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.dashboardLogo a img {
    width: 100%;
    display: block;
}

.dashboardList ul li a {
    padding: 10px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #5b5b5b;
    font-weight: 600;
    display: block;
    /* background: rgba(255, 255, 255, 0.2); */
}

.dashboardList ul li a i {
    margin-right: 5px;
}

.dashboardList ul li a:hover,
.dashboardList ul li.active a {
    background: rgba(89, 135, 197, 1);
    color: #fff;
}

.dbhamberber {
    padding: 4px 10px;
    cursor: pointer;
}

.dbheader {
    padding: 6px 15px;
    background: #f3f3f3;
    color: #363636;
}

.dbPersonInfo {
    font-weight: 600;
    cursor: pointer;
}

.dbPersonInfo i {
    margin-right: 5px;
}

.dbToggleLt .dashboardList li a span {
    display: none;
}

.dbToggleLt .dashboardList li a {
    text-align: center;
}

.dbToggleLt .dashboardLogo a {
    width: 100px;
    overflow: hidden;
}

.dashboardLeftPrt.dbToggleLt {
    width: 110px;
}

.dashboardRightPrt.dbToggleRt {
    width: calc(100% - 110px);
    margin-left: 110px;
}

.multipleImageUploader input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
}

.arDragAndDrop {
    display: inline-block;
    text-align: center;
    padding: 0;
}


/*<<===dashboard css /////*/


/**********ImageCss**********/

.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow: auto;
}

.preview-images-zone>.preview-image {
    height: 185px;
    width: 185px;
    position: relative;
    margin-right: 5px;
}

.preview-images-zone>.preview-image {
    height: 190px !important;
    width: 25%;
    position: relative;
    margin: 0 !important;
    float: left;
    margin-bottom: 5px;
    padding: 5px;
}

.preview-images-zone>.preview-image>.image-zone {
    width: 100%;
    height: 100%;
}

.preview-images-zone>.preview-image>.image-zone>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-images-zone>.preview-image>.tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.preview-images-zone>.preview-image>.image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 16px;
    display: none;
}

.preview-image:hover>.image-zone {
    cursor: move;
    opacity: .5;
}

.preview-image:hover>.tools-edit-image,
.preview-image:hover>.image-cancel {
    display: block;
}

.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}


/*******EndImageCss********/

.sectionLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
}

.sectionLoader i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px;
    font-size: 60px;
    color: rgba(89, 135, 197, 1);
}

.subscribe_msg {
    position: absolute;
    bottom: -23px;
    color: #ffff;
    font-weight: 600;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.subscribeInput.has-error {
    border: 2px solid #f00;
}


/*.arSchoolTabs .nav{
    -webkit-box-flex: 0;
    max-width: 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}
.arSchoolTabs .tab-content {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}*/

.arSchoolTabs .nav-tabs .nav-item.show .nav-link,
.arSchoolTabs .nav-tabs .nav-link.active {
    background: #3867a7;
    color: #fff;
    border-color: #3867a7;
}

.arSchoolTabs .nav-tabs .nav-item.show .nav-link:after,
.arSchoolTabs .nav-tabs .nav-link.active:after {
    opacity: 1;
}

.arSchoolTabs .card-body {
    /*padding-top: 0;*/
    border: 1px solid #f2f2f2;
}

.arSchoolTabs .nav-tabs .nav-link {
    color: #333;
    margin: 0px;
    border: 1px solid #e6e6e6;
    /*border-right: none;*/
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    font-weight: 600;
}

.arSchoolTabs .nav-tabs .nav-link:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 0 20px;
    border-color: #3867a7 transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    transition: all 400ms ease-in-out;
}


/*.arSchoolTabs .nav-tabs .nav-item{
    margin-bottom: 10px;
}*/

.arSchoolTabs .nav-tabs {
    border-bottom: none;
}

.arSchoolTabs .card-body {
    padding: 30px;
}

#world-map path {
    stroke-width: 2px !important;
}

.subscribe_form .col {
    position: relative;
}

.subscribe_form .col .help-error:not(input) {
    position: absolute;
    bottom: -16px;
    left: 4px;
}

.subscribe_msg_sidebar {
    color: green;
    background: rgba(0, 128, 0, 0.2);
    padding: 7px 20px;
    font-weight: 500;
    margin: 0 0 10px 3px;
}

.subscribe_msg_sidebar:empty {
    display: none;
}

.schoolAddressData .phoneBookInner {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.phoneBookInner h3 {
    position: relative;
}

.phoneBookInner h3::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 4px;
    right: 0;
}

.phoneBookInner h3.active::after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btnStyle-1 {
    background: #dcba3f;
    padding: 4px 8px;
    color: #fff;
    font-weight: 600;
    margin: 10px 0;
    font-size: 12px;
}

.btnStyle-1:hover {
    color: #fff;
    background: #333;
}

.pbBox p a.sizeStyle-1 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.pbBox p a.sizeStyle-1:hover {
    color: #3867a7;
}

.allSchoolWrap {
    width: 100%;
}

.allSchoolWrap+.allSchoolWrap {
    margin-top: 10px;
}

.allSchoolGroup {
    padding: 15px;
    background: #ffffff;
    width: 100%;
    border: 1px solid #ececec;
}

.mapIndex ul li span {
    width: 30px;
    display: inline-block;
    margin-right: 8px;
}

.mapIndex ul li+li {
    margin-left: 14px;
}

.mapIndex ul li span img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.mapIndex ul li {
    font-weight: 600;
    font-size: 14px;
}

.scAdBoxCat {
    -webkit-box-flex: 0;
    background: #f2f2f2;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 8px;
    cursor: pointer;
}

.scAdBoxCat h2 {
    padding-bottom: 0;
    font-size: 18px;
    position: relative;
}

.scAdBoxCat h2::after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 10px;
    right: 0;
}

.scAdBoxCat h2 img {
    width: 24px;
    margin-right: 10px;
}

.eachscAddBoxCat+.eachscAddBoxCat {
    margin-top: 15px;
}

.scAdBoxCatCont {
    display: none;
    width: 100%;
}

.scAdBoxCatCont .row {
    margin: 0 -6px;
}

.scAdBoxCatCont [class*="col"] {
    padding: 0 6px;
    margin-top: 12px;
}

.poneBookContToShow {
    width: 100%;
    min-height: 80px;
    display: none;
    padding: 0 15px;
}

.poneBookContToShow [class*="col"] {
    margin-top: 30px;
}

.socialArea {
    margin-top: 30px;
    position: relative;
}

.file-upload-button {
    position: relative;
    display: inline-block;
}

.upload-label {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    background-color: #f2ce42;
    overflow: hidden;
    color: #fff !important;
    font-family: sans-serif;
    border: #dabf2e 1px solid;
    cursor: pointer;
}

.input-file {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.uploaded-file {
    display: block;
    position: absolute;
    left: calc(100% + 10px);
    top: 11px;
}

.p-t-20 {
    padding-top: 20px;
}

.fColInner.address {
    font-size: 20px;
}

.pagesDetails {
    padding: 40px 0;
    background: #f9f9f9;
}

.homeBanner img {
    width: 100%;
    display: block;
}

.devenirMembreModal .radio label {
    line-height: 1.1;
    font-weight: 600;
    font-size: 16px;
}

.devenirMembreModal .radio label:focus,
.devenirMembreModal .radio label:focus:after,
.devenirMembreModal .radio label:focus:before {
    outline: none;
}
#displayErrorMessage {
    font-size: 13px;
}
.fColInner iframe {
    transform: scale(.84);
    position: relative;
    left: -25px;
}