.navbar-brand img {
    max-height: 110px;
}

#top-bar {
    background-color: #4c7288;
	border-bottom: 1px solid #4c7288;
	}
.top-bar-info li{
	color:#fff;
}

.top-bar-info li i {
    color: #fff;
}

.feature-box-01{
 border: none;
 padding: 10px 15px;
}

.feature-box-01:hover {
    background-color:transparent;
    border:none;
}
.attr-nav a{
	color: #000;
	font-weight: 600;
}

.alt-font{
	font-weight: 700
}

.attr-nav > ul > li > a{
	padding: 21px 5px;
}

.about-text .inner-content p{
	color: #000;
	font-size: 14px;
}

.about-right-box{
    padding: 30px;
	height: 80%;
}

.feature-box9:after{
	background: #4C7288;
}

.resp-tabs-list li{
	border: 1px solid transparent;
}

.dot {
  background-color: rgba(76, 114, 136, 0.5);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 50%;
  display: inline-block;
  padding:10px;
}

.text-gray{
	color:#616161;
}

.about-right-box ul li{
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.about-right-box:before{
	background-color: #4c7288;
	border: 1px solid #4c7288;
}

.about-right-box ul li .left-content .title{
	color: #616161;
}

.footer-list li a:before {
    content: none;
}

.page-title-section ul li a:hover{
	text-decoration: underline;
	
}

.case-block{
	border: none;
	border-radius: 0px;
}

.case-block-inner a:after{
	content:none;
}

.case-block-inner p:after{
	content: '';
    display: block;
    width: 80px;
    height: 2px;
	background: #343a40;
	margin-top: 10px;
    margin-bottom: 15px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
	
}

.bg-medium-green p:after, .bg-medium-blue p:after, .bg-medium-red p:after, .bg-medium-yellow p:after {
	content: '';
    display: block;
    width: 80px;
    height: 2px;
	background: #fff;
	margin-top: 10px;
    margin-bottom: 15px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.bg-medium-green p{
	font-weight: 700;
	font-size: 16px;
}


.list-style-5 a{    
	color: #616161
}

.bg-medium-dark{
	background: #232323;
}

.butn {
    background-color:#253741;
	
}

.butn span{
	 color: #fff;
}

.services-block .inner-box:hover:before {
    left: 0;
    width: 100%;
    opacity: 1;
}

.feature-box-08 h4{
	min-height:55px;
	max-height:55px;
}

.read-more:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    font-weight: 400;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	margin-right: 0.3em;
}

h3.footer-title-style2:after {
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: 15px;
}

.left-title:before{
	background: #000;
}

.services-single-menu li a:after{
	color:#232323;
	}

.left-title:before {
    content: none;
}

.downloads i{
	background:transparent;
	color:#000;    
	padding: 5px 7px;
}

.downloads .label {
    margin-top:12px;
    margin-left: 2px;
	color: #000;
}

.downloads li{
	 border:none;
	}

.downloads .font-size26, .downloads .font-size24 {
    font-size: 16px;
}

.services-single-menu li.active a {
    border-left-color: transparent;
}

.services-single-menu li a:after {
    display: none;
}


.services-single-menu ul li a{
	padding: 5px 0 5px 15px;
}


.services-single-menu ul li {
    color:#232323;
	font-weight: 600;
	font-size: 15px;
}

.page-title-section ul li:last-child a {
    color: #fff;
}


.accordion-style2 .btn-link{
	font-size: 16px;
	font-weight: 600;
}

.accordion-style2 .card-body {
    padding: 0px 0px;
}

.footer-bar {
    background:#3B5868;
    color: #000;
}


.navbar-header-custom {
    padding: 5px 0 5px 0;
}

.bg-medium-green {
    background-color: #2C9E8F;
}

.bg-medium-yellow {
    background-color: #E0CA3C;
}

.bg-medium-blue {
    background-color: #4D7388;
}

.bg-medium-red {
    background-color: #FF6663;
}


.title-style8:before {
    background-color:#fff;
    border:none;    
    height:40px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width:40px;
}

.title-style8 {
    padding-left: 0px;
}

footer {
    background: #4c7288;
	color: #fff;
}

@media screen and (min-width: 992px){
.header-style8 .navbar-nav > li > a {
	text-decoration: none;
	}
.header-style8 .navbar-nav > li > a {
    font-size: 14px;
}
.header-style8 .navbar-nav li.active > a {
    color: #4c7288;
	}
.btn-block {
    width: 40%;
	}
.header-style8 .navbar ul ul li.active > a
	{
    color: #ffb200;
	}
header.header-style4 .menu_area {
    background-color: transparent;
    border-top: none;
    border-bottom: none;
	}
}

@media screen and (max-width: 991px){
.navbar-header-custom {
    padding: 4px 0 8px;
    width: 190px;
	}
.services-block-two .inner-box {
    padding: 30px 30px 30px 95px;
	}
.navbar-nav {
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    width: 100%;
    transition-duration: 0;
    -ms-transition-duration: 0;
    -moz-transition-duration: 0;
    -webkit-transition-duration: 0;
    -o-transition-duration: 0;
    display: none;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
	}
.btn-block {
    width: 50%;
	}
.butn.theme-nav{
	top:20px;
	}
.header-style8 .navbar ul ul li.active > a {
    color: #ffb200;
	}

}

.navbar-nav li.current > a, .navbar-nav li.active > a {
    color: #4c7288;
}

.services-block-two .icon-box {
	left: 15px;
}

.list-style-5 li:before {
    content:none;
}

.bg-yellow{
   background-color: #ffb200;
}

.shop-category li {
    padding: 0 10px 10px;
}

.filtering span {
    font-size: 12px;
}

a, a:active, a:focus {
	color: #4c7288;
}

a:hover, a:active {
    color: #4c7288;
    text-decoration:none;
}

.active{
	font-weight: 700;
}

.blog-style1 .item .content .read-more:hover {
    text-decoration: none;
}

.blog-grid-simple-content a:after {
    content: none;
}

.btn-link {
    color: #000;
    text-decoration: none;
}

.btn-link:hover {
    color: #000;
    text-decoration: underline;
}

.feature-flex-square-content-button:after {
    content: none;
}

.feature-flex-square-content-button {
   font-weight: 600;
}

.feature-flex-square-content-button:hover {
    color: #000;
	text-decoration: underline;
}

.page-title-section ul li:after {
    content: none;
}

.fa, .far, .fas {
    font-family: "FontAwesome";
	font-weight: 300;
}

.filtering span:hover{
	border-bottom: 1px solid rgba(255, 178, 0, 1);
    color: #ffb200;
}

.inner-title h1:after, .inner-title h2:after, .inner-title h3:after, .inner-title h4:after, .inner-title h5:after, .inner-title h6:after{
	background: #ffb200;
}

.services-block-two h3 {
  font-size: 1.02rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-heading{
	margin-bottom: 30px;
	}

.section-heading h2{
    font-size:1.3rem;
	font-weight: 500;
	}

.section-heading h1:after, .section-heading h2:after, .section-heading h3:after, .section-heading h4:after, .section-heading h5:after, .section-heading h6:after {
    background: #4c7288;
}

.page-title-section2{
	padding: 100px 0 70px;
}

.text-hightlight-color {
    color: #ffb200;
}

.blog-style1 .item .content .read-more {
    margin-top: 20px;
    font-weight: 600;
}

.text-theme-color {
    color: #616161;
}

hr{
	border-top: 1px solid #efefef;
}

.text-muted:before {
    position: absolute;
    left: 50%;
    bottom:inherit;
    display: inline-block;
    height: 7%;
    width: 1px;
    background-color: #efefef;
    content: "";
}

.butn.theme {
    background: #ffb200;
}

.bg-theme {
    background-image: url("/uploads/og/ec1552mIK4.jpg");
	background-repeat: no-repeat;
	height: 440px;
}

.bg-theme {
    background-color:transparent;
}

.feature-box-03:hover {
    background-color:transparent;
    border: 1px solid #efefef;
}

.form-control {
    line-height: 2;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
	border: 0px solid #ced4da;
    border-radius: 0rem;
	transition: border-color 0s ease-in-out,box-shadow 0s ease-in-out;
}

.form-group {
    margin-bottom: 2rem;
}

.btn-primary {
    color: #fff;
    background-color: #ffb200;
    border-color: #ffb200;
	border-radius: 4px;
    padding: 12px 30px;
    line-height: normal;
    font-weight: 500;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ffb200;
    border-color: #232323;
	background: #232323;
}

.feature-box-03 {
    border: 1px solid #efefef;
    padding: 15px 10px;
    text-align: left;
}

footer h3:after {
    background: #ffb200;
}

.section-clients2 {
    border-top: 0px solid #e9e9e9;
    border-left: 0px solid #e9e9e9;
}

.section-clients2 .client-single {
	width: 18%;
	margin: 5px;
    border-bottom: 0px solid #e9e9e9;
    border-right: 0px solid #e9e9e9;
}

.butn.theme-nav {
    background: #ffb200;
}

.butn.theme-nav:hover {
    background: #232323;
}

.blogs .post .content {
    background:#fff;
}

.blogs .post .content .post-title h5 {
    margin-bottom: 35px;
}


@media (min-width: 992px){
.navbar-expand-lg {
	justify-content: center !important;
	}
}
