html, body{
	  margin: 0 !important;
	  padding: 0 !important; 
	  font-size:14px !important;
	  font-family: 'Lato', sans-serif!important	;
    overflow-x: hidden !important; 
}
/*===========================Header===========================*/
.header-right{
	float: right;
	display: flex;
	padding: 20px 0;
}
.call{
	display: flex;
	padding-right: 20px;
}
.call-icon{
	padding: 30px 15px 0 0;
}
.call-icon i{
	color: #AD958B;
}
.call-cont p{
	margin-bottom: 10px;
	color: #AD958B;
	font-weight: 600;
}
.call-cont a{
	color: #000;
}
.call-cont a:hover{
	color: #000;
	text-decoration: none;
}
.act a{
	border-bottom: 2px solid #AD948B;
	color: #AD948B!important;
}
#drop li {
    width: 170px;
    height: 15px;
}
.dropdown-menu{
    background-color:lightgrey!important;
}
@media only screen and (min-width:320px) and (max-width:640px) {
		.smobitrigger{
			position: relative;
			right:-300px;
			top: -135px;
			background-color: #151C48;
		}
}
/*===============================================Slider==========================*/
.slider {
  background: #fff;
  position: relative;
  margin: 2rem 0;
  overflow: hidden;
  padding-bottom: 2.5rem;
  padding-left: 20px;
 /* border: 0.25rem solid #95a5a6;*/
}
.slider::after {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  z-index: 1;
  content: '';
  display: block;
 /* background: #34495e;*/
  height: 3rem;
}
.slide-switch {
  display: none;
}
.slide-label {
  position: absolute;
  bottom: 1rem;
  display: block;
  z-index: 5;
  height: 1rem;
  width: 1rem;
  text-indent: 1rem;
  overflow: hidden;
  background: #2980b9;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s;
}
.slide-label:nth-of-type(1) {
  left: 1rem;
}
.slide-label:nth-of-type(2) {
  left: 2.5rem;
}
.slide-label:nth-of-type(3) {
  left: 4rem;
}
.slide-label:nth-of-type(4) {
  left: 5.5rem;
}
.slide-label:nth-of-type(5) {
  left: 7rem;
}
.padded {
  padding: 1rem 2rem;
}
.slide-content {
  width: 100%;
  background: #fff;
  float: left;
  margin-right: -100%;
  text-align: justify;
}
.slide-switch:checked + .slide-label {
  background: #3498db;
}
.slide-switch:not(:checked) + .slide-label + .slide-content {
  opacity: 0;
  transition: opacity 0.35s;
  pointer-events: none;
}
.slide-switch:checked + .slide-label + .slide-content {
  animation: slide 1s;
}
@keyframes slide {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.ptb{
	padding: 5% 0;
}
.pt{
	padding-top: 30px;
}
.student-box{
	box-shadow: 0px 0px 10px lightgrey;
	padding: 25px;
}
.student-box h3{
	color: #0D2E61;
	font-weight: 600;
	text-align: center;
}
.student-box p{
	color: #7B7B7B;
	font-size: 18px;
	text-align: center;
}
.student-box i{
	text-align: center;
	color: #0D2E61;
	display: block;
    font-weight: 600;
}
@media only screen and (min-width:320px) and (max-width:640px) {
	.student-box{
		margin: 25px;
	}
	.news img{
		margin: 20px;
	}
}
/*======================================Welcome===============================*/
.welcome{
	padding: 3% 0;
}
.welcome h2{
	color: #0B2E61;
	font-weight: 600;
}
.welcome h3{
	color: #B29C93;
	font-weight: 600;
}
.welcome p{
	color: #7B7B7B;
	font-weight: 600;
	text-align: justify;
	font-size: 15px;
}
.welcome a{
	color: #B29C93;
	text-decoration: none;
} 
.welcome a:hover{
	color: #B29C93;
	text-decoration: none;
}
.welcome span {
	color: #B29C93;
	margin-left: 20px;
}

/*===================================abroad-edu==========================*/
.abroad-edu{
	background: url(../images/abroad-bg.png);
	padding: 3% 0;
}
.abroad-edu h3{
	font-weight: 600;
	color: #0B2E61;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.abroad-edu h3::after{
		position: absolute;
		content:'';
		border-bottom: 4px solid #AD948B;
	  width: 180px;
	  top: 35px;
	  margin: 0 auto;
	  left: 460px;
}
.abroad-edu p{
	font-weight: bold;
	font-size: 18px;
	color: #0B2E61;
	text-align: center;
	margin-top: 20px;
}
/*=============================news==========================*/
.news{
	padding: 3% 0;
}
.news h3{
	color: #0B2E61;
	font-weight: 600;
	position: relative;
	text-align: center;
	margin-bottom: 35px;
}
.news h3::after{
	position: absolute;
	content:'';
	border-bottom: 4px solid #AD948B;
  width: 191px;
  top: 35px;
  margin: 0 auto;
  left: 460px;
}
.view{
	background-color: #0B2E5E;
	color: #fff;
	padding: 5px 25px;
	text-align: center;
	display: block;
	margin:30px auto;
	width: 150px;
}
.view:hover{
	background-color: #0B2E5E;
	color: #fff;
	text-decoration: none;
}

/*============================================institute============================*/
.institute{
	padding: 3% 0;
}
.institute h3{
	color: #0B2E61;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 30px;
}
.institute p{
	color: #8C8C8C;
	text-align: justify;
	font-size: 15px;
}
.view-all{
	color: #A48F87;
	font-weight: 600;
}
.institute i{
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 600;
}
.view-all:hover{
	color: #A48F87;
	font-weight: 600;
	text-decoration: none;
}

/*================================Testimonial=========================*/
.testimonial{
	padding: 3% 0;
	background-color: #F9FAFF;
}
.testimonial h3{
	font-weight: 600;
	text-align: center;
	color: #C5B4B0;
}
.testimonial h4{
	font-weight: 600;
	text-align: center;
	color: #0D2E61;
}
.test-card{
	background-color: #fff;
	box-shadow: 0px 0px 8px lightgrey;
	border-radius: 10px;
	padding: 20px;
	margin-top: 30px;
	border-bottom: 5px solid #0D2E61;
}
.test-card i{
	color: #FEA700;
}
.test-card img{
	border-radius: 50%;
	width: 25%!important;
}
.test-card ul{
	list-style-type: none;
	padding-left: 0;
}
.test-card li{
	display: inline-block;
}
.our-theme {
  position: relative;
  overflow: hidden;
}
.our-theme .owl-nav {
  text-align: center;
  margin-top: 10px;
}
.our-theme .owl-nav i {
    font-size: 20px;
    color: #ffffff;
    background: #042B6C;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
}

/*======================================Footer======================*/
footer{
	background-color: #151C48;
	padding: 3% 0;
}
.address h4{
	color: #CFBDBB;
	margin: 12px 0;
}
.address p{
	color: #fff;
	margin-bottom: 0;
}
.address a{
	color: #fff;
}
.address a:hover{
	color: #fff;
	text-decoration: none;
}
.coaching h4{
	color: #CFBDBB;
	margin: 12px 0;
}
.coaching ul{
	list-style-type: none;
	padding-left: 0;
}
.coaching li{
	padding-bottom: 10px;
}
.coaching a{
	color: #fff;
}
.coaching a:hover{
	color: #fff;
	text-decoration: none;
}
.link a{
	color: #fff;
}
.link a:hover{
	color: #fff;
	text-decoration: none;
}
.social ul{
	list-style-type: none;
	padding-left: 0;
	padding-top: 15px;
}
.social li{
	display: inline-block;
	padding-right: 8px;
	color: #fff;
}
.social a{
	color: #fff;
}
.social a:hover{
	color: #fff;
}


/*=========================================Gallery============================*/
.gallery{
	padding: 3% 0;
}
.gallery-left{
	border-right: 4px solid #151C48;
}
.gallery p{
	color: #B1B1B1;
	font-weight: 600;
}
.gallery-left h4{
	color: #CFBDBB;
	font-weight: 600;
	margin-bottom: 10px;
}
.gallery-left h3{
	color: #151C48;
	font-weight: 600;
	margin-bottom: 20px;
}
.row1 > .column {
  padding: 0 8px;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}