

@font-face {
	font-family: 'bootstrap-icons';
	src: url('../fonts/bootstrap-icons.woff2') format('woff2'), 
	url('../fonts/bootstrap-icons.woff') format('woff');
    font-display: swap;
}


.bi {
    font-family: 'bootstrap-icons' !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}


.yellow-bg{background-color:#FFB10E;}
.yellow-text{color:#FFB10E !important;}

.green-text{color:#0D5739 !important;}
.green-bg{background-color:#0D5739 !important;}

.green-btn{background-color:#0D5739; color:#fff !important; border:1px solid #0D5739; border-radius:4px;}
.green-btn:hover, .green-btn:active, .green-btn:focus{background-color:#07472D; color:#FFB10E !important; border:1px solid #07472D;}

.yellow-btn{background-color:#FFB10E; color:#0D5739 !important; border:1px solid #FFB10E; border-radius:4px;}
.yellow-btn:hover, .yellow-btn:active, .yellow-btn:focus{background-color:#0D5739; color:FFB10E; border:1px solid #0D5739;}


.white-btn{background-color:#ffff; color:#0D5739 !important; border:1px solid #fff; border-radius:4px;}
.white-btn:hover, .white-btn:active, .white-btn:focus{background-color:#fff; color:0D5739 !important; border:1px solid #fff;}


.dumping-vertical-padding{padding:60px 0px;}

.lg-heading{font-size:36px;}
.m-heading{font-size:32px;}
.s-heading{font-size:24px;}
.xs-heading{font-size:18px;}
.action-text{font-size:14px;}


.dumping-radius-1{border-radius:4px;}
.dumping-radius-2{border-radius:8px;}
.dumping-radius-3{border-radius:12px;}
.dumping-radius-4{border-radius:16px;}
.dumping-radius-5{border-radius:20px;}
.dumping-border-grey{border:1px solid #dce2d8;}

.blog-col img{transition: all 0.5s ease-in-out;}
.blog-col:hover img{ transform: scale(1.1);}


	
.slick-arrow{background-color: #FDF9F6;    width: 40px;    height: 40px;    border-radius: 50%;    left: 10px;    z-index: 1;}
.slick-arrow.slick-next{right: 10px; left:unset;}
.slick-arrow.slick-prev:before{    content: '';    display: inline-block;    width: 12px;    height: 12px;    border-right: 2px solid #0D5739;
    border-top: 2px solid #0D5739;    transform: rotate(-135deg);    -webkit-transform: rotate(-135deg);    -moz-transform: rotate(-135deg);    -ms-transform: rotate(-135deg);    -o-transform: rotate(-135deg);}
	
.slick-arrow.slick-next:before{content: '';    display: inline-block;    width: 12px;    height: 12px;    border-right: 2px solid #0D5739;
    border-top: 2px solid #0D5739;    transform: rotate(45deg);    -webkit-transform: rotate(45deg);    -moz-transform: rotate(45deg);    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);}

.slick-arrow:hover{background-color:#0D5739;}
.slick-arrow:hover:before{border-right: 2px solid #FFB10E;    border-top: 2px solid #FFB10E;}	






