/*GLOBAL*/
body a:hover{
	color: #EB5525;
}
body .btn:hover{
	background-color: #EB5525!important
}


.grey-bg{ 
	background-color: #F2F3F3;
}

.yellow-bg{
	background-color: rgba(253, 212, 51, 0.05);
}

.yellow-bg h1{
	max-width: 900px;
	margin: 7rem auto 2rem auto;
	font-weight: 700;
	
}



.yellow-bg .border-panel{
	border-left: 4px solid #FDD433;
}


body a{ color: #EB5525}



/*HEADER*/
header {
	font-size: 0.9rem;
}
header ul li .nav-link{
	font-size: 0.9rem;
}

header a{
	 color: #333333;
	text-decoration: none;
}
header .btn{
	font-size: 0.8rem;
	background-color: #fdd433;
	color: #333333;
	padding: 0.7rem 1rem;
	border: none;
}
body a.active{
	color:#212529;
	background-color:#eee  ;
	border-radius: 5px;

	
}
body .nav-link:hover, body .nav-link:active, body .nav-link:focus{
	color:#212529;
		
}

body .nav-link .dropdown-item.active, body .nav-link .dropdown-item:active{
	background-color: rgba(253, 212, 51, 0.2)
}


/*HERO*/
.hero{
	background-image:url("../images/bg3.jpg");
	background-size: cover;
	
/*	background-color: #3B82F6;*/
/*	background-color: #fdd433;*/
}

.hero h1{
	color: #fff;
	font-weight: 800;
}
.hero p{
	color: #fff;
	font-weight: 300;
	font-size: 1.1rem;
}
.hero p strong{
	font-weight: 700;
	
}
.hero .btn{
	font-size: 0.9rem;
	background-color: #fdd433;
	color: #333333;
	padding: 1rem 1rem;
	border: none;
}


.hero a{
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
}

.hero h2{
	color: #fff;
	font-weight: bold;
}

.hero h6{
	color:#FDD433 ;
	font-size: 1.5rem;
	font-weight: 300;
}


.hero button{
	font-weight: 700;
}




/*Top card*/
.card-cont{ position: relative;;
	}
.card-cont .container{

	position:relative;
	top:-6.5rem;
    background: #fff;
	border:none;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.card-cont p, .card-cont a{
	font-size: 0.85rem;
}


.card-cont a{
	text-decoration: none;
	color: #EB5525;
}
.card-cont a:hover{
	text-decoration: underline;
	
}
.card-cont h6{
	line-height: 1.5rem;
	font-weight: 400
}

/*PARTNERS*/


.partners .partern-logos{
	text-align: center;
	position: relative;
	top: -2rem;
}
.partners .partern-logos img {
	filter: grayscale(100%);
}


/*CONTENT*/
.half-image img{
	width: 100%;
	border-radius: 10px;
	margin-bottom: 1rem;
	
}

.half-image h5{
	color: #AF8F11;
	font-weight: 300;
}

.half-image h6{
	color: #374151;
	font-weight: 300;
}
.half-image p{
	font-size: 0.95rem;
}
.full-content p{
	column-count: 2;
}






/*FEATURED*/



.featured h4 {
	font-weight: 500;;
}
.featured p, .featured ul li {
	font-size: 0.9rem;
}

.featured .feature-icon.text-bg-primary {
	background-color: #FDD433;
}

.featured a{ color: #212529;
	
}







/*BACK IMG*/
.back-image1{
	background-image: url("../images/Rectangle-16.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 25rem;
}

.back-image2{
	background-image: url("../images/bg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 25rem;
}


/*FOOTER*/
.bottom-footer{
	background-color: #333;
	color: #fff;
}
.bottom-footer footer a {
	text-decoration: none;
	color: #ccc;
	font-size: 0.9rem;
}

.bottom-footer footer a:hover{
	color: #EB5525;
}

footer.border-bottom{
	border-bottom-color: #626262!important;
}

.copyright {
	font-size: 0.8rem;
	color: #aaa;
}
.copyright a {
	color: #ccc;
	text-decoration: none;
	
}
