@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap');

body{
	font-family: 'Raleway', sans-serif;
}

section{
	padding-top: 94px;
	padding-bottom: 94px;
	overflow: hidden;
	position: relative;
}

.section-padding-2{
	padding-top: 50px;
	padding-bottom: 50px;	
}

a:hover{
	text-decoration: none;
}

.number {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.heading-2{
	font-size: 40px;
	font-weight: 500;
}

.heading-3{
	font-size: 23px;
	font-weight: 500;
}

.ex-small-para{
	font-size: 12px;
}

.small-para{
	font-size: 14px;
}

.para{
	font-size: 18px;
}

.big-para{
	font-size: 23px;
}

.para-18{
	font-size: 18px;
}

.text-decoration-underline{
	text-decoration:underline; 
}

.background-color-1{	 
	background-color: #37b34a;
}

.background-color-2{	 
	background-color: #006add;
}

.background-color-3{	 
	background-color: #026add;
}

.background-color-gray {
    background: #909090 !important;
}

.color-1{
	color: #37b34a;
}

.color-2{
	color: #006add;
}

.color-3{
	color: #026add;
}


.color-4{
	color: #676767;
}

.mt-70{
	margin-top: 70px;
}

.mt-100{
	margin-top: 100px;
}

.back-to-top {
    position: fixed;
    z-index:  999;
    right: 15px;
    bottom: 15px;
    padding: 10px 15px;
    background: #37b34a;
    display: none;
    cursor: pointer;
}


header{
	height: 130px;
    z-index: 999;
    position: fixed;
    width: 100%;
    transition-property: opacity,transform,height !important;
    background-color: #fff;
    top: 0px;
    transition-duration: .4s !important;
}


header .logo{
	transition-duration: .4s;
    height: 83px;
}

header.fixed {
    height: 100px;
    box-shadow: 1px 1px 5px #0000001f;
}

header.fixed .logo {
    height: 70px;
}

header ul{	
	list-style-type: none;
	margin: 15px 0px;
}

header nav ul.top-nav li{
	padding: 0px 9px;
}

header nav ul.bottom-nav li a{
	color: #747474;
	font-size: 16px;
	transition-duration: 0.4s;
	padding: 7px;
}

header nav ul.bottom-nav li a.active,
header nav ul.bottom-nav li a.active-3:hover{
	background-color: #006add;
	color: #fff;
}

header nav ul.bottom-nav li a.active-2{
	background-color: #ee4036;
	color: #fff;
}


header nav ul.bottom-nav li a:hover,
header nav ul.bottom-nav li a.active-3{
	background-color: #37b34a;
	color: #fff;
}

header nav ul .phone-number{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-weight:600;
}

section.banner {
    height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;    
    min-height: 500px;
    margin-top: 130px;
}

section.signup-banner{
	min-height: 860px;
}

.banner-item{
	background-color: #006add;
}

.banner-item.banner-item-yellow {
    background-color: #ffb709;
}

.banner-item h1{
	font-size: 60px;
	font-weight: 700;
	line-height: 0.9;
}

/*
.heading-login-2{
	font-size: 35px;
}

.heading-login-1{	
	font-size: 23px;
}*/

.banner-item .button,
.banner-item .button2:hover{
    padding: 10px 54px;
    font-size: 23px;
    background-color: #37b34a;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    transition-duration: 0.5s;
    line-height: 1;
    border:0px;
}

.banner-item .button2{
    padding: 10px 54px;
    font-size: 23px;    
    background-color:#ffffff;
    color: #37b34a;
    border-radius: 50px;
    font-weight: 500;
    transition-duration: 0.5s;
    line-height: 1;
    border:0px;	
}

.banner-item .button:hover,
.banner-item .button2{	
    color: #37b34a;
    background-color:#ffffff;
}

#about{
	background-color: #ee4036;
}


#features .row{
	padding-top: 40px;
	padding-bottom: 40px;
}


#features img {
    max-height: 400px;
    display: block;
}


.form-row{
	margin-top:14px; 
	margin-bottom:14px; 
}


.form-control{
	font-size: 16px;
	padding: 15px 33px;
	border-radius: 0px;
}


input::placeholder{
	color: #bababa !important;
}


.button-square {
    padding: 10px 54px;
    background-color: #0069db;
    font-weight: 500;
    font-size: 23px;
    color: #fff;
    border: 0px;
    line-height: 1;
}


.slick-list,.slick-track{
	height: 100%;
}


#key_features .slider .slick-slide{
	padding: 0px;
} 

#key_features .slider .slick-next{
    right: -60px;
    margin-top: -50px;
}

#key_features .slider .slick-next:before {
    background-image: url('../images/arrow-right.png');
    background-size: 27px 40px;
    display: inline-block;
    width: 27px;
    height: 40px;
    content:"";
}

#key_features .slider  .slick-prev{
    left: -60px;
    margin-top: -50px;
}

#key_features .slider  .slick-prev:before {
    background-image: url('../images/arrow-left.png');;
    background-size: 27px 40px;
    display: inline-block;
    width: 27px;
    height: 40px;
    content:"";    
}


#clients{
	background-color:#ee4036;
}

#clients .clients-slider img{
	padding-left: 10px;
	padding-right: 10px;
}

.slick-slide:focus {
    outline: none;
}

footer{
	background:linear-gradient(#006adc,#0051a8);
	padding: 30px 0px; 
}

footer .footer-logo{
	height: 60px;
}


footer .heading{
	color: #fff;
	font-size: 45px;
}

footer .footer-social img{
	height: 20px;
}

footer .footer-contact img{
	height: 20px;
}


.heading-login-1 {
    font-size: 30px !important;
}

.heading-login-2 {
    font-size: 40px !important;
}


.width-100-button,
.width-100-button:hover{
	padding: 10px 15px !important;
    font-size: 20px !important;
    width: 100% !important;
    text-align: center !important;
}

.school-signup,
.student-signup{
	display: none;
}

select.form-control {
    padding: 5px 33px;
}

@media screen and (max-width:1041px){
	#key_features .slider .slick-prev {
	    left: -3.4%;
	}

	#key_features .slider .slick-next {
	    right: -3.4%;
	}	

	#key_features .slider .slick-prev:before,
	#key_features .slider .slick-next:before {
	    background-size: 15px 26px;
	    width: 15px;
	    height: 26px;
	}		
}

@media screen and (max-width:991px){
	header .logo{
		height: 50px;
		margin-top: 8px;
	}
	header{    
		height: 75px;
	}

	header.fixed {
		height: 60px;
		box-shadow: 1px 1px 5px #0000001f;
	}

	header.fixed .logo {
	    height: 50px;
		margin-top: 2px;
	}

	header nav{
		background-color: #fff;
		display: none;
	}


	header ul {
	    padding: 15px 0px !important;
	}

	header .top-nav{
		margin: 0px !important;
	}

	section.banner{
		margin-top: 75px;
	}

	#key_features{
		padding-bottom: 0px;
	}
	.count-title {
		font-size: 20px;
	}

	.banner-item h1 {
    	font-size: 35px;
    }	

    .heading-2 {
    	font-size: 23px;
	}

	.heading-3 {
	    font-size: 18px;
	}

	.para{
		font-size: 16px;
	}

	#features{
		padding: 25px 0px;
	}

	#features .row {
	    padding-top: 25px;
	    padding-bottom: 25px;
	}

	section{
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	.heading-login-1 {
	    font-size: 23px !important;
	}

	.heading-login-2 {
	    font-size: 26px !important;
	}

	.width-100-button,
	.width-100-button:hover{
		padding: 10px 5px !important;
	    font-size: 15px !important;
	    width: 100% !important;
	    text-align: center !important;
	}	




}

@media screen and (max-width:769px){
	#features img {
	    display: block;
	    width: 100%;
	    max-height: initial;	    
    	margin: 0 auto;
	}

	.banner-item .button, .banner-item .button2{
	    width: 100%;
	    text-align: center;
	    font-size: 16px;
	    padding-right: 0px;
	    padding-left: 0px;
	}



	.banner-item img{
		height: 200px;
		margin: 0 auto;
	}

	section.banner {
	    min-height: 560px;
	}	


	section.signup-banner {
	    min-height: 860px;
	}
	#key_features .slider .slick-prev {
	    margin-top: 0px;
	}

	#key_features .slider .slick-next {
	    margin-top: 0px;
	}	

}


@media screen and (max-width: 321px){
	section.banner {
	    min-height: 480px;
	}

	.banner-item img{
		height: 150px;
		margin: 0 auto;
	}	

	section.signup-banner{
		min-height: 830px;
	}	
}

