@charset "UTF-8";

body{font-family: 'Montserrat', sans-serif!important;}
/* CSS Document */

	nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 80px!important;
    line-height: 80px!important;
}

.logoMain{ margin-top: 24px; width:101px; height:auto;}
.logoMain2{ width:auto; height:150px;}
.width60Percentage{ width:60%;}
.imgHeight90Percentage{ height:90%; width:auto;}
.img140{ height:auto; width:140px;}
	
 /* label color */
   .input-field label {
     color: hsla(0,0%,0%,0.50);

	  font-weight: 500;
   }
	
	.input-field label:not(.label-icon).active{font-size:1rem !important;}
	.input-field input[type=text].valid {
    border-bottom: 1px solid #0DA128 !important;
    box-shadow: 0 1px 0 0 #0DA128 !important;
}
	
   /* label focus color */
   .input-field input[type=text]:focus + label, .input-field input[type=email]:focus + label , .input-field input[type=tel]:focus + label, .input-field input[type=url]:focus + label  {
     color: hsla(210,79%,46%,1.00) !important;
	  font-weight: 600;
	
   }
   /* label underline focus color */
   .input-field input[type=text]:focus,  .input-field input[type=email]:focus,  .input-field input[type=tel]:focus,  .input-field input[type=url]:focus  {
     border-bottom: 1px solid hsla(210,79%,46%,1.00) !important;
     box-shadow: 0 1px 0 0 hsla(210,79%,46%,1.00)!important;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }

   /* icon prefix focus color */
   .input-field .prefix.active {
     color:hsla(210,79%,46%,1.00) !important;
   }
        	
	
	
	.menu_mobile_list li a {text-align: center;}
	.menu_mobile_link	{
		
    padding: 16px 0px 16px 0px;
    width: 100%;
		
		
		
	}
	
	footer{margin-top: 0px !important;}
	#map {
        height: 350px;
        width: 100%;
       }
	
	
	.menu_mobile{
		
		z-index: 50000;
		min-height: 100vh;
		width: 80vw;
		padding: 24px; 
		transform: translateX(-100%);
		background-color: #fff;
		position: fixed;
		opacity: 0;
		transition:         all 600ms cubic-bezier(0.86, 0, 0.07, 1);
		overflow-y: scroll;
		}	
	
.nav_shadow {
	box-shadow: 0 2px 24px 0 rgba(25,118,210,0.13) !important;
}
	
	#testimonial_slider .owl-controls {
		

    position: absolute;
    bottom: -100%;
    left: 10%;

	}
	.preloader_animation {
		animation: preloader_waves 1.5s linear infinite forwards;
	}
	@keyframes preloader_waves{
		
		0% {opacity: 0; }
		
		50%{opacity: 1;}
		
		100%{opacity: 0;}
		
	}	
.footer_copyright {
	position: absolute;
	background-color: #1565c0 !important;
	height: 80px;
	width: 100%;
	left: 0px;
	margin-bottom: -20px;
	padding-left: 10vw;
	padding-right: 10vw;
}
.footer_link {
	line-height: 40px;
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transform: translateX(0px); position:relative; display: inline-block;text-decoration: none; position:relative;
} 
.footer_link::before{
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #FFFFFF; position:absolute;
    transition: width .3s; top:6px;
} 
.footer_link:hover::before{ width: 20px;}
 
.footer_link:hover, .footer_link:focus {
	opacity: 1 !important;
	transform: translateX(0px) !important; 
}
.border-btn {
	color: #fff;
	font-weight: 500;
	border: 1.5px solid #fff;
	padding: 15px 16px 15px 16px;
	text-transform: uppercase;
}
.border-btn:hover, .border-btn:focus {
	color: hsla(210,79%,46%,1.00);
	background-color: #fff;
}
.medium {
	font-weight: 500 !important;
}
.banner_img{ padding-top:45px;}
@media screen and (min-width:960px) {
		
		
		.selective_valign_wrapper{
			
			display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
      -ms-flex-align: center!important;
          align-items: center!important;
			
		}	
		
.content_container {
	padding: 0px 50px 0px 50px;
}
		.hide_on_large{
		display: none !important;	
		}
}

:root {
    --pa_light: #A0ADF5;
    --pa: #3D5AFE;
    --p500: #3F51B5;
    --p400: #5C6BC0;
    --p300: #5C6BC0;
    --p200: #C5CAE9;
    --p100: #E8EAF6;
    --p600: #3949AB;
    --p700: #303F9F;
    --p800: #303F9F;
    --p900: #1A237E;
    --ng500: #8388A2;
    --ng400: #9FA3B8;
    --ng300: #BFC1CD;
    --ng200: #D7DAE6;
    --ng100: #EBECF4;
    --ng50: #F9FAFF;
    --ng600: #4C5174;
    --ng700: #2F3352;
    --ng800: #212435;
    --a500: #FFAD00;
}

@media screen and (min-width: 960px){
.selective_valign_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

}
.img92 {
    width: 92px;
}
.medium_text {
    font-weight: 500 !important;
}
h5 {
    font-weight: 600 !important;
    font-size: 24px !important;
    color: var(--ng800) !important;
}
.caption {
    color: var(--ng500) !important;
    line-height: 1.5 !important;
}
.button.primary:active {
    background-color: var(--p800);
    color: #fff;
}
.button.primary {
    background-color: var(--p500);
    color: #fff;
}
.button:active {
    box-shadow: 0 2px 6px 0 rgba(63,81,181,0.0);
    transform: translateY(0px);
}
.button:hover {
    box-shadow: 0 2px 6px 0 rgba(63,81,181,0.50);
    transform: translateY(-1px);
}
.banner_button {
    margin-top: 3px !important;
}
.button {
    font-family: 'Quicksand', sans-serif !important;
    padding: 12px 20px !important;
    border-radius: 4px !important;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border: none;
    display: inline-block;
    -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
} 
.hero_button {
    margin-left: 16px;
}
footer {
    padding: 32px 32px 0px 5vw;
    background-color: var(--p500);
}
.banner_input {
    margin-left: 124px !important;
}
.banner_input input {
    background-color: #F5F6FB !important;
     padding: 12px 16px !important;
    box-shadow: none !important;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 16px !important;
   color: var(--ng800) !important;
    font-weight: 400!important;
    border: none!important;
    width: 90%!important;  height:auto!important;
    border-radius: 4px!important; line-height:1.15!important; 
    -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) !important;
    transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) !important; border:0px!important; margin:0px!important; outline:0px!important; border-bottom:0px!important; -webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
}

.banner_input input[type=text]:focus{
outline: none!important;
outline-color: none!important;
border:0px!important; margin:0px!important;
		font-weight: 400 !important;	outline:0px!important; border-bottom:0px!important;-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;

		
		}
		
		::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 400 !important;
	color: var(--ng400);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--ng400);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--ng400);
} 
footer {
	padding: 32px 32px 0px 5vw!important;
	background-color: var(--p500)!important;
}	
.footer_copyright {
	position: absolute!important;
	background-color: var(--p700) !important;
	height: 80px!important;
	width: 100%!important;
	left: 0px!important;
	margin-bottom: -20px!important;
	padding-left: 50px!important;
	padding-right: 100px!important;
}
.footer_link {
	line-height: 40px;
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transform: translateX(0px); position:relative; display: inline-block;text-decoration: none; position:relative;
} 
.footer_link::before{
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #FFFFFF; position:absolute;
    transition: width .3s; top:6px;
} 
.footer_link:hover::before{ width: 20px;}
 
.footer_link:hover, .footer_link:focus {
	opacity: 1 !important;
	transform: translateX(0px) !important; 
}


@media screen and (max-width: 760px) {
.no_more_tuitions_card {
	width: 90%;
	padding: 24px;
	position: absolute;
	bottom: 0px;
	left: 5%;
}
.parallax-container {
	height: 600px;
}
.parallax-container .parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 40%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: auto;
}
.parallax-container {
	height: 600px !important;
}
}
/* Initializing font-fmaily*/
html {
	font-family: 'Montserrat', sans-serif;
}
footer {
	padding: 32px 32px 0px 5vw;
	margin-top: 0px;
}
.btmMar0{ margin-bottom:0px!important;}
.still_thinking_section {
	height: 400px !important;
	background-image: url(Still_thinking_bg.jpg);
	background-size: cover;
	background-position: center center;
	margin-top: 120px;
}
.testimonial_next_btn, .testimonial_prev_btn {
	height: 48px;
	width: 48px;
	border-radius: 100%;
	cursor: pointer;
}
.testimonial_next_btn:hover, .testimonial_prev_btn:hover, .testimonial_next_btn:focus, .testimonial_prev_btn:focus {
	background-color: hsla(210,79%,46%,1.00) !important;
	color: white !important;
	opacity: 1 !important;
}
.testimonial_card {
	height: 300px;
	position: relative;
	left: -190px!important;
}
.testimonial_next_btn {
	position: absolute;
	top: 40%;
	left: -24px;
}
.testimonial_prev_btn {
	position: absolute;
	top: 40%;
	right: -24px;
}
.testimonial_subtitle {
	font-size: 20px;
	font-weight: 600;
	color: hsla(0,0%,0%,0.50);
	margin-top: -16px;
}
.testimonial_user_bg {
	height: 400px;
	width: 400px;
	background-image: url(Testimonial_image_1.jpg);
	background-blend-mode: multiply;
}
.sec2_heading_indicator {
	width: 0px;
	height: 6px;
	background-color: hsla(210,79%,46%,1.00);
	border-radius: 6px;
	margin-bottom: -15px;
	transition: all 1.1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2.5s !important;
}
.tranform_none {
	transform: none !important;
}
.baisc_transition_all {
	-webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}
.sec2_heading_indicator_animated {
	width: 50px!important;
}
.sec2_subtitle_animated {
	transform: translate(0px, 0px)!important;
}
.sec2_heading {
	transform: translateX(150px);
	transition: opacity 200ms linear 400ms, transform 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) 2s !important;
}
.transform_delay_3s {
	transition: transform 3s !important;
}
.select-wrapper input.select-dropdown {
	border-bottom: 1px solid rgba(0,0,0,0.12) !important;
	color: hsla(0,0%,0%,0.70)!important;
	height: 4rem !important;
	line-height: 4rem !important;
	width: 100%;
	font-size: 1.04rem !important;
	font-weight: 500;
}
.dropdown-content li>a, .dropdown-content li>span {
	font-size: 16px;
	font-weight: 500;
	color: hsla(0,0%,0%,0.50)!important;
	display: block;
	line-height: 22px;
	padding: 14px 16px;
}
.dropdown-content {
	background-color: #fff;
	margin: 0;
	display: none;
	min-width: 100px;
	max-height: 650px;
	overflow-y: auto;
	opacity: 0;
	position: absolute;
	z-index: 999;
	will-change: width, height;
	left: -24px !important;
	/* bottom: 68px; */
	width: 108% !important;
}
 @keyframes fadeIn {
 0% {
opacity:1;
}
 80% {
opacity:1;
}
 100% {
transform:translate(0px, 0px);
}
}
.sec2_subtitle {
	transform: translateY(20vh) scale(2.5) translateX(4vw);
	-webkit-transition: opacity 800ms linear 1s, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: opacity 800ms linear 1s, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.fade_in_translate_0_animated {
	transform: translateY(0px) !important;
	transform: translateX(0px) !important;
	opacity: 1 !important;
}
.select_card {
	transform: translateX(160px);
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.8s;
	transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.8s;
}
.landing_para {
	/* Practice from a vari: */
	opacity: 0.7;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 25px;
	-webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}
.testimonial_heading {
	font-weight: 600;
	font-size: 45px;
	color: #1976D2;
	line-height: 60px;
	-webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.landingh1 {
	font-weight: 600;
	font-size: 45px;
	color: #1976D2;
	line-height: 60px;
	-webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.translate_y80 {
	transform: translateY(80px);
}
.subtitle {
	/* Online Practice & Te: */
	font-weight: 600;
	font-size: 20px;
	color: rgba(0,0,0,0.50);
}
/*All animation selectors*/
.dealy-250ms {
	animation-delay: 250ms;
}
.dealy-500ms {
	animation-delay: 500ms;
}
.dealy-1 {
	animation-delay: 1s;
}
.dealy-1_25 {
	animation-delay: 1.25s;
}
.dealy-1_5 {
	animation-delay: 1.5s;
}
.dealy-1_75 {
	animation-delay: 1.75s;
}
.dealy-2 {
	animation-delay: 2s;
}
.dealy-2_5 {
	animation-delay: 2.5s;
}
.dealy-3 {
	animation-delay: 3s;
}
.dealy-8 {
	animation-delay: 8s
!important;
}
/*All Media Queries*/
nav ul a {
	opacity: 0.4;
}
.no-shadow {
	box-shadow: 0px 0px 0px transparent;
}
.semibold {
	font-weight: 600
}
.padding.l8 {
	padding-left: 8px;
}
.padding.t8 {
	padding-top: 8px;
}
.padding.b8 {
	padding-bottom: 8px;
}
.padding.r8 {
	padding-right: 8px;
}
.padding.l16 {
	padding-left: 16px;
}
.padding.t16 {
	padding-top: 16px;
}
.padding.b16 {
	padding-bottom: 16px;
}
.padding.r16 {
	padding-right: 16px;
}
.padding.l24 {
	padding-left: 24px !important;
}
.padding.t24 {
	padding-top: 24px;
}
.padding.b24 {
	padding-bottom: 24px;
}
.padding.r24 {
	padding-right: 24px;
}
.padding.l32 {
	padding-left: 32px;
}
.padding.t32 {
	padding-top: 32px;
}
.padding.b32 {
	padding-bottom: 32px;
}
.padding.r32 {
	padding-right: 32px;
}
.padding.l42 {
	padding-left: 42px;
}
.padding.t42 {
	padding-top: 42px;
}
.padding.b42 {
	padding-bottom: 42px;
}
.padding.r42 {
	padding-right: 42px;
}
nav ul a:hover {
	background-color: transparent !important;
	opacity: 1;
}
.overflow_hidden {
	overflow: hidden;
}
.med {
	font-weight: 600 !important;
}
.reg {
	font-weight: 400 !important;
}
.op-10 {
	opacity: 0.1 !important;
}
.op-20 {
	opacity: 0.2 !important;
}
.op-30 {
	opacity: 0.3 !important;
}
.op-40 {
	opacity: 0.4 !important;
}
.op-50 {
	opacity: 0.5 !important;
}
.op-60 {
	opacity: 0.6 !important;
}
.op-70 {
	opacity: 0.7 !important;
}
.op-80 {
	opacity: 0.8 !important;
}
.op-90 {
	opacity: 0.9 !important;
}
.op-0 {
	opacity: 0;
}
.op-full {
	opacity: 1 !important;
}
.absolute {
position:absolute !important;
}
.l0 {
	left: 0px
}
.fixed {
position:fixed !important;
}
.heading_indicator_animated {
	width: 48px !important;
}
.heading_indicator {
	width: 0px;
	height: 6px;
	background-color: hsla(210,79%,46%,1.00);
	border-radius: 6px;
	margin-bottom: -15px;
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.bottom-indicator {
	position: absolute;
	bottom: -2px;
	background-color: #1976D2;
	width: 0px;
	height: 4px;
	border-radius: 4px;
	-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}
nav ul a:hover .bottom-indicator {
	width: 24px;
}
nav ul a:focus .bottom-indicator {
	width: 24px;
}
nav ul a:active .bottom-indicator {
	width: 24px;
}
nav ul a:hover .highlight_text {
	color: #1976D2;
}
nav ul a:focus .highlight_text {
	color: #1976D2;
}
nav ul a:active .highlight_text {
	color: #1976D2;
}
nav ul a:hover i {
	color: #1976D2;
}
nav ul a:focus i {
	color: #1976D2;
}
nav ul a:active i {
	color: #1976D2;
}
/*Practica Cover Image */

.white_shutter_animated {
	height: 0% !important;
	top: -100% !important;
}
.transition {
	-moz-transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 4s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-delay: 1s;
}
.white_shutter {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	-moz-transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
	background-color: white;
}
.cover_bg_animated {
	transform: scale(1)!important;
	filter: blur(0px) !important;
	background-position: right center;
}
.cover_bg {
	background: #fff url(images/practica_cover.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	transform: scale(1.2);
	filter: blur(10px);
	-moz-transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.cover_bg_container {
	-webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.stats_row {
	transform: translateY(100px);
	opacity: 0;
	height: 60%;
	transform-origin: bottom !important;
	transition: opacity 200ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 3s;
}
.stats_row_animated {
	transform: translateY(0px) !important;
	opacity: 1 !important;
}
#feature_1 {
	height: 800px;
}

/*Desktop Media Queries*/
	
@media screen and (min-width:992px) {
.res-container {
	width: 90% !important;
	margin: auto !important;
}
#feature_1, #feature_2, #feature_3 {
	height: 800px;
}
	
	.responsive_padding{padding: 50px 32px 32px 50px !important; }	
	.Vacancies_card{
		
		margin-top:-160px;
		
		
	}		
	
.res_heading {
	font-size: 40px;
}
.footer_content_row {
	margin-bottom: 80px;
}
.selective_valign-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.feature2_text, .feature3_text {
	padding-left: 5vw !important;
}
.no_more_tuitions_card {
	width: 80%;
	padding: 32px 50px 32px 50px;
	position: absolute;
	bottom: 24px;
	left: 10%;
}
.feature_img_container {
	position: absolute;
	width: 50px;
	height: 100%;
	right: 1500px;
	background-color: white;
}
.little_more_time_text {
	margin-left: 20%;
	margin-top: 10%;
}
.feature_img {
	height: 90% !important;
	width: auto !important;
}
.padding-5vw {
	padding-left: 5vw;
}
.sec1_h1 {
	font-size: 35px;
	line-height: 50px;
}
#landing {
	height: 100vh;
}
#landing_text_container {
	height: 100%;
	padding-left: 5vw;
}
}
#landing_text {
	width: 85%;
}
#learning_by_doing_container {
	margin-left: 25%;
	margin-top: 10%;
}
.feature_contianer {
	height: 100%;
	padding-left: 5vw !important;
}

/*Tablet Media Queries*/
@media screen and (min-width:760px ) and (max-width:992px) {
#landing_text_container {
	height: 100%;
	padding-left: 0px;
}
#landing {
	height: 100vh;
}
#landing_text {
	width: 85%;
}
}
#learning_by_doing_container {
	margin-left: 25%;
	margin-top: 10%;
}
.feature_contianer {
	height: 100%;
	padding-left: 5vw;
}
.stats_gif {
	max-width: 138% !important;
	height: auto !important;
	margin-left: 30px !important;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 8px !important;
	height: 8px !important;
	margin: 14px 7px !important;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #1975d3 !important;
}

/*Mobile Media Queries*/
    
@media screen and (max-width:760px) {
.landingh1 {
	font-weight: 600;
	font-size: 20px;
	color: #1976D2;
	line-height: 27px;
	-webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
	
	.about_cover_img{margin-top: 0px !important;
	max-width: 200% !important;
    height: auto;
    margin-left: -41% !important;
	
	
	}	
	
.mobile_left {
	float: left !important;
}
.footer_copyright {
	position: absolute;
	background-color: #1565c0 !important;
	height: 160px;
	width: 100%;
	left: 0px;
	margin-bottom: -20px;
	padding-left: 24px !important;
	padding-right: 24px !important;
}
.padding-24 {
	padding-left: 24px !important;
}
.res_heading {
	font-size: 20px;
}
.testimonial_card {
	height: 300px;
	position: relative;
	left: 0px!important;
	top: -40px;
}
	
.responsive_padding{padding: 24px 16px 24px 24px !important; }	
	
.testimonial_user_bg {
	height: 200px;
	width: 80%;
	margin-left: 10%;
}
.testimonial_heading {
	font-size: 20px;
	line-height: auto !important;
}
.testimonial_subtitle {
	font-size: 16px;
}
.no_more_tuitions_card {
	width: 90%;
	padding: 24px;
	position: absolute;
	bottom: 24px;
	left: 5%;
}
.little_more_time_text {
	margin-left: 8%;
	margin-top: 0%;
}
.little_more_time_text_container {
	height: 160px !important;
}
.sec2_subtitle {
	transform: translateY(20vh) scale(2.5) translateX(11vw);
}
.parallax-container {
	margin-top: 0px !important;
}
.padding.l42 {
	padding-left: 0px !important;
	width: 90% !important;
}
.feature_contianer {
	height: 100%;
	padding-left: 24px !important;
}
.feature2_text, .feature3_text {
	width: 90% !important;
}
.feature_img, .feature2_img, .feature3_img {
	height: 400px !important;
	width: auto !important;
}
#feature_1 {
	height: auto;
}
.sec1_h1 {
	font-size: 20px;
}
#learning_by_doing_container {
	margin-left: 8%;
	margin-top: 33%;
}
#landing {
	height: 100vh;
}
#landing_text_container {
	height: 100%;
	padding-left: 0px;
}
#landing_text {
	width: 90%;
}
.heading_indicator {
	width: 0px;
	height: 4px;
	background-color: hsla(210,79%,46%,1.00);
	border-radius: 4px;
	margin-bottom: -21px;
	-webkit-transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
.heading_indicator_animated {
	width: 24px !important;
}
.subtitle {
	font-weight: 600;
	font-size: 12px;
	color: rgba(0,0,0,0.50);
	margin-top: -16px;
}
.landing_para {

	font-weight: 400;
	font-size: 14px;
	width: 100% !important;
	color: #000000;
	line-height: 22px;
	-webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
	transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}
.select-wrapper input.select-dropdown {
	border-bottom: 1px solid rgba(0,0,0,0.12) !important;
	color: hsla(0,0%,0%,0.70)!important;
	height: 3rem !important;
	/* line-height: 0rem !important; */
	width: 100%;
	font-size: 0.95rem !important;
	font-weight: 500;
}
.select_field_btn {
	width: 50px !important;
}
.select_field_btn i {
	line-height: 50px !important;
}
.select_card {
	height: 51px !important;
	width: 100% !important;
}
	
	.margin-bottom-mobile{
		margin-bottom: 40px;
	}	
	
	
	
	.need_img{
		right: 60px !important;
		max-width: 140% !important;
		height: auto !important;
	}
	
	
	.tuition_free_img{
		
			left: -56px !important;
		max-width: 140% !important;
		height: auto !important;
		
	}

	
	.Vacancies_card{
		
		margin-top:-200px;
		    width: 90% !important;
    margin-left: 5% !important;
	}	
	
.dropdown-content li>a, .dropdown-content li>span {
	font-size: 14px;
	font-weight: 500;
	color: hsla(0,0%,0%,0.50)!important;
	display: block;
	line-height: 22px;
	padding: 14px 16px;
}
.logo {
	margin-top: 0px!important;
}
	
		#testimonial_slider .owl-controls {
		

    position: absolute;
    bottom: -100%;
    left: 36% !important;

	}
	
		.social_icons{margin-bottom:10px;}	

	
	
	
#landing_text {
	padding: 24px 16px 0px 24px !important;
	width: 100% !important;
}
#cover_img {
	height: 56% !important;
}
#landing_text_container {
	height: auto !important;
}
}
#termsCondition.modal h4{ font-size:24px!important; line-height:24px!important; margin-bottom:10px;}
#termsCondition.modal .modal-content *{ padding:0px; margin:0px;}
#termsCondition.modal .modal-content ol, #termsCondition.modal .modal-content ul{ padding:0px 24px 8px 24px;}
#termsCondition.modal .modal-content ul li{  list-style-type:initial!important; }

/*Small Mobile Media Queries*/
    
@media screen and (max-width:760px) {
}
