@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
@font-face { src:url(../fonts/Poppins/Poppins-Black.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-Bold.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-ExtraBold.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-ExtraLight.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-Light.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-Medium.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-Regular.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-SemiBold.ttf), format('ttf');}
@font-face { src:url(../fonts/Poppins/Poppins-Thin.ttf), format('ttf');}


/** BASIC CSS **/

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	max-width:100%;
	min-width:100%;
	background:#ffffff;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;}
	
p {
	font-size: 15px;
	color: #848484;
	line-height: 23px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#555;}
	 
ul, ol{
	list-style:none;
	margin:0;
	padding:0;}

a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
a:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: #24a784;
	text-decoration: none;}
		
hr{
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: #24a784;
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: #24a784;
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
	
.nomar{
	margin:0;}
	
.nomarl{
	margin-left:0;}
	
.nomarr{
	margin-right:0;}
	
.porel{
	position:relative;}
	
/** Basic css end here **/ 

.blogs{
	width:100%;
	height:auto;
	padding:50px 0;}
	
.blog-post{
	width:100%;
	height:auto;
	margin-bottom:20px;}
	
.blog-img{
	position:relative;
	width:100%;
	height:400px;}
	
.blog-img img{
	width:100%;
	height:100%;
    object-fit: cover;
    object-position: center center;}

.blog-text {
	padding:20px 0;}
		
.blog-text h1{
	font-family: 'Oswald', sans-serif;
    font-size: 30px;
    color: #292929;
	line-height:30px;}
	
.blog-text h3{
    font-size: 25px;
    color: #292929;
	line-height:30px;
	margin-top:20px;}
		
.blog-text p{
	margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #7c7c7c;}
	
.blog-text p a{
	font-weight:600;
	color:#3094D2;}
	
.blog-text ul li{
    font-size: 14px;
    line-height: 25px;
    color: #7c7c7c;
    font-weight: 500;
    list-style: circle;
    margin-left: 16px;}
	
.blog-posted{
	padding:5px 10px;
	background:rgba(0,0,0,.5);
	position:absolute;
	bottom:0;
	left:0;}
	
.blog-posted p{
	font-size:15px;
	color:#fff;
	margin:0;}
	
.blog-right-bar{
	padding:50px 0;}

.news-bar{
	margin-bottom:30px;
	border:1px solid #eee;
	padding:15px;}
		
.news-bar h5{
	font-size:25px;
	color:#333;
	font-weight:600;
	margin-bottom:20px;}
	
.news-bar h5:after{
	content:'';
	display:block;
	width:30px;
	height:2px;
	background:#3094D2;
	margin-top:5px;}
	
.news-bar ul li{
	display:block;
	margin-bottom:20px;}
	
.news-bar ul li a{
	font-size:15px;
	display:flex;
	color:#7c7c7c;}
	
.news-bar ul li a:hover{
	color:#3094D2;}
	
.news-bar ul li a i{
	margin-right:5px;}
	
.text-content{
	padding:50px 0;}

.text-block{
	margin-bottom:30px;}
		
.text-block h4{
	font-family: 'Oswald', sans-serif;
    font-size:20px;
    color: #292929;
    line-height: 30px;}
	
.text-block p{
    font-size: 15px;
    line-height:22px;
    color: #7c7c7c;}
	
.frm_hidden {
	display: none;
}

.page-item a, .page-item span{
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;}
	
.page-item span{
	background:#3094D2;
	color:#fff;
	border-color:#3094D2;}




















