@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
a{text-decoration:none!important;}
li{list-style-type: none!important;}
body{background-color: #ddf2fb!important;}
.heading1{font-size: 2.5rem;} .heading2{font-size: 2rem;} .heading3{font-size: 1.75rem;} .heading4{font-size: 1.5rem;} .heading5{font-size: 1.25rem;} .heading6{font-size: 1rem;}
.pad{padding:90px 0;}
.wrdbrk{white-space:pre;}
.fullpad{padding: 0!important; margin:0!important;}
.manrope{ font-family: "Manrope", sans-serif;}
.smallfnt{font-size: 14px;}
.fw-700{font-weight: 700;}
.fw-600{font-weight: 600;}
.fw-500{font-weight: 500;}
.fw-400{font-weight: 400;}
.bg-blue{background-color: #006ea6;}
.bg-blue1{background-color: #ddf2fb!important;}
.bg-yellow{background-color: #fffbe5 ;}
.bg-yellow1{background-color: #fcaf1b;}
.clr1{color:#006ea6;}
.clr2{color:#6B6D72;}
.clr3{color:#041953;}
.clr4{color:#C6C9D2;}
.clr5{color:#ffd335;}
.black{color:#000;}
.navfont {font-family: "Manrope", sans-serif; font-size: 15px; font-weight: 600;}
.logo{width: 300px; position: absolute; top: -30px; left: 6px;}
.footlogo{width:300px;}
.navbar-light .navbar-nav .active > .nav-link{color:#D82221 !important;}
.dropdown-item:active{color: white!important; text-decoration: none; background-color: #006ea6!important;}
.dropdown-item:focus, .dropdown-item:hover {color: #fff!important;text-decoration: none;background-color: #006ea6!important;}
.dropdown-item{padding: 8px 25px!important;}
.nav-shadow{box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);}
.bg-red-button{background-color: #fcaf1b; color:#000!important; transition: all .3s;}
.bg-red-button:hover {transition: all 0.3s ease-in-out; background-color: #006ea6; color:#fff!important;}
.whole {text-align: center; margin-top: 7px;}
.bg-overlay {position: relative;}
.bg-overlay:after {background-color: #1c1c1c94; z-index: 0; position: absolute; content: ''; width: 100%; height: 100%; top: 0;left: 0;}
.btn1{background:#f4811e; color:white; padding:8px 25px; font-size:16px; border-radius:5px;}	
.discover-button{
	background-color: #D82221;
	color: #fff!important;
	padding: 15px 25px;
	border-radius: 5px;
	font-size: 16px;}	
.bg-decoration {position: relative; background-color: #006ea6; overflow: hidden;}
.bg-decoration::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url("../images/bg-decor.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.1;
	z-index: 1;}
.bg-decoration-content {
	position: relative;
	z-index: 2;
	color: white;
	padding: 1.5rem;}
.yellow-button{
	background-color: #ffd335;
	color: #222!important;
	padding: 12px 28px;
	border-radius: 50px;
	font-size: 18px;}	
.section-white-box{
	padding: 40px 30px;
	margin-bottom:20px;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06); 
	border-radius:4px;
	position: relative;
	z-index: 99;}		
.hang-container{position: relative; margin-top: -70px;}	
.bg-map{background-image: url("../images/");}
.call-icon-circle{
	background-color:#041953; 
	color:#fff; 
	width:65px; 
	height:65px; 
	line-height: 65px;
	font-size: 30px;
	border-radius:50px; 
	text-align: center;}
.pb-250{padding-bottom: 55px;}	
.line {display: inline-block; width: 56px; height: 2px;background:#D82221;}
.btns {display: table; margin: 30px 0;}  
.owl-nav{display:none!important;}
.owl-dots{display:none!important;}
.forum-right .accordion .card {
	border-radius: 0;
	border: none;
	margin-bottom: 5px;
	padding-bottom: 5px;}
.forum-right .accordion .card-header {
	background:#006ea6;
	padding: 2px;
	border-radius: 0;
	margin-bottom: -5px!important;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	border: none;
	color:white;}
.forum-right .accordion .card-header .btn {
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	text-align: left;
	position: relative;
	top: -2px;}
.forum-right .accordion .card-header i {
	float: right;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: 3px;}
.forum-right .accordion .card-header button:hover {color: #23384e;}
.forum-right .accordion .card-header.highlight {color: #fff; background: #006ea6;}
.forum-right .accordion .card-body {text-align: justify;}
.key-right .accordion .card {
	border-radius: 0;
	border: none;
	background:#fffbe5;
	padding-bottom: 5px;}
.key-right .accordion .card-header {
	background:#fffbe5;
	padding: 2px;
	border-radius: 0;
	margin-bottom: -5px!important;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	color:#000;}
.key-right .accordion .card-header .btn {
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	text-align: left;
	position: relative;
	color:#000;
	outline: none!important;
	border:none!important;
	background:#fffbe5;
	top: -2px;}
.key-right .accordion .card-header i {
	float: right;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	top: 3px;}
.key-right .accordion .card-header button:hover {color: #23384e;}
.key-right .accordion .card-header.highlight {color: #000; background: #fffbe5;}
.key-right .accordion .card-body {text-align: justify; background: #fffbe5; padding: 0.50rem 1.25rem!important;}
.accordion .card-header h2 button::after {
  font-family: 'bootstrap-icons';
  font-weight: 900;
  content: "\F229";
  float: right;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.accordion .card-header h2 button[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.qfnt {font-size: 14px; letter-spacing: 1px;}
.customNextBtn, .customPreviousBtn{
	background: #f3f4f7;
	color: #000;
	width:55px;
	height:55px;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
	border-radius: 50px;}
.testimonial{background-color: #fffbe5; border: 1px solid #cbcbcb; box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.08);}	
.testi-content{padding: 20px;}
.testi-bg-img{
	position: relative;
	top: -40px;
	right: -155px;
	width: 160px;}	
.testi-img{width:130px!important;}	
.hang-img{position: relative; margin-top: -242px;}
.contact-bg{background-color: #006EA6; padding: 40px 45px; box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);}
.contact-form{height: 50px!important;}
.message-form{height:130px!important;}
.icon i {
	color: #041953;
	font-size: 24px;
	border: 2px solid #041953;
	width: 50px;
	height: 50px;
	display: block;
	line-height: 47px;
	border-radius: 50%;
	text-align: center;}
.footer{background: url("../images/bg-footer.png") no-repeat scroll; background-color: #006ea6; padding: 0px 0 40px 0;}
.footersectionbg{background-color: #082060;}
.menu li:not(:last-child) {margin-bottom: 7px;}
.menu a {
	transition: all 0.3s ease;
	position: relative;
	color: #7580a0;
	font-weight: 500;
	text-decoration: none; }
.menu li > a {color: #fff;}
.menu a::before {
	position: absolute;
	content: "";
	width: 0%;
	height: 1px;
	left: 0px;
	bottom: 0px;
	transition: all 500ms ease;
	background-color: #ffd335;}
.menu a:hover::before {width: 100%;}
.text2 {position: relative; padding: 5px 0 0 30px; margin-top: -45px;}
.social-icon{background-color: #082060; color:#fff; width:50px; height:50px; border-radius: 50px; line-height: 50px; text-align: center; transition: all .3s;}
.social-icon:hover{background-color: #FCAF1B; transition: all 0.3s ease-in-out; color:#000!important;}
.section_tittle h2 {
	font-size: 18px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	padding-left: 27px;
	text-transform: capitalize;
	line-height: 26px;}
.section_tittle h2::before {
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	width: 20px;
	height: 3px;
	background-color: #000;}
.cntfnt {font-size: 55px; font-weight: 700; line-height: 1.3em;}
.counttext{color: #006ea6; font-size: 55px; font-weight: 700;}
.bannerhead {color: #140484; font-size: 55px; font-weight: 700; text-transform: uppercase; line-height: 1.3em;}   
.sticky-top1 {position: sticky; top: 40px;}
.slider-box{background-color: #ddf2fb; border: 2px solid #006ea6; box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.08); border-radius: 5px; padding:20px;}
.containers {
    height: 20em;
    margin: 1em auto;
    overflow: hidden;
    background: #ddf2fb;
    position: relative;
    box-sizing: border-box;}
.marquees {top: 6em; position: relative; box-sizing: border-box; animation: marquees 25s linear infinite;}
.marquees:hover {animation-play-state: paused;}
@keyframes marquees {
	from {top: 300px;}
	to {top: -350px;}}
.microsoft .marquees {margin: 0; padding: 0; line-height: 1.5em;}
.microsoft:before, .microsoft::before,
.microsoft:after,  .microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%; height: 2em;
    background-image: linear-gradient(top, #FFF, rgba(255,255,255,0));}
.microsoft:after, .microsoft::after {bottom: 0; transform: rotate(180deg);}
.microsoft:before, .microsoft::before {top: 0;}
.event-date {
	top: 8px;
	font-size: 14px;
	text-align: center;
	position: relative;}
.event-month {
	display: block;
	width: 50px;
	line-height: 12px;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff !important;
	background-color: #006ea6;
	border-radius: 5px;
	padding: 5px;
	height: 50px;
	padding: 10px;}
.event-day {
	display: block;
	height: 24px;
	line-height: 22px;
	font-size: 1.1em;
	color: #333;
	background-color: #e5e5e5;}
.brdr-btm{border-bottom: 1px solid #959494;} 
.brush-underline-yellow{position: relative;}
.brush-underline-yellow::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	background-image: url(../images/yellow-underline-img.svg);
	height: 12px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;}
.brdr-rad5{border-radius: 5px;}	
.tutor .nav-pills .nav-link.active {border-radius: .25rem!important; color: #fff!important; background-color: #006ea6!important;}
.tutor .nav-pills .nav-link {color: #000!important; padding: 8px 65px!important;}
.button_hover {
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	overflow: hidden;
	display: inline-block;
	text-align: center;}
.theme_btn {
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	background: #ffa017;
	padding: 5px 20px;}
.button_hover::before {
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: -1;
	background: #f8b100;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;}
.theme_btn::before {background: #f8b100;}
.button_hover:hover {color: #fff;}
.theme_btn:hover {color: #fff;}
.button_hover:hover::before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;}
/*About*/	
.aboutbg{
	background-image: url("../images/about-bg.svg");
	background-size: cover;
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
	height:650px;}
.about-head{font-size: 50px;}	
.underLineImg {
	background: url("../images/yellow-underline-img.svg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;}
/*About End*/	
/*Services*/
.servicebg{
	background-image: url("../images/service.svg");
	background-size: cover;
	background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
	height:650px;}
.servicepad{padding-bottom:90px;}	
/*Services End*/
.w0{width:0%;}
.fixed{position:fixed; z-index:2;}
.priceicn{width:50px;}
.priceicn2 {width: 150px;}
.point{bottom:10px; left:10px;}
.point1{bottom:70px; left:10px;}
.point2{bottom: 15px; right: 10px;}



@media (min-width:1px) and (max-width:767.98px){
.pad{padding:40px 0;}
.bannerhead {font-size: 40px;}
.mbl-logo{width: 250px;}
.footlogo{width:300px;}
.hang-container {margin-top: -45px;}
.hang-img{position: relative; margin-top: 40px;}
.ordr1{order:1;}
.ordr2{order:2;}
.cntfnt {font-size: 32px;}
.contact-bg { padding: 20px 20px;}
.pb-250 {padding-bottom: 15px;}
.tutor .nav-pills .nav-link {color: #000!important; padding: 8px 35px!important;}
.aboutbg{background-image: url("../images/aboutmobilebg.svg");}
.about-head{font-size: 40px;}
.servicebg{background-image: url("../images/mobile-service-bg.svg"); height:auto;}
.testi-img{width:200px!important;}
.servicepad {padding-bottom: 30px;}
}	

@media (min-width:768px) and (max-width:991.98px){
.pad{padding:40px 0;}
.mbl-logo{width: 250px;}
.bannerhead {font-size: 70px;}
.footlogo{width:300px;}
.hang-container {margin-top: -45px;}
.hang-img{position: relative; margin-top: 40px;}
.cntfnt {font-size: 32px;}
.contact-bg { padding: 20px 20px;}
.pb-250 {padding-bottom: 15px;}
.ordr1{order:1;}
.ordr2{order:2;}
.about-head {font-size: 40px;}
.aboutbg{background-image: url("../images/abouttab.svg"); background-position: top; height:auto;}
.servicebg{background-image: url("../images/mobile-service-bg.svg"); height:auto;}
}

#notfound {position: relative; height: 100vh;}
#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);}
.notfound {max-width: 410px; width: 100%; text-align: center;}
.oopslogo{width:350px;}
.notfound h2 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;}
.notfound p {
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 5px;}
.notfound a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #0046d5;
	display: inline-block;
	padding: 15px 30px;
	border-radius: 40px;
	color: #fff;
	font-weight: 700;
	box-shadow: 0px 4px 15px -5px #0046d5;}

@media only screen and (max-width: 767px) {
.notfound .notfound-404 {height: 142px;}
}

.time-of-year {
	margin: 100px 75px 10px 75px;
	position: relative;
	transform: translateZ(0);
	-webkit-transform: translateZ(0); }
.time-of-year .tooltip {
	background: #db2a1b;
	border-radius: 3px;
	bottom: -49px;
	font-size: 20px;
	display: block;
	left: -67px;
	padding: 15px;
	pointer-events: none;
	position: absolute;
	width: 320px;
	height: 100px;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;}
.time-of-year .tooltip::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #db2a1b;
	bottom: 58px;
	content: " ";
	position: absolute;
	left: 0%;
	margin-left: -13px;
	transform: rotate(92deg);}
.time-of-year:hover .tooltip {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);}