/*==========================
	Custom css
==========================*/
.h2{ 
	color: #FC3D6A;  
	font-size: 35px;  
	line-height: 38px;  
	font-weight: 700; 
}
.h2.text-white{ color:#fff; }
h1,
h2,
h3,
h4,
h5,
h6,
.h2{
	font-family: "Nunito",sans-serif
}
/* News Info */

/* Footer */
.site-footer .widget_services ul li a{ color:#fff; }
.site-footer .widget_services ul li{ border-bottom-color:rgba(255, 255, 255, 0.2); }
/* Footer bottom */
.footer-info-box{ border:1px solid rgba(255, 255, 255, 0.2); }
.newsletter input{ height:44px; }
.newsletter .input-group{ background-color:#fff; padding-right:2px; border-radius: 4px; overflow: hidden;}

/* dez-social-icon */
.footer-info-box .dez-social-icon li a { width:38px; height:38px; border:none; background:#fff; line-height:38px; font-size:16px; border-radius:100%; padding:0;  }
.footer-info-box .dez-social-icon{  border-bottom: 1px dashed rgba(255, 255, 255, 0.2); display: inline-block; margin: 0 -3px; padding: 0 0 15px; text-align: center;}

/* Footer Image */


/* Responsive */
@media only screen and (max-width: 767px) {
	.h2{ font-size:24px; line-height:28px; }
	.about-block .row{ margin:30px 0 0 0; }
	.about-block .row .icon-bx-wraper{ }
	.footer-info-box .text-right{ text-align:center; margin-top:30px; }
	.newsletter strong{ text-align:center; display:block;  }
}


.bs-box{
	margin-top: 25px;
    margin-bottom: 35px;
}
.bs-box span{
	display: inline-flex;
	align-items:center;
    background: white;
    padding: 8px 20px;
    font-size: 20px;
    color: #272a1f;
    font-weight: 600;
    border-radius: 40px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .2), 0 0 0 10px rgba(255, 255, 255, .3);
}
.bs-box img{
	width: 40px;
    margin: 0 8px;
}
@media screen and (max-width:591px){
	.bs-box span{
		font-size:14px;
	}
	.bs-box img{
		width:30px;
	}
}