body{
	font-family: 'Poppins', sans-serif;
	min-height:100%;
	position: absolute;
	width: 100%;
    /* background: url(../images/bg.png); */
    background-size: cover;
    background-repeat: repeat;
}
img{
	width: 100%;
}
a {
    color: #FF7A42;
}
a:hover {
    color: #FF7A42;
    text-decoration: none;
}

/* width */
#style-1::-webkit-scrollbar {
  width: 8px;
  border-radius:20px;
}

/* Track */
#style-1::-webkit-scrollbar-track {
  background: #C1C1C1; 
  border-radius: 20px;
}
 
/* Handle */
#style-1::-webkit-scrollbar-thumb {
  background: #61D107; 
  border-radius: 20px;
}

/* Handle on hover */
#style-1::-webkit-scrollbar-thumb:hover {
  background: #4EAB03; 
  border-radius: 20px;
}

.no-padding{
	padding:0;
}

.pt-25{
	padding-top: 25px;
}
.pt-50{
	padding-top:50px;
}
.pt-75{
	padding-top:75px;
}
.pt-100{
	padding-top:100px;
}
.pb-25{
	padding-bottom:25px;
}
.pb-50{
	padding-bottom:50px;
}
.pb-75{
	padding-bottom:75px;
}
.pb-100{
	padding-bottom:100px;
}


.mt-25{
	margin-top: 25px;
}
.mt-50{
	margin-top:50px;
}
.mt-75{
	margin-top:75px;
}
.mt-100{
	margin-top:100px;
}
.mb-25{
	margin-bottom:25px;
}
.mb-50{
	margin-bottom:50px;
}
.mb-75{
	margin-bottom:75px;
}
.mb-100{
	margin-bottom:100px;
}



.left-align{
	text-align:left;
}
.center-align{
	text-align:center;
}
.right-align{
	text-align:right;
}

.no-padding{
	padding:0 !important;
}

.bg-dark {
    background-color: #030303bd !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255)!important;
    margin-left: 30px;
    font-weight: 500;
    font-size: 14px;
} 
.navbar { 
	padding: 0;
    z-index: 999;
}

.navbar.transparent-navbar {
    position: absolute;
    width: 100%;
    padding: 0;
    z-index: 999;
}

.navbar-brand { 
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-brand img{
	width:100px;
}
.navbar-nav li img{ 
	width:25px;
	height:25px;
}

.nav-link { 
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
	font-weight: 600;
}
.nav-item.login .nav-link{
	background: #EE6103;
    color: #ffffff;
    padding: 7px 20px;
    border-radius: 15px;
}
.nav-item{
	margin-right: 10px;
}

.navbar-light.navbar-text-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 300;
}

.dropdown-item { 
    font-size: 14px;
    padding: 7px 20px;
}

 
.float-none{
	float:none !important;
}
 
.content{
	padding: 25px 0 25px;
}

.content h2{
	color: #010262; 
    text-align: center; 
} 
.content p{ 
    color: #28245F;  
    text-align: center;
    font-size: 14px;
    font-weight: 500; 
}

.product-box h5{
    color: #ffffff;
    background: #4D409C;
    padding: 15px 10px;
    text-align: center;
    margin: 0;
    font-size: 17px;
    border-radius: 0px 30px 0px 30px;
} 
.product-box p{ 
    color: #28245F;
    background: #ffffff;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px 0px 15px 15px;
}
.content .submit-btn{
    background: #EE6103;
    color: #fff;
    border: 1px solid #EE6103;
    border-radius: 10px; 
	font-size: 13px;
    padding: 9px 8px; 
	outline:0;
}
.content .submit-btn i{
    padding: 5px 7px;
    border-radius: 5px;
    background: #A74300;
    margin-left: 5px;
    margin-left: 5px;
}


footer {
	background: #ffffff;  
} 
.footer-top{ 
	background: #4D409C;
    border-radius: 150px 0px 150px 0px;
	padding-top: 35px;
    padding-bottom: 35px;
}
.footer-top h1{ 
	color:#fff;
	padding-bottom:25px;
}
.footer-top h2{ 
	color:#EE6103;
	padding-bottom:25px;
    padding-top: 45px;
    line-height: 50px;
}
.footer-top h5{ 
	color:#fff;
}
.footer-top p{ 
	color:#fff;
}

.footer-top-box2{
	padding-top:45px;
}

footer .submit-btn {
    background: #EE6103;
    color: #fff;
    border: 1px solid #EE6103;
    border-radius: 10px;
    font-size: 13px;
    padding: 9px 15px;
    outline: 0;
}
footer .submit-btn i{
    padding: 5px 7px;
    border-radius: 5px;
    background: #A74300;
    margin-left: 6px;
}

footer .footer-logo img{
	width:80px;
}

footer .footer-bottom{ 
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 2px solid #FF7A42;
}
footer .footer-bottom p{
	margin:0;
}


.copyright{  
    width: 100%;
}

.footer-social ul li img{
	width:26px;
}

.footer-menu{ 
    text-align: left;
}  
.footer-menu ul{
	margin: 0;
    padding: 0;
}
.footer-menu ul li{
	display: inline-block;
}
.footer-menu ul li a{
    color: #000000;
	padding-right: 20px; 
}
.footer-menu ul li a:hover{
    color: #000000; 
	text-decoration:none;
}

.footer-social{
	text-align: right;
	padding: 20px 0;
}
.footer-social ul{
	margin: 0;
    padding: 0;
}
.footer-social ul li{
	display: inline-block;
    padding-left: 15px;
	font-family: 'Open Sans', sans-serif;
}
  
.copyright p{
	padding: 8px 0;
	margin: 0;
    font-weight: 400;
	text-align:center;
    font-size: 12px;
	color:#014D4B;
	font-family: 'Open Sans', sans-serif;
}

.copyright-para{
	text-align: right;
    color: #000000;
    font-size: 13px;
    padding-top: 3px;
}


.banner-box{ 
    padding: 35px 0;
}
.banner-box h3 {
    color: #ffffff; 
    margin: 0;
}
 
.extra-mock-div h4{
	color: #010262;   
    text-align: left; 
} 
.extra-mock-div p{   
    text-align: left;  
} 
 
.mockbanner{ 
    background: url(../images/13802.png) no-repeat;
    background-size: contain; 
}

.extrabanner{ 
    background: url(../images/13802.png) no-repeat;
    background-size: contain; 
}

.banner-box{ 
    /* min-height: 300px; */
}
 

.product-content{
    margin: 0px 6px;
    border-radius: 0px 32px 0px 32px;
    border-left: 2px solid #FF7A42;
    border-bottom: 2px solid #FF7A42;
    border-right: 2px solid #FF7A42; 
}
.about-box.about-bg{
	background: #4D409C; 
    padding: 40px 40px;
    border-radius: 100px 0px 100px 0px;
}
.about-box.about-bg h2 {
    color: #FF7A42;
    text-align: center;
}
.about-box.about-bg p{
	color: #ffffff;  
}

.product-box{ 
    margin-bottom: 30px;
}

.banner-part1{
	
}
.banner-part2{ 
    margin-bottom: -65px;
}

.banner-part1 h3{ 
    font-size: 28px; 
}
.banner-part1 h3 span{ 
    font-size: 45px;
    font-weight: 100; 
}

.small-slot-div{ 
    margin-bottom: 20px;
}
.small-slot-div h4{
	color:#fff;
	text-align:center;
}
.small-slot-div p{ 
    color: #ffffff;
}
.small-slot-div p.btndiv{ 
    padding: 12px 25px;
    margin: 0; 
}
.small-slot-div a{
    background: #FBC712;
    color: #2340FF;
    padding: 7px 50px;
    border-radius: 25px;
}

.epaper-login-div{
	background: url(../images/Group166.png) no-repeat 100%;
    background-size: cover;
    min-height: 150px;
    padding: 20px 30px;
    border-radius: 40px 0px 40px 0px;
}

.epaper-register-div{
	background: url(../images/Group167.png) no-repeat;
    background-size: cover;
    min-height: 150px;
    padding: 20px 30px;
    border-radius: 40px 0px 40px 0px;
}

.eca-book-div{
	background: url(../images/Group169.png) no-repeat;
    background-size: cover;
    min-height: 150px;
    padding: 20px 30px;
    border-radius: 40px 0px 40px 0px;
}
.eca-coach-div{
	background: url(../images/Group170.png) no-repeat; 
    background-size: cover;
    min-height: 150px;
    padding: 20px 30px;
    border-radius: 40px 0px 40px 0px;
}



@media only screen and (min-width: 1367px) and (max-width: 1920px){
	footer { 
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
	} 
	/* footer.inner-footer{ 
		position: unset;
		left: 0;
		bottom: 0;
		width: 100%;
	} */
} 

@media only screen and (min-width: 768px) and (max-width: 1366px){
	/* footer { 
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
	}  */
	/* footer.inner-footer{ 
		position: unset;
		left: 0;
		bottom: 0;
		width: 100%;
	} */
}   

@media only screen and (max-width: 991px){
 	.navbar { 
		background: transparent;
		z-index: 99;
	}
	.navbar-collapse{
		background:#fff;
		padding: 10px; 
	}
	.navbar-login{ 
		background: transparent;
	}
	.nav-item.login .nav-link {
		background: transparent;
		color: rgba(0,0,0,.5);
		padding: .5rem 0rem;
		border-radius: 0;
	} 
}
 
@media only screen and (max-width: 767px){  
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.mpt-25{
		padding-top:25px;
	}
	.media-no-padding{
		padding:0 !important;
	}
	.media-left-align{
		text-align:left;
	}
	.media-center-align{
		text-align:center;
	}
	.media-right-align{
		text-align:right;
	}
	.banner-text-box {
		margin-top: 150px;
	}
	.about-content {
		padding: 30px 15px 30px;
	}
	.footer-top { 
		border-radius: 75px 0px 75px 0px;
	}
	.footer-menu ul li {
		display: block;
	}
	.footer-menu { 
		text-align: left;
	}
	.footer-social {
		text-align: left; 
	}  
	.copyright-para {
		text-align: left; 
	} 
	.banner-part2{ 
		margin-top: 0px;
	}
	.mockbanner {
		background: transparent;
	}
	.extrabanner {
		background: transparent;
	}
	.banner-box h3 {
		color: #4D409C;
		margin-bottom: 15px;
	}
} 
 

@media only screen and (max-width: 575px){ 
	.nav-link { 
		padding: 0.5rem 1rem !important; 
	}  
}



