body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2rem;
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.75rem;
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.5rem;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
main,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

input:focus {
    outline: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
    content: "";
    display: table;
    clear: both;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
}

footer {
    background: #ffdbd9;
}

section.learning,
section.education-preparation,
.excellence,
.folwowitemwrap,
.announcement {
    background: #d6d9ff;
}

section.excellence h3,
.education-preparation-contant h3,
section.education-preparation-des p,
.learningcontant h3,
.excellence-des h4 {
    color: #9F0622;
}

section.bannerdes h2,
section.excellence-des h4,
section.excellence-des p,
.followhead h6 {
    text-align: center;
}

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

.logo img {
    width: 58px;
    display: block;
}

header {
    position: sticky;
    top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 9;
    background-color: white;
        box-shadow: 0px 2px 4px #c1c1c138;
}
/*
header.lightheader {
    top: -30px;
}*/
.login img {
    width: 21px;
    vertical-align: middle;
    margin-right: 0px;
    margin-left: 0px;
}

.login {
    background: #9f0622;
    width: 98px;
    height: 26px;
}

.login a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
    height: 26px;
}

.logo {
    margin-left: 28px;
}

header .container .row {
    align-items: center;
}

.slide {
    position: relative;
}

section.bannerdes,
section.excellence-des,
section.education-preparation-des {
    padding: 50px 0px;
    padding-top: 55px;
}

section.followus {
    padding-top: 50px;
}

.excellence-des .container {
    max-width: 632px;
}

.followhead {
    margin-bottom: 25px;
}

.folwowitemwrap {
    padding: 50px 0px;
}

.folwowitem.container .item {
    padding: 0px 25px;
}

footer {
    padding: 50px 0px;
    clear: both;
}

footer h6 {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

footer ul li a {
    color: #fff;
}

.menus span img {
    width: 34px;
}

section.bannerdes h2 {
    font-size: 28px;
    line-height: 38px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
}

section.bannerdes p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

section.excellence h3,
.education-preparation-contant h3,
.learningcontant h3 {
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    line-height: 44px;
    margin-bottom: 25px;
}

.excellencecontant p,
.education-preparation-contant p,
.learningcontant p,
section.excellence-des p {
    font-size: 17px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

.learningcontant p {
    padding: 0 20px;
}

section.excellence-des h4,
.education-preparation-des p {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

.education-preparation-des h4 {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

.education-preparation-des p a,
section.excellence-des a,
.excellencecontant p a,
.education-preparation-contant p a,
.learningcontant p a {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 26px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    padding-left: 35px;
    position: relative;
    vertical-align: middle;
    font-weight: 700;
}

.followhead h6 {
    font-size: 28px;
    line-height: 38px;
    font-family: 'Open Sans', sans-serif;
}

footer ul li a,
.row.footernotes p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}

header.lightheader {
    background: #fff;
    transition: all 0.6s ease-in-out;
    box-shadow: 0px 2px 4px #c1c1c138;
}

section.excellence-des h4 {
    margin-bottom: 30px;
}

section.education-preparation-des h4,
section.education-preparation-des p:not(:last-child) {
    margin-bottom: 25px;
}

.excellencecontant p:not(:last-child),
.education-preparation-contant p:not(:last-child),
.learningcontant p:not(:last-child) {
    margin-bottom: 25px;
}

.learningcontant,
.education-preparation-contant,
.excellencecontant {
    padding: 37px 0px;
    padding-bottom: 30px;
}

section.excellence-des p:not(:last-child) {
    margin-bottom: 30px;
}

.education-preparation-des p a:before,
section.excellence-des a:before,
.excellencecontant p a:before,
.education-preparation-contant p a:before,
.learningcontant p a:before {
    background: url(images/arrow-black.svg);
    width: 22px;
    height: 9px;
    background-size: cover;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
}

.excellencecontant {
    padding-left: 60px;
    padding-right: 20px;
}

.education-preparation-contant {
    padding-right: 50px;
    padding-left: 20px;
}

.learningcontant {
    padding-left: 0px;
    padding-right: 0px;
}

.education-preparation-img {
    padding-right: 60px;
}

.learningimg {
    padding-left: 60px;
}

.leftbar {
    width: 25%;
    float: left;
}

.rightbar {
    width: 75%;
    float: left;
    margin-top: -271px;
}

.rightbarslide .slick-slide {
    padding: 0px 10px;
}

.leftwrap h6 {
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    line-height: 38px;
    padding-bottom: 20px;
    background: url(images/Line.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 220%;

}

.leftbar h6 {
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    line-height: 38px;
}

.leftbar p {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    letter-spacing: 1px;
}

.leftbar .item {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    letter-spacing: 0.05em;
}

section.events {
    padding-top: 175px;
}

.leftwrap {
    margin-bottom: 30px;
}

.item.slick-slide.slick-current.slick-active.slick-center {
    transform: translate(0px, -127px);
    transition: 0.6s all ease-in-out;
}

.imgevent-text {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
    max-width: 62%;
    margin: auto;
    margin-top: 20px;
}

.imgevent-text h6,
.imgevent-text p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.imgevent-text h6 {
    margin-bottom: 10px;
}

.social-icon li img {
    max-height: 14px;
    max-width: 17px;
}

ul.social-icon li {
    display: inline-block;
    width: 20px;
    margin: 0px 10px;
}

ul.social-icon li a {
    display: block;
    line-height: 12px;
}

ul.social-icon {
    display: block;
    text-align: center;
}

.education-preparation-img img {
    display: block;
}

.learningimg img {
    padding: 30px;
}

.learning .row .span_6:nth-child(2) img {
    max-width: 283px;
    position: relative;
    bottom: -5px;
}

.learning .row .span_6:nth-child(2) {
    width: 49%;
    padding-right: 0;
    text-align: right;
}

.excellence .row,
.education-preparation .row {
    display: table;
}

.excellence .row .col.span_6,
.education-preparation .row .col.span_6 {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.imgevent-text:before {
    content: '';
    width: 1px;
    background: #000;
    height: 33px;
    display: block;
    margin: AUTO;
    margin-bottom: 20px;
}


.leftbar .item {
    position: relative;
}

.leftbar .item span:before {
    background: url(images/arrow-black.svg);
    width: 21px;
    height: 8px;
    background-size: cover;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 8px;
}

.leftbar .item span {
    padding-left: 30px;
    cursor: pointer;
}

.all a {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}

.all a span {
    padding-left: 30px;
    position: relative;
}

.all a span:before {
    background: url(images/arrow-black.svg);
    width: 21px;
    height: 8px;
    background-size: cover;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 4px;
}

.all {
    margin-top: 20px;
}

.rightbar button.slick-next.slick-arrow:focus {
    box-shadow: none;
    outline: none;
}

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

.folwowitem.container .row {
    margin-left: -25px;
    margin-right: -25px;
}

.rightbar .item {
    -webkit-transform: translate(0px);
    transform: translate(0px);
    transition: 0.6s all ease-in-out;
}

.rightbar .slick-active {
    -webkit-transform: translate(0px);
    transform: translate(0px);
    transition: 0.6s all ease-in-out;
}

.rightbar .slick-slide:nth-child(2),
.rightbar .slick-slide:nth-child(5) {
    -webkit-transform: translate(0px);
    -webkit-transform: translate(0px);
    -webkit-transform: translate(0px, -178px);
    transform: translate(0px, -178px);
    transition: 0.6s all ease-in-out;
}

.rightbar .slick-active+.slick-active+.slick-active {
    -webkit-transform: translate(0px);
    transform: translate(0px);
    transition: 0.6s all ease-in-out;
}


.rightbar button.slick-next.slick-arrow {
    background: url(images/arrow-yellow.svg);
    width: 60px;
    background-size: cover;
    border: none;
    height: 29px;
    color: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background-position: center;
}

.rightbar button.slick-prev.slick-arrow {
    background: url(images/arrow-yellow.svg);
    width: 60px;
    background-size: cover;
    border: none;
    height: 29px;
    color: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    transform: rotate(180deg);
    z-index: 1;
    background-position: center;
}

body {
    overflow-x: hidden;
}

p.rightaddtext {
    text-align: right;
}

.rightbarslide .slick-track {
    padding-top: 200px;
}

.rightbar button.slick-next.slick-arrow,
.rightbar button.slick-prev.slick-arrow {
    top: 20%;
}

.rightbar button.slick-prev.slick-arrow:focus {
    outline: none;
}

.visionwrap h1 {
    font-size: 28px;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    text-align: center;
    color: #9f0622;
}

section.bannerdes.visionlist .container {
    max-width: 600px;
}

section.cyclewrap {
    padding: 50px 0px;
}

section.cyclewrap h5 {
    font-size: 28px;
    line-height: 38px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 30px;
    text-align: center;
}

.crossicon {
    right: 10px;
    top: 6px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
}

.learning-celebrating .education-preparation-contant {
    padding-right: 32px;
}

section.bannerdes.learningbannerdec .container {
    max-width: 791px;
}

section.bannerdes.learningbannerdec .container p {
    max-width: 540px;
    margin: auto;
}

.assessmentwrap h3 {
    white-space: nowrap;
}

.leftwrapmenu ul li a {
    font-size: 1.0em;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}
.leftwrapmenu ul li a.parent_li {
    font-weight: 700;
}
.leftwrapmenu {
    margin-bottom: 30px;
    background: #efe6d5;
    width: 100%;
    padding: 10px 20px 40px 20px;
    float: left;
    height: 100vh;
    position: relative;
}

.sub-menu {
    padding-left: 15px;
}

.parent_li {
    font-weight: 700;
}

.menulogo {
    margin-bottom: 10px;
}

.menulogo img {
    width: 80px;
}

#menu_header {
    padding-bottom: 150px;
}

.menuwrap .container {
    max-width: 340px;
    padding-left: 0px;
    margin-left: 0px;
}

.menuwrap {
    position: fixed;
    width: 100%;
    left: auto;
    right: 0;
    z-index: 999;
    top: 0px;
    display: none;
    max-width: 340px;
}

.menuwrap .container {
    padding-right: 0;
}

.rightwrap {
    float: right;
    width: 100%;
    padding: 35px;
    border: 2px solid #efe6d5;
    box-shadow: 7px 8px 7px #bbb9b9;
    position: relative;
    height: calc(100vh - 4vh);
    margin-top: 2vh;
    background: #fff;
}

.menus span {
    cursor: pointer;
}

.leftwrapmenu ul li a:hover {
    color: #9F0622 !important;
}

.leftwrapmenu ul li a.notlinks {
    cursor: auto;
}

header .container {
    padding-left: 0px;
    padding-right: 0px;
}

header .container {
    max-width: 86%;
}

.notfollow {
    padding-bottom: 20px !important;
}

.ruleswrap {
    border-top: 1px solid #000;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ruleswrap h6 {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}

.ruleswrap ul li {
    font-size: 12px;
    line-height: 17px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 18px;
}

.ruleswrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.regbtn {
    text-align: center;
    margin-bottom: 30px;
}

.regbtn a {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 26px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    padding-left: 35px;
    position: relative;
    vertical-align: middle;
}

.regbtn a:before {
    background: url(../images/arrow-black.svg);
    width: 22px;
    height: 9px;
    background-size: cover;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
}

.announcemnet-image {
    max-width: 443px;
    margin: auto;
    margin-bottom: 40px;
}

footer .container .span_2 {
    width: 19.666667%;
}

.row.footernotes p {
    letter-spacing: 0.02em;
    line-height: 17px;
}

footer ul li a+a {
    display: block;
}

section.excellence-des a {
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    li.formobilelink {
        display: none;
    }

    .mobileforabout {
        display: none;
    }

    .home .topslider {
        width: 100%;
        top: 90px;
    }
   .topslider img {
        width: 100%;
    }
    .home section.topslider .slide {
        height: 100%;
        background-size: contain;
        background-position: 100%;
        background-repeat: no-repeat;
    }

    .home section.topslider .slide img {
        width: 100%;
        display: block;
    }

    .home section.bannerdes {
        z-index: 1;
        background: #fff;
        position: relative;
    }

    .home .topslider .slick-track,
    .home .topslider .slick-list {
        height: 100%;
    }
}

.imgevent,
.imgevent div {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    width: 280px;
    height: 280px;
}

.imgevent,
.imgevent div {
    width: 250px;
    height: 250px;
}

.imgevent {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.imgeventinner {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.imgeventinner img {
    width: 250px;
    height: 250px;
    height: 100%;
    object-fit: cover;
}

section.events .leftbar .item a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.imgevent-text a {
    color: #000;
    text-decoration: none;
}

.eventslide .slick-track {
    display: flex;
    align-items: center;
}

.eventslide .item {
    width: 24%;
    padding: 10px;
    height: 200px;
    display: inline-block;
}

.eventslide:after {
    clear: both;
    display: block;
    content: '';
}

.eventslide img {
    margin: auto;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.eventslide {
    text-align: center;
}

.studentformlogin .inputfield input {
    width: 100%;
    height: 35px;
    text-indent: 10px;
}

.parentformlogin .inputfield input {
    width: 100%;
    height: 35px;
    text-indent: 10px;
}

.logicrossicon {
    right: 10px;
    top: 6px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
}

section.followus {
    z-index: 1;
    position: relative;
    background: #fff;
}

section.learning,
section.education-preparation,
.excellence,
.folwowitemwrap {
    position: relative;
    z-index: 1;
}

section.followus {
    z-index: 1;
    position: relative;
    background: #fff;
}

section.events {
    background: #fff;
    z-index: 1;
    position: relative;
}

section.learning,
section.education-preparation,
.excellence,
.folwowitemwrap {
    position: relative;
    z-index: 1;
}

section.bannerdes,
section.excellence-des,
section.education-preparation-des {
    z-index: 1;
    position: relative;
}

section.education-preparation-des {
    background: #fff;
}

.excellence {
    z-index: 1;
    position: relative;
}

section.excellence-des {
    background: #fff;
}

.learningimg img {
    padding: 30px;
    max-width: 280px;
}

.learningimg {
    padding-left: 60px;
    width: 500px;
    text-align: center;
}

.learningimgcenter {
    width: 280px;
    height: 280px;
    margin: auto;
}

.learningimg {
    position: relative;
}

.learning-text {
    position: absolute;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.learning-text:nth-child(1) {
    top: -10px;
    right: 50%;
    transform: translate(50%, -50%);
}

.learning-text:nth-child(8) {
    top: 7%;
    left: 10%;
    transform: translate(24%, -20%);
}

.learning-text:nth-child(7) {
    top: 40%;
    left: 2%;
    transform: translate(0%, -5%);
}

.learning-text:nth-child(2) {
    top: 0%;
    right: 14%;
    transform: translate(24%, -10%);
}

.learning-text:nth-child(3) {
    top: 38%;
    right: 7%;
    transform: translate(0%, 0%);
}

.learning-text:nth-child(6) {
    bottom: -5%;
    left: 13%;
    transform: translate(3%, -10%);
}

.learning-text:nth-child(5) {
    bottom: -35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.learning-text:nth-child(4) {
    bottom: -14%;
    right: 11%;
    transform: translate(3%, -19%);
}

.learningimg {
    padding-left: 0px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.learning-text:nth-child(even) {
    color: #9e0621;
}

.learning-text:nth-child(1) span.linefor {
    position: absolute;
    width: 1px;
    height: 16px;
    display: block;
    background: #000000;
    left: 50%;
    top: 25px;
}

.learning-text:nth-child(8) span.linefor {
    position: absolute;
    width: 1px;
    height: 16px;
    display: block;
    left: 125%;
    top: 37px;
    transform: rotate(127deg);
}

.learning-text:nth-child(7) span.linefor {
    position: absolute;
    width: 1px;
    height: 16px;
    display: block;
    background: #000000;
    right: -21px;
    top: 22px;
    transform: rotate(90deg);
}

.learning-text:nth-child(2) span.linefor {
    position: absolute;
    width: 1px;
    height: 16px;
    display: block;
    left: -21%;
    top: 49px;
    transform: rotate(215deg);
}

.learning-text:nth-child(3) span.linefor {
    position: absolute;
    width: 1px;
    height: 16px;
    display: block;
    background: #000000;
    left: -20px;
    top: 25px;
    transform: rotate(90deg);
}

.learning-text:nth-child(6) span.linefor {
    position: absolute;
    width: 1px;
    height: 16px;
    display: block;
    left: 125%;
    top: -5px;
    transform: rotate(44deg);
}

.learning-text:nth-child(5) span.linefor {
    position: absolute;
    width: 1px;
    height: 16px;
    display: block;
    background: #000000;
    left: 50%;
    top: -20px;
}

.learning-text:nth-child(4) span.linefor {
    position: absolute;
    width: 1px;
    height: 16px;
    display: block;
    left: 1%;
    top: -19px;
    transform: rotate(-47deg);
}

.learning-text:nth-child(even) span {
    background: #9e0621 !important;
}

.learningimgcenter h2 {
    position: absolute;
    text-align: center;
    display: block;
    color: #fff;
    width: 287px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    top: 92px;
    pointer-events: none;
}
.column_style {
    border: 1px solid #fdd5d5;
    background-color: white;
}

.u-container-layout {
    padding: 0 10px 0;
    position: relative;
    max-width: 100%;
}

.ui_image {
    height: 210px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin: auto;
    display: table;
}

.news a {
    color: #fff;
    background-color: #ec201c;
    border-style: none;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 20px auto 0;
    text-align: center;
    padding: 10px 30px;
    border-radius: 4px;
    display: table;
    margin: 0 auto 20px;
}
.news a:hover {
    background-color: #b10603;
}

.news p,
.news h4 {
    text-align: center;
    padding: 0 5px;
}
.news {
    padding: 40px 0;
}
.news p {
    font-size: 1.1em;
}
.news h4 {
    margin: 20px 0 5px;
    text-transform: capitalize;
    font-size: 1.1em;
    font-weight: 700;
}
.news h1 {
    text-align: center;
    margin-bottom: 40px;
}
.announcement h2 {
    font-size: 2.4em;
    text-align: left;
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
    .header_title h2 {
        font-size: 1.5em !important;
    }
    h1 {
        font-size: 1.6em !important;
    }
    .search {
        order: 2
    }

    .logo img {
        display: none;
    }

    .topslider .slide img {
        height: 48vh;
        object-fit: cover;
        object-position: center;
    }

    section.topslider.homepage .slide img {
        object-position: 75%;
    }

    section.topslider.adayinschoolbanner .slide img {
        object-position: 24%;
    }

    .excellence .row .col.span_6 {
        width: 100%;
        display: block;
    }

    .excellence .row .col.span_6 {
        padding: 0px 0px;
    }

    .excellence .container {
        padding: 0px;
    }

    .excellencecontant {
        padding-right: 50px;
    }

    .education-preparation .row .col.span_6 {
        width: 100%;
        display: block;
    }

    .education-preparation .container {
        padding: 0px;
    }

    .education-preparation-img {
        padding-right: 0px;
    }

    .education-preparation-contant {
        padding-left: 50px;
    }

    section.learning .col.span_6 {
        width: 100%;
    }

    .learningcontant {
        padding-left: 0px;
    }

    .learning .row .span_6:nth-child(2) {
        width: 100%;
    }

    .learningimg {
        padding-left: 0px;
    }

    .learningimg img {
        padding: 0px;
    }

    .leftbar {
        width: 100%;
    }

    .rightbar {
        margin-top: 0px;
    }

    section.events {
        padding-top: 50px;
    }

    .rightbar {
        width: 100%;
    }

    .leftbar .item span {
        padding-left: 0px;
    }

    .leftbar .item span:before,
    .all a span:before {
        content: none;
    }

    .leftwrap h6 br {
        display: none;
    }

    .all a span {
        padding-left: 0px;
    }

    .all {
        margin-top: 0px;
    }

    .leftbar p {
        text-align: center;
    }

    .leftbar .item {
        display: inline-block;
    }

    .all {
        display: inline-block;
    }

    div#tabs {
        display: inline-block;
    }

    .rightbarslide .slick-track {
        padding-top: 0px;
    }

    .imgevent {
        padding: 0px 0px;
    }


    .rightbar button.slick-next.slick-arrow,
    .rightbar button.slick-prev.slick-arrow {
        top: 27%;
    }

    .rightbar button.slick-prev.slick-arrow {
        left: -10px;
    }

    .rightbar button.slick-next.slick-arrow {
        right: -10px;
    }

    .leftwrap h6 {
        border: none;
    }

    .rightbar button.slick-next.slick-arrow,
    .rightbar button.slick-prev.slick-arrow {
        width: 45px;
        height: 22px;
    }

    .leftbar {
        text-align: center;
    }

    section.followus {
        padding-top: 30px;
        background: #efe6d5;
    }

    .followhead {
        margin-bottom: 0px;
    }

    section.followus {
        margin-top: 50px;
    }

    .row.footernotes .col:last-child {
        width: 100%;
    }

    p.rightaddtext {
        text-align: center;
    }

    .row.footernotes .col.span_4:nth-child(1) {
        width: 60%;
    }

    .row.footernotes .col.span_4:nth-child(2) {
        width: 40%;
    }

    footer .container .row .col {
        width: 33%;
        margin-bottom: 20px;
    }

    ul.formobile {
        display: block !important;
    }
    section.bannerdes h2 {
        font-size: 15px;
        line-height: 23px;
    }

   .bannerdes img {
        margin-bottom: 15px;
    }
    section.bannerdes p {
        font-size: 1.1em;
        line-height: 170%;
    }

    section.bannerdes p br {
        display: none;
    }

    section.excellence h3,
    .education-preparation-contant h3,
    .learningcontant h3 {
        font-size: 25px;
    }

    .excellencecontant p,
    .education-preparation-contant p,
    .learningcontant p,
    section.excellence-des p,
    section.excellence-des h4,
    .education-preparation-des p {
        line-height: 160%;
    }
    .u-container-layout {
        margin-bottom: 20px;
    }
    .education-preparation-contant h3 br {
        display: none;
    }

    .education-preparation-contant {
        padding-right: 41px;
    }

    .education-preparation-des h4 {
        font-size: 17px;
    }

    section.learning .container {
        padding-bottom: 40px;
    }

    .leftwrap h6,
    .followhead h6 {
        font-size: 25px;
    }
    .followhead h6 {
        margin-bottom: 15px;
    }
    footer h6 {
        font-size: 13px;
    }

    .folwowitemwrap {
        padding: 20px 0px 40px 0px;
    }

    .leftbar .item span {
        padding-left: 0px;
        border-right: 1px solid #000;
        line-height: 12px;
        display: block;
        padding-right: 7px;
        margin-right: 7px;
    }

    .events .row {
        margin-left: 0px;
        margin-right: 0px;
        display: flex;
        flex-flow: column;
    }

    .leftbar {
        margin-top: 15px;
    }

    .events .row .leftwrap {
        order: 1;
    }

    .events .row .leftbar {
        order: 3;
    }

    .events .row .rightbar {
        order: 2;
    }

    .leftwrap h6 {
        padding-bottom: 0px;
    }

    .education-preparation .row {
        display: flex;
        flex-flow: column;
    }

    .education-preparation .row .col.span_6:nth-child(2) {
        order: 1;
    }

    .education-preparation .row .col.span_6:nth-child(1) {
        order: 2;
    }

    .login a {
        font-size: 13px;
    }

    header .span_6 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .search .searchicon img {
        filter: contrast(1) brightness(100);
        width: 14px;
    }

    .menus span img {
        padding-top: 0px;
    }
    .excellencecontant,
    section.learning .container {
        padding-left: 50px;
    }

    .row.footernotes {
        margin-top: 10px;
    }

    section.bannerdes,
    section.excellence-des,
    section.education-preparation-des {
        padding: 38px 0px;
        padding-top: 40px;
    }

    section.excellence h3,
    .education-preparation-contant h3,
    .learningcontant h3 {
        line-height: 30px;
    }
    section.education-preparation-des {
        padding-top: 0;
    }
    .video_column {
        margin-bottom: 10px;
    }

    .slider_2.slick-initialized.slick-slider.slick-dotted {
        margin-bottom: 0;
    }

    .login {
        margin-left: 5px;
    }

    section.excellence-des p:not(:last-child) {
        margin-bottom: 25px;
    }

    body {
        overflow-x: hidden;
    }

    .imgevent-text {
        font-size: 15px;
        line-height: 20px;
    }

    .learning .row .span_6:nth-child(2) {
        padding-left: 0px;
        padding-right: 0px;
    }

    ul.social-icon {
        text-align: center;
        margin: 10px 0;
    }
    .social-icon li img {
        max-height: 27px;
        max-width: 27px;
    }
    .goingabovewrap .span_6 {
        width: 100%;
    }

    section.cyclewrap br {
        display: none;
    }

    section.cyclewrap .col.span_3 {
        width: 50%;
    }

    .cyclewrap .container {
        padding: 0px 0px;
    }

    section.cyclewrap .col.span_3 {
        margin-bottom: 20px;
    }

    .excellence .row,
    .education-preparation .row {
        display: block;
    }

    section.cyclewrap .col.span_12 {
        padding: 0px 50px;
    }


    .rightwrap {
        height: auto;
    }

    .rightwrap {
        background: #fff;
    }

    section.cyclewrap h5 {
        font-size: 15px;
        line-height: 23px;
    }

    .assessmentwrap h3 {
        white-space: inherit;
    }

    header .container {
        max-width: 100%;
    }

    .folwowitem.container .item {
        padding: 0px 15px;
    }

    .prvevent,
    .nextevent {
        padding: 18px 0px;
    }

    .prvevent span,
    .nextevent span {
        display: none;
    }

    section.education-preparation.learning-celebrating .education-preparation-contant {
        padding-left: 40px;
    }

    .leftwrapmenu ul li a {
        font-size: 12px;
    }

    .menulogo img {
        width: 70px;
    }

    footer .container {
        padding: 0px 10px;
    }

    footer ul li a {
        line-height: 100%;
        display: block;
    }

    footer ul li {
        margin-bottom: 15px;
        font-size: 1.1em;
    }

    .col.span_2.notformobile {
        display: none;
    }

    footer .row .col.span_2:nth-of-type(1) {
        width: 35%;
        padding-right: 5px;
    }

    footer .row .col.span_2:nth-of-type(3) {
        width: 23%;
        padding-right: 5px;
        padding-left: 5px;
    }

    footer .row .col.span_2:nth-of-type(4) {
        width: 29%
    }

    footer ul li a+a {
        display: block;
        margin-top: 7px;
    }

    .row.footernotes .col.span_4 {
        margin-bottom: 0px;
    }

    .education-preparation-des p a,
    section.excellence-des a,
    .excellencecontant p a,
    .education-preparation-contant p a,
    .learningcontant p a {
        font-size: 11px;
    }

    .education-preparation-des h4 {
        line-height: 160%;
    }

    .ruleswrap {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .regbtn a {
        font-size: 11px;
    }

    .ruleswrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .visionwrap h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .eventslide button.slick-next.slick-arrow {
        width: 26px;
        height: 26px;
        right: -28px;
    }

    .eventslide button.slick-prev.slick-arrow {
        width: 26px;
        height: 26px;
        left: -28px;
    }

    .nextevent a,
    .prvevent a {
        font-size: 12px;
    }

    .prvevent,
    .nextevent {
        padding: 15px 0px;
    }

    .abouttoggle {
        display: none !important
    }

    .leftwrapmenu ul li a {
        line-height: 22px;
    }

    footer {
        padding: 20px 0px;
    }

    footer .row .col.span_2:nth-of-type(5) ul li:nth-child(2) a {
        white-space: nowrap;
    }

    footer ul li a {
        white-space: nowrap;
    }

    .imgevent-text h6,
    .imgevent-text p {
        font-size: 14px;
    }

    .eventslide .item {
        width: 49%;
        padding: 10px 4px;
        height: 117px;
    }

    .eventslide {
        padding: 0px 10px;
    }

    .learningimgcenter.formobilelearning {
        display: block !important;
        margin-left: 0px;
    }

    .learningimg img {
        max-width: 100%;
    }

    .learningimgcenter {
        width: 100%;
        height: auto;
    }

    .learningimg {
        width: 100%;
    }

    .learningimgcenter.fordesktoplearning {
        display: none;
    }

    .learningimg {
        margin-top: auto;
        margin-bottom: auto;
    }

    .leftwrap h6 {
        text-align: center;
    }
    .social_media {
        margin-top: 30px;
    }
    .section_vgs_is .col-sm-6 {
        margin-bottom: 30px;
    }
    .testmonials_slider {
        text-align: center;
    }
    .learningcontant p {
        padding: 0;
    }
    .announcement h2 {
        font-size: 1.5em;
    }
    .news h1,
    .announcement h2 {
        margin-bottom: 10px;
    }
}


body.search.search-no-results section.searchwrapper .container {
    min-height: 270px;
}

.no-data-wrap {
    min-height: 270px;
}

.no-data-wrap {
    margin-top: 75px;
}

section#career {
    padding-top: 90px;
}

.home ul.slick-dots li {
    display: inline-block;
}

.home ul.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    top: auto;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    border-radius: 50% 50%;
    background: #cecece;
}

.slick-dots li {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
}

.home ul.slick-dots li.slick-active button {
    background: #9e0621;
}

.slick-dots li.slick-active button:before {
    opacity: 0;
}

.home section.topslider:not(.slick-initialized) .item:not(:first-child) {
    display: none;
}

div#spacelink {
    width: 30px;
    height: 30px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0px;
    z-index: 999;
    right: 0px;
}

section.events .container {
    padding-top: 140px;
}

section.annoucementsection {
    background: #ffdbd9;
    z-index: 1;
    position: relative;
    padding: 40px 0px 80px 0px;
}

section.annoucementsection .container {
    max-width: 800px;
}

.announcewaphead h6 {
    text-align: center;
    font-size: 24px;
    line-height: 33px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 64px;
}

.announcewrappara p {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.announcewrapparalink {
    text-align: center;
}

.announcewrapparalink a {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 26px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    padding-left: 35px;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
}

.announcewrapparalink a:before {
    width: 22px;
    height: 9px;
    background-size: cover;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url('images/arrow-white.png');
}

.announcewaphead {
    margin-bottom: 25px;
}

.announcewrapparalink {
    margin-top: 30px;
}

.announcewrap .slick-slide {
    height: auto;
}

.announcewrap .slick-arrow {
    display: block !important;
    z-index: 9;
    cursor: pointer;
}

.announcewrap .slick-arrow {
    display: block !important;
    background: url('images/arrow-white.png');
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: none;
    border: none;
    color: transparent;
    position: absolute;
    top: 50%;
    width: 50px;
}

.announcewrap .slick-next.slick-arrow {
    right: -25px;
}

.announcewrap .slick-prev.slick-arrow {
    left: -25px;
    transform: rotate(180deg);
}

.announcewrap .slick-next.slick-arrow,
.announcewrap .slick-prev.slick-arrow {
    outline: none;
}

.announcewrappara {
    margin: 0px 60px;
}

.announcewrap .slick-list {
    margin-left: 20px;
    margin-right: 20px;
}

@media only screen and (max-width: 768px) {

     .gridimagess{
     	width:90px !important;  
        height:70px !important;
     }	  


    .rightbar .slick-slide:nth-child(2),
    .rightbar .slick-slide:nth-child(5) {
        -webkit-transform: none;
        transform: none;
    }

    .announcewrappara {
        margin: 0px 10px;
    }

    .announcewrap .slick-list {
        margin-left: 0px;
        margin-right: 0px;
    }

    section.annoucementsection .container {
        padding: 0px 20px;
    }

    .login img {
        margin-top: -2px;
    }
}

.notice_column .announcewrap .slick-next.slick-arrow {
    right: 20px;
}

.news_column .announcewrap .slick-next.slick-arrow {
    right: 0;
}

.announcewrappara {
    margin: 0px 20px;
}

.announcewrappara p {
    font-size: 16px;
}

.news_column {
    border-left: 2px solid #e2bab8;
}

.announcewrap .slick-arrow {
    bottom: -70%;
}

.notice_column .announcewrap .slick-prev.slick-arrow {
    left: 0;
}

.news_column .announcewrap .slick-prev.slick-arrow {
    left: 20px;
}
.certificate-final{
    max-width: 110px;
}
@media only screen and (max-width: 595px) {
    .insta_col{
        margin-bottom: 20px;
    }
    .width-full-595 {
        width: 100%;
    }
    .insta_column img {
        margin: auto;
        display: block;
    }
    .certificate-final {
        bottom: 170px;
    }
}
@media only screen and (max-width: 376px) {
    .events .container {
        padding: 0px 27px;
    }
}

.announcewrapparalink a:hover {
    opacity: 0.7;
}

.excellencecontant p a:hover,
section.excellence-des a:hover,
.education-preparation-contant p a:hover,
.education-preparation-des p a:hover,
.learningcontant p a:hover,
div#tabs .item a:hover,
.imgevent-text a:hover,
.all a:hover {
    color: #9f0e22;
}

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

ul.social-icon li:hover {
    opacity: 0.7;
}

.nextevent a:hover,
.prvevent a:hover,
.regbtn a:hover {
    color: #9f0e22;
}

.special-edu-banner .container {
    max-width: 775px;
}

section.bannerdes.special-edu-banner p {
    margin-bottom: 30px;
}

section.bannerdes.special-edu-banner {
    padding-bottom: 10px;
}

.announcewrap ul.slick-dots li.slick-active button {
    background: #fff;
}

.announcewrap ul.slick-dots {
    bottom: -50px;
}

.announcewrap .slick-dots li {
    margin: 0 2px;
}

.announcewrap .slick-dots li button {
    width: 9px;
    height: 9px;
    background: #000;
}
.insta_column a:hover {
    transform: scale(0.8);
}
.insta_column a {
    display: block;
    transition: all 0.3s;
}
.footernote p {
    font-size: 12px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}
.footernote a {
    color: white;
}
.footernote {
    background: #000;
    padding: 7px 10px;
    z-index: 1;
    position: relative;
}

.disclaimer {
    line-height: 21px;
}

@media only screen and (max-width: 600px) {

    table {
        overflow-x: auto;
    }

    .single-announcements table tbody {
        width: auto;
        overflow-x: scroll;
        display: block;
    }

    .page-template-a-day-in-school .topslider .slide img {
        object-position: 22%;
    }

    .announcewrappara p {
        font-size: 15px;
        line-height: 23px;
    }

    .announcewaphead h6 {
        font-size: 18px;
        line-height: 26px;
    }

    .imgevent,
    .imgevent div {
        width: 220px;
        height: 220px;
    }

    .announcewrap .slick-prev.slick-arrow {
        background-position: right;
    }

    .announcewaphead br {
        display: none;
    }

    .footernote p {
        font-size: 10px;
    }

    .aboutclose:after {
        margin-top: 20px;
    }

    section.bannerdes h2 br {
        display: none;
    }
}

.announcemnet-image {
    display: none;
}

.annoucedetailhead h1 a {
    color: #9F0622;
    text-decoration: none;
}

p.readmorelink {
    margin-top: 10px;
}

em.arrowdown {
    width: 21px;
    position: absolute;
}

.learning-text:nth-child(1) em.arrowdown {
    right: -26px;
    top: -11px;
}

.learning-text:nth-child(2) em.arrowdown {
    right: 33px;
    top: -13px;
    transform: rotate(40deg);
}

.learning-text:nth-child(3) em.arrowdown {
    right: 44px;
    top: -5px;
    transform: rotate(74deg);
}

.learning-text:nth-child(4) em.arrowdown {
    right: 81px;
    top: -3px;
    transform: rotate(120deg);
}

.learning-text:nth-child(5) em.arrowdown {
    right: 79px;
    top: -39px;
    transform: rotate(183deg);
}

.learning-text:nth-child(6) em.arrowdown {
    right: 20px;
    top: -50px;
    transform: rotate(219deg);
}

.learning-text:nth-child(7) em.arrowdown {
    right: 17px;
    top: -52px;
    transform: rotate(264deg);
}

.learning-text:nth-child(8) em.arrowdown {
    right: -1px;
    top: -57px;
    transform: rotate(303deg);
}

.linearrowfull {
    position: absolute;
    height: 14px;
    width: 149px;
    left: 133px;
    top: -21px;
}

.rightbar {
    width: 100%;
}

.rightbarslide .slick-slide {
    transition: none;
}

.rightbarslide .slick-active+.slick-active+.slick-active {
    transition: none;
    transform: none;
}

.rightbarslide .slick-slide:nth-child(2),
.rightbar .slick-slide:nth-child(5) {
    transition: none;
    transform: none;
}

.rightbarslide .slick-slide {
    transform: none !important;
}

.rightbarslide .slick-slide:nth-child(3),
.rightbarslide .slick-slide:nth-child(5),
.rightbarslide .slick-slide:nth-child(7) {
    -webkit-transform: translate(0px, -178px) !IMPORTANT;
    transform: translate(0px, -178px) !important;
}

.leftwrap h6:after {
    content: '';
    position: absolute;
    width: 100%;
    display: block;
    background: url(images/Line.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    height: 4px;
    background-size: 134%;
    margin-top: 20px;
}

.leftwrap {
    margin-top: -37px;
}

.leftwrap h6 {
    border-bottom: none;
    background: none;
}

.leftwrap p {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    letter-spacing: 1px;
}

.leftwrap {
    margin-bottom: 35px;
}

div#tabs .item {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    letter-spacing: 0.05em;
}

.rightbarslide .item>p {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    letter-spacing: 1px;
}

div#tabs .item a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

#tabs .item span:before {
    background: url(images/arrow-black.svg);
    width: 21px;
    height: 8px;
    background-size: cover;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 8px;
}

#tabs .item span {
    padding-left: 30px;
    cursor: pointer;
}

.rightbarslide .item:nth-child(1) {
    margin-top: -20px;
}

div#tabs {
    margin-top: 20px;
}
@media(max-width: 991px) {
    .leftbar,
    .bottomeventpart,
    .onlyformobilevent {
        width: 100%;
    }
    .leftbar {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    section.events {
        padding-top: 65px;
    }
    div#tabs {
        margin-top: 0;
    }
    .rightbarslide .slick-slide:nth-child(1) {
        display: none;
    }

    .leftwrap h6:after {
        content: none;
    }

    .rightbar .rightbarslide .slick-slide {
        transform: none !important;
    }

    section.events .container {
        padding-top: 0px;
    }

    .onlyformobilevent {
        display: block !important;
    }

    .leftwrap {
        margin-top: 0px;
    }

    .bottomeventpart {
        order: 3;
    }

    #tabs .item span:before {
        content: none;
    }

    #tabs .item span {
        padding-left: 0px;
        cursor: pointer;
    }

    div#tabs .item:last-child span {
        padding-right: 0px;
        border: none;
        margin-right: 0px;
    }

    div#tabs {
        margin-bottom: 10px;
    }
}
@media(max-width: 767px) {
    section.education-preparation-des {
        padding-top: 0;
    }
    .learningcontant {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .topslider .slide img {
        object-position: 77% 50%;
    }
}

.header_title h2 {
    text-align: center;
    font-size: 1.8em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.align_item {
    display: flex;
}

.testmonials_slider ul.slick-dots {
    bottom: -30px;
}

iframe.embed-responsive-item {
    height: 370px !important;
    width: 100% !important;
    position: relative !important;
}

.play-youtube-video {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 4px solid #d6d9ff;
    border-radius: 8px;
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.stroke-solid {
    stroke-dashoffset: 0;
    stroke-dashArray: 300;
    stroke-width: 4px;
    transition: stroke-dashoffset 1s ease, opacity 1s ease
}

.icon {
    transform: scale(.8);
    transform-origin: 50% 50%;
    transition: transform .2s ease-out
}

#play:hover .stroke-solid {
    opacity: 1;
    stroke-dashoffset: 300
}

#play:hover .icon {
    transform: scale(.9)
}

#play {
    width: 50px;
    height: 50px;
}

.our_intro {
    position: relative;
}
.ht__bradcaump__area img {
    width: 100%;
}
h1 {
    font-size: 2.0em;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

p {
    margin-bottom: 10px;
    text-align: justify;
}

p:last-child {
    margin-bottom: 0;
}

.hover_style a {
    display: block;
}
.hover_style h3 {
    width: 100%;
    position: relative;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
.hover_style h3,
.pic_heading1{
    font-size: 1.7em;
    font-weight: 500;
    color: #3c3c3c;
    text-align: center;
    font-family: 'Patrick Hand', cursive;
}

.pic_heading1{
    background: #ececec;
    padding: 6px;
    text-transform: capitalize;
}
.logo_center img {
    display: block;
    margin: auto;
}

.mb_4 {
    margin-bottom: 40px;
}

.social_media ul li a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 100%;
    color: white;
    padding: 12px 0;
}

.social_media {
    text-align: center;
}

.social_media ul li {
    display: inline-block;
    list-style-position: inside;
}

.social_media ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.social_media ul li:nth-child(1) a {
    background-color: #3b5998;
}

.social_media ul li:nth-child(2) a {
    background-color: #ea2c59;
}

.social_media ul li:nth-child(3) a {
    background-color: #2cb5ea;
}

.social_media h6 {
    font-weight: 900;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}

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

.box_layout a {
    display: block;
    text-align: center;
}

.box_layout a p {
    color: white;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 400;
}

.slider_2 a {
    display: flex;
    align-items: center;
}

.slider_2 a {
    height: 300px;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-arrow {
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: transparent;
    border: none;
    outline: none !important;
    font-size: 3em;
    color: white;
    z-index: 1;
}

footer h3 {
    color: white;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

footer h5 {
    color: white;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

footer h4 {
    color: white;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    margin-bottom: 10px;
}

marquee {
    float: left;
    width: 100%;
    background-color: #001b7c;
    z-index: 999;
    color: #fff;
    position: relative;
    font-size: 20px;
    padding: 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.new_text_style p{
    font-size: 1.5em;
    text-align: justify;
    font-family: 'Patrick Hand', cursive;
}
.class_column {
    display: block;
    box-shadow: 0 13px 43px 11px rgb(211 209 209 / 60%);
    margin-bottom: 30px;
}
.class_column ul li {
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 1.2em;
    color: #000;
    line-height: 180%;
    margin-bottom: 10px;
    padding-left: 30px;
}
.olist_1 ,
.olist_1 td {
    border: none;
    vertical-align: top !important;
}
.title_style_1 h1:after {
    margin: 20px 0 0;
}

.new_style_column ol {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.new_style_column ol li {
    border: 1px solid #ddd;
    background-clip: content-box;
    background-color: #c31d1d;
    position: relative;
    color: #fbfbfb;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
    margin: 0 10px;
    padding: 10px;
    min-height: 170px;
    display: flex;
    align-items: center;
    text-align: center;
}

.new_style_column ol li span {
    width: 100%;
    display: block;
}

.new_style_column ol li:before {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-top: 50px solid #fefefe;
    top: -60px;
    left: -65px;
    box-shadow: 0px -7px 6px -9px black;
    transform: rotate(135deg);
}

.new_style_column ol li:after {
    content: "";
    display: block;
    position: absolute;
    border: 50px solid transparent;
    border-bottom: 50px solid #fefefe;
    bottom: -60px;
    right: -65px;
    box-shadow: 0px 7px 6px -9px black;
    transform: rotate(135deg);
}
table {
    width: 100%;
}
.courses_content_column p {
    text-align: justify;
}
.courses_content_column h4 {
    text-align: center;
}
.courses_content_column h4::after {
    right: 0;
    margin: auto;
}
.ww_do .nav-link{
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px;
}
@media(max-width: 595px) {
    .new_style_column ol li {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
    .ww_do .nav-link {
        font-size: 13px;
        font-weight: 600;
        padding: 10px 10px;
    }   
}
.our_vision p {
    font-size: 2.2em;
    text-align: center;
    font-family: 'Patrick Hand', cursive;
    text-transform: uppercase;
}
.ht__bradcaump__container {
    margin-bottom: 0 !important;
}
.table_style table,
.table_style table tbody tr td {
    border: none;
    vertical-align:top !important;
}
.intro_text p,
.table_style table tbody tr td p {
    font-size: 1.2em;
}
@media(max-width: 575px) {
    .home_section_six {
        margin-bottom: 30px;
    }
    header {
        padding-bottom: 0;
    }
    .our_vision p {
        font-size: 1.4em;
    }
}
@media(max-width: 480px) {
    .hover_style h3,
    .pic_heading1 {
        font-size: 1.2em;
        font-weight: 600;
    }
    .header_title h2 {
        font-size: 1.0em !important;
        margin-bottom: 5px;
    }
}

