.usp_sec .w3-col{
	text-align:center;
}
.usp_sec{
	padding:40px 0;
}
.usp_sec .container{
	max-width:1270px;
}
.usp_box{
  display:inline-block;
  position:relative;
  padding-left:70px;
  padding-bottom:15px;
  border-bottom:3px solid #bba896;
}
.usp_box .info{
	text-align:left;
}
.usp_box .icon_box{
  position:absolute;
  left:0;
  top:0;
  width:64px;
}
.usp_box .icon_box img{
	max-width:50px;
}
.usp_sec .w3-col:last-child .usp_box .icon_box img{
	max-width:100%;
}
.usp_box h4{
	font-size:30px;
	line-height:32px;
	margin:0;
	font-weight:700;
	color:#09a2c5;
}
.usp_box p{
	font-size:16px;
	line-height:20px;
	margin:0;
	font-weight:400;
	color:#09a2c5;
	min-height:40px;
}

/*---Blogs Section Starts ----*/

.blogs .container {
    max-width: 1270px;
}

.latest_posts{
    background: #034c5d;
    color: white;
    padding: 20px 29px;}
    
.latest_posts h3{
    font-size: 28px;
    position:relative;
}    

.latest_posts h5{
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid white;
    padding: 20px 0;
	margin: 0;
}

.latest_posts h3:after {
    content: '';
    display: block;
    border-right: 20px solid #FFF;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: -33px;
    top: 0%;
}

.blog-blocks{
    padding-left: 17px;
}

.blog-blocks h3{
color: #2ea9c9;
    font-size: 38px;
    FONT-WEIGHT: 400;
}
.blog_post .blog-blocks h3,
.blog_post .blog-blocks .h3{
    color: #2ea9c9;
    font-size: 28px;
    FONT-WEIGHT: 400;
    line-height: 38px;
}
.blog-content{
    background: #f1f1f0;
    padding: 20px;
    margin-top: -10px;
    color:black;
   height: 185px;
}

.blog-content:hover{
    background: #2ea9c9;
    padding: 20px;
    margin-top: -10px;
    color:white;
}

.blog-content h4{
    font-size: 15px;
    line-height: 18px;
    font-weight: 800;
   
}

.blog-content p{
    font-size: 13px;
    line-height: 17px;
    
}

.blog-content a {
    font-size: 12px;
    display: flex;
}

.blog-content a span{
    font-size: 29px;
    line-height: 0;
    margin: 6px;
    
}

.blog-spacing{
    padding: 10px 10px 0;
}


.arrow{
    font-size: 25px;
    padding: 0px 14px 7px !important;
    background: #f1f1f0;
    color: #3ca6b0!important;
    border:0!important;
}
.img_box img{
	width: 100%;
}
.category-blog a{
	color: #09a2c5;
}

@media screen and (max-width: 992px){
	#leftsidebar{
		display: none;
	}
	.blog-blocks{
		padding-left: 0;
	}
	
}

