* 
{
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-family: 'Poppins', sans-serif;;
    background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:hover
{
	text-decoration: none;
}

p
{
    font-size: 16px;
    color: #262626;
    line-height: 26px;
}
.img-fluid
{
    display: block;
}



.main-nav
{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff8ef;
}

.main-nav ul > li:first-child {
    height: 56px;
    width: 56px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}

.main-nav ul > li span {
    height: 4px;
    width: 40px;
    background-color: #5C4887;
    position: relative;
    border-radius: 30px;
}


.main-nav ul > li span::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 4px;
    width: 20px;
    content: "";
    background-color: #5C4887;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    border-radius: 30px;
    transition: all ease-in-out 0.4s;
}

.main-nav ul > li span::after {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    width: 30px;
    content: "";
    background-color: #5C4887;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    border-radius: 30px;
    transition: all ease-in-out 0.4s;
}

.main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;

}

.main-nav ul > li
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #5C4887;
}


.main-nav ul > li:last-child
{
    margin-left: 10px;
}

.main-nav a.logo-image img
{
    width: 330px;
    margin: 0 auto;
}

.main-nav .contact-us-header
{
    color: #5C4887;
    text-transform: uppercase;
    font-weight: 700;
    display: table;
    margin-left: auto;
    letter-spacing: 3px;
}

.main-nav
{
    /*padding: 20px 0;*/
}

.main .main-nav .menu-button span {
    visibility: hidden;
}

.main .animation-links
{
    animation-name: fadeIn;
    animation-duration: 3s;

}


.main .main-nav .menu-button span::before {
    top: 0px;
    visibility: visible;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 35px;
    left: 2px;
}

.main .main-nav .menu-button span::after {
    top: 0px;
    visibility: visible;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 35px;
    left: 2px;
}


.navbar-custom {
    background-color: rgb(255 248 239);
    height: calc(100vh - 118px);
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 119px;
    left: 0;
    padding: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    transform: scalex(0);
    transform-origin: left;
    overflow: auto;

}

.main .navbar-custom {
    transform: scalex(1);
}


.main-nav .navbar-custom ol
{
    width: 300px;
    position: relative;
}

.main-nav .navbar-custom ol > li > a
{
    color: #5C4887;
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px;
    display: block;
    font-weight: 600;
}

.main-nav .navbar-custom ol > li > a span
{
    float: right;
    transition: all ease-in-out 0.3s;
}


.main-nav .navbar-custom ol > li > .hover-div
{
    position: absolute;
    top: 0;
    left: 100%;
    width: 400px;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    display: none;
    padding-left: 30px;
    height: 100%;
}

.main-nav .navbar-custom ol > li > .hover-div a
{
  color: #5C4887;
  text-transform: capitalize;
  font-size: 18px;
  padding: 10px;
  font-weight: 500;
  display: block;
}


.about-home .outer-carousel, .about-home .outer-carousel .carousel, .about-home .outer-carousel .carousel-item, .about-home .outer-carousel .carousel-inner
{
    height: 100%;

}

.about-home .outer-carousel .carousel-item:first-child .img-div
{
    background-size: 70%;
    background-color: #f9f9f9;
}


.about-home .outer-carousel .img-div
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
}

.about-home .content-div h2
{
    font-size: 30px;
    color: #5C4887;
    font-weight: 700;

}


.about-home .content-div p 
{
    padding: 15px 0;
}
.about-home .content-div a {
    display: inline-block;
    font-size: 14px;
    color: #fff8ef;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #5C4887;
    padding: 13px 25px;
    font-weight: 700;
    position: relative;
    
    transition:all ease-in-out 0.3s;

}
.about-home .content-div a span {
    height: 100%;
    top: 0;
    right: -43px;
    background-color: #fff8ef;
    border: 3px solid #5C4887;
    position: absolute;
    color: #5C4887;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    width: 43px;
    transition: all ease-in-out 0.3s;
}
.about-home .img-div-small
{
    height: 250px;
    margin-top: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
}

.about-home
{
    padding: 80px 0;
}

span.head-ing
{
    font-size: 30px;
    font-weight: 600;
    color: #5C4887;
    text-transform: uppercase;
    margin: 0 auto;
    letter-spacing: 1px;
    display: table;
    position: relative;
    margin-bottom: 100px;
}

span.head-ing::after
{
    content: "";
    height: 30px;
    width: 3px;
    background-color: #5C4887;
    position: absolute;
    top: -1px;
    left: -15px;

}

.third-sec
{
    padding: 80px 0;
    background-color: #363636;

}
span.head-ing::before {
    content: "";
    height: 30px;
    width: 3px;
    background-color: #5C4887;
    position: absolute;
    top: -1px;
    right: -15px;
}

.third-sec .first-slider .inner_testi .outer_test
{
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    transition: all ease-in-out 0.2s;
    z-index: 9;
} 

.third-sec .first-slider .inner_testi .outer_test h4
{
    font-size: 30px;
    color: #fff8ef;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;

}


.third-sec .first-slider .inner_testi .outer_test::after
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    /*background-color: #5C4887;*/
}

.third-sec .first-slider .center .inner_testi .outer_test::after
{
    transform: scale(0);
}


.owl-item
{
    transition: all ease-in-out 1s;
}

.third-sec .first-slider .center
{
    transform: scale(1.2);
}


.third-sec .first-slider .inner_testi
{
    /*overflow: hidden;*/
}

.third-sec .first-slider .center .inner_testi:hover .outer_test
{
    transform: scale(1.1);
}



.third-sec .owl-carousel .owl-nav button.owl-next, .third-sec .owl-carousel .owl-nav button.owl-prev, .third-sec .owl-carousel button.owl-dot {
    background: 0 0;
    color: #fff8ef;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.third-sec .owl-carousel .owl-nav button.owl-next
{
    right: 150px;
}


.third-sec .owl-carousel .owl-nav button.owl-prev
{
    left: 150px;
}


.third-sec .owl-carousel .owl-stage-outer
{
    padding: 50px 0;
}

.third-sec .first-slider .inner_testi .outer_test h4 + a
{
    color: #5C4887;
    text-align: center;
    background-color: #fff8ef;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    line-height: 40px;
    display: table;
    font-size: 20px;
}

button:focus
{
    outline: 0;
}
.news-home {
    padding: 80px 0;
    background-color: #5c4887;
}
.news-home .head-ing
{
    color: #ffffff;
}

.news-home .outer-news-sec .inner-news-sec
{
    height: 309px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.news-home .outer-news-sec .inner-news-sec .date-div {
    background: #fef7ee;
    padding: 20px 30px;
    position: absolute;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    width: 80%;
    box-shadow: 0 18px 28px rgba(11,11,77,.14);
    text-align: center;
}
.news-home .outer-news-sec .inner-news-sec .date-div span:first-child
{
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    color: #5C4887;
}

.news-home .outer-news-sec .inner-news-sec .date-div span:last-child
{
    font-size: 14px;
    padding-top: 5px;
    display: inline-block;
    
}

.news-home .outer-news-sec {
    background: #fff8ef;
    padding: 15px;
    height: 100%;
}

.news-home .outer-news-sec .content-div
{
    padding: 70px 0 20px 0;
    text-align: center;
    position: relative;
}
.news-home .outer-news-sec .content-div h4 {
    font-size: 20px;
    font-weight: 600;
    color: #5C4887;
    padding: 0 0 15px 0;
    text-transform: uppercase;
}
.news-home .outer-news-sec .content-div a {
    display: inline-block;
    font-size: 14px;
    color: #fff8ef;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #5C4887;
    padding: 13px 25px;
    position: relative;
    transition: all ease-in-out 0.3s;
    margin-left: -43px;
    margin-top: 20px;
}
.news-home .outer-news-sec .content-div a span {
    height: 100%;
    top: 0;
    right: -43px;
    background-color: #fff8ef;
    border: 3px solid #5C4887;
    position: absolute;
    color: #5C4887;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    width: 43px;
    transition: all ease-in-out 0.3s;
}

.inner-news-page 
{
    background-color: #ffffff;
}

.inner-news-page .w-100
{
    padding: 50px 0;
}

.inner-news-page .head-ing {
    color: #5C4887;
}

.inner-news-page .outer-news-sec {
    background: #f9f9f9;
}

.inner-news-page .outer-news-sec .inner-news-sec .date-div
{
    background: #f9f9f9;
	z-index:999;
}

.detail-inner-news-page .outer-news-sec .inner-news-sec {
    height: auto;
}


.detail-inner-news-page .event-third-sec .owl-carousel .owl-stage-outer {
    padding: 0;
}

.head-staff .profile-outer .inner-img
{
    height: 670px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.head-staff .profile-outer .inner-img .name-div
{
    background-color: rgba(221, 223, 59,0.9);
    height: 100px;
    width: 400px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: -50px;
    transition: all ease-in-out 0.4s;
}

.head-staff .profile-outer .inner-img .name-div .for-name
{
    font-size: 30px;
    font-weight: 700;

}

.head-staff .profile-outer .inner-img .name-div .for-desig
{
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
    letter-spacing: 2px;
}

.head-staff .profile-outer 
{
    position: relative;
}

.head-staff .profile-outer .message
{
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    background-color: rgba(221, 223, 59,0.9);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: all ease-in-out 0.5s;

}


.head-staff .profile-outer:hover .message
{
    opacity: 1;
}

.head-staff .profile-outer:hover .name-div
{
    animation-name: zoomOut;
    animation-duration: 0.4s;
    opacity: 0;
}

.head-staff .profile-outer .inner-img .name-div.right-name-div
{
    left: inherit;
    right: -50px;
}

.head-staff .profile-outer:hover p
{
    animation-name: fadeInUp;
    animation-duration: 0.7s;
}

.head-staff .profile-outer:hover .for-name
{
    animation-name: fadeInUp;
    animation-duration: 0.7s;
}

.head-staff .profile-outer .message p
{
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}


.head-staff .profile-outer .message .for-name {
    font-size: 30px;
    font-weight: 700;
}

.head-staff .profile-outer .message .for-desig {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
    letter-spacing: 2px;
}

.feature-main 
{
    padding: 120px 0;
    margin-top: 80px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-main .outer-feature img
{
    height: 64px;
    margin: 0 auto 15px auto;

}

.feature-main .outer-feature
{
    text-align: center;
}

.feature-main .outer-feature h5
{
    font-size: 44px;
    font-weight: 700;
    color: #5C4887;
    

}

.feature-main .outer-feature h5 span
{
    font-size: 26px;
    font-weight: 600;
    color: #fff8ef;
    display: block;
    padding-top: 5px;
}


.home-testimonials .head-ing
{
    color: #5C4887;
}

.home-testimonials
{
    padding: 80px 0;
}
.home-testimonials .outer-testi {
    background-color: #5C4887;
    height: 400px;
    border-radius: 10px;
    padding: 30px;
    /* display: flex; */
    flex-direction: column;
    text-align: center;
    overflow: auto;
}
.outer-testi {
  min-height: 220px; /* adjust based on average height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-testimonials .outer-testi p {
    color: #fff8ef;
    position: relative;
    margin-top: 40px;
}
.home-testimonials .outer-testi p::after
{
    position: absolute;
    top: -58px;
    left: 0;
    height: 42px;
    background: url(../images/quote.png) center center/contain no-repeat;
    content: "";
    width: 70px;
}

.home-testimonials .outer-testi .img-div
{
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px auto 20px auto;
    display: table;
    border: 3px solid #fff8ef;
}

.home-testimonials .outer-testi h6
{
    font-size: 24px;
    color: #fff;
}

.home-testimonials .outer-testi h6 span
{
    font-weight: 400;
    color: #fff8ef;
    display: block;
    font-size: 16px;
    padding-top: 10px;
}


.home-testimonials .owl-carousel .owl-nav button.owl-next, .home-testimonials .owl-carousel .owl-nav button.owl-prev, .home-testimonials .owl-carousel button.owl-dot {
    background: 0 0;
    color: #262626;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.home-testimonials .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}


.home-testimonials .owl-carousel .owl-nav button.owl-next {
    right: -60px;
}

.outer-footer
{
    background-color: #5C4887;
    padding: 30px 0;
    z-index: 1;
    position: relative;
}

.outer-footer .outer-footer-inner 
{
    padding: 20px;
    text-align: center;

}

.outer-footer .outer-footer-inner img
{
    margin: 0 auto;
    height: 40px;

}

.outer-footer .outer-footer-inner h6
{
    font-size: 24px;
    font-weight: 700;
    color: #fff8ef;
    text-transform: uppercase;
    padding: 12px 0;
}

.outer-footer .outer-footer-inner a
{
    font-size: 18px;
    color: #fff8ef;
    display: block;
    
    line-height: 24px;
}

.bottom-footer
{
    background-color: #363636;
    padding: 115px 0 20px 0;
    margin-top: -115px;
}


.bottom-footer .links-custom ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   padding: 50px 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.2);
   margin-bottom: 20px;
  
}
.bottom-footer .links-custom ul li a {
    font-size: 18px;
    color: #fff8ef!important;
    display: inline-block;
    padding: 0 18px;
}


.bottom-footer .links-custom ol
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bottom-footer .links-custom ol li a
{
    height: 35px;
    width: 35px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: 10px;
    transition: all ease-in-out 0.3s;
    color: #262626;
}

.bottom-footer .links-custom ol li a:hover
{
    background-color: #5C4887;
}

.bottom-footer .links-custom ol + p
{
    font-size: 12px;
    color: #fff8ef;
    line-height: 21px;
    text-align: center;

}

.bottom-footer .links-custom ol + p a
{
    color: #5C4887;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;

}


.background_video {
    position: relative;
    height: calc(100vh - 119px);
    z-index: 1;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.background_video .whole-anchor {
    position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

.background_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

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

.background_video .heading-main
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.background_video .heading-main .outer-head-ing
{
    position: relative;
}


.background_video .heading-main .outer-head-ing .absolute-div h1
{
    font-size: 40px;
    font-weight: 700;
    color: #fff8ef;
    padding-left: 30px;
    position: relative;
}


.background_video .heading-main .container
{
    height: 100%;
}


.background_video .heading-main .outer-head-ing
{
    height: 100%;
}

.background_video .heading-main .outer-head-ing .absolute-div h1 .tag-line
{
    font-size: 24px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 5px;
    
}

.background_video .heading-main .outer-head-ing .absolute-div
{
    position: absolute;
    right: 0;
    bottom: 150px;

}

.background_video .heading-main .outer-head-ing .absolute-div ul 
{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.background_video .heading-main .outer-head-ing .absolute-div ul li:first-child
{
    height: 80px;
    width: 80px;
    border-radius: 100%;
    background-color:#69381c;
    color: #fff8ef;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: 25px;
    cursor: pointer;
    animation-name: play-icon;
    animation-duration: 1s;
    animation-delay: 5s;
    animation-fill-mode: forwards;
    opacity: 0;

    
}

.background_video .heading-main .outer-head-ing .absolute-div ul li.col-play-video i.pause-custom
{
    display: none;
}

.background_video .heading-main .outer-head-ing .absolute-div ul li.col-play-video i.play-custom
{
    display: block;
}

.background_video .heading-main .outer-head-ing .absolute-div ul li .play-custom
{
    display: none;
}

.background_video .heading-main .outer-head-ing .absolute-div ul li .pause-custom
{
    display: block;
}




@keyframes play-icon
{
    0%
    {
        opacity: 0;
        transform: translatex(-100%);

    }

    100%
    {
        opacity: 1;
        transform: translatex(0);
    }
}

.inner-banner
{
    height: 400px;
    padding: 20px 20px 80px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
}

.inner-banner h3
{
    font-size: 40px;
    color: #fff8ef;
    font-weight: 700;
    padding-bottom: 10px;

}

.inner-banner .for-up
{
    z-index: 1;
}


.inner-banner .for-up ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.inner-banner .for-up ul li a
{
    color: #fff8ef;
    font-weight: 400;
}
.inner-banner .for-up ul li {
    color: #fff8ef;
    font-weight: 700;
}

.inner-banner .for-up ul li:nth-child(2)
{
    padding: 0 10px;
}


.address-contact {
    padding: 80px 0;
}

.address-contact .address-pattern {
    padding: 70px 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f7f7f7;

}

.address-contact .address-pattern .head-contact h5 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #5C4887;
}
.address-contact .address-pattern .address-middle li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 20px;
}

.address-contact .address-pattern .address-middle li a {
    font-size: 20px;
    line-height: 24px;
    color: #212529;
}

.address-contact .address-pattern .address-middle li:nth-child(1)::after {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
     /*content: "\f095";*/
    font-weight: 600;
    font-size: 20px;
    color: #5C4887;
}
.address-contact .address-pattern .address-middle li:nth-child(2)::after {
    /*content: "\f2b6";*/
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    color: #5C4887;
}
.address-contact .address-pattern .address-middle li:nth-child(3)::after {
   /* content: "\f5a0";*/
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
     color: #5C4887;
}

.address-contact .address-pattern .social-links ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.address-contact .address-pattern .social-links ol a {
    font-size: 16px;
    background-color: #5C4887;
    height: 38px;
    width: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fefefe;
    border-radius: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 25px;
}

.address-contact .address-pattern .social-links ol a i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.address-contact .page-contact {
    padding: 70px 40px;
    background-color: #5C4887;
}

.address-contact .page-contact .form-group {
    margin-bottom: 1.5rem;
}

.address-contact .page-contact .form-control {
    color: #fefefe;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid #fff8ef;
}

.address-contact .page-contact .btn {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff8ef;
    padding: 8px 40px;
    border-radius: 0;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}


.address-contact .page-contact .form-control::placeholder
{
    color: #fff8ef;
}


.address-contact .page-contact .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff8ef;
  }
  
  
.address-contact .page-contact .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff8ef;
  }

  .form-control:focus
  {
      box-shadow: none;
  }

  .address-contact .map-digital {
    height: 600px;
    /*margin-top: 60px;*/
}
.address-contact .map-digital iframe {
    height: 100%;
    width: 100%;
}

.inner-gallery {
    padding: 80px 0;
}

.inner-gallery .img-div {
    height: 350px;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.inner-gallery .img-div::after {
    position: absolute;
    transition: all ease-in-out 0.4s;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(221, 223, 59, 0.6);
    content: "zoom";
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #262626;
    font-size: 16px;
    opacity: 0;
}

.inner-gallery .img-div:hover::after {
    opacity: 1;
}

  

.career-page
{
    padding: 80px 0;
}


.career-page span.head-ing {
    color: #67493e;

}


.career-page .outer-career .card {
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.2) !important;
    border-radius: 0;
}

.career-page .outer-career .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
}


.career-page .outer-career h5 {
    position: relative;
}

.career-page .outer-career .btn-link {
    width: 100%;
    text-align: left;
    font-size: 24px;
    color: #313131;
    font-weight: 600;
    padding: 30px 30px;
    border: 0;
}

.career-page .outer-career .btn-link.collapsed::after {
    transform: translatey(-50%) rotate(0);
}

.career-page .outer-career .btn-link::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 30px;
    background: url(../images/plus.svg) center center/contain no-repeat;
    height: 20px;
    width: 20px;
    transform: translatey(-50%) rotate(45deg);
    transition: all ease-in-out 0.3s;
}

.career-page .outer-career .btn-link:hover, .career-page .outer-career .btn-link:focus {
    text-decoration: none;
}

.career-page .outer-career .accordion .card a {
    display: inline-block;
    font-size: 14px;
    color: #fff8ef;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #5C4887;
    padding: 13px 25px;
    font-weight: 700;
    position: relative;
    transition: all ease-in-out 0.3s;
    margin-top: 30px;
}


.career-page .outer-career .accordion .card a span {
    height: 100%;
    top: 0;
    right: -43px;
    background-color: #fff8ef;
    border: 3px solid #5C4887;
    position: absolute;
    color: #5C4887;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    width: 43px;
    transition: all ease-in-out 0.3s;
}

.career-page .outer-career .accordion .card-body {
    padding: 30px;
    padding-top: 0;
}

.apply-form span.head-ing {
    color: #67493e;
    margin-bottom: 25px;
}

.apply-form span.head-ing + p
{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}


.apply-form label {
    font-weight: 600;
    color: #313131;
    margin-bottom: 15px;
}

.apply-form .form-control {
    background-color: #ffffff;
    border: 1px solid #67493e;
}


.apply-form .custom-file-label {
    border: 1px solid #67493e;
}


.apply-form .custom-file-label::after {
    background-color: #67493e;
    color: #fff8ef;
    border-left: 1px solid #67493e;
}

.apply-form .custom-file-input:lang(en)~.custom-file-label::after {
    content: "Upload";
}


.apply-form .btn {
    display: table;
    border: 2px solid #67493e;
    border-radius: 4px;
    padding: 8px 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    background: #67493e;
    margin: 0 auto;
}

.apply-form .form-group {
    margin-bottom: 35px;
}

.apply-form
{
    background-color: #f7f7f7;
    padding: 80px 0;
}

.custom-loader
{
    position: fixed;
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: #fff8ef;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-loader img
{
    width: 300px;
}

.overview-page {
    padding: 80px 0;
}

.overview-page h2 {
    font-size: 24px;
    font-weight: 700;
    color: #5C4887;
    text-transform: uppercase;
    /* padding: 10px 50px; */
    position: relative;
    /* background: #5C4887; */
    display: inline-block;
    margin-bottom: 16px;
}

.overview-page p
{
    padding-bottom: 15px;
}

.overview-page .img-div
{
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    position: relative;
}


.overview-page .content-div
{
    padding-top: 15px;
}

.overview-page .com-pad
{
    padding: 30px 0;
}

.overview-page .img-div:after {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    height: 200px;
    width: 200px;
    background-color: #5C4887;
    z-index: -1;
}

.overview-page .img-div.bottom-div:after
{
    top: auto;
    right: auto;
    left: -15px;
    bottom: -15px;
}

.overview-page.mission-vision .img-div:after {
    content: "";
    position: absolute;
    top: -30px;
    right: -30px;
    height: 80%;
    width: 80%;
    background-color: #e6e6e6;
    z-index: -1;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.overview-page.mission-vision .img-div:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -30px;
    height: 80%;
    width: 80%;
    background-color: #e6e6e6;
    z-index: -1;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}


.overview-page.mission-vision .img-div {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 350px;
}

.school-uniform .img-div {
    height: 650px !important;
}


.management h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff8ef;
    text-transform: uppercase;
    padding: 10px 50px;
    position: relative;
    background: #5C4887;
    display: inline-block;
    margin-bottom: 30px;
}


.management .img-div::after
{
    display: none;
}

.management .img-div::before
{
    display: none;
}

.management .img-div
{
    border-radius: 0 !important;
    height: 600px !important;
}

.overview-page.management h2:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 100%;
    border-top: 24px solid transparent;
    border-left: 25px solid white;
    border-bottom: 24px solid transparent;
}

.overview-page.management h2:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -25px;
    width: 0;
    height: 100%;
    border-top: 24px solid transparent;
    border-left: 25px solid #5C4887;
    border-bottom: 24px solid transparent;
}

.overview-page.management .content-div
{
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    text-align: justify;
}

.overview-page.management .content-div.right-div
{
    align-items: flex-end;
}

.overview-page.management .content-div.right-div h2:after {
    bottom: 0px;
    left: auto;
    border-top: 24px solid transparent;
    border-left: inherit;
    border-bottom: 24px solid transparent;
    border-right: 25px solid white;
    right: 0;
}

.overview-page.management .content-div.right-div h2:before {
    bottom: 0px;
    right: auto;
    border-top: 24px solid transparent;
    border-left: inherit;
    border-bottom: 24px solid transparent;
    border-right: 25px solid #363636;
    left: -25px;
}

.principal .principal-image .dots-dots:after
{
    content: "";
    position: absolute;
    bottom: 20px;
    left: -70px;
    height: 60px;
    width: 290px;
    background: url(../images/dots.png) center center/contain no-repeat;
}


.acadmic-overview .img-div {
    height: 430px;
    width: 430px;
    border-radius: 100%;

}

.acadmic-overview .content-div {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.acadmic-overview .img-div:after {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    height: 100px;
    width: 100px;
    background-color: rgb(154 34 35 / 77%);
    z-index: 1;
    border-radius: 100%;
    box-shadow: 20px 20px 30px 0px rgb(154 34 35 / 40%);
}

.acadmic-overview .img-div:before {
    content: "";
    position: absolute;
    bottom: 26px;
    left: 30px;
    height: 70px;
    width: 70px;
    background-color: rgb(154 34 35 / 77%);
    z-index: 1;
    border-radius: 100%;
    box-shadow: 20px 20px 30px 0px rgb(154 34 35 / 40%);
}

.acadmic-overview .outer-div svg
{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    fill: #5C4887;
}

.acadmic-overview .outer-div 
{
    text-align: center;
    margin-top: 50px;
}

.acadmic-overview .outer-div h4
{
    font-size: 18px;
    color: #5C4887;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
}

.acadmic-overview .icon-gap
{
    padding: 15px 0;
}


.acadmic-curriculum
{
    padding: 80px 0;
}

.acadmic-curriculum .content-div
{
    padding-top: 0;
}

.second-sec
{
    background: #5C4887;
    padding: 80px 0;
}

.second-sec h4
{
    padding-bottom: 20px;
    color: #363636;
    font-weight: 700;
    font-size: 22px;
}


.second-sec .img-div:after {
    content: "";
    position: absolute;
    top: auto;
    right: -30px;
    height: 15px;
    width: 100px;
    background-color: rgba(54, 54, 54,1);
    z-index: 1;
    border-radius: 50px;
    bottom: 55px;
}

.second-sec .img-div:before {
    content: "";
    position: absolute;
    top: auto;
    right: -30px;
    height: 15px;
    width: 75px;
    background-color: rgba(54, 54, 54,1);
    z-index: 1;
    border-radius: 50px;
    bottom: 30px;
}

.third-sec
{
    background-color: #f7f7f7;
}

.third-sec .img-div:after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    height: 15px;
    width: 100px;
    background-color: rgba(54, 54, 54,1);
    z-index: 1;
    border-radius: 50px;
    bottom: 55px;
    left: -30px;
}

.third-sec .img-div:before {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    height: 15px;
    width: 75px;
    background-color: rgba(54, 54, 54,1);
    z-index: 1;
    border-radius: 50px;
    bottom: 30px;
    left: -30px;
}

.fourth-sec
{
    margin-bottom: 80px;
}

.acadmic-curriculum ul
{
    display: flex;
    margin-top: 15px;

}

.acadmic-curriculum ul li:first-child
{
    margin-right: 60px;
}


.acadmic-curriculum ul li a {
    display: inline-block;
    font-size: 14px;
    color: #fff8ef;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #5C4887;
    padding: 13px 25px;
    font-weight: 700;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.acadmic-curriculum ul li a span {
    height: 100%;
    top: 0;
    right: -43px;
    background-color: #fff8ef;
    border: 3px solid #5C4887;
    position: absolute;
    color: #5C4887;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    width: 43px;
    transition: all ease-in-out 0.3s;
}


.gudilience
{
    padding: 80px 0;
}

.gudilience h4
{
    padding-bottom: 20px;
    color: #363636;
    font-weight: 700;
    font-size: 22px;
}

.gudilience h4 + p
{
    padding-bottom: 60px;
}

.gudilience ul li
{
    padding-bottom: 20px;
    padding-left: 25px;
    line-height: 26px;
    position: relative;
}

.gudilience ul li:last-child
{
    padding-bottom: 0;
}

.gudilience ul li::after
{
    position: absolute;
    content: "\f00b";
    top: 0;
    left: 0;
    color: #5C4887;
    font-family: fontawesome;

}

.gudilience ol li::after {
    position: absolute;
    content: "\f192";
    top: 0;
    left: 0;
    color: #5C4887;
    font-family: fontawesome;
}

.fee-rules ul + a {
    display: inline-block;
    font-size: 14px;
    color: #fff8ef;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #5C4887;
    padding: 13px 25px;
	margin: 20px 25px;
    font-weight: 700;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.fee-rules ul + a span {
    height: 100%;
    top: 0;
    right: -43px;
    background-color: #fff8ef;
    border: 3px solid #5C4887;
    position: absolute;
    color: #5C4887;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    width: 43px;
    transition: all ease-in-out 0.3s;
}
.code-of-conduct h5 {
    font-size: 18px;
    color: #5C4887;
    padding-bottom: 20px;
    font-weight: 700;
}
.code-of-conduct .outer-important
{
    background: #5C4887;
    padding: 20px 15px;
    margin: 50px 0;
    border-radius: 5px;
}

.code-of-conduct .outer-important h6 {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 5px;
    color: #fff8ef;
}
.code-of-conduct .outer-important p {

    color: #fff8ef;
}

.code-of-conduct ul li ol
{
    margin-top: 15px;
}

.campus .img-div
{
    border-radius: 0;
}

.campus .img-div:before
{
    display: none;
}

.campus .img-div:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    height: 100%;
    width: 100%;
    background-color: transparent;
    z-index: 1;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #5C4887;
}

.campus {
    padding: 80px 0 80px 0;
}

.campus-second
{
    background: #f7f7f7;
    margin-bottom: 80px;
}

.admission-notice h2
{

    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.admission-notice h2 + h4 {
    padding-bottom: 40px;
    color: #363636;
    font-size: 16px;
    text-align: center;
}


.admission-notice .admission-open h5 {
    padding-bottom: 25px;
    color: #363636;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.admission-notice .admission-open p {
    background: #5C4887;
    padding: 20px;
    color: #fff8ef;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.admission-notice .admission-time h6
{
    font-size: 24px;
    color: #5C4887;
    font-weight: 500;
    font-style: italic;
    padding: 30px 0;
    text-align: center;

}


.admission-notice
{
    padding: 80px 0;
}

.admission-notice .admission-time h5
{
    font-size: 18px;
    color: #363636;
    text-align: center;
}

.admission-notice ul
{
    text-align: center;
    padding: 15px 0;

}


.admission-notice ul li a {
    display: inline-block;
    font-size: 14px;
    color: #fff8ef;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #5C4887;
    padding: 13px 25px;
    font-weight: 700;
    position: relative;
    transition: all ease-in-out 0.3s;
}

.admission-notice ul li a span {
    height: 100%;
    top: 0;
    right: -43px;
    background-color: #fff8ef;
    border: 3px solid #5C4887;
    position: absolute;
    color: #5C4887;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    width: 43px;
    transition: all ease-in-out 0.3s;
}

.admission-notice ul li:nth-child(1)
{
    font-size: 18px;
    color: #5C4887;
    font-weight: 500;
    padding-bottom: 10px;
}

.admission-notice ul li:nth-child(2)
{
    /*margin-left: -43px;*/
}

.admission-notice .admission-contact h5
{
    font-size: 20px;
    color: #5C4887;
    text-align: center;
    font-weight: 700;
    padding-top: 30px;
}

.admission-notice .outer-footer
{
    background-color: transparent;
}

.admission-notice .outer-footer .outer-footer-inner
{
    background: #f7f7f7;
}

.faculity-staff .content-div
{
    padding-top: 0;
}

.teaching-staff 
{
    margin-top: 40px;
}

.teaching-staff .teaching-staff-pic
{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height:420px;
    border-radius: 30px;
    border: 8px solid #d6d6d6;
    box-shadow: 0px 3px 4px 0px #adadad;
    transition: all ease-in-out 0.3s;
    margin-bottom: 20px;
}

.teaching-staff .outer-teach h4
{
    font-size: 18px;
    color: #68493d;
    font-weight: 700;
    text-align: center;
}



.teaching-staff .outer-teach span
{
    font-weight: 500;
    display: block;
    font-size: 14px;
    color: #363636;
    padding-top: 5px;
}


.teaching-staff .outer-teach
{
    margin-bottom: 50px;
}


.faculity-staff-back
{
    background: #f7f7f7;
    margin-bottom: 80px;
}


.co-curriculam
{
    padding: 80px 0;
}

.news-inner
{
    padding: 80px 0;
}


.inner-gallery .container-fluid
{
    padding-left: 0;
    padding-right: 0;
}

.trust p span
{
    display: block;
    background: #664940;
    color: #fff8ef;
    padding: 10px 20px;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
    font-style: italic;
}

.admission-form .form-control {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.admission-form label {
    font-weight: 600;
    color: #5C4887;
    margin-bottom: 14px;
}

.admission-form .form-group {
    margin-bottom: 35px;
}

.admission-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 12px;
    opacity: 1; /* Firefox */
  }
  
  .admission-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 12px;
  }
  
  .admission-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 12px;
  }

  .admission-form h2
  {
      margin-bottom: 10px;
      text-align: center;
      display: block;
  }

  .admission-form h2 + p
  {
    padding-bottom: 45px;
    width: 55%;
    margin: 0 auto;
    text-align: center;
  }

  .admission-form .btn {
    display: table;
    border: 2px solid #67493e;
    border-radius: 4px;
    padding: 8px 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    background: #67493e;
    margin: 0 auto;
}


.holiday-homework .holiday-inner span svg
{
    height: 40px;
    width: 40px;
    fill: #654741;
}



.holiday-homework .holiday-inner span
{
    height: 85px;
    width: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #ffffff;
    margin: 0 auto;
    border: 1px solid #654741;
}

.holiday-homework .holiday-inner h3
{
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
    color: #654741;
}

.holiday-homework .holiday-inner {
    text-align: center;
    margin-bottom: 50px;
}


.holiday-homework .holiday-inner a
{
    display: inline-block;
    border: 1px solid #654741;
    border-radius: 4px;
    padding: 7px 20px;
    color: #ffffff;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
    background-color: #654741;
}

.holiday-homework .holiday-inner a:hover
{
    background-color: transparent;
    color: #654741;
}


.holiday-homework .w-100
{
    padding: 30px 0;
}



.holiday-homework .image-homework
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.holiday-homework ul li a
{
    display: inline-block;
    font-size: 14px;
    color: #fff8ef;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #5C4887;
    padding: 13px 25px;
    font-weight: 700;
    position: relative;
    transition: all ease-in-out 0.3s;
}


.holiday-homework ul li a span {
    height: 100%;
    top: 0;
    right: -43px;
    background-color: #fff8ef;
    border: 3px solid #5C4887;
    position: absolute;
    color: #5C4887;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    width: 43px;
    transition: all ease-in-out 0.3s;
}


.news-inner .container-fluid
{
    padding-left: 10px;
    padding-right: 10px;
}


.news-inner .container-fluid .row
{
    margin-right: -5px;
    margin-left: -5px;
}

/* Sidebar Social Links + Call To Action Start */

/*.icon-bar {
 position: fixed;
 top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  left: 10px;
}

.icon-bar a {
    display: flex;
    text-align: center;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 16px;
    border-radius: 100%;
    margin-top: 10px;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
} */
.icon-bar {
	text-align: center;
	margin-bottom:10px;
}
.icon-bar a {
    display: inline-flex;
    text-align: center;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 16px;
    border-radius: 100%;
    margin-top: 10px;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
	vertical-align:bottom;
}
.bottom-footer .links-custom ol
{
	display:none;
}
/*.icon-bar a:hover{
	background-color:#69381c;
} */


.icon-bar a img {
    width: 30px;
}

.icon-bar a:hover {
  background: #353535;
}

.facebook-sidebar {
  background: #3b5998;
}

.instagram-sidebar {
    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
}

.linkedin-sidebar {
  background: #0077b5;
}

.youtube-sidebar {
  background: #c4302b;
}

.email-sidebar {
  background: #c23b2c;
}

.phone-sidebar {
  background: #ffa03f;
}

.schoolpad-sidebar {
  background: #ffffff;
}

/* Sidebar Social Links + Call To Action End */


.inner-form
{
    position: fixed;
    top: 200px;
    right: 0;
    width: 350px;
    background-color: #5C4887;
    height: auto;
    padding: 50px;
    z-index: 2;

}


.inner-form label {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 10px;
}


.inner-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #495057;
    font-size: 12px;
    opacity: 1; /* Firefox */
  }
  
  .inner-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #495057;
    font-size: 12px;
  }
  
  .inner-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #495057;
    font-size: 12px;
  }

  .inner-form .btn
  {
    font-size: 14px;
    padding: 7px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    background: #5C4887;
    color: #fff;
    margin-top: 15px;
    border: 1px solid #5C4887;
    width: 100%;

  }


  .inner-form {
    position: fixed;
    top: 200px;
    right: 0;
    width: 350px;
    background-color: #272727;
    height: auto;
    padding: 50px;
    z-index: 2;
    transform: scale(0);
    transition: all ease-in-out 0.3s;
    box-shadow: 0px 0px 70px -40px rgba(104, 73, 57,0.5);
    transform-origin: top right;
}

.inner-form.expand
{
    transform: scale(1);
}
.inner-form span.close-btn {
    height: 40px;
    width: 40px;
    background-color: #5C4887;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 100%;
    cursor: pointer;
}


.contact-button .con-but {
    background-color: #5C4887;
    color: #fff8ef;
    padding: 10px 10px;
    font-weight: 700;
    position: fixed;
    top: 340px;
    right: 40px;
    z-index: 2;
    transform: rotate(90deg);
    transform-origin: bottom right;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;

    
}


.inner-form .form-control {
    background-color: #fff8ef;
    border: 1px solid #ffffff;
}


.mission-vision .height-manage
{
	height: 350px;
}


.transport-page .img-div
{
	height: 300px;
}


.transport-page .img-div:after
{
	display: none;
}


/**/


.event-third-sec .owl-carousel .owl-nav button.owl-next, .event-third-sec .owl-carousel .owl-nav button.owl-prev, .event-third-sec .owl-carousel button.owl-dot {
    background: 0 0;
    color: #ffffff;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.event-third-sec .owl-carousel .owl-nav button.owl-next
{
    right: 40px;
}


.event-third-sec .owl-carousel .owl-nav button.owl-prev
{
    left: 40px;
}


.event-third-sec .owl-carousel .owl-stage-outer
{
    padding: 50px 0;
}

.event-third-sec .first-slider .inner_testi .outer_test h4 + a
{
    color: #5C4887;
    text-align: center;
    background-color: #fff8ef;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    line-height: 40px;
    display: table;
    font-size: 20px;
}

.fixed_div {
    width: 450px;
    position: fixed;
    top: 15%;
    z-index: 999999999;
    left: 35%;
    right: 40%;
}

.fixed_div .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff8ef;
    opacity: 1;
    background: #000000;
    position: absolute;
    top: -15px;
    padding: 4px;
    border-radius: 100%;
    height: 35px;
    color: #fff8ef;
    right: -15px;
    width: 35px;
    text-align: center;
    line-height: 14px;
}

/*cbse page css start*/
.cbse .links-custom {
  display: flex;
  flex-wrap: wrap;
}

.cbse .links-custom li a {
  height: 35px;
  width: 35px;
  background-color: #5C4887;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  margin: 10px;
  transition: all ease-in-out 0.3s;
  color: #d6dd34;
}

.pdf-div h2 {
  font-size: 24px;
  font-weight: 700;
  color: #5C4887;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.pdf-div .outer-broture {
  position: relative;
}

.pdf-div .out {
  position: relative;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 30px;
}

.pdf-div .outer-broture + h6 {
  padding: 13px;
  color: #ffffff;
  text-align: center;
  background: #5C4887;
  font-size: 18px;
}

.pdf-div .outer-broture img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.pdf-div .outer-broture + h6 + span {
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(104, 73, 57, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.pdf-div .out span a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
}

.pdf-div .out:hover span {
  top: 0;
}


/*cbse page css start end*/


/*cbse page css start end*/

.admission-guidelines-xi h2 {
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.admission-guidelines-xi h3 {
    padding-bottom: 25px;
    color: #363636;
    font-size: 20px;
    text-align: center;
}

.eligibility-open-xi {
    padding: 15px 0;
}

.subject-combinations-xi {
    padding: 10px 0;
}

.admission-guidelines-xi .eligibility-open-xi h4 {
    padding-bottom: 10px;
    color: #5C4887;
    font-size: 20px;
    font-weight: 600;
	text-decoration: underline;
}

.admission-guidelines-xi .eligibility-open-xi h5 {
    padding-left: 20px;
    color: #363636;
    font-size: 16px;
}

.admission-guidelines-xi .eligibility-open-xi p {
    padding-left: 20px;
    color: #363636;
    font-size: 14px;
	padding-bottom: 10px
}

.admission-guidelines-xi .subject-combinations-xi h4 {
    padding-bottom: 10px;
    color: #5C4887;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.admission-guidelines-xi .subject-combinations-xi h5 {
    padding: 20px;
    color: #363636;
    font-size: 19px;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-weight: 700;
}

.listing-content-class-xi {
    padding: 15px 0;
}

.admission-guidelines-xi .listing-content-class-xi h4 {
    padding-bottom: 10px;
    color: #5C4887;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.admission-guidelines-xi .listing-content-class-xi p {
    padding-left: 20px;
    color: #363636;
    font-size: 14px;
	padding-bottom: 10px
}

.admission-guidelines-xi .listing-content-class-xi ul {
    padding-left: 20px;
}

.admission-guidelines-xi .listing-content-class-xi li {
    color: #363636;
    font-size: 14px;
    padding-bottom: 10px;
    list-style: inside;
}

.subject-combinations-xi table {
  padding: 15px;
}

.subject-combinations-xi table {
  padding: 15px;
}

.subject-combinations-xi thead tr th:first-child {
  width: 30%;
}

.subject-combinations-xi thead tr th:nth-child(2) {
  width: 30%;
}

.subject-combinations-xi thead tr th:last-child {
  width: 40%;
}

.subject-combinations-xi .table .thead-dark th {
  color: #fff8ef;
  background-color: #5C4887;
  border-color: #fff8ef;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}

.subject-combinations-xi .table td {
  text-align: center;
  line-height: 1.8;
}

.subject-combinations-xi ul {
  padding: 20px;
}

.subject-combinations-xi li {
    padding: 10px 0;
    list-style: initial;
    font-size: 16px;
}

.admission-guidelines-xi .admission-time h6 {
    font-size: 24px;
    color: #5C4887;
    font-weight: 500;
    padding: 30px 0 0 0;
    text-align: center;
}

.admission-guidelines-xi .admission-time ul {
    text-align: center;
    padding: 15px 0;
}

.admission-guidelines-xi .admission-time ul li {
    margin-left: -43px;
}

.admission-guidelines-xi .admission-time ul li a {
    display: inline-block;
    font-size: 14px;
    color: #fff8ef;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #5C4887;
    padding: 13px 25px;
    font-weight: 700;
    position: relative;
    transition: all ease-in-out 0.3s;
}

/*cbse page css start end*/


/*Football Registration css start Start*/
.home-contact {
	background-color: #f9fdb8;
	padding: 60px 80px;
	margin-bottom: 40px;
}
.home-contact .form-group label {
	font-weight: 600;
	color: #5C4887;
	margin-bottom: 5px;
}
.home-contact .form-control::placeholder {
	font-size: 12px;
	opacity: 1;
}
.home-contact .theme-btn{
	display: table;
	border: 2px solid #67493e;
	border-radius: 4px;
	padding: 8px 30px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 4px;
	background: #67493e;
	margin: 0 auto;
}

.home-contact textarea{
	max-height:140px;
	height: 140px
}
.home-contact h2 {
	font-size: 24px;
	font-weight: 700;
	color: #5C4887;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.international-cnt img{
    max-width: 100%;
}

.international-box{
    margin: 80px 0;
}
.international-cnt h3 {
    font-size: 30px;
    font-size: 30px;
    color: #5C4887;
    font-weight: 700;
    margin-bottom: 20px;
}
.international-cnt ul li {
    margin: 20px 0;
    font-size: 18px;
    list-style: disc;
    line-height: 23px;
}
.grade-cnt li {
    margin: 20px 0;
    font-size: 16px !important;
}
.grade-cnt {
    margin-left: 24px;
}
.international-cnt ul {
    margin-left: 21px;
}
.international-uu {
    background: #f8f8f8;
    padding: 50px 22px;
    box-shadow: 0 10px 10px #00000012;
}
.study-cnt h3 {
    font-size: 30px;
    color: #5C4887;
    font-weight: 700;
    margin-bottom: 20px;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
}

.enjoy-cnt h3{
    text-align: center;
    width: 100%;
    font-size: 30px;
    color: #5C4887;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed #5C4887;
    padding-bottom: 14px;
}
.enjoy-cnt{
    text-align: center;
     width: 100%;
}
span.head-ing1::before {
    background-color: #fff8ef;
}
span.head-ing1::after {
    background-color: #fff8ef;
}
.mandatory-cnt h6 {
    margin-bottom: 24px;
}
.mandatory-box h6 {
   padding: 13px 0;
}


/*******************/
.top-navbar {
    background-color: #5C4887;
}
ul.social-network {
    list-style: none;
    /* margin: 5px 0 10px -25px; */
    /* float: right; */
    text-align: right;
}

ul.social-network {
    border: none;
    margin: 0;
    padding: 0;
}
ul.social-network li {
    display: inline;
    /* margin: 0 5px; */
    border: 0px solid #2D2D2D;
    padding: 5px 0 0;
    /* width: 32px; */
    display: inline-block;
    text-align: center;
    height: 32px;
    vertical-align: baseline;
    color: #000;
}
ul.social-network li {
    border: none;
    margin: 0;
}
.top-navbar a {
    color: #fff;
    font-size: 14px;
}
.nav-link {
    display: block;
    padding: 0px 5px;
    color: #5c4887 !important;
    font-size: 18px;
}
.topbar {
    background-color: #f8f9fa;
    padding: 0;
    /* padding-top: 15px;
    margin-top: 15px; 
    padding-bottom: 15px;*/
}
.dropdown-menu {
    background-color:#5c4887;
    border: none;
}
.dropdown-item {
    color: #ffffff;
}
.topbar a {
    color: #fff;
}
.topbar img {
    border-radius: 100%;
    /* background-color: #1b7a19; */
    background-image: linear-gradient(#bce6ff, #282f3a);
    padding: 0 2px;
}
ul.social-network {
    list-style: none;
}

ul.social-network {
    border: none;
    margin: 0;
    padding: 0;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    transition: .3s ease-out;
    color: #fff;
}

.mx-background-top-linear {
    /* margin-bottom: 12px; */
    padding: 0;
}
.navbar-dark .navbar-toggler-icon {
    background-repeat: no-repeat;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #4c92bc;
}
.navbar-dark .navbar-toggler {
    color: rgb(255 255 255);
    border: none;
}
.logo {
    position: relative;
    top: -5px;
    border-radius: 0px !important;
    background: none !important;
    width: 100%;
}
.topbar .logo img {
    background: none;
    border-radius: 0;
    max-width: 97%;
}
.marq-home a:hover {
    text-decoration: none;

}
ul.navbar-nav a:hover {
    color: #000000 !important;
}
.bottom-footer .links-custom ul li a:hover {
    color: #5C4887 !important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}


/**********side social icons**********/

.icon-bar-new {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.icon-bar-new a {
    display: block;
    text-align: center;
    padding: 9px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar-new a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.promote-article li {
    list-style: disc;
    display: block;
    line-height: 23px;
    margin-bottom: 20px;
    font-size: 15px;
}
.desk-cnt{
    background:#fff;
    padding: 80px 0;
}
.desk-box h3 {
    font-size: 23px;
    margin-bottom: 23px;
}
.desk-cnt .head-ing {
    margin-bottom: 60px;
}

/******************************************/

div#lightgallery img {
    /* margin-bottom: 15px; */
    border: 1px solid #555;
    margin: 10px;
}
.top-nav{
    margin-top: 50px;
    float: right;
}
.fancy-cnt ul li{
    color: #fff
}
.fancy-cnt ul li::after {
    color: #ffffff;
}
.fancy-form{
    background: #fff;
    padding: 50px 40px;
    margin-bottom: 60px;
}
.fancy-form  .btn {
    display: inline-block;
    font-size: 14px;
    color: #fff8ef;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #5C4887;
    padding: 13px 25px;
    font-weight: 700;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.info-click li{
    margin:0 !important;
}
ul.info-click {
    text-align: left !important;
}

.new-view-btn {
    display: inline-block;
    font-size: 14px;
    color: #5C4887;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #fff8ef;
    padding: 13px 25px;
    font-weight: 700;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.new-view-btn span {
    height: 100%;
    top: 0;
    right: -43px;
    background-color: #5C4887;
    border: 3px solid #fff8ef;
    position: absolute;
    color: #fff8ef;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    width: 43px;
    transition: all ease-in-out 0.3s;
}
a.new-view-btn:hover {
    color: #5C4887;
}
.sponsor-img {
    background: #fff;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    padding: 10px;
    margin-bottom: 22px;
    text-align: center;
    height: 170px;
}
.sponsor-img h4 {
    margin-bottom: 26px;
    font-size: 14px;
}
.sponsor-img img {
    max-width: 100%;
}

.news-home .outer-news-sec1 {
    background: #fff8ef;
    padding: 40px 24px;
    text-align: center;
}


.management .img-div
{
    border-radius: 0 !important;
   
}

h1.car_r {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.outer-news-sec1 h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

h2.gi_s {
    font-size: 27px;
    font-weight: 600;
    color: #5C4887;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.content-div h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.about-home-new {
    background: #fff;
    / padding: 50px; /
}
.about-home-new .content-div {
    padding: 0 51px;
}

h4.car_r {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 33px;
    margin-top: 4px;
}
.overview-page.management1 {
    margin-top: -76px;
}

.overview-page1.pb-5 {
    margin-bottom: 60px;
}
.new-about-cnt.content-div {
    text-align: center;
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
    padding: 30px;
}
.new-about-cnt {
    position: relative;
}
.new-about-cnt:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85%;
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 5px;
    background-color: #fff;
}
.find-out-new img {
    max-width: 100%;
}
.fint-text {
    padding: 20px;
    background: #fff;
}
p.gillco_o {
    margin-top: -73px;
}
.fint-text {
    padding: 13px 0;
    background: #69381cb0;
    position: absolute;
    bottom: 0;
    width: 59%;
    /* margin-bottom: 30px; */
    text-align: center;
}
.find-out-new.text-center {
    position: relative;
    margin-bottom: 30px;
}
.fint-text h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.fint-text a {
    color: #fff;
}
.walk-cnt{
    margin-top: 40px;
}
.walk-cnt.home-contact h2 {
    margin-bottom: 20px;
}