.logo a,.atorn-nav .navbar .navbar-brand,footer .logo{
	
    background-repeat: no-repeat;
    background-size: 38px;
    
    line-height: 1;
  
    font-size: 22px;
    color: #003399;
}
.navbar-brand img{
    width: 270px;
}
.hero-slider .hero-slider-item.item-bg1 {
    background-image: url(../img/hero-slider/slide1.png);
}
.hero-slider .hero-slider-item.item-bg2 {
    background-image: url(../img/hero-slider/slide2.jpeg);
}
.hero-slider .hero-slider-item .slider-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 2px;
}
.section-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 1.4;
    position: relative;
    display: inline-block;
}
.section-title h2::before {
    content: '';
    position: absolute;
    background-color: #003399;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-area {
    background-image: url(../img/bg1.webp);
    background-attachment: fixed;
}
.img-float{
    margin: 0 0 15px 15px;
    float: right;
    max-width: 500px;
    border-radius: 5px;
}
.section-title {
    margin: 0 auto 30px;
}
section{
    padding: 50px 0;
}
.low-card img {
    height: 60px;
    margin-bottom: 15px;
}
.low-card p{
        font-size: 14px;
    min-height: 205px;
}
:target{scroll-margin-top:80px;}
.img-1{
    display: none;
}
.low-card:hover .img-1{
    display: inline-block;
}
.low-card:hover .img-0{
    display: none;
}
.default-btn-one:hover {
    background-color: #17a620;
}
.top-header .right-info .heder-btn:hover {
    background-color: #17a620;
}
.hero-slider.owl-theme .owl-nav .owl-prev:hover, .hero-slider.owl-theme .owl-nav .owl-next:hover {
    background-color: #17a620;
}
.meanclose{
    z-index: 11
}
.low-card h3{
    position: relative;
}
.low-card h3:before{
    content: '';
    background-image: url(../img/arrows.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 31px;
    height: 19px;
    position: absolute;
    top: 5px;
    left: -11px;
}










@media(max-width: 768px){
.mean-container a.meanmenu-reveal {
    padding-top: 7px;
}  
}