/*   .......................... awards section styling  */
.awards-section .slick-arrow.slick-arrow-left, .smart-cloud-section .slick-arrow.slick-arrow-left {
	 position: absolute;
	 top: calc(22%);
	 left: -25px;
	 z-index: 999;
	 cursor: pointer;
	 font-size: 80px;
}
 .awards-section .slick-arrow.slick-arrow-right{
	 position: absolute;
	 top: calc(22%);
	 right: -25px;
	 z-index: 999;
	 cursor: pointer;
	 font-size: 80px;
}
.smart-cloud-section .slick-arrow.slick-arrow-right {
	 position: absolute;
	 top: calc(34%);
	 right: -25px;
	 z-index: 999;
	 cursor: pointer;
	 font-size: 80px;
}
 .awards-section .slick-arrow::before, .smart-cloud-section .slick-arrow::before {
	 content: '';
	 border: solid #869791;
	 border-width: 0px 2px 2px 0;
	 display: inline-block;
	 padding: 3px;
	 opacity: 0.3;
	height: 30px;
    width: 30px;
}
 .awards-section .slick-arrow:hover::before, .smart-cloud-section .slick-arrow:hover::before {
	 opacity: 1;
 }
 .awards-section .slick-arrow.slick-arrow-left::before, .smart-cloud-section .slick-arrow.slick-arrow-left::before {
	 transform: rotate(135deg);
	 -webkit-transform: rotate(135deg);
}
 .awards-section .slick-arrow.slick-arrow-right::before, .smart-cloud-section .slick-arrow.slick-arrow-right::before {
	 transform: rotate(-45deg);
	 -webkit-transform: rotate(-45deg);
}

.demo-link{
	color:  #0088ca;
	font-size: 18px!important;
}
.demo-link:hover{
	color:  #0088ca;
}
.b-l.arrow-blue .arrow-icon g{
	stroke: #0088ca;
}

.owl-carousel-wrapper {
	margin-bottom: 40px;
}

.owl-carousel-wrapper .single-item .img-wrapper {
	height: 190px;
	width: -webkit-fill-available;
}

.owl-carousel-wrapper .single-item .img-wrapper img {
	width: auto;
	height: fit-content;
	margin-left: auto;
	margin-right: auto;
}



.awards-carousel-section {
	padding-top: 3%;
	padding-bottom: 2.5%;
}

.awards-carousel-section .section-heading {
	margin-bottom: 30px;
	font-size: 48px;
}

.awards-carousel-section .see-all-link {
	font-size: 18px;
}

