.social-icons .fa,
.social-icons .fa:before,
.social-icons .fab:before,
.newsletter-box .fab:before {
	font-family: 'Font Awesome 5 Brands' !important;
}
.admin-bar .header-nav {
	top:32px;
}
.kc_row .kc_col-sm-12{
	padding-left:0px !important;
	padding-right:0px !important; 
}
.kc-col-container {
	display:block !important;
}
.kc-row-container.kc-container{
	max-width:1200px;
	width:100%;
}
.header-nav .navbar-nav li:hover a:before,
.header-nav .navbar-nav li.current-menu-item a:before,
.header-nav .navbar-nav li.current-menu-ancestor a:before,
.fixed-header .header-nav .navbar-nav li.current-menu-item a:before,
.fixed-header .header-nav .navbar-nav li.current-menu-ancestor a:before {
    width: 50%;
}
.fixed-header .header-nav .navbar-nav li.current-menu-item a:before,
.fixed-header .header-nav .navbar-nav li.current-menu-ancestor a:before {
    background: #000;
}
.header-nav .navbar-nav > li > a::before {
	left:9px;
}

.header-nav-dark .navbar-nav li.current-menu-item a:before,
.header-nav-dark .navbar-nav li.current-menu-ancestor a:before,
.fixed-header .header-nav-dark .navbar-nav li.current-menu-item a:before,
.fixed-header .header-nav-dark .navbar-nav li.current-menu-ancestor a:before {
    background: #323232;
}
.header-nav-dark .navbar-nav > li > a {
	color: #323232;
}
.fixed-header .header-nav .navbar-nav > li > a.nav-link-btn:hover {
  color:#fff;
}
.fixed-header .header-nav-dark a.btn {
	color:#fff !important;
}
.header-nav .navbar-nav .nav-link-btn:before {
  width:0;
  height:0;
}

.footer-section ul.menu {
  margin: 0;
  padding: 0;
}
.footer-section ul.menu li {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  font-size: 12px;
}
.footer-section ul.menu a {
  color: rgba(255, 255, 255, 0.61);
  font-size: 14px;
  position: relative;
  text-decoration: none;
  font-weight: 400;
}
.footer-section ul.menu a:hover {
  color: #fff;
}
.footer-section ul.menu a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: rgba(255,255,255,0.3);
  -webkit-transition: ease all 0.3s;
     -moz-transition: ease all 0.3s;
       -o-transition: ease all 0.3s;
          transition: ease all 0.3s;
}
.footer-section ul.menu a:hover:after {
  width: 100%;
}

.sidebar-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-widget ul li {
  position: relative;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #e5e8ed;
}
.sidebar-widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-widget ul li,
.sidebar-widget ul a {
  color: #555;
  text-decoration: none;
}
.sidebar-widget ul a:hover {
  color: #323232
}

.our-blog .blog-item:hover {
	margin-top:0;
}
.our-blog .blog-item {
	margin-bottom:40px;
	transition: none;
}

.our-team .team-avtar img,
.blog-item .blog-img img,
.our-team-01 .team-img img,
.feature-box-01 img,
.owl-carousel .owl-item img,
.latest-post .lp-img img,
.bog-content-area img,
.blog-comment .comment img {
	height:auto;
}

.latest-post .item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.latest-post .item:not(:last-child) {
  padding: 0 0 18px 0;
  margin: 0 0 18px 0;
  border-bottom: 1px solid #e5e8ed;
}
.latest-post .item:last-child {
  margin-bottom: 0;
}

.tagcloud,
.list-style-tag{
  margin: 0;
  padding: 0;
}
.tagcloud a,
.list-style-tag a {
  display: inline-block;
  position: relative;
  padding: 6px 12px;
  line-height: 20px;
  font-size: 14px !important;
  font-weight: 400;
  border: 1px dashed #e5e8ed;
  margin-right: 4px;
  margin-bottom: 3px;
  vertical-align: top;
  color: #323232;
  margin-top: 3px;
}
.tagcloud a:hover,
.list-style-tag a:hover {
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  text-decoration: none;
}

textarea {
	resize:none;
}
.form-group textarea:focus,
.form-group input:focus,
.form-group select:focus {
    border-bottom:2px solid #0020dd;
}
.contact-info {
	padding:28px 15px 28px 65px;
}

.price-table .price-body li span.no {
    text-decoration: line-through;
    color: #999;
}

.why-choose-us {
	padding-bottom:50px;
}

.bottom-pagination {
	text-align:center;
}
.styled-pagination {
  margin: 0px;
  padding:0;
}
.styled-pagination li {
	list-style:none;
	display:inline-block;
}
.styled-pagination li a,
.styled-pagination li span {
  font-size: 13px;
  font-weight: 500;
  margin: 0 5px;
  color: #626262;
  border-radius: 3px;
  padding: .3rem .75rem;
  display:inline-block;
  background: #f6f7f8;
  text-align: center;
  border-style: solid;
  border-color: #e5e8ed !important;
  border-width: 1px 1px 3px 1px;
}
.styled-pagination > li:first-child > a, .styled-pagination > li:first-child >span {
  border-radius: 3px;
}
.styled-pagination > li:last-child > a, .styled-pagination > li:last-child >span {
  border-radius: 3px;
}
.styled-pagination > .active > a, .styled-pagination > .active > a:hover {
  color: #626262;
}
.styled-pagination li a:focus, 
.styled-pagination li a:hover, 
.styled-pagination li span:focus, 
.styled-pagination li span:hover, 
.styled-pagination > li > span.current {
  background: #fff;
  color: #323232;
}

.blog-comment {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-comment .comment {
  padding: 30px 0;
  border-bottom: 1px dashed #e5e8ed;
  position: relative
}
.blog-comment .comment .btn-reply {
  float: right;
  border: 1px solid #ededed;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 600;
  position: relative;
}
.blog-comment > .comment:first-child {
  padding-top: 0
}
.blog-comment .comment:last-child {
  border-bottom: none;
  padding-bottom: 0
}
.single-comment .blog-comment {
  margin-left: 0;
  list-style: none;
  padding: 30px 0 0;
  border: none;
  padding-bottom: 0;
  border-top: 1px dashed #e5e8ed;
  margin-top: 20px
}
.single-comment .bp-comment-item:nth-child(1) > .blog-comment {
	padding-top:0;
	border-top:none;
}
.blog-comment .comment .person {
  font-weight: 600;
  color: #323232
}
.blog-comment .comment .date {
  font-style: italic;
  display: block;
  font-size: 12px;
  line-height: normal;
  margin-top: 5px;
}
.blog-comment .comment .reply {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 10px;
  border: 1px solid #323232;
  line-height: normal;
  color:#fff;
  padding: 3px 8px;
  text-decoration: none;
  background: #323232;
  text-transform: uppercase;
}
.blog-comment .comment .reply a {
  color: #fff;
}
.blog-comment .comment .reply:after {
  content: "";
  border-bottom: 9px solid transparent;
  border-left: 8px solid #696969;
  position: absolute;
  bottom: -9.5px;
  right: -0.5px;
}

.blog-comment-area .bp-comment-item > .default-form {
    margin-bottom: 30px;
}
.blog-comment-area .bp-comment-item .bp-comment-item {
	margin-left:70px;
}
.blog-comment-form h2 {
	margin-bottom:0;
}
.blog-comment-form h2 small a {
    font-size: 16px;
}

#add-comment-form > div > p {
	margin-top:15px;
}

/****************Error Page***********************/
.error-section{
	padding:100px 0;
}
.error-section .inner-section{
	padding:0 200px;
	text-align:center;
}
.error-section .inner-section h1{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 80px;
	font-weight: 700;
	text-transform: capitalize;
	color: #222;
	margin-bottom:20px;
}
.error-section .inner-section h2{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 26px;
	color: #333;
	font-weight: 500;
	line-height:1em;
}
.error-section .inner-section .text{
	font-family: 'Nunito Sans', sans-serif;
	position: relative;
	color: #333;
	font-size: 16px;
	line-height:1em;
	margin:15px 0px 30px;
}
.comment-wrap{
	position:relative;
	padding-left:120px;
}
.comment-wrap .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
}
.comment-wrap .meta-content-wrap{
	min-height:100px;
}
blockquote{
	background:#f5f5f5;
	border-left:3px solid #0575E6;
	padding:20px;
}
.bp-comment-item .blog-comment-form{
	margin:40px 0;
}
.bp-comment-item .blog-comment-form h5{
	margin-bottom:0px;
}
.sidebar-widget .widget-title a{
	color:#323232;
}
.footer .footer-widget ul{
	padding:0px;
	margin:0px;
}
.footer .footer-widget ul li{
	list-style:none;
}
header .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}
header .navbar-collapse > ul li.dropdown .dropdown-btn.open .fa-angle-down:before {
    content: "\f104";
}
.p-t0{
	padding-top:0px !important;
}
header .navbar .navbar-brand img{
	width:160px;
}
.blog-item .post-meta {
    position: relative;
    padding-left: 60px;
	margin-bottom:30px;
}
.blog-item .post-meta::before {
    content: '';
    position: absolute;
    bottom: 50%;
    left: 0px;
    width: 50px;
    height: 1px;
    background-image: linear-gradient(to right, #0575E6, #0575E6);
}
.blog-item .post-meta span {
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
    background-image: linear-gradient(to right, #0020dd, #0575E6);
    padding: 5px 20px;
    display: inline-block;
    position: relative;
}
figcaption{
	padding:10px 0;
}