@charset "utf-8";



/* Root CSS Files */

body { margin: 0; padding: 0;
	font-family: 'Quicksand', sans-serif !important;
	
}



p{
	font-size: 14px !important;
	font-weight: 600 !important;
}
ul li{
	font-size: 17px !important;
	font-weight: 600 !important;
	padding: 5px;
}


span{
/*	color: #3085de !important;*/
	color: #da9805 !important;
}

.outer span{
/*	color: #3085de !important;*/
	color: #3085de !important;
	font-weight: 600;
}

h1,h2,h3,h4,h5{
	font-weight: 800 !important;
}

.btn-submit{
background: #45a0ff !important;
	border: 1px solid #45a0ff  !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #45a0ff !important;
    background-color: #45a0ff !important;
    box-shadow: none;
}

.bg{
	background: url('../images/elements/awesome-feat-bg-2.png') no-repeat;
}

.hr {
    position: relative;
    margin: 0px 0;
    display: inline-block;
    width: 4%;
    background-color: #4db7fe;
    height: 5px;
    border-radius: 2px;
    left: 47.5%;
}

.white{
    background-color: #ffffff !important;
}


/*----- Reseted Container Size-----*/
.container{
	max-width: 1200px !important;
}

.carousel-inner img{
    border: 10px solid #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 15px #eee;
    margin: 10px;
}

.parallax-window {
    position: relative;
    background: #4db7fe4a;
    padding: 50px 0px;
}  
.parallax-window .container{
    position: relative;
    z-index: 2;
}

.btn-apply{
  font-size: 20px;  
}


/*===================================================
					HEADER SECTION START
=====================================================*/
.section-header{
	position: relative;
	background: url('../images/bg-1.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	z-index: 3;
}

.section-header::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .9;
/*	background: #2f99fd;*/
	background-image: linear-gradient(30deg,#5a77e0,#2f99fd,skyblue);
	z-index: 1;
}



.section-header .out{
	position: relative;
} 
.section-header .logo{
	position: absolute;
	top: -50px;
	left: 15px;
	height: 70px;
	border: 10px;
	z-index: 2;
	width: 200px;
}

.contact-number{
	position: absolute;
	top: -60px;
	right: 15px;
	height: 80px;
	border: 10px;
	z-index: 3;
	width: 300px;
	
}
.contact-number h3{
color: #fff !important;
	font-weight: 800;
}


.section-header .headinhg-main{
	font-weight: 800 !important;
	font-size: 45px !important;
	color: white;
	position: relative;
	z-index: 3;
	
}
.section-header .headinhg-secondry{
	font-weight:600 !important;
	font-size: 20px !important;
	color: white;
	position: relative;
	z-index: 3;
}
.section-header .head-outer{
	border: 10px solid #fff;
	border-radius: 10px;
	padding: 25px 15px;
	color: #ffffff;
	font-weight: 600;
	box-shadow: 0 0 10px 0 #666;
	position: relative;
	background: #eee;
	float: left;
	margin-bottom: 20px;
	z-index: 3;
}
.section-header .head-outer .heading{
	position: absolute;
	top:-20px;
	left: 50%;
	width: 200px;
	text-align: center;
	margin-left: -100px;
}

.section-header .head-outer .h2{
	color: #fff !important;	
	text-shadow: 0 0 20 0;
}

.section-header .head-outer .part-1{
	position: relative;
	width: calc(40% - 20px);
	height: 100%;
	float: left;
	margin: 0 10px;
}
.section-header .head-outer .part-1::before{
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	right: -12px;
	width: 2px;
	background: white;
}
.section-header .head-outer .asat{
	font-size:67px !important;
	line-height: 67px;
	margin: 0px;
	
}
.section-header .head-outer .date{
	font-size:30px !important;
	line-height: 50px;
	margin: 0px;
	color: #45a0ff;
}
.section-header .head-outer .sub-text{
	font-size: 14px;
	font-weight: 600;
}
.section-header .head-outer .text{
	font-size: 13px!important;
	font-weight: 600;
	color: black;
	margin: 0px;
}
.section-header .head-outer .part-2{
	width: calc(60% - 20px);
	height: 100%;
	float: left;
	margin: 0 10px;
}
.section-header .head-outer h4{
	font-weight: 800 !important;
	font-size: 15px !important;
	background: white;
	padding: 6px;
	border-radius: 10px;
	
}

.section-header  .bootom-strip{
	z-index: 1;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
}
.section-header  .bootom-strip img{
    width: 100% !important;
}
.section-header .outer{
	background: #f5f5f5;
	padding: 15px;
	box-shadow: 0 0 10px 0;
	border-radius: 10px;
	position: relative;
	z-index: 3;
}

.section-header .btn-apply{
	position: relative;
	z-index: 3;
	background: #32325d !important;
	border: none !important;
	width: 200px;
	padding: 10px;
	font-size: 18px !important;
}


/*===================================================*/


/*-------OUR LATEST RESULT SMALL SECTION---------*/
.result-slider{
	text-align: center !important;
	max-width: 90%;
	margin: 0 auto;
	position: relative;
	
}

.result-slider .hr{
	position: absolute;
}

#asat-result-slider{
	margin-top: 20px;
}
/*-----------------------------------------------*/


/*-------INTRODUCE VISON SECTION HERE------------*/

.section-st-count{
	padding: 50px 0;
}

.section-st-count h1{
	font-size: 3.5rem;
}

.section-st-count .text{
	font-size: 20px;
}

.section-st-count h4{
	font-size: 26px !important;
	color: #C5740D;
}


/*----------------------------------------------*/


/*===================================================
					Section-1 ALL AIR-1
=====================================================*/

.section-1{
	padding: 50px 0px;
	background: #f5f5f5;
}

.carding{
	position: relative;
}

 .owl-carousel{
	margin: 0px;
	height: auto !important;
}
 .owl-carousel .student-details{
	padding: 15px;
}
 .student-details h2{
	font-weight: 900;
	font-size: 40px !important;
	color: #8E1D1F !important;
	line-height: 20px;
}

 .student-details .btn-primary {
    color: #fff;
    border-color: #45a0ff !important;
    background-color: #45a0ff !important;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

 .toppers{
	
}
 .toppers .owl-wrapper{
    margin-top: 100px;
}


 .toppers .toppers-box{
	position: relative;
	z-index: 1;
	padding: 20px;
	border: 1px solid #eee;
	margin: 10px !important;
	box-shadow: 0 0 15px #eee;
	background: #fff;
}

 .toppers .toppers-box .card-image{
	position: absolute;
    top: -138px;
    left: -45px;
    z-index: 1;
    padding: 25px;
    width: 240px;
	overflow: visible !important;
}


 .toppers .toppers-box .rank{
    position: absolute;
    width: 80px;
    height: 60px;
    right: 48px;
    top: 0px;
    z-index: 2;
    padding: 20px;
}


  .toppers .prev{
	height: 35px;
	width: 35px;
	background: #45a0ff;
	color: white !important;
	border-radius: 100px;
	position: absolute;
	left: -20px;
	top: 350px;
	font-size: 15px !important;
	box-shadow: 0 0 15px 0 #AFAFAF !important;
}

.toppers .next{
	height: 35px;
	width: 35px;
	background: #45a0ff;
	color: white !important;
	border-radius: 100px;
	position: absolute;
	right: -20px;
	top: 350px;
	box-shadow: 0 0 15px 0 #AFAFAF !important;
}

 .toppers .me{
	padding: 9px;
}


/*===================================================
				Section-1 TEXT SECTION END
=====================================================*/

/*===================================================
				Section-2 TEXT SECTION START
=====================================================*/

.section-2 {
	padding: 50px 0px;
	position: relative;
}

.section-2 .row {
}

 .seprator{
	position: absolute;
	width: 1px;
	height: 50%;
	background:#C9C9C9;
	top: 140px;
	left: 50%;
	margin-left: -1px;

}


/*===================================================*/

/*===================================================
				Section-3 SECTION START
=====================================================*/


.section-3{
	padding: 50px 0px 0 0;
	background: linear-gradient(30deg,#eae9e7,#f0efed,#eae9e7);
	overflow: hidden;
}

.section-3 .row{
	position: relative;
}

 .section-3 .features{
	border: 5px dotted #f9b101;
	border-radius: 100px;
	width: 120px;
	height: 120px;
	padding: 22px;
	background: #fff;
	box-shadow: 0 0 7px #999;
}
 .section-3 .features img{
	width: 65px !important;
	height: 65px !important;
}

 .section-3 .border-1{
    position: absolute;
    background: #E1090C;
    height: 5px;
    width: 87%;
    top: 50%;
	margin-top: -5px;
    left: 0;
}

 .section-3 .border-left-new{
    position: absolute;
    background: #E1090C;
    height: 390px !important;
    width: 5px !important;
    top: 50%;
    left: 0;
	z-index: 3;
    cursor: default;
}

.section-3 .button-left{
    position: absolute;
    background: #E1090C;
    height: 40px !important;
    width: 250px !important;
    top: 100px;
    left: 0;
	border: none;
	border-radius: 0px 50px 50px 0px;
		z-index: 3;
    cursor: default;

}
.section-3 .button-left:hover{
    background: #E1090C !important;
}


 .section-3 .border-2{
    position: absolute;
    background: #f9b101;
    height: 5px;
    width: 87%;
    top: 50%;
	margin-top: -5px;
    right: 0;
/*    box-shadow: 0 0 3px;*/
}

 .section-3 .border-right-new{
    position: absolute;
    background: #f9b101;
    height: 200px !important;
    width: 5px !important;
    top: 50%;
    right: 0;
	z-index: 3;
}

.section-3 .button-right{
    position: absolute;
    background: #f9b101;
    height: 40px !important;
    width: 250px !important;
    top: 100px;
    right: 0;
	border: none;
	border-radius: 50px 0px 0px 50px;
	z-index: 3;
    cursor: default;
}

.section-3 .button-right:hover{
    background: #f9b101;
    cursor: default;
}

.system-bg{
	background: url('../images/system-bg.jpg');
	background-size: cover;
	height: 450px !important;
	width: 100%;
	overflow: hidden;
	
}

.title{
/*	display: none;*/
}

	.section-3 .bg-1{
		display: block;
		background-color: transparent;
	}
	
	.section-3 .bg-2{
		display: block;
		background-color: transparent;
	}

	.section-3 .heading-1{
		display: none;
	}

	.section-3 .heading-1{
		display: none;
	}


/*===================================================*/


/*===================================================
				Section-4 SECTION START
=====================================================*/


.section-4{
	
}



/*----------bg Setting Start---------------*/
.section-shaped  .shape-style-1.shape-primary {
	background: linear-gradient(150deg, #45a0ff 15%, #45a0ff 70%, #45a0ff 94%) !important;
}
.section-hero {
    min-height: auto !important;
}
/*----------bg Setting End---------------*/

.section-4 h1{
    position: relative;
    z-index: 3;
	color: #fff;
	font-size: 50px;
}

.section-4 h2{
	color: #fff;
    position: relative;
    z-index: 3;
}

.section-4 h3{
	color: #fff;
    position: relative;
    z-index: 3;
}

.section-4 h5{
	font-weight: 400!important;
	color: #fff;
    position: relative;
    z-index: 3;
}

.section-4 p{
	margin: 0px;
	color: #fff;
    position: relative;
    z-index: 3;
}

.section-4 .counter{
	margin-bottom: 15px;
}

.section-4 .counter img{
	width: 100px;
    padding: 10px;
}

.counter .img-count{
    padding: 24px;
    vertical-align: middle;
    width: 100%;
    background-color: #434242 !important;
    border: 3px solid #fff;
    border-radius: 100%;
	box-shadow: 0 0 15px #666;
	margin-bottom: 15px;
}

.section-4 .counter .img-count h2{
	color: #f9b101;
}

.section-4 .count-image{
	width: 170px;
	height: 190px;
	margin-bottom: 15px;
}


/*===================================================*/


/*===================================================
				Section-5 SECTION END
=====================================================*/

.section-5{
	padding: 50px 0px;
}
.section-5 ul{
	margin: 0;
	padding: 0px;
	list-style: none;
}
.section-5 ul li{
	font-size: 14px !important;
}
.section-5 .outer-address{
	padding: 10px;
	margin: 15px 0;
	border: 3px solid #eee;
	color: black !important;
}

.section-5 .outer-address:hover {
	box-shadow: 0 0 30px 0 #ccc;
	border: 3px solid #fff;
/*	transition: all 500ms;*/
	background: #45a0ff;
	color: #fff !important;
}

.btn-apply-1{
	background: #32325d !important;
	border: 1px solid #32325d !important;
	box-shadow: 0 0 10px 0;
	width: 200px;
	font-size: 20px !important; 
	margin-top: 6px !important;
}


/*===================================================*/



.section-2-footer{
	background: #252525;
	padding: 10px 20px;
	margin-bottom: 0px !important;
}
.section-2-footer .border-new{
	border-bottom: .5px solid #636363; 
	padding: 10px; 
	border-top: .5px solid #636363;
}
.section-2-footer p{
    font-size: 18px;
    color: #AAAAAA;
	font-weight: 600;
}
.section-2-footer ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.section-2-footer ul li{
	display: inline-block;
}
.section-2-footer ul li a{
    font-size: 13px;
    color: #AAAAAA;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

.section-2-footer ul li a::after{
    content: '\002E';
    font-size: 34px;
    position: absolute;
	right: -3px;
	line-height: 0;
    top: 0px;

}

.section-3-footer{
	background: #252525;
	padding: 0px 20px 10px 20px;
	margin-bottom: 0px !important;
}

.section-3-footer img{
	margin: 0px;
	padding: 0 20px !important;
	height: 50px;
}

.section-2-footer .col-lg-2{
	margin-bottom: 0px !important;
}

.section-3-footer p{
	font-size: 10pt;
	color:#AAAAAA;
	margin: 0;
	font-weight: 600;
}

.section-3-footer ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.section-3-footer ul li{
	display: inline-block;
}
.section-3-footer ul li a{
    font-size: 13px;
    color: #AAAAAA;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

.section-3-footer ul li a:after{
    content: '\002E';
    font-size: 34px;
    position: absolute;
    right: -3px;
    line-height: 0;
    top: 0px;

}
.section-3-footer ul li a:nth-last-child(3)::after{
    content: '';
	background: red;
}
















/*-----------Page Utility-----------*/

#back-to-top {
    cursor: pointer;
    position: fixed;
    font-weight: 500;
    bottom: 20px;
    padding: 7px 10px;
    width: 32px;
    right: 20px;
    height: 32px;
    display: none;
    background-color: #126ac5;
    -webkit-box-shadow: -2px 2px 12px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 2px 12px -5px rgba(0,0,0,0.75);
    box-shadow: -2px 2px 12px -5px rgba(0,0,0,0.75);
    z-index: 100;
    overflow: hidden;
    color: #FFF !important;
    border: none;
    border-radius: 50px;
}






.outer-new{
	position: relative;
	z-index: 5;
	box-shadow: 0 0 10px;
	border-radius: 10px;
}



 .upper{
	position: relative;
	margin-top: 10%;
	padding: 50px;
	border-radius: 10px 10px 0px 0px;
	background: #fff;
	background-size: cover;
	z-index: 2;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 35px solid #e2e2e2;
    position: absolute;
    top: 35%;
	left: 50%;
    margin: 0px auto;
}

.upper h1{
	font-size: 85px;
	color: #4179de;
	position: relative;
	z-index: 2;
}

 .lower{
	background: #f3f3f3;
	padding: 50px;
	box-shadow: 0 10 15px 0;
}


.lower h2{
	font-size: 23px;
	font-weight: 800;
}

 .bottom{
	position: relative;
	padding: 8px;
	border-radius: 0px 0px 10px 10px;
	background:#323232;
	background-size: cover;
	z-index: 2;
	color: #fff !important;
}

.bottom ul{
	list-style: none;
	margin: 0px;
}


.bottom ul li{
	display: inline-block;
}

.bottom ul li a{
	color: #fff;
	font-size: 18px;
}

.bottom ul li .bt{
    height: 34px;
    width: 34px;
}


	.center-name{
		margin-left: -8px !important;
		font-weight: 800;
		font-size: 12px !important;
		text-shadow: 0 0 19px #575757;
        letter-spacing: 1px;
	}




/*====================================================
			Device - 1 CSS For Tablet & Mobile
=====================================================*/


@media screen and (max-width:767px){
	.center-name{
		margin-left: -30px !important;
		font-size: 10px !important;
	}
	
	.section-header .logo{
	position: absolute;
	top: -50px;
	left: 15px;
	height: 70px;
	border: 10px;
	z-index: 2;
	width: 100%;
	}

	
	.outer-new{
		position: relative;
		z-index: 5;
		box-shadow: 0 0 10px;
		border-radius: 10px;
		margin-top: 70px !important;
	}
	
	 .upper{
		position: relative;
		margin-top: 10%;
		padding: 20px;
		border-radius: 10px 10px 0px 0px;
		background: #fff;
		background-size: cover;
		z-index: 2;
	}
	
	 .upper h1{
		font-size: 50px;
		color: #4179de;
		position: relative;
		z-index: 2;
	}
	
	 .lower{
		background: #f3f3f3;
		padding: 25px;
		box-shadow: 0 10 15px 0;
	}


	.lower h2{
		font-size: 15px;
		font-weight: 800;
	}

    .bottom ul li a{
        color: #fff;
        font-size: 15px;
    }
	
    .bottom ul li .bt{
    height: 28px;
    width: 28px;
    }
    
	.seprator{
		display: none;
	}

	.section-3{
		padding: 50px 0 0 0 !important;
	}
	.section-3 .heading-1{
		display: block;
	}

	.section-3 .heading-1{
		display: block;
	}

	
	.section-3 .bg-1{
		display: block;
		background: #a04346;
		color: white;
		font-size: 15px;
		font-weight: 600;
		border-radius: 10px;
		margin-bottom: 30px;
		padding: 15px !important;
	}
	.section-3 .bg-1 .mt-3{
		margin-top: 0px !important;
	}
	
	.section-3 .bg-2{
		display: block;
		background: #dcaf42;
		color: white;
		font-size: 15px;
		font-weight: 600;
		border-radius: 10px;
		margin-bottom: 30px;
		padding: 15px !important;
	}
	.section-3 .bg-2 .mt-3{
		margin-top: 0px !important;
	}
	
	
	.section-3{
		padding: 0px 0px;
	}

	.section-3 .features img{
		width: 40px !important;
		height: 40px !important;
	}
	
	.section-3 .features{
		border: 5px dotted #dcaf42;
		border-radius: 100px;
		width: 90px;
		height: 90px;
		padding: 18px;
		background: #fff;
		box-shadow: 0 0 7px #999;
	}
	
	.section-3 .border-1{
	 display: none;
	}

	.section-3 .border-left-new{
	 display: none;
	}

	.section-3 .button-left{
		position: absolute;
		background: #E1090C;
		height: 40px !important;
		width: 130px !important;
		top: 100px;
		left: 0;
		border: none;
		border-radius: 0px 50px 50px 0px;
		z-index: 3;

	}


 .section-3 .border-2{
	 display: none;
	}

 .section-3 .border-right-new{
	 display: none;}

.section-3 .button-right{
    position: absolute;
    background: #f9b101;
    height: 40px !important;
    width: 130px !important;
    top: 100px;
    right: 0;
	border: none;
	border-radius: 50px 0px 0px 50px;
	z-index: 3;
}

.system-bg{
	 display: none;	
}

	
	
	.logo{
		position: absolute;
		width: 100%;
		border: 10px;
		z-index: 2;
	}
	.logo img{
		height: 50px;
		margin-right: 20px;
	}

	.contact-number{
	position: absolute;
	top: 15px;
	left: 0;
	right:0;
	height: 80px;
	border: 10px;
	z-index: 3;
	width: 100%;
	text-align: center;

	}
	.contact-number h3{
	color: #fff !important;
	font-weight: 800;
	}
	
	.part-1{
		width: calc(100% - 20px) !important;
		position: relative;
	}
	.part-1::before{
		content: '';
		position: absolute;
		top: 95px !important;
		right: 0px !important;
		width: 100% !important;
		height: 2px !important;
		background: white;
	}
	.part-2{
		width: calc(100% - 20px) !important;
	}
	
	.btn-apply{
		position: relative;
		z-index: 3;
		width: 200px;
		font-size: 15px !important;
	}
	

	.toppers .owl-wrapper{
		margin-top: 200px !important;
	}

	.toppers-box{
		position: relative !important;
		z-index: 1 !important;
		padding: 0px !important;
		border: 1px solid #eee !important;
		margin: 10px !important;
		box-shadow: 0 0 15px #eee !important;
	}
	.carding{
	}
	.toppers-box .card-image{
		position: absolute !important;
		top: -196px !important;
		left: 50% !important;
		margin-left: -82px;
		z-index: 1 !important;
		padding: 20px !important;
		width: 164px !important;
		overflow: visible !important;
	}

	.toppers-box .rank{
		position: absolute !important;
		width: 80px !important;
		height: 60px !important;
		right: 48px !important;
		top: 0px !important;
		z-index: 2 !important;
		padding: 20px !important;
		display: none !important;
	}

	 .toppers .prev{
		height: 35px;
		width: 35px;
		background: #45a0ff;
		color: white !important;
		border-radius: 100px;
		position: absolute;
		left: -10px;
		top: 600px;
		font-size: 15px !important;
		box-shadow: 0 0 15px 0 #AFAFAF !important;
	}

	 .toppers .next{
		height: 35px;
		width: 35px;
		background: #45a0ff;
		color: white !important;
		border-radius: 100px;
		position: absolute;
		right: -10px;
		top: 600px;
		box-shadow: 0 0 15px 0 #AFAFAF !important;
	}	
	

	.des h3{
		font-size: 23px !important;
		text-shadow: 0 0 1px #eee;
		color: maroon;
	}
	
	.des{
		text-align: center;
		margin-top: 30px;
	}
    
    

}


@media screen and (max-width:480px){
    
    .arrows {
        display: none;
    }
}



@media screen and (max-width:361px){
    
    .arrows {
      width: 0; 
      height: 0; 
      border-left: 60px solid transparent;
      border-right: 60px solid transparent;  
      border-top: 35px solid #e2e2e2;
      position: relative;
      top:35%;
      margin: 0px auto;
    }
	
	.section-3 .features img{
		width: 27px !important;
		height: 27px !important;
	}
	
	.section-3 .features{
		border: 2px dotted #dcaf42;
		border-radius: 100px;
		width: 60px;
		height: 60px;
		padding: 15px;
		background: #fff;
		box-shadow: 0 0 7px #999;
	}
	
 .section-3 .border-1{
    position: absolute;
    background: #E1090C;
    height: 5px;
    width: 87%;
    top: 50%;
	margin-top: -5px;
    left: 0;
}

 .section-3 .border-left-new{
    position: absolute;
    background: #E1090C;
    height: 280px !important;
    width: 5px !important;
    top: 50%;
    left: 0;
	z-index: 3;
}

.section-3 .button-left{
    position: absolute;
    background: #E1090C;
    height: 40px !important;
    width: 130px !important;
    top: 100px;
    left: 0;
	border: none;
	border-radius: 0px 50px 50px 0px;
	z-index: 3;

}


 .section-3 .border-2{
    position: absolute;
    background: #f9b101;
    height: 5px;
    width: 87%;
    top: 50%;
	margin-top: -5px;
    right: 0;
/*    box-shadow: 0 0 3px;*/
}

 .section-3 .border-right-new{
    position: absolute;
    background: #f9b101;
    height: 198px !important;
    width: 5px !important;
    top: 50%;
    right: 0;
	z-index: 3;
}

.section-3 .button-right{
    position: absolute;
    background: #f9b101;
    height: 40px !important;
    width: 130px !important;
    top: 100px;
    right: 0;
	border: none;
	border-radius: 50px 0px 0px 50px;
	z-index: 3;
}
	
	.section-3 .title{
		font-size: 13px;
	}

.system-bg{
	background: url('../images/system-bg.jpg');
	background-size: cover;
	height: 450px !important;
	width: 100%;
	overflow: hidden;
	
}
	.logo{
		position: absolute;
		width: 100%;
		border: 10px;
		z-index: 2;
	}
	
	.logo img{
		height: 50px;
		margin-right: 20px;
	}

	.contact-number{
		position: absolute;
		top: 20px;
		left: 0;
		right:0;
		height: 80px;
		border: 10px;
		z-index: 3;
		width: 100%;
		text-align: center;
	}
	.contact-number h3{
		color: #fff !important;
		font-weight: 800;
	}
	
	.part-1::before{
		content: '';
		position: absolute;
		top: 115px;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 2px;
		background: white;
	}
    
    


}



.arrows {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;  
  border-left: 35px solid #e2e2e2;
  position: relative;
  top:35%;
  margin: 0px auto;
    
}



.border-red{border: 5px dotted #E1090C!important;}

.date-active {
	display: none;
}


