
/* #Primary
================================================== */

body{
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding-right: 0 !important;
}
body.modal-open {
    overflow: visible;
}
button:focus { outline: none !important; }


.ajaxLoading {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 67%);
    left: 0;
    right: 0;
    z-index: 9999;
    padding-top: 20%;
    text-align: center;
    display: none;
}
.ajaxLoading.active {
    display: block;
}


.bg-white { background-color: #fff; }
a.enq-slidebar-button {
    position: fixed;
    z-index: 99;
    border: 0;
    top: 40%;
    right: -40px;
    background-color: #e7212e;
    color: #fff;
    padding: 4px 10px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    transform: rotate(-90deg);
}
#enq_form_header .form-group i.fa.fa-calendar {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
#enquire_now .form-group i.fa.fa-calendar {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}






/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 2px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
/*.start-header.scroll-on .navbar-brand img {
    width: 100px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
/*.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}*/
.navbar-brand img {
    width: 128px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #445863 !important;
	font-weight: 600;
    transition: all 200ms linear;
    position: relative;
	padding: 5px 0 !important;
	display: inline-block;
	cursor: pointer;
}
.nav-item:hover .nav-link{
	color: #e7212e !important;
}
.nav-link.active { color: #e7212e !important; }
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #e7212e;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

a.btn.btn-sm.btn-enquire-now {
    margin-right: 25px;
    background-color: #32357d;
    color: #fff;
    font-weight: 600;
    padding: 3px 8px;
}

img.ci-school-logo {
    padding: 0 15px;
}

/* #Primary style
================================================== */

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}


a.btn.btn-sm.btn-enquire-now {
    margin-right: 0;
    background-color: #32357d;
    color: #fff;
    font-weight: 600;
    padding: 3px 8px;
}




/* Unique Methodologies at HVB Global Academy */

#unique-teaching-methodologies {
    background-color: #af1a2c;
}
#unique-teaching-methodologies h4 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
#unique-teaching-methodologies .box-img {
    border: 2px solid #fdfdfd;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 43%);
}
.border-color-white { border-color: #fff; }






/* LP Slider */
section.lp-slider { margin-top: 6em; }
.slider-content { position: absolute; top: 30%; }
.slider-content h2 {
    font-size: 3rem;
    line-height: 50px;
    font-weight: bold;
    color: #fbdd23;
}
.slider-content h3 {
    font-size: 1.8rem;
    margin-top: 15px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
}
.owl-nav {
    position: absolute;
    top: 45%;
    left: 15px;
    right: 15px;
}
.owl-nav button:focus { outline: none; }
.owl-nav button.owl-prev {
    float: left;
}
.owl-nav button.owl-next {
    float: right;
}
.owl-nav button .fa {
    font-size: 3rem;
    padding: 4px 10px;
    color: #fff;
    opacity: 0.9;
    transition: all 200ms linear;
    text-shadow: 2px 2px rgb(10 10 10 / 7%);
}
.owl-nav button .fa:hover {
	opacity: 1;
}
.owl-dots {
    position: absolute;
    bottom: 6em;
    left: 0;
    right: 0;
    padding: 9px 0;
    text-align: center;
}
.owl-dots button.owl-dot span {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #fade23;
    margin-right: 10px;
    border-radius: 50%;
}
.owl-dots button.owl-dot.active span { background-color: #32347e; }
/*.owl-carousel .owl-item img {
    height: 750px;
    object-fit: cover;
}
*/

.slider-footer-text {
    background-color: #fade23;
    padding: 15px 0;
    text-align: center;
    color: #31357c;
    font-size: 1.7rem;
    font-weight: 600;
}
.slider-footer-text span.d-block {
    font-size: 16px;
    margin-top: 5px;
}
.slider-footer-text.no-covid {
    padding: 30px 0;
}



.section-padding { padding: 4em 0; }
.section-padding h1 {
    font-size: 1.6rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.section-padding h2 {
	text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1.6rem;
} 

.about-info {
    background-image: url(../images/about-info-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.about-info .img-wrapper {
    padding: 5em 3em;
}
.about-info .content-wrapper {
    padding-top: 2.5em;
}


.about-info h4.fees-details {
    background-color: #acacac;
    text-align: center;
    padding: 15px 0;
    margin-top: 15px;
    margin-bottom: 3em;
    font-weight: 600;
}

.owner-wrapper {
    background-color: #666666;
    padding: 30px 40px;
    border-radius: 10px;
    width: 90%;
    position: relative;
    margin-top: 3em;
}
.owner-wrapper p.quote-text {
    display: inline-block;
    width: 90%;
    color: #ccc;
}
p.quote-auth-name {
    color: #fff;
    font-weight: 600;
}
.owner-img-wrapper {
    position: absolute;
    right: -100px;
    top: -60px;
}

.face { border-radius: 100%;}

.circleborder {
	border: 15px solid #e7212e;
	border-radius: 100%;
	display: inline-block;
}

.courseCurriculumSection .img-responsive{margin-top:-52px;cursor:pointer}.courseCurriculumSection .zoomText{margin-bottom:3px;font-weight:400;color:rgba(0,0,0,0.8);text-align:center;margin-top:-30px;cursor:pointer}.courseCurriculumSection .panel-group .panel+.panel{margin-top:15px}.courseCurriculumSection .panel-default>.panel-heading{color:rgba(0,0,0,0.8);background-color:transparent;border-color:rgba(0,0,0,0.16);padding:0;border-radius:0;box-shadow:0 1px 15px rgba(0,0,0,0.16)}
.courseCurriculumSection .panel-default>.panel-heading .panel-title a{padding:16px 30px;display:block;font-size:18px;font-weight:500;text-decoration:none; color:#2b2b2b}
.courseCurriculumSection .panel-default>.panel-heading .panel-title a:after{
    content:"\f106";
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    float:right;
    color:#707070;
    font-size:18px;
    display: none;
}
.courseCurriculumSection .panel-default>.panel-heading .panel-title a.collapsed:after{content:"\f107"}
.courseCurriculumSection .panel{box-shadow:0 1px 12px rgba(0,0,0,0.11);border-radius:0}
.courseCurriculumSection .panel-body{padding:15px;border-top:0!important}
.courseCurriculumSection .panel-body p,
.courseCurriculumSection .panel-body ul li{color:rgba(0,0,0,0.8);font-weight:500;list-style-type:decimal;list-style-type:disc;position:relative;font-size:16px}
.courseCurriculumSection .panel-body ul li{margin-bottom:10px;line-height:30px;font-size:16px}
.courseCurriculumSection .panel-body ul{padding-left:15px}

.courseCurriculumSection .panel{
    background: #fff;
    margin-bottom: 20px;	
}


/* Advantages */
section.section-padding.advantage {
    background-image: url(../images/advantages-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.advantage-wrapper {
    background-color: #fff;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
    min-height: 100px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 0;
    cursor: pointer;
}

.advantage-wrapper h3 {
    margin-bottom: 0;
    font-weight: bold;
    color: #32357d;
    line-height: 19px;
    font-size: 18px;
    transition: all 300ms linear;
}
.advantage-wrapper:hover h3 {
	z-index: 999;
	color: #fff;
}
.advantage-wrapper:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: 0;
    border-top: 30px solid red;
    border-right: 30px solid transparent;
    transition: all 300ms linear;
}

.advantage-wrapper:hover:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    z-index: 99;
    height: 0;
    border-top: 370px solid red;
    border-right: 370px solid transparent;
}

.video-walkthough {
    background-color: #2c3b8e;
    color: #fff;
}
.color-red {
    color: #e7212e;
}
p.walkthough-desc {
    font-weight: 200;
}
p.walkthough-quote {
    font-weight: 600;
}



.student-life {
    background-color: #cecfd1;
}
.student-life h2 {
    color: #2c3b8e;
}
.student-life .card {
    border: 0;
    cursor: pointer;
}
.student-life .card-body {
    padding: 0;
}
.card-footer {
    background-color: #e7212e;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.img-hover-zoom { /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}


a.walkthough-video {
    position: relative;
    display: inline-block;
}
a.walkthough-video:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 12%);
    z-index: 99;
    transition: transform .5s ease;
}
.walkthough-video-wrapper i.fa.fa-youtube-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    text-align: center;
    color: #ff0000;
    font-size: 2rem;
    z-index: 999;
}
a.walkthough-video:hover:after {
    background-color: rgb(0 0 0 / 2%);
}


/* Alumni Speak */

#alumni-speak { background-color: #164b81; }

#alumni-speak .card { background-color: transparent; }
#alumni-speak hr { border-color: #ddd; }
#alumni-speak .card p { color: #eee; }



section.location { position: relative; }
.location-content-wrapper {
    position: absolute;
    top: 40%;
    width: 220px;
    display: none;
}
.location-content-wrapper h3 {
    padding: 25px 25px;
    background-color: #2c3b8e;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}
.location-content-wrapper .address {
    padding: 25px 25px;
    background-color: #e7212e;
    color: #fff;
}
.location-content-wrapper .address p.c-name { font-weight: 600; } 
.location-content-wrapper .address p {
    margin: 0;
    font-weight: 200;
    font-size: 14px;
}

.flag {
    display: inline-block;
    width: 100%;
    border-style: solid;
    border-width: 0px 110px 25px 110px;
    border-color: #e7212e #e7212e transparent #e7212e;
}


section.enquire-now { background-color: #2c3b8e; }
.enquire-now .card {
    border: 0;
    border-radius: 0;
}
.enquire-now .card-header {
    background-color: #e7212e;
    border-radius: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.form-control {
    border-color: rgb(0 0 0 / 69%);
}
.form-control:focus {
	border-color: rgb(0 0 0 / 69%);
	box-shadow: none;
}

#enq_form textarea.form-control.message_for_child {
    height: 8em;
}

#enq_form_header textarea.form-control {
    height: 90px;
}

input[type="submit"] {
    width: 100%;
    background-color: #32347e;
    border: 0;
    color: #fff;
    padding: 5px 0;
}
input[type="submit"]:focus,
input:focus {
	outline: none;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #666;
}

span.rc-anchor-error-msg {
    display: none;
}

#enq_form_header label.error {
    position: absolute;
    left: 0;
    color: #ff0000;
}
#enq_form_header .form-group {
    position: relative;
    padding-bottom: 10px;
}
p#recaptcha_err {
    color: #ff0000;
    position: absolute;
    left: 0px;
    padding-top: 5px;
}
p#head_enq_result {
    padding-left: 15px;
    padding-top: 5px;
    color: #008000;
}


.enquire-now .card .card-body {
    padding-bottom: 25px;
}
p#enq_result {
    color: #008000;
    padding: 0;
    position: absolute;
}
#enquire_now label.error {
    position: absolute;
    left: 0;
    color: #ff0000;
}
#enquire_now .form-group {
    position: relative;
    padding-bottom: 10px;
}
p#recaptcha_error {
    color: #ff0000;
    position: absolute;
    left: 0px;
    padding-top: 5px;
}


footer {
    background-color: #cecfd1;
    padding: 15px 0;
}
ul.footer-social-nav {
    list-style: none;
    display: table;
    float: right;
    margin: 0;
}
ul.footer-social-nav li {
    display: table-cell;
    padding: 0 8px;
}
.footer-social-nav li i {
    text-align: center;
    color: #cdced0;
    background-color: #333;
    padding: 4px 0;
    width: 25px;
    border-radius: 5px;
    transition: all 200ms linear;
}
.footer-social-nav li i:hover {
	background-color: #b52b21;
	color: #fff;
}

.ci-school-logo-for-mobile,
.btn-enquire-now-for-mobile { display: none; }






/* #Media
================================================== */

@media(max-width: 1199px) {
	.nav-item { font-size: 14px; }
	a.btn.btn-sm.btn-enquire-now {
    	margin-right: 10px;
    	padding: 3px 4px;
    	font-size: 13px;
	}

	.slider-content h2 {
    	font-size: 2rem;
    	line-height: 40px;
	}
	.slider-content h3 {
    	font-size: 1.5rem;
    	line-height: 30px;
	}
	.section-padding h1, .section-padding h2 { font-size: 1.8rem; }
	.advantage-wrapper h3 { font-size: 16px; }
}

@media(max-width: 992px) {
	img.ci-school-logo-for-mobile {
    	display: inline-block;
    	position: absolute;
    	right: 45px;
    	top: 18px;
	}
	img.ci-school-logo, a.btn.btn-sm.btn-enquire-now { display: none; }
	a.btn.btn-sm.btn-enquire-now-for-mobile {
	    background-color: #32357d;
	    color: #fff;
	    font-weight: 600;
	    padding: 5px 8px;
	    display: block;
	    position: fixed;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    z-index: 99;
	}
	.slider-content {
    	position: absolute;
    	top: 22%;
    	left: 4em;
	}
	.slider-content h2 {
    	font-size: 1.2rem;
    	line-height: 21px;
	}
	.slider-content h3 {
    	font-size: 1rem;
    	line-height: 20px;
	}

	.owl-carousel .owl-item img { width: 100%; }
	.slider-footer-text { font-size: 1.2rem; }
	.section-padding h1, .section-padding h2 { font-size: 1.4rem; }

	.owner-wrapper { padding: 15px 30px; }
	.owner-img-wrapper { right: -73px; top: -18px; }
	.circleborder { border: 10px solid #e7212e; }
	.owner-img-wrapper  img.face { width: 150px; height: 150px; }
}

@media (max-width: 767px) {
    .about-info .content-wrapper { padding-top: 0; }
    .about-info h4.fees-details {
        font-size: 18px;
        padding: 10px 15px;
        margin-bottom: 25px;
    }
    
    img.ci-school-logo-for-mobile {
    	right: 38px;
    	top: 18px;
	}
    
    #enq_form_captcha, #popup_captcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
    .pr-0 { padding-right: 15px !important; }
    .pl-0 { padding-left: 15px !important; }
    .mt-5 { margin-top: 0 !important; }
    
	.section-padding { padding: 2em 0; }
	.slider-content {
    	position: absolute;
    	top: 1.5em;
    	left: 0;
    	right: 0;
    	text-align: center;
	}
	.slider-content h2 {
    	font-size: 1.4rem;
    	line-height: 24px;
	}
    .slider-content h4 { font-size: 15px; }
	.slider-content h3 {
    	font-size: 1.2rem;
    	line-height: 22px;
	}
	.slider-footer-text { font-size: 1rem; }
	.slider-footer-text span.d-block {
        font-size: 11px;
        margin-top: 5px;
    }

    .section-padding h1, .section-padding h2 { margin-bottom: 25px !important; }
	.pb-sm-4 { margin-bottom: 25px; }
	.owner-wrapper {
    	background-color: #666666;
    	padding: 7em 15px 20px;
    	border-radius: 10px;
    	margin-top: 6em;
    	width: 100%;
    	position: relative;
	}
	.owner-img-wrapper {
    	right: 0;
    	top: -5em;
    	left: 0;
    	text-align: center;
    	bottom: auto;
	}
	#alumni-speak { text-align: center; }
	#alumni-speak img {
        display: block;
        margin: 0 auto 25px;
    }
    
    #alumni-speak .card { padding-bottom: 20px; }
    #alumni-speak .card:last-child { padding-bottom: 0; }
	
	.about-info { padding-bottom: 0 !important; }
	.student-life .card { margin-bottom: 20px; }
	.location-content-wrapper {
    	position: absolute;
    	top: 0;
    	width: 220px;
    	left: 0;
	}
	footer {
    	padding: 15px 0 40px;
    	text-align: center;
	}
	ul.footer-social-nav {
	    list-style: none;
	    display: table;
	    float: none;
	    margin: 13px auto;
	    padding: 0;
	}

	/*.nav-item:after{ display: none; }
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}*/
	
	#unique-teaching-methodologies h4 {
        padding-top: 20px;
    }
	
	
}

@media (max-width: 320px) {
    img.ci-school-logo-for-mobile {
        right: 38px;
        top: 20px;
        width: 120px;
    }
    .navbar-brand img { width: 110px; }
}