@font-face {
  font-family: proxima-semibold;
  src: url(../fonts/proxima_sv/FontsFree-Net-Proxima-Nova-Sbold.otf);
}

.association-section{
	background-image: url('../img/association/banner.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 80px;
	padding: 250px 0px;
	color: #ffffff;
}
.association-top-left{
	padding-right: 45px;
}
.association-top, .association-bottom{
	position: relative;
}
.association-top-1 img, .association-bottom-1 img{
	border-radius: 10px;
    width: 100%;
}
.association-top-2 img{
	position: absolute;
    top: 32%;
    width: 50%;
    left: -10%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
}

.association-bottom-2 img{
	position: absolute;
    top: 32%;
    width: 50%;
    right: -10%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
}
.association-bottom-right{
	padding-left: 45px;
}

/****************ASSOCIATION WORK START*****************/

.associotion-works{
	background-image: url('../img/association/wave.png');
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 120px;
}
.associotion-works .col-md-2.col-lg-2{
	position: relative;
	padding-bottom: 150px;
}
.span-active{
	position: relative;
}
.span-active:before{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #f8991f;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/****************** WORK ICON FIRST *************/

.work-icon-1{
	position: absolute;
	left: 25%;
    top: 13%;
    cursor: pointer;
}
.work-icon-1 img{
	width: 90%;
	display: block;
	margin:auto;
	text-align: center;
}
.work-span-round-1{
	display: block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    border-radius: 50%;
    position: absolute;
    left: 20%;
}


/****************** WORK ICON SECOND *************/

.work-icon-2{
	position: absolute;
	left: 35%;
    top: -15px;
    cursor: pointer;
}
.work-icon-2 img{
	width: 75%;
	display: block;
	margin:auto;
	text-align: center;
}
.work-span-round-2{
	display: block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    border-radius: 50%;
    position: absolute;
    left: 7%;
}

/****************** WORK ICON THIRD *************/

.work-icon-3{
	position: absolute;
	left: 35%;
    top: -92px;
    cursor: pointer;
}
.work-icon-3 img{
	width: 50%;
	display: block;
	margin:auto;
	text-align: center;
}
.work-span-round-3{
	display: block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    border-radius: 50%;
    position: absolute;
    left: 30%;
}

/****************** WORK ICON FOURTH *************/

.work-icon-4{
	position: absolute;
	left: 45%;
    top: 1px;
    cursor: pointer;
}
.work-icon-4 img{
	width: 65%;
	display: block;
	margin:auto;
	text-align: center;
}
.work-span-round-4{
	display: block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    border-radius: 50%;
    position: absolute;
    left: 30%;
}

/****************** WORK ICON FIVE *************/

.work-icon-5{
	position: absolute;
	left: 50%;
    top: 13px;
    cursor: pointer;
}
.work-icon-5 img{
	width: 65%;
	display: block;
	margin:auto;
	text-align: center;
}
.work-span-round-5{
	display: block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    border-radius: 50%;
    position: absolute;
    left: 30%;
}

/****************** WORK ICON SIX *************/

.work-icon-6{
	position: absolute;
	left: 48%;
    top: -64px;
    cursor: pointer;
}
.work-icon-6 img{
	width: 75%;
	display: block;
	margin:auto;
	text-align: center;
}
.work-span-round-6{
	display: block;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    border-radius: 50%;
    position: absolute;
    left: 27%;
}

.works-text-box{
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    padding: 25px 20px 30px 40px;
    border-radius: 10px;
    position: relative;
}
.works-text-box:before{
	content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: white;
    top: -12px;
    left: -10px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
}
.works-text-box:after{
	content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #f8991f;
    top: 0px;
    left: 3px;
    border-radius: 50%;
}

/*********************HOW IT WORK MOBILE SECTION START**********************/

.association-mobile-box{
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}
.association-mobile-box img{
	margin-bottom: 5px;
	width: 15%;
}

/********************SLIDER SECTION START*******************/

.association-owl-item {
  	align-items: center;
  	display: flex;
  	justify-content: center;
  	color: #dcdcdc;
  	text-transform: uppercase;
  	min-height: 80px;
}
.association-owl-item h4{
	font-size: 14px;
	text-align: center;
}
.owl-item.active.center .association-owl-item h4{
	font-size: 22px;
}
.owl-item.active.center .association-owl-item{
	color: #f8991f;
	font-size: 22px;
}
.course-owl-item {
	padding-bottom: 15px;
}


/*************STARTED SECTION STYLE**************/

.asso-started-main{
	position: relative;
	padding: 60px 20px 15px 20px;
	transition: all 0.5s ease-out;
}
.asso-started-main-1{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.asso-started-main-1 i.icon-viewgray, i.icon-chatwhite{
	background-color: #f8991f;
	padding: 35px;
    font-size: 50px;
    border-radius: 10px;
    color: #fff;
}
.asso-started-main-1 i.icon-downloadwhite, i.icon-evaluatewhite{
	background-color: #f8991f;
	padding: 35px 43px;
    font-size: 50px;
    border-radius: 10px;
    color: #fff;
    transition: all 0.5s ease-out;
}
.asso-started-main:hover .asso-started-main-1 i.icon-viewgray{
	background-color: #ffffff;
	color: #404040;
	transition: all 0.5s ease-out;
}
.asso-started-main:hover .asso-started-main-1 i.icon-chatwhite{
	background-color: #ffffff;
	color: #404040;
	transition: all 0.5s ease-out;
}
.asso-started-main:hover .asso-started-main-1 i.icon-downloadwhite{
	background-color: #ffffff;
	color: #404040;
	transition: all 0.5s ease-out;
}
.asso-started-main:hover .asso-started-main-1 i.icon-evaluatewhite{
	background-color: #ffffff;
	color: #404040;
	transition: all 0.5s ease-out;
}
.asso-started-main-2{
	border-radius: 5px;
	background-color: #f3f3f3;
	padding: 70px 15px 15px 15px;
	min-height: 225px;
	transition: all 0.5s ease-out;
}
.asso-started-main:hover .asso-started-main-2{
	background-color: #f8991f;
	transition: all 0.5s ease-out;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.15);
}
.asso-started-main-2 p:nth-child(2){
	text-align: left;
	font-size: 15px;
}
.asso-started-main:hover .asso-started-main-2 p span{
	color: #ffffff;
	transition: all 0.5s ease-out;
}

/***************BENEFITS SECTION START**********/

ul.benefits-ul{
	padding-left: 35px;
}
ul.benefits-ul li{
	list-style: none;
	font-family: proxima-semibold;
}
.benefits-ul-img{
	width: 2%;
	margin-right: 5px;
}
.benefits-ul-content{
	width: 98%;
}
.benefits-ul-img img{
	width: 85%;
}


/*************************APPROVAL BY CERTIFICATION BODIES START******************/

.certification-owl{
	display: block;
	margin: auto;
	min-height: 200px;
}
.certification-owl img{
	text-align: center;
	display: block;
	margin: auto;
	margin-top: 15px;
	width: 35% !important;
}

/**********************MEDIA QUERY START********************/

@media (min-width:768px) and (max-width:991px){
	.association-section{
		padding: 120px 0px;
		margin-top: 67px;
	}
}

@media only screen and (max-width:480px){
	
	.association-section{
		padding: 50px 0px;
		margin-top: 67px;
	}
	.association-section h3{
		font-size: 18px;
	}
	.association-top, .association-bottom {
    	margin-bottom: 20px;
	}
	.association-top-left{
		padding-right: 0px;
	}
	.association-bottom-right {
	    padding-left: 0px;
	}
	.asso-started-main-2{
		padding-left: 15px;
	}
	.benefits-ul-img{
		width: 7%;
	}
	.benefits-ul-content{
		width: 90%;
	}
	.benefits-ul-img img{
		width: 85%;
	}
	ul.benefits-ul{
		padding-left: 0px;
	}
	
}