.team-block .image-box .social-icon-one li a span.fa:before,
.fab:before {
	font-family: 'Font Awesome 5 Brands' !important;
}
.kc-row-container.kc-container{
	max-width:1230px;
	width:100%;
}
.kc_row .kc_col-sm-12{
 padding-left:0px !important;
 padding-right:0px !important; 
}
.page-wrapper{
	overflow:hidden;
}
.admin-bar .main-header.fixed-header .header-lower, 
.admin-bar .header-style-three.fixed-header .header-upper, 
.admin-bar .header-style-two.fixed-header .header-upper{
	top:32px;
}
.kc_column>.kc-col-container{
	display:block;
}

.page-title{
	background-image:url(../images/background/5.jpg);
	position: relative;
    padding: 26px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-family: "Poppins", sans-serif;	
}

.pagination{
	position:relative;	
	display:inline-block;
}
.pagination li a, .pagination li span{
	position: relative;
    display: inline-block;
    line-height: 42px;
    height: 44px;
    font-size: 16px;
    min-width: 45px;
    color: #001e57;
    font-weight: 700;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #001e57;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'Open Sans', sans-serif;
}
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover, .pagination li span.current{
	color: #ffffff;
    background-color: #001e57;
}
.news-block-two .inner-box .lower-content .upper-box .post-meta li a{
    position: relative;
    color: #b8b8b8;
    font-size: 16px;
}
.news-block-three .inner-box .lower-content .upper-box .post-meta li a,
.blog-single .inner-box .lower-content .upper-box .post-meta li a{
	position: relative;
    color: #777;
    font-size: 16px;
}
.quote-widget .form-group input[type="checkbox"]{
	top:3px;	
}
.quote-widget .form-group span{
	color: #242424;
}
.safe_theme .default-form.comment-form{
	margin-top:30px;	
}
.safe_theme .default-form.comment-form h3 small a{
    color: #181e44;
	font-size:16px;
    font-weight: 600;	
}
.safe_theme .safe_theme{
	margin-left:70px;	
}
.sidebar-page-container .safe_theme .group-title{
	margin-bottom:10px;	
}
.main-header .search-box-outer .dropdown.show .search-box-btn .fa-search:before{
	content:'\f00d';
}
/********************** Blog Widget Style ******************/

/*Blog Category*/

.widget ul{
	position:relative;
}

.widget ul li{
	position:relative;
}

.widget ul li a{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:500;
	padding-bottom:8px;
	margin-bottom:8px;
	display:block;
	border-bottom:1px solid #e6e6e6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.widget ul li:last-child a{
	border-bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.widget ul li a:after{
	position:absolute;
	content:'\f105';
	right:0px;
	top:0px;
	color:#c8c8c8;
	font-size:11px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.widget ul li a:hover{
	color:#eb4343;
}

/*Popular Tags*/

.widget .tagcloud a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:6px 18px 6px;
	margin:0px 6px 10px 0px;
	color:#a6a6a6;
	text-align:center;
	font-size:15px !important;
	background:none;
	font-weight:500;
	border:1px solid #e4e4e4;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.widget .tagcloud a:hover{
	border-color:#4cc0e3;
	background-color:#4cc0e3;
	color:#ffffff;
}

/******************* Footer Widget Style *****************/

.footer-widget ul{
	position: relative;
}
.footer-widget ul li.page_item{
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.footer-widget ul li.page_item a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #7a889e;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.footer-widget ul li.page_item a:hover{
	color: #ffffff;
	text-decoration: underline;
}
iframe{
    width:100%;
    height:100%;
}
/************Error Page*********************/
.error_page{
	position: relative;
	padding:120px 0;
	text-align: center;
}
.error_page.container{
	max-width:900px;
}
.error_page .error-text{
	margin:30px 0;
	position: relative;
}
.error_page .input-group{
	display:inline-block;
	position: relative;
}
.error_page form{
	position: relative;
	min-width: 350px;
	display: inline-block;
}
.error_page .input-group input{
	width: 100%;
	height: 50px;
	padding:0 50px 0 15px;
	border: 1px solid #d3d3d3;
	line-height: 48px;
	font-size: 16px;
	color: #909090;
	border-radius: 0;
}
.error_page button{
	position: absolute;
	top: 0px;
	right: 0px;
	background: #ffffff;
	border:1px solid #d3d3d3;
	color: #212121;
	font-size: 14px;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 48px;
}
.error_page .btn-style-three{
	margin-top: 50px;
}
.main-header .logo-outer .logo img{
    width:180px;
}