* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'poppins';
    src: url(fonts/poppins/poppins-regular-webfont.woff2) format("woff2"), url(fonts/poppins/poppins-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'poppinslight';
    src: url(fonts/poppins/poppins-light-webfont.woff2) format("woff2"), url(fonts/poppins/poppins-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'poppinsblack';
    src: url(fonts/poppins/poppins-black-webfont.woff2) format("woff2"), url(fonts/poppins/poppins-black-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: 'poppins';
    overflow-x: hidden;
    font-size: 13px;
}
::selection {
    background: #51B88D;
    color: #000;
}
i {
    font-style: normal;
}
ul, li {
    list-style-type: none;
}
p {
    color: #353535;
    line-height: 17px;
}
a {
    text-decoration: none;
}
img {
    width: 100%;
    display: block;
}
.wrapper {
    width: 100%;
    float: left;
}
.fullwidth {
    width: 100%;
    float: left;
}
.padding {
    padding: 50px 0;
}
.min-padding {
    padding-bottom: 25px;
}
.min-width {
    width: 90%;
    float: left;
    margin: 0 5%}
.readmore {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.readmore a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 13px 15px 10px;
    width: 150px;
    border: 1px solid #212121;
    white-space: nowrap;
    color: #212121;
    font: 14px poppins;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 auto;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
.readmore a:hover, .readmore.readmoreWhite a:hover {
    color: #fff;
    background: #f58220;
}
.readmore.readmoreWhite a {
    color: #fff;
    border-color: #fff;
}
.list {
    margin-bottom: 20px;
}
.list li {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px 0;
}
.list li p {
    color: #6f6c6c;
    padding: 0;
    margin-left: 25px;
}
.list li:before {
    content: '\f35a';
    position: absolute;
    left: 0;
    top: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    color: #5d8d63;
}
.list ol {
    width: 100%;
    float: left;
    padding: 0 30px 20px;
    position: relative;
}
.list ol li:before {
    content: '\f105';
    position: absolute;
    left: 0;
    top: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #5d8d63;
}
.heading {
    width: 430px;
    display: table;
    margin: 0 auto 40px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}
.heading:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 28px;
    background: url(images/heading-style1.png) center bottom no-repeat;
    background-size: contain;
}
.heading:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #f58220;
    position: absolute;
    left: 50%;
    bottom: 7px;
    margin-left: -3px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.heading h2 {
    position: relative;
    color: #f58220;
    font: 400 25px poppinslight;
    letter-spacing: 2px;
}
.heading h2 span {
    font-family: 'poppinsblack';
    color: #2D2D2D;
    text-transform: uppercase;
}
.heading p {
    margin-top: 10px;
    font-size: 16px;
}
.heading h4 {
    padding: 10px 0;
    letter-spacing: 1px;
    color: #131313;
}
/*.logo {
    width: 310px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.logo a {
    display: block;
    padding: 5px 0;
    background: #fff;
    position: relative;
    z-index: 1;
}
.logo a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -7%;
    width: 30%;
    background: #fff;
    transform: skewX(-20deg);
    z-index: -1;
}*/

.headingN {
    width: 430px;
    display: table;
    margin: 0 auto 40px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}
.header {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 60px 10px 10px;
    z-index: 99;
    background: #f58220;
    width: 100%}
.header .topQuickLinks {
    float: right;
}
.header .topQuickLinks li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    position: relative;
}
.header .topQuickLinks li a {
    display: block;
    cursor: pointer;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    border-radius: 50px;
    border: 2px solid #fff;
    -webkit-transition: all .12s linear;
    -moz-transition: all .12s linear;
    -ms-transition: all .12s linear;
    transition: all .12s linear;
}
.header .topQuickLinks li:hover > a {
    opacity: .4;
}
.header .topQuickLinks li a i {
    margin-right: 5px;
}
.header .topQuickLinks li .dropdown {
    position: absolute;
    left: calc(50% - 115px);
    width: 230px;
    padding-top: 10px;
    z-index: 1;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: top;
    transition: all 300ms ease-in-out;
}
.header .topQuickLinks li .dropdown::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    border: 10px solid;
    border-color: transparent transparent #191919;
}
.header .topQuickLinks li:hover .dropdown {
    transform: perspective(600px) rotateX(0deg);
}
.header .topQuickLinks li .dropdown ul {
    padding: 10px;
    background: #191919;
    border-radius: 20px;
}
.header .topQuickLinks li .dropdown ul li {
    width: 100%;
    float: left;
    margin: 2px 0;
}
.searchContainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.97);
    display: none;
}
.searchContainer .searchClose {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 70px;
    cursor: pointer;
}
.searchContainer .searchClose:hover {
    opacity: .7;
}
.searchContainer .searchBox {
    position: absolute;
    left: 50%;
    top: 80%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.searchContainer .searchBox.show {
    top: 50%;
    opacity: 1;
}
.searchContainer .searchBox input {
    width: 80%;
    float: left;
    padding: 10px;
    font: 50px poppinslight;
    color: #000;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    background: none;
}
.searchContainer .searchBox button {
    width: 20%;
    text-align: center;
    outline: none;
    border: none;
    background: #000;
    color: #fff;
    font-size: 30px;
    line-height: 81px;
    cursor: pointer;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.searchContainer .searchBox button:hover {
    background: #f58220;
}
.burgerMenu {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 8px 0;
    cursor: pointer;
    border: 2px solid #fff;
    display: block;
    -webkit-transition: all .12s linear;
    -moz-transition: all .12s linear;
    -ms-transition: all .12s linear;
    transition: all .12s linear;
    z-index: 9999;
}
.menu-icon-wrapper {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 35px;
    height: 35px;
    pointer-events: none;
    -webkit-transform: scale(0.517);
    -moz-transform: scale(0.517);
    transform: scale(0.517);
    opacity: 1;
    -webkit-transition: opacity .12s linear;
    -moz-transition: opacity .12s linear;
    -ms-transition: opacity .12s linear;
    transition: opacity .12s linear;
}
.menu-icon-wrapper svg {
    position: absolute;
    top: -33px;
    left: -33px;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.menu-icon-wrapper svg path {
    stroke: #fff;
    stroke-width: 40px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: transparent;
    transition: stroke-dasharray .5s;
}
.menu-icon-wrapper svg path.path1 {
    stroke-dashoffset: 5803.15px;
    stroke-dasharray: 2901.57px, 2981.57px, 240px;
}
.menu-icon-wrapper svg path.path2 {
    stroke-dashoffset: 800px;
    stroke-dasharray: 400px, 480px, 240px;
}
.menu-icon-wrapper svg path.path3 {
    stroke-dashoffset: 6993.11px;
    stroke-dasharray: 3496.56px, 3576.56px, 240px;
}
.burgerMenu:hover, .burgerMenu.open {
    border-color: rgba(255, 255, 255, 0.6);
}
.burgerMenu:hover .menu-icon-wrapper, .burgerMenu.open .menu-icon-wrapper {
    opacity: 1;
}
.burgerMenu.open svg path.path1 {
    stroke-dasharray: 2901.57px, 5258.15px, 240px;
}
.burgerMenu.open svg path.path2 {
    stroke-dasharray: 400px, 600px, 0;
}
.burgerMenu.open svg path.path3 {
    stroke-dasharray: 3496.56px, 6448.11px, 240px;
}
.navigationContainer {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    overflow: hidden;
    min-height: 100vh;
    background: url(images/scl.html) center no-repeat ;
    background-size: cover;
    -webkit-background-blend-mode: overlay;
    background-blend-mode: overlay;
    z-index: 999;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    transition: all 400ms;
}
.navigationContainer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(images/texture.png) rgba(0, 0, 0, 1);
    opacity: .7;
    z-index: -1;
}
.showNavigation {
    width: 100%}
.innerNavigation {
    width: 350px;
    float: right;
    position: relative;
    min-height: 100vh;
    background: #ff661f;
    border-left: 10px solid rgba(255, 255, 255, 0.30);
}
.inner {
    padding: 20px;
}
.navigationContainer .mainNavigation ul {
    width: 100%;
     height: 100vh;
     overflow: auto;
    float: left;
    padding-top: 60px;
}
.navigationContainer .mainNavigation ul li {
    width: 100%;
    float: left;
}
    .navigationContainer .mainNavigation ul li a {
        display: block;
        color: whitesmoke;
        padding: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        cursor: pointer;
        position: relative;
        letter-spacing: 1px;
        font-size: 14px;
        z-index: 1;
    }
.navigationContainer .mainNavigation ul li:last-child a {
    border-bottom-color: transparent;
}
.navigationContainer .mainNavigation > ul > li > a {
    font-family: 'poppinsblack';
    text-transform: uppercase;
}
.navigationContainer .mainNavigation ul li a:hover {
    color: #fff;
}
.navigationContainer .mainNavigation > ul > li > a.navBtn1:after, .menuChild ul li a span {
    content: '\276D';
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    transition: all 400ms;
}
.navigationContainer .mainNavigation ul li > a.navBtn1:hover:after, .menuChild ul li a:hover span {
    right: 15px;
}
.menuChildClose {
    position: absolute;
    left: 25px;
    top: 20px;
    color: #5b7e67;
    font-size: 13px;
    cursor: pointer;
}
.menuChildClose:hover {
    color: #fff;
}
.menuChild {
    width: 100%;
    float: left;
    position: absolute;
    left: 100%;
    top: 0;
    min-height: 100%;
    background: #f58220;
    z-index: 1;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    transition: all 400ms;
}
.menuChild.showMenuChild {
    left: 0;
}
.menuChild.menuSecondChild {
    background: #0b3f1d;
}
.mb-quickLinks {
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.23);
    display: none;
}
.mb-quickLinks li {
    width: 100%;
    float: left;
}
.mb-quickLinks > li {
    margin: 5px 0;
}
.mb-quickLinks li a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.68);
    padding: 7px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.mb-quickLinks li:hover > a {
    color: #fff;
}
.mb-quickLinks li .dropdown ul {
    padding: 0 15px;
}
.mb-quickLinks li .dropdown ul li {
    margin: 1px 0;
}
.mb-quickLinks li .dropdown ul li a {
    text-transform: capitalize;
    padding-left: 8px;
    border-left: 1px solid;
}
.relative {
    position: relative;
}
.banner {
    height: 40vw;
 /*   margin-top: 58px;*/
    position: relative;
    overflow: hidden;
}
.slider, .slides {
    width: 100%;
    height: 40vw;
    float: left;
}
.slides {
    background: center no-repeat;
    background-size: cover;
}
.bannerText {
    position: absolute;
    left: 5%;
    bottom: 10%;
    color: #fff;
    z-index: 99;
}
.bannerText h2 {
    font: 400 28px poppins;
    padding-bottom: 10px;
    box-shadow: 0 1px 1px #000;
    font-weight: 600;
}
.bannerText p {
    color: #fff;
    font-size: 15px;
}
.bannerText .readmore a {
    margin-left: 0;
    background: #f58220;
    border: none;
}
.bannerText .readmore a:hover {
    background: #fff;
    color: #f58220;
}
.banner .controls {
    position: absolute;
    top: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    background: no-repeat rgba(255, 255, 255, 0.20);
    background-size: 30px;
    z-index: 99;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.banner .controls#prev {
    left: -140px;
    background-image: url(images/arrow-left.png);
    background-position: 85% 50%}
.banner .controls#next {
    right: -140px;
    background-image: url(images/arrow-right.png);
    background-position: 15% 50%}
.banner .controls:hover {
    background-color: rgba(255, 255, 255, 0.70);
}
.videoBox {
    width: 100%;
    float: left;
    position: relative;
    height: 100vh;
    z-index: 1;
}
.videoBox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.homeVideo {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hm-newsLiner {
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.marqueeContainer {
    width: 100%;
    float: left;
    padding: 10px 10px 10px 140px;
    position: relative;
}
.marqueeContainer h2 {
    width: 120px;
    padding: 9px 5px 5px;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    background: #f58220;
    text-align: center;
    color: #fff;
}
.marqueeContainer p {
    display: inline-block;
    padding: 4px 20px 0;
    margin: 0 -2px;
    border-right: 1px solid #DBDBDB;
}
.marqueeContainer p:last-child {
    border-right: none;
}
.marqueeContainer p a,  .marqueeContainer p {
    color: #212121;
    display: inline-block;
    position: relative;
}
.marqueeContainer p a img {
    width: 30px!important;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    right: 0;
    top: 4px;
    height: auto;
}
.marqueeContainer p a:hover {
    color: #f58220;
    text-decoration: underline;
}
.leftNavi {
    width: 100px;
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    display: none;
}
.leftNavi li {
    margin: 5px 0;
}
.leftNavi li * {
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.leftNavi li a {
    width: 100px;
    height: 100px;
    display: block;
    line-height: 105px;
    text-align: center;
    background: #3470A7;
    color: #fff;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
    position: relative;
}
.leftNavi li:nth-child(2) a {
    background: #CD5B5D;
}
.leftNavi li:nth-child(3) a {
    background: #46C085;
}
.leftNavi li a span {
    width: 170px;
    position: absolute;
    top: 50%;
    padding-right: 10px;
    font-size: 20px;
    line-height: normal;
    text-shadow: 1px 1px 1px #000;
    opacity: 0;
    visibility: hidden;
    right: 150%;
    color: #fff;
    text-align: right;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.leftNavi li a:hover {
    border-color: rgba(0, 0, 0, 0.37);
    color: rgba(0, 0, 0, 0.37);
}
.leftNavi li a:hover span {
    right: 100%;
    opacity: 1;
    visibility: visible;
}
.counter-head {
    width: 80%}
.counter-window {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}
.counter-window h1, .counter-window h3 {
    font-weight: 600;
    text-transform: uppercase;
}
.counter-window h3 {
    margin-bottom: 30px;
    color: #212121;
}
.counter-window span {
    color: #6d6d6d;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
}
.counter-window span > span {
    margin-bottom: 0;
}
.counter-window .circle {
    background: #2980b9;
    width: 200px;
    line-height: 200px;
    display: inline-block;
    color: #212121;
    border-radius: 100%}
.counter-window code, code > span {
    display: block;
    font-family: Monaco, monospace;
    background: #444;
    color: #212121;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 100px;
}
.counter-window code > span {
    padding: 0;
    margin: 0;
}
.counter-window .main-div-cou {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
}
.counter-window .main-div-cou .title-icon {
    width: 100%;
    float: left;
    font-size: 25px;
    text-align: center;
    padding-bottom: 10px;
    display: none;
}
.counter-window .main-div-cou .title-icon i {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #212121;
    color: #bababa;
}
.counter-window .main-div-cou .coun-data {
    width: 100%;
    float: left;
    position: relative;
}
.counter-window .main-div-cou .counter {
    font-size: 40px;
    font-family: 'poppinsblack';
    position: relative;
    z-index: 1;
    width: 140px;
    height: 140px;
    line-height: 140px;
    border-radius: 50%;
    border: 1px solid;
}
.counter-window .main-div-cou #counter1 {
    color: #60A688;
}
.counter-window .main-div-cou #counter2 {
    color: #6086A6;
}
.counter-window .main-div-cou #counter3 {
    color: #A67E60;
}
.counter-window .main-div-cou #counter4 {
    color: #A69460;
}
.counter-window .main-div-cou #counter5 {
    color: #7A60A6;
}
.counter-window .main-div-cou #counter6 {
    color: #7A60A6;
}
.counter-window .main-div-cou #counter7 {
    color: #A69460;
}
.counter-window .main-div-cou #counter8 {
    color: #60A688;
}
.counter-window .main-div-cou #counter9 {
    color: #A66087;
}
.counter-window .main-div-cou .counter:after {
    margin-left: 5px;
}
.counter-window .main-div-cou #counter4:after {
    content: ''}
.counter-window .main-div-cou #counter5:after {
    content: ''}
.counter-window .main-div-cou #counter6:after {
    content: ''}
.counter-window .main-div-cou .title {
    width: 100%;
    margin-top: 15px;
    color: #3D3D3D;
    font: 14px/20px poppinsblack;
    text-transform: uppercase;
}
.counter-window .main-div-cou .title span {
    width: 100%;
    float: left;
    font: 400 13px poppins;
    text-transform: capitalize;
    padding-top: 10px;
}
.in-numbersContainer {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -35%;
    background: #fff;
    border: 7px solid #f58220;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.37);
    z-index: 9;
    display: none;
}
.in-numberClose {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    padding: 0 10px;
    line-height: 36px;
    color: #C40003;
    cursor: pointer;
}
.in-numberClose:hover {
    color: #212121;
}
.in-numbersContainer .in-numberBox {
    padding: 50px 40px 40px;
}
.in-numbersContainer .in-numberBox h3 {
    font: 24px poppinsblack;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.tsRatio {
    margin-bottom: 30px;
}
.tsRatio li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font: 22px poppinsblack;
}
.tsRatio li a .imgBox {
    width: 80px;
    margin: 0 auto 12px;
}
.tsRatio li a h4 {
    font-size: 18px;
    color: #212121;
}
.tsRatio li a h4 span {
    font: 22px poppinsblack;
    display: block;
    padding-top: 10px;
    color: #f58220;
}
.in-numbersContainer .in-numberBox p {
    font-size: 16px;
    line-height: 30px;
    display: block;
    padding: 5px 0;
}
.in-numbersContainer .in-numberBox .list-in-numbers {
    margin: 20px 0;
}
.in-numbersContainer .in-numberBox .list-in-numbers li {
    width: 25%;
    min-height: 68px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
    padding: 13px 10px 10px;
    font-size: 14px;
    color: #212121;
    border: 1px solid #888;
    background: #D7F3E5;
    float: left;
}
.globallink197 li {
    width: 20%;
    min-height: 76px;
    padding: 12px 10px 10px;
    font-size: 13px;
}
.in-numbersContainer .in-numberBox .list-in-numbers li:nth-child(even) {
    background: #F4ECD9;
}
#hm-quickBg {
    background: #DFE8F1;
}
.hm-quicks li {
    width: 50%;
    float: left;
    padding: 5px;
}
.hm-quicks li a {
    display: block;
    text-align: center;
    padding: 30px 10px;
    background: center no-repeat #3B947F;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
    font: 14px poppinsblack;
    text-shadow: 1px 1px 1px #000;
}
#hm-quicksn {
    width: 100%}
.hm-quicks li:first-child a {
    background-image: url(images/inside-page/asi-bg.jpg);
}
.hm-quicks li:nth-child(2) a {
    background-image: url(images/inside-page/ql-bg.jpg);
}
.hm-quicks li:nth-child(3) a {
    background-image: url(images/inside-page/press-r-bg.jpg);
}
.hm-quicks li:nth-child(2) a {
    background-image: url(images/inside-page/ql-bg.jpg);
}
.hm-quicks li:nth-child(4) a {
    background-image: url(images/inside-page/s-video-bg.jpg);
}
.hm-quicks li:nth-child(5) a {
    background-image: url(images/inside-page/ql-bg.jpg);
}
#random {
    background: url(images/dark-denim-3.png) center no-repeat fixed #f28230;
    background-blend-mode: multiply;
    background-size: cover;
}
.randomBox {
    width: 33.33%;
    float: left;
    padding: 0 20px;
}
.randomBox section {
    width: 100%;
    float: left;
    min-height: 300px;
    background: #fff;
    position: relative;
    padding: 40px 10px 10px;
}
.randomBox section .randomHead {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.randomBox section .randomHead h4 {
    position: relative;
    padding: 10px;
    background: #f58220;
    color: #fff;
    border-radius: 0 0 5px 5px;
    letter-spacing: 1px;
    font-weight: 400;
    display: table;
    margin: -10px auto 0;
    text-align: center;
    width: 50%}
.randomBox section .randomHead h4::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    width: 100%;
    height: 10px;
    background: #737373;
    transform: skewX(30deg);
    z-index: -1;
}
.randomBox section .randomBoxText {
    width: 100%;
    float: left;
}
.randomBox section .randomBoxText .principalImg {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.randomBox section .randomBoxText .imgBox {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.randomBox section .randomBoxText .imgBox img {
    border-radius: 50%}
.randomBox section .randomBoxText h4 {
    width: calc(100% - 94px);
    display: inline-block;
    vertical-align: middle;
    color: #f58220;
    font-size: 16px;
}
.randomBox section .randomBoxText h4 span {
    width: 100%;
    float: left;
    color: #4F4F4F;
    font-size: 13px;
    margin-top: 5px;
}
.randomBox section .randomBoxText article {
    width: 100%;
    float: left;
    padding: 10px;
}
.randomBox section .randomBoxText article h5 {
    text-align: center;
    padding-bottom: 10px;
    color: #f58220;
    font: 400 14px poppinslight;
}
.randomBox section .randomBoxText article p a {
    color: #272727;
    font-weight: 700;
}
.randomBox section .randomBoxText article p a:hover {
    text-decoration: underline;
}
.randomBox section .gallContainer {
    width: 100%;
    float: left;
}
.randomBox section .gallContainer .gal {
    width: 100%;
    height: 14.5vw;
    float: left;
    position: relative;
}
.randomBox section .gallContainer .gal::before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border: double #fff;
    border-width: 0 0 4px 4px;
    transition: all 300ms ease-in-out;
    z-index: 99;
}
.randomBox section .gallContainer .gal::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    border: double #fff;
    border-width: 4px 4px 0 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 99;
}
.randomBox section .gallContainer .gal:hover::before, .randomBox section .gallContainer .gal:hover::after {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
}
.randomBox section .gallContainer ul li {
    width: 100%;
    float: left;
    margin: 5px 0;
    text-align: center;
}
.randomBox section .gallContainer ul li a {
    display: block;
    padding: 15px 10px;
    color: #000;
    font-size: 18px;
    background: #fbbdbd;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
.randomBox section .gallContainer ul li a:hover {
    background: #f14e4e;
}
#color-a a {
    background: #dbe680;
}
#color-a a:hover {
    background: #bbce23;
}
#color-b a {
    background: #e0bdfb;
}
#color-b a:hover {
    background: #bf6cff;
}
#color-c a {
    background: #b9d3f3;
}
#color-c a:hover {
    background: #5198f1;
}
.randomBox section .gallContainer .readmore {
    margin-top: 10px;
}
.p-video {
    margin-top: 0;
}
.option-logoMain {
    background: #ddf7f2;
    text-align: center;
}
.option-logo ul li {
    width: calc(100% / 8);
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
    padding: 5px;
    text-align: center;
}
.option-logo ul li a {
    display: block;
}
.option-logoBox {
    width: 100%;
    float: left;
    padding: 10px;
}
.option-logo-imgBox {
    width: 100%;
    float: left;
}
.option-logo-imgBox img {
    width: 87px;
    display: inline-block;
    margin: 0 -2px;
    background: #fff;
    padding: 13px;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    box-shadow: 0 0 5px #00000014;
    -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;
}
.option-logo ul li a:hover .option-logo-imgBox img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.option-logo-textBox {
    width: 100%;
    float: left;
    padding-top: 10px;
}
.option-logo-textBox p {
    font-size: 16px;
    text-transform: uppercase;
}
.eventsSlider li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}
.eventsSlider li a {
    color: #212121;
}
.eventsSlider li a .eventDate {
    width: 100px;
    float: left;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #3f7a54;
}
.eventsSlider li:nth-child(even) a .eventDate {
    background: #44697c;
}
.eventsSlider li a .eventDate h3 {
    font: 28px poppinsblack;
    padding-bottom: 5px;
}
.eventsSlider li a .eventsText {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
}
.eventsSlider li a .eventsText h3 {
    color: #f58220;
    padding-bottom: 10px;
}
.eventsSlider li a .eventsText h3:hover {
    color: #212121;
}
.eventsSlider li a:hover .eventsText {
    text-decoration: underline;
}
.eventsContainer .bx-wrapper {
    padding-bottom: 0;
}
.calendar-btn {
    width: 150px;
    float: right;
    margin-top: -90px;
}
.calendar-btn a {
    display: block;
    border: 1px solid #000;
    text-align: center;
    padding: 10px;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 50px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
.calendar-btn a:hover {
    background: #f58220;
    color: #fff;
}
.eventsContainer .bx-wrapper .bx-controls-direction a {
    bottom: 50%;
    margin-bottom: -15px;
    opacity: 1;
    background-size: 16px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.eventsContainer .bx-wrapper .bx-controls-direction a:hover {
    border: 1px solid #ccc;
    background-size: 8px;
}
.eventsContainer .bx-wrapper .bx-prev {
    left: 0;
}
.eventsContainer .bx-wrapper .bx-next {
    right: 0;
}
.tieupBg {
    background: #eef6f5;
    background: linear-gradient(30deg, #ddf7f2, #ffe7e7);
}
.sclTieups ul li {
    width: calc(100% / 8);
    float: left;
    padding: 10px;
}
.sclTieups ul li a {
    display: block;
    padding: 5px;
    border: 1px solid #ccc;
}
.footer {
    background: url(images/footer1.jpg) center right no-repeat #11331d;
    background-size: cover;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #004b87;
    z-index: -1;
}
.mainFooter {
    padding: 40px 0 20px;
}
.footAdd {
    width: 30%;
    float: left;
    padding-right: 20px;
}
.footAdd img {
    width: 80%;
    margin-bottom: 15px;
}
.footAdd p {
    color: white;
    line-height: 20px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.footAdd p i {
    position: absolute;
    left: 0;
    top: 5px;
}
.footAdd p a {
    color: #fff;
}
.footAdd p a:hover {
    color: #407b58;
}
.footLinks {
    width: 17.5%;
    float: left;
    padding: 0 10px;
}
.footLinks h3 {
    color: #fff;
    padding-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footLinks ul {
    width: 100%;
    float: left;
}
.footLinks ul li {
    width: 100%;
    float: left;
    margin: 5px 0;
}
.footLinks ul li a {
    color: white;
}
.footLinks ul li a:hover {
    color: #f58220;
}
.footLinksNavi {
    width: 35%}
.footLinks.footLinksNavi ul li {
    width: 50%}
.social {
    text-align: center;
    margin-bottom: 20px;
}
.social ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.social ul li a i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
.social ul li a i:hover {
    background: #fff;
    color: #f58220;
    font-size: 24px;
}
.bottom {
    width: 100%;
    float: left;
    padding: 5px 0;
    position: relative;
    border-top: 1px solid #2f5e42;
}
    .bottom p {
        float: left;
        color: #ffffff;
        font-size: 12px;
        padding: 8px 0 0;
    }
.ecis {
    float: right;
    position: relative;
}
.ecis img {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}
.ecis p {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.button-top {
    background: rgba(0, 0, 0, 0.32);
    position: fixed;
    cursor: pointer;
    right: 10px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    font-size: 20px;
    border-radius: 50%;
    opacity: 0;
    z-index: 997;
}
.button-top i {
    margin-right: 0;
}
#inBanner {
    height: 25vw;
}
.inSlider, .inSlides {
    width: 100%;
    height: 25vw;
    float: left;
}
.inSlides {
    background: center no-repeat;
    background-size: cover;
}
.breadcrumb {
    position: absolute;
    left: 5%;
    bottom: 30%;
    color: #fff;
    background: rgba(0, 0, 0, 0.08);
    z-index: 99;
    box-shadow: 0 1px 1px #000;
}
.breadcrumb ul li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    padding: 10px;
    font-size: 15px;
    color: #fff;
}
.breadcrumb ul li a {
    display: block;
    color: #fff;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.breadcrumb ul li a:hover {
    color: #a8eac0;
}
.inside-parent {
    width: 100%;
    padding: 50px 100px;
    float: left;
}
.inside-leftMenu {
    width: 30%;
    float: left;
    padding: 10px;
    text-align: center;
    position: relative;
    background: linear-gradient(#DAF9DB, #e9ffe7);
}
.inside-leftMenu:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(images/inside-page/about-us/left-menu-bg.png) no-repeat center;
    background-size: 100%;
    opacity: .7;
}
.inside-leftMenu-Box {
    width: 100%;
    float: left;
    background: linear-gradient(#7fd28d38, #c6eac6);
    margin-top: 10px;
    padding: 0 20px 10px;
    position: relative;
}
.inside-leftMenu-Box .randomHead {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.inside-leftMenu-Box .randomHead h4 {
    position: relative;
    padding: 10px;
    background: #f58220;
    color: #fff;
    border-radius: 0 0 5px 5px;
    letter-spacing: 1px;
    font-weight: 400;
    display: table;
    margin: -10px auto 0;
    text-align: center;
    width: 50%}
.inside-leftMenu-Box .randomHead h4::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    width: 100%;
    height: 10px;
    background: #737373;
    transform: skewX(30deg);
    z-index: -1;
}
.inside-leftMenu-Box > ul {
    margin-top: 40px;
}
.inside-leftMenu-Box ul li {
    width: 100%;
    float: left;
    margin: 5px 0;
}
.inside-leftMenu-Box ul li a {
    display: block;
    padding: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #f58220;
    background: rgba(255, 255, 255, 0.67);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-align: left;
}
.inside-leftMenu-Box ul li a:hover, .inside-leftMenu-Box ul li.leftMenuBtn.leftMenuBtnActive > a, .inside-leftMenu-Box ul li a.active-leftPage {
    background: #4cab6e;
    color: #fff;
}
.inside-leftMenu-Box ul li.leftMenuBtn a {
    position: relative;
}
.inside-leftMenu-Box ul li.leftMenuBtn a span {
    position: absolute;
    right: 10px;
    font-size: 16px;
}
.inside-leftMenu-Box ul li.leftMenuBtn.leftMenuBtnActive a span {
    transform: rotate(180deg);
}
.inside-leftMenu-Box ul li.leftMenuBtn .leftMenu-drop {
    display: none;
}
.inside-leftMenu-Box ul li.leftMenuBtn .leftMenu-drop ul {
    padding: 10px 10px 0;
}
.inside-leftMenu-Box ul li.leftMenuBtn .leftMenu-drop ul li {
    margin: 2px 0;
}
.inside-leftMenu-Box ul li.leftMenuBtn .leftMenu-drop ul li a {
    border-left: 4px solid #1A976A;
}
.random-imgBox {
    width: 100%;
    float: left;
    text-align: left;
}
.random-imgBox img {
    width: auto;
    display: inline-block;
}
#schools-op {
    width: 100%;
    margin-top: 30px;
    background: #fff;
}
#schools-op section {
    background: #fff;
}
.inQuick-links {
    width: 100%;
    float: left;
}
.inQuick-links ul li {
    width: 100%;
    float: left;
    margin: 5px 0;
}
.inQuick-links ul li a {
    display: block;
    font-size: 18px;
    padding: 30px 5px;
    text-transform: uppercase;
    font-family: 'poppinsblack';
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
    background: url(images/inside-page/ql-bg.jpg) no-repeat center;
    background-size: 100%}
#s-video a {
    background-image: url(images/inside-page/s-video-bg.jpg);
}
#press-r a {
    background-image: url(images/inside-page/press-r-bg.jpg);
}
#q-links {
    min-height: 330px;
}
.insidePage-main {
    width: 70%;
    float: left;
    padding: 50px 30px;
    box-shadow: 1px 1px 6px #b3dec2;
    min-height: 300px;
}
.insidePageBox {
    width: 100%;
    float: left;
    margin: 0;
}
.insidePageBox h3 {
    margin-bottom: 20px;
    color: #2d2d2d;
    box-shadow: 0 1px 1px #000;
    padding: 10px;
}
.insidePageBox h3 span {
    color: #4cab6e;
}
.insidePageBox h5 {
    margin-bottom: 20px;
    box-shadow: 0 1px 1px #000;
    padding: 10px 20px;
    display: table;
    font-size: 16px;
}
.insidePageBox p {
    font-size: 14px;
    line-height: 25px;
    padding: 8px 0;
}
.insidePageBox p a {
    color: #f91328;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.insidePageBox p a:hover {
    color: #098624;
}
.insidePageBox p strong {
    color: #337d3d;
    font-size: 16px;
    padding-right: 5px;
}
.insidePage-inBox {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.inside-minBox {
    width: 100%;
    float: left;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.19);
    padding: 10px 20px;
    background: #ddf7f2;
}
.minBox-img {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
    text-align: center;
}
.minBox-img img {
    width: 100%;
    display: block;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.41);
}
.minBox-text {
    width: calc(100% - 150px);
    display: inline-block;
    vertical-align: middle;
    margin: 0 -2px;
    text-align: left;
    padding-left: 10px;
}
.minBox-text h4 {
    font-size: 20px;
    color: #3f7a54;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}
.minBox-text h4 span {
    font-size: 14px;
    color: #000;
    text-transform: none;
    letter-spacing: 1px;
}
.minBox-text p {
    color: #121212;
    font-size: 16px;
    padding: 0;
}
.full-inImgBox {
    width: 100%;
    float: left;
    margin: 5px 0;
}
.full-inImgBox ul li {
    width: 50%;
    float: left;
    padding: 2px;
}
.full-inImgBox ul li a {
    display: block;
    border: 3px solid #b2e4b3;
}
.full-inImgBox ul li a img {
    width: 100%;
    display: block;
}
.full-inImgBox ul li a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.in-right {
    float: left;
    font-style: italic;
    width: 100%;
    text-align: right;
}
.in-right strong {
    padding-right: 35px!important;
}
.inside-fullBox {
    width: 100%;
    float: left;
    position: relative;
    padding: 80px 0;
}
.fullBox-textBox {
    width: 100%;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
    padding: 10px 20px;
    background: #ddf7f2;
}
.fullBox-textBox h2 {
    padding: 15px 0;
    color: #183924;
}
.fullBox-textBox h2 span {
    font-weight: 100;
    font-size: 14px;
    color: #000;
}
.fullBox-textBox h4 {
    padding-bottom: 15px;
    font-size: 16px;
}
.fullBox-imgBox {
    width: 200px;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fullBox-imgBox img {
    width: 100%;
    display: block;
    border-radius: 50%;
    border: 3px solid #ddf7f2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.56);
}
#right {
    float: right;
}
.adminContainer {
    width: 100%;
    float: left;
}
.admin-head {
    width: 100%;
    float: left;
    text-transform: uppercase;
    color: #212121;
    letter-spacing: 1px;
    margin: 2px 0;
    border: none!important;
    padding: 0!important;
}
.admin-head h4 {
    position: relative;
    cursor: pointer;
    background: #efeeee;
    color: #000;
    padding: 10px;
}
.admin-head h4:after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 20px;
    line-height: 0;
}
.admin-head.activeadminHead h4 {
    background: #ade4b1;
}
.admin-head.activeadminHead h4:after {
    content: '-'}
.admin-box {
    width: 100%;
    float: left;
    margin: 10px 0;
}
.admin-list-box {
    display: none;
}
.auditedBox {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}
.pdfContainer ul li {
    width: auto;
    min-width: 180px;
    padding: 5px;
    float: left;
    position: relative;
}
.pdfContainer ul li a {
    display: block;
    padding: 5px 15px 5px 5px;
    background: #b3f1ca;
    font-size: 13px;
    color: #000;
    z-index: 1;
    overflow: hidden;
    border-radius: 100px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.21);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.pdfContainer ul li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-right: 7px;
    border-radius: 50%;
    background: #4f9c69;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.pdfContainer ul li a:hover {
    background: #4f9c69;
    color: #fff;
}
.pdfContainer ul li a:hover i {
    background: #fff;
    color: #4f9c69;
}
.table table {
    border-collapse: collapse;
    margin: 10px 0;
}
.table th {
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #C9DDD2;
    text-align: left;
}
.table th.head {
    text-align: center;
}
.table table th, .table table td {
    padding: 10px 10px 7px;
    font-size: 14px;
    line-height: 22px;
}
.tc .table td a {
    color: #4cab6e;
    font-size: 18px;
}
.tc .table td a:hover {
    color: #f58220;
}
.infoBox {
    width: 100%;
    float: left;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E0E0E0;
}
.infoBox:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.infoBox h4 {
    font: 18px poppinsblack;
    padding-left: 10px;
    border-left: 2px solid;
    color: #f58220;
    display: block;
    margin-bottom: 10px;
}
.infoBox h1 {
    font: 5vw poppinsblack;
    color: #C3C3C3;
    display: block;
    padding-top: 20px;
}
.infoBox h1 span:first-child {
    color: #4cab6e;
}
.infoBox h1 span:nth-child(2) {
    color: #6ec2cd;
}
.infoBox h1 span:nth-child(3) {
    color: #dbe680;
}
.infoBox h1 span:nth-child(4) {
    color: #2bb6ac;
}
.infoBox p {
    padding: 5px 0;
}
.infoBox ol > li {
    counter-increment: list;
}
.infoBox ol > li::before {
    content: counter(list)'.'}
.infoBox .ol li, .infoBox .ul li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: #353535;
    padding: 5px 0 5px 15px;
}
.infoBox .ol li::before, .infoBox .ul li::before {
    position: absolute;
    left: 0;
}
.infoBox .ul li::before {
    content: '\2771';
    color: #4f9c69;
}
.contactAdd {
    width: 50%;
    float: left;
}
.contactAdd h4 {
    font: 20px poppinsblack;
    color: #4cab6e;
    display: block;
    padding-bottom: 10px;
}
.contactAdd p {
    position: relative;
    padding-left: 45px;
}
.contactAdd p i {
    position: absolute;
    left: 0;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #f58220;
    color: #fff;
    font-size: 14px;
}
.contactForm {
    margin-top: 70px;
}
.fields {
    width: 50%;
    float: left;
    padding: 10px;
}
.fields.fullwidth {
    width: 100%}
.fields label {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #202020;
    padding-bottom: 5px;
}
.fields input, .fields textarea, .fields select {
    width: 100%;
    padding: 10px;
    border: 1px solid #E0E0E0;
    outline: none;
    transition: all 300ms;
}
.fields input:focus, .fields textarea:focus, .fields select:focus {
    border-color: #4cab6e;
}
.fields.captcha input {
    width: calc(80% - 120px);
}
.fields.captcha img {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin-left: 15px;
}
.fields .submit {
    background: #4cab6e;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    width: 200px;
    font-family: 'poppinsblack';
    letter-spacing: 1px;
    border: transparent;
}
.fields .submit:hover {
    background: #f58220;
}
.videoContainer {
    border: 5px solid #ededed;
}
.videoContainer iframe {
    display: block;
}
.videos-thumb {
    margin-top: 20px;
}
.videos-thumb li {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.videos-thumb li a {
    cursor: pointer;
    display: block;
    font-size: 13px;
    color: #212121;
    background: #f3f3f3;
    padding: 10px;
    min-height: 54px;
    border-bottom: 3px solid #fff;
    vertical-align: middle;
}
.videos-thumb li a:hover {
    background: #DFDFDF;
}
.videos-thumb li a.activeVideo {
    background: #14735D;
    color: #fff;
}
.videos-thumb li a span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px);
}
.youtubeContainer li a i {
    left: 19px;
    top: 50%;
    text-align: center;
    font-size: 36px;
    color: rgba(219, 2, 2, 0.72);
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    margin-right: 5px;
}
.videos-thumb li a.activeVideo i {
    color: #fff;
}
.monthlyHeader {
    margin-bottom: 20px;
}
.monthlyHeader ul {
    float: left;
}
.monthlyHeader ul li {
    float: left;
    padding-right: 4px;
}
.monthlyHeader ul li a {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #909090;
    padding: 10px;
    border: 1px solid;
    cursor: pointer;
}
.yearDropBtn select {
    padding: 5px;
}
.yearDropBtn select:hover {
    color: #fff;
    background: #4cab6e;
}
.yearDropBtn {
    float: right;
    position: relative;
    top: -15px;
}
.yearDropBtn .fields select {
    font-size: 11px;
}
.fields select {
    padding: 10px;
    outline: none;
}
.monthlyHeader ul li a.activeMonth {
    background: #4cab6e;
    color: #fff;
    cursor: default;
}
.mediaContainer ul li.newslist {
    width: 100%;
    float: left;
    padding: 15px 0;
    border: 1px solid #b1edc6;
    border-bottom: 0;
    position: relative;
    z-index: 1;
}
.mediaContainer ul li.newslist:last-child {
    border-bottom: 1px solid #b1edc6;
}
.mediaContainer ul li.newslist .date {
    display: inline-block;
    vertical-align: middle;
    width: 85px;
    padding: 5px;
    background: #ecf8ec;
    color: #4cab6e;
    font-size: 11px;
    font-weight: 400;
    text-align: center;
}
.mediaContainer ul li.newslist .date span {
    font-size: 20px;
    display: inline-block;
    margin: 5px 0 5px 5px;
}
.mediaContainer ul li.newslist .newstextBox {
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.mediaContainer ul li.newslist a {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
}
.mediaContainer ul li.newslist a .new {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-left: 10px;
}
.mediaContainer ul li.newslist .date .monthBox {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
}
.mediaContainer ul li.newslist .date .yearBox {
    display: block;
}
.mediaContainer ul li.newslist:hover {
    border: 1px solid #4cab6e;
}
.mediaContainer ul li.newslist:last-child:hover {
    border-bottom: 1px solid #4cab6e;
}
.mediaContainer ul li.newslist:hover .date {
    background: #4cab6e;
    color: #fff;
}
.mediaContainer ul:not(#mediaYear1) {
    display: none;
}
.mediaContainer ul li.newslist a:hover {
    color: #4cab6e;
}
#news-other {
    position: relative;
    z-index: 1;
}
.width50 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 5vw 5%}
.bigContainer {
    width: 100%;
    float: left;
    height: 296px;
    padding: 7px 20px;
    position: relative;
}
#bigContainer {
    background: #004b87;
}
.bigContainer > h3 {
    width: 100%;
    text-align: center;
    padding: 7px 0;
    background: #f58220;
    color: #fff;
    text-transform: uppercase;
    font: 400 25px merriweather;
    letter-spacing: 1px;
}
.hm-news-container {
    width: 100%;
    padding: 0;
    float: left;
}
.all-newseve {
    position: absolute;
    bottom: -30px;
    left: 40px;
}
.all-newseve a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 0 15px;
    width: 150px;
    min-height: 40px;
    border: 1px solid #126a37;
    white-space: nowrap;
    color: #fff;
    font: 14px helveticaBlack;
    text-align: center;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 0 auto;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    overflow: hidden;
    box-shadow: 1px 1px 5px #021e0e;
}
.all-newseve a:hover {
    color: #126a37;
    font-weight: 600;
    background: #fff;
}
.news-controls {
    width: 80px;
    position: absolute;
    bottom: 0;
    right: 40px;
    display: none;
}
.news-controls a {
    width: 50%;
    height: 20px;
    float: left;
    background-size: 15px!important;
    cursor: pointer;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    transition: all 300ms;
}
.news-controls a:hover {
    background-color: #53b74b!important;
}
.news-controls #prev-button {
    background: url(images/arrow-down.png) center no-repeat #ffdfb2;
}
.news-controls #next-button {
    background: url(images/arrow-up.png) center no-repeat #f6ffc7;
}
.hm-news-slider, .hm-events {
    width: 100%;
    float: left;
    height: 250px;
    padding: 1px 10px;
}
.hm-news-slider li {
    width: 100%;
    height: 100px;
    float: left;
    border-bottom: 1px dashed #1A4E1D;
}
.hm-news-slide {
    width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0;
    position: relative;
    z-index: 1;
}
.hm-news-slide .new {
    width: 30px;
    position: absolute;
    z-index: -1;
    bottom: 3px;
    right: 0;
    border-radius: 50%}
.hm-news-slide .hm-news-date {
    display: inline-block;
    vertical-align: top;
    width: 40px;
}
.hm-news-slide .hm-news-date a {
    display: block;
    font-size: 12px;
    color: #fff;
}
.hm-news-slide .hm-news-date a span {
    width: 100%;
    float: left;
    line-height: 38px;
    background-color: #6f0101;
    font-size: 18px;
    color: #fff;
}
.hm-news-slider li:nth-child(even) .hm-news-slide .hm-news-date a span {
    background: #53b74b;
}
.hm-news-slide .hm-news-date a:hover span {
    background: #232323;
}
.hm-news-slide .hm-news-text {
    width: 74%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 3%;
    border-right: 2px solid #1A4E1D;
    text-align: left;
}
.hm-news-slide .hm-news-text p a {
    display: block;
    font-size: 12px;
    color: #fff;
}
.hm-news-slide .hm-news-text p a:hover {
    color: #8a0000;
}
.hm-news-slider li:nth-child(even) .hm-news-slide .hm-news-text p a:hover {
    color: #53b74b;
}
.hm-news-slide .hm-news-read {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.hm-news-slide .hm-news-read a {
    color: #fff;
    font: 12px poppinssemibold;
    display: block;
}
.hm-news-slide .hm-news-read a:hover {
    text-decoration: underline;
}
.yearHead {
    width: 100%;
    float: left;
    display: block;
    margin: 10px 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #f58220;
    color: #f58220;
}
.mainGalleryList {
    width: 100%;
    float: left;
}
.mainGalleryList li {
    width: 31.333%;
    min-height: 64px;
    background: #c6eec8;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 10px;
    margin: 0 .5%;
    color: #f58220;
    line-height: 22px;
    margin-bottom: 8px;
    overflow: hidden;
}
.mainGalleryList li a {
    color: #f58220;
}
.photogalleryBox li {
    width: 31.333%;
    background: #c6eec8;
    padding: 10px;
    float: left;
    margin: 0 1%;
    margin-bottom: 8px;
    overflow: hidden;
}
.photogalleryBox li .imgBox {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.photogalleryBox li .imgBox img {
    top: 50%;
    position: absolute;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}
.photogalleryBox li p {
    color: #f58220;
    display: block;
    height: auto;
    line-height: 22px;
    padding-top: 12px;
    text-align: center;
}
.appointees .list {
    width: 49%;
    margin-top: 10px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.appointees h3 {
    float: left;
    width: 100%}
.appointees h2 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    background: #4cab6e;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}
.appointees h1 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    background: #4cab6e;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}
.contactForm #admission_child_detail {
    width: 100%;
    float: left;
    display: none;
    position: relative;
    display: none;
    transition: all .5s ease-in-out;
}
.focus-red:focus {
    background: #ff7676!important;
    color: #fff!important;
}
.focus-red:focus::-webkit-input-placeholder {
    color: #FFF;
}
.focus-red:focus::-moz-placeholder {
    color: #FFF;
}
.focus-red:focus:-ms-input-placeholder {
    color: #FFF;
}
.focus-red:focus:-moz-placeholder {
    color: #FFF;
}
.new-add-bl {
    background-color: #169d4e;
    -webkit-animation: fee-payment 1s infinite;
    animation: fee-payment 1s infinite;
}
.fa-phone {
    transform:  rotate(97deg);
}
@-webkit-keyframes fee-payment {
    25% {
    background: #115828;
    background: #731d0b;
    background: #44ff80;
    background: #731d0b;
}
}@keyframes fee-payment {
    25% {
    background: #115828;
    background: #731d0b;
    background: #44ff80;
    background: #731d0b;
}
}
.color-black {
    background:  #02020291;
     padding:  5px;
}

@media (max-width:1024px) {
    .appointees .list {
    width: 100%}
.width50 {
    width: 100%!important;
}
.all-newseve {
    bottom: -9px;
}
.hm-news-read {
    display: none!important;
}
.hm-news-slide .hm-news-text {
    width: calc(100% - 45px)!important;
    border-right: none!important;
}
.header {
    padding: 5px 53px 5px 10px;
}
/*.logo {
    width: 240px;
}*/
.header .topQuickLinks li {
    margin: 0 1px;
}
.burgerMenu {
    right: 6px;
    top: 3px;
}
.banner {
    margin-top: 48px;
    height: 50vw;
}
.slider, .slides {
    height: 50vw;
}
.banner .controls {
    width: 180px;
    background-size: 20px;
}
.banner .controls#prev {
    background-position: 90% 50%}
.banner .controls#next {
    background-position: 10% 50%}
.bannerText {
    bottom: 15%}
.bannerText h2 {
    font-size: 22px;
    text-shadow: 1px 1px 1px #000;
}
.bannerText .readmore {
    margin-top: 20px;
}
.counter-window .main-div-cou .counter {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 33px;
}
.counter-window .main-div-cou .title {
    font-size: 12px;
    line-height: 16px;
}
.randomBox {
    padding: 0 3px;
}
.readmore a, .calendar-btn a {
    font-size: 12px;
    padding: 12px 15px 10px;
}
.randomBox section .randomBoxText article {
    padding: 0 0 10px;
}
.option-logoBox {
    padding: 0;
}
.option-logo-textBox p {
    font-size: 13px;
}
.heading {
    width: 300px;
}
.heading h2 {
    font-size: 25px;
}
.eventsSlider li a .eventDate {
    width: 80px;
}
.eventsSlider li a .eventDate h3 {
    font-size: 24px;
}
.eventsSlider li a .eventsText {
    width: calc(100% - 80px);
}
.social ul li a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.inside-parent {
    padding: 50px;
}
.contactAdd {
    width: 100%;
    margin-bottom: 25px;
}
.mainGalleryList li {
    width: 48%}
.photogalleryBox li {
    width: 48%}
}@media (max-width:800px) {
   /* .logo {
    width: 220px;
}*/
.randomBox {
    width: 50%;
    padding: 3px;
}
.randomBox:last-child {
    width: 100%;
    padding-top: 13px;
}
.randomBox:last-child section {
    min-height: 1px;
}
.randomBox section .gallContainer ul li {
    width: 50%}
.inside-parent {
    padding: 50px 30px;
}
.inside-leftMenu-Box {
    padding: 0 10px 7px;
}
.inside-leftMenu-Box ul li, .inQuick-links ul li {
    margin: 2px 0;
}
.inside-leftMenu-Box ul li a {
    padding: 7px;
    font-size: 13px;
    line-height: 18px;
}
.inside-leftMenu-Box ul li.leftMenuBtn .leftMenu-drop ul {
    padding: 4px 4px 0;
}
.inside-leftMenu-Box .randomHead h4, .randomBox section .randomHead h4 {
    width: 70%}
.randomBox section, #q-links {
    min-height: 1px;
}
.inQuick-links ul li a {
    padding: 25px 5px;
    letter-spacing: 1px;
    font-size: 14px;
    background-size: cover;
}
.inside-leftMenu .randomBox section .gallContainer ul li {
    width: 100%;
    margin: 2px 0;
}
.inside-leftMenu .randomBox section .gallContainer ul li a {
    font-size: 15px;
}
.minBox-img {
    width: 100px;
}
.minBox-text {
    width: calc(100% - 100px);
}
.minBox-text h4, .fullBox-textBox h2 {
    letter-spacing: normal;
    font-size: 18px;
}
.minBox-text p {
    font-size: 14px;
}
.inside-fullBox {
    padding: 10px 0;
    margin-bottom: 10px;
}
.fullBox-textBox {
    padding: 10px 120px 10px 10px;
    border-radius: 0 100px 100px 0;
}
.fullBox-textBox h4 {
    font-size: 13px;
    padding-bottom: 10px;
}
.fullBox-imgBox {
    width: 100px;
    right: 0;
}
.insidePageBox h5 {
    font-size: 15px;
    margin-bottom: 10px;
}
.fields {
    width: 100%}
}@media (max-width:768px) {
    .header {
    height: 48px;
}
.navigationContainer .mainNavigation > ul {
    padding-top: 30px;
}
.topQuickLinks {
    display: none;
}
.heading h2 {
    font-size: 22px;
}
.banner .controls {
    width: 130px;
    height: 110px;
    margin-top: -55px;
    background-size: 15px;
}
.banner .controls#prev {
    left: -95px;
}
.banner .controls#next {
    right: -95px;
}
.in-numbersContainer {
    width: 90%;
    margin-left: -45%}
.in-numbersContainer .in-numberBox h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
.in-numbersContainer#in-numbersContainer6 .in-numberBox .list-in-numbers, .in-numbersContainer#in-numbersContainer9 .in-numberBox .list-in-numbers {
    height: 270px;
    overflow: auto;
}
.in-numbersContainer .in-numberBox .list-in-numbers li {
    width: calc(100% / 3);
    font-size: 12px;
    padding: 13px 6px 10px;
}
.in-numbersContainer .in-numberBox p {
    font-size: 14px;
    line-height: 20px;
}
.hm-quicks li {
    width: 50%}
.sclTieups ul li {
    width: calc(100% / 3);
}
.photogalleryBox li .imgBox {
    height: 140px;
}
}.inside-leftMenu-Box .randomHead h4 .fa-bars {
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.56);
    display: none;
}
@media (max-width:640px) {
    .eventsSlider li  {
    
    width:  100%;
    
    float:  left;
    
    padding:  0 10px;
    
    margin-bottom:  10px;
    
}
/*.logo {
    width: 190px;
}*/
.burgerMenu {
    width: 40px;
    height: 40px;
}
.menu-icon-wrapper {
    left: 1px;
    top: 1px;
}
.readmore a {
    width: 120px;
}
.bannerText {
    bottom: 10%}
.bannerText h2 {
    font-size: 19px;
}
.bannerText .readmore {
    display: none;
}
.banner, #inBanner {
    height: auto;
}
.hm-newsLiner {
    position: relative;
    background: #eaf1ed;
}
.counter-window .main-div-cou {
    width: calc(100% / 3);
}
.in-numbersContainer {
    bottom: auto;
}
.in-numbersContainer#in-numbersContainer6 .in-numberBox .list-in-numbers, .in-numbersContainer#in-numbersContainer9 .in-numberBox .list-in-numbers {
    height: auto;
}
.in-numbersContainer .in-numberBox .list-in-numbers li {
    width: 50%}
.randomBox {
    width: 100%;
    padding: 13px 0;
}
.randomBox section {
    min-height: 1px;
}
.randomBox section .gallContainer .gal {
    height: 50vw;
}
.randomBox section .gallContainer ul li a {
    font-size: 14px;
}
.option-logo ul li {
    width: calc(100% / 3);
    padding: 10px;
}
.inside-leftMenu {
    width: 100%}
.inside-leftMenu .randomBox {
    display: none;
}
.inside-leftMenu-Box .randomHead h4 {
    padding: 12px 10px;
    text-align: left;
}
.inside-leftMenu-Box .randomHead h4 .fa-bars {
    display: block;
}
.inside-leftMenu-Box > ul {
    display: none;
}
.insidePage-main {
    width: 100%;
    padding: 30px;
    min-height: 1px;
}
.insidePageBox p {
    padding: 5px 0;
    font-size: 13px;
    line-height: 19px;
}
.insidePageBox p strong {
    font-size: inherit;
}
.minBox-text h4, .fullBox-textBox h2 {
    font-size: 16px;
}
.fullBox-textBox h2 span {
    font-size: 12px;
}
.inSlider, .inSlides {
    height: 40vw;
}
.videoContainer iframe {
    height: 300px;
}
.videos-thumb li {
    width: 100%}
.contactAdd p {
    position: relative;
    padding-left: 45px!important;
    margin: 13px 0;
}
.fields {
    width: 100%}
}@media (max-width:480px) {
    .heading {
    margin-bottom: 20px;
}
.counter-window .main-div-cou {
    width: 50%;
    padding: 10px;
}
.in-numbersContainer .in-numberBox .list-in-numbers li {
    width: 100%;
    min-height: 1px;
}
.hm-quicks li {
    width: 100%;
    padding: 5px 0;
}
.calendar-btn {
    float: none;
    display: table;
    margin: 0 auto 30px;
}
.sclTieups ul li {
    padding: 2px;
}
.footAdd {
    width: 100%;
    padding-right: 0;
}
.footLinksNavi, .footLinks {
    width: 100%;
    padding: 10px 0;
}
.bottom p, .ecis {
    width: 100%;
    text-align: center;
}
.insidePage-main {
    padding: 30px 0 0;
    box-shadow: none;
}
.breadcrumb {
    padding-bottom: 8px;
}
.breadcrumb ul li {
    padding: 5px 2px;
    font-size: 11px;
}
.mainGalleryList li {
    width: 100%;
    margin: 0 0 8px;
    min-height: auto;
}
}@media (max-width:425px) {
    .photogalleryBox li .imgBox {
    width: 100%;
    height: 115px;
}
}@media (max-width:375px) {
    .bannerText {
    left: 10%;
    right: 10%;
    text-align: center;
}
.bannerText h2 {
    font-size: 17px;
}
.marqueeContainer h2 {
    width: 100px;
    padding: 10px 5px 5px;
    font-size: 14px;
}
.in-numbersContainer .in-numberBox {
    padding: 50px 20px 30px;
}
.in-numbersContainer .in-numberBox h3 {
    font-size: 16px;
}
.tsRatio li a h4 {
    font-size: 15px;
}
.in-numbersContainer .in-numberBox p {
    font-size: 12px;
}
.randomBox section .gallContainer ul li a {
    font-size: 13px;
}
.eventsContainer .bx-wrapper {
    padding-bottom: 40px;
}
.eventsContainer .bx-wrapper .bx-controls-direction a {
    bottom: 0;
    background-size: 11px;
    border: 1px solid #ccc;
}
.eventsContainer .bx-wrapper .bx-prev {
    left: 50%;
    margin-left: -35px;
}
.eventsContainer .bx-wrapper .bx-next {
    right: 50%;
    margin-right: -35px;
}
.sclTieups ul li {
    width: 50%}
.inside-parent {
    padding: 30px 20px;
    text-align: justify;
}
.insidePageBox h3 {
    font-size: 13px;
}
.photogalleryBox li .imgBox {
    height: 90px;
}
}@media (max-width:360px) {
    .banner .controls {
    width: 40px;
    height: 40px;
    margin-top: -40px;
    background-size: 11px;
    background-position: center!important;
    background-color: rgba(255, 255, 255, 0.56);
}
.banner .controls#next {
    right: 5px;
}
.banner .controls#prev {
    left: 5px;
}
}