.header-social-title h5{
    margin-bottom: 0;
}
.header-center-content{
    margin-right: 20px;
        display: flex;
}
.mtrem{
    margin-bottom: 1.3rem;
}
.widget.visit .links span{
    float: right;
}
.menu-footer{
    background: #115894;
}
.menu-footer .menu-footer-center .main-nav ul{
    text-align: left;
}
@media(max-width: 1199px){
    .menu-footer.hidden-xs{
    display: none;
    }
}
.menu-footer .menu-footer-center .main-nav li > a{
    color: #fff;
    font-weight: 600;
}

.menu-footer .menu-footer-center .main-nav li:hover > a{
    background: white;
    color: #000;
}
.menu-footer .menu-footer-center .menu ul li a {
    color: #000;
}
.about{
        background-image: url('../images/image-about.png');
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 20px 0;
    position: relative;
}
.about-content{
    background: #f6f6f6;
    margin: 50px 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-title h1{
    margin-bottom: 0;
    color: #115894;
}
.about-title img{
    margin: 0 auto;
}
.about-content img{
    position: relative;
}
.about-content .about-contact{
    position:  absolute;
    top: 40%;
    left: 15%;
}
.about-contact h3{
    color: #fff;
}
.about-contact h3 a{
    color: #fcd201;
}
.about-descripion{
        color: #000;
        font-size: 1.4rem;
        text-align: justify;
        padding: 10px;
}
.product-content{
    padding: 30px 0;
}
@media(min-width: 1200px){
    .product-content{
        margin-top: 100px;
}
}
.product-content .product{
        transform: rotate(0deg);
}
.product-image:before, .product-image:after{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
}
.product-image:before{
    border-top: 10px solid white;
    border-bottom: 10px solid white;
    transform: scale3d(0, 1, 1);
}
.product-image:after{
    border-right: 10px solid white;
    border-left: 10px solid white;
    transform: scale3d(0, 1, 1);
}
.product-image:hover:before, .product-image:hover:after{
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s;
}
.gallery-image{
    margin-bottom: 2.5rem;
}
.square{
        width: 40px;
    height: 40px;
    background: #126321;
    float: left;
    color: #fff;
    margin-right: 10px;
    margin-top: 5px;
}
.square div{
        text-align: center;
    font-size: 2.2rem;
}
.gallery{
    background-image: url('../images/gallery.png');
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 100px 0 50px 0;
}

.partners-container{
    padding: 30px 0;
}
.widget-title:after{
    content: '';
    border-bottom: 1px solid #126321;
}
.blog-section{
    padding: 30px 0;
}
.section_product_title h2 {
    color: #fff;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.flag li {
    display: inline-block;
}
.home-title h2 {
    display: block;
    color: #115894;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.home-title h2:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    bottom: -7px;
    content: "";
    width: 100px;
    height: 2px;
    display: inline-block;
    background: #115894;
    position: absolute;
}
.gallery-title h2 {
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.gallery-title h2:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    bottom: -7px;
    content: "";
    width: 100px;
    height: 2px;
    display: inline-block;
    background: #fff;
    position: absolute;
}
.about-title h2{
    color: #fff;
    margin-top: 5px;
}
.about-image{
    position: absolute;
    top: 40px;
    width: 55%;
    box-shadow: -20px 20px 10px #e4e4e4;
}
.about-image img{
    padding: 5px;
    background: #f6f6f6;
}
.about-description .btn{
 text-align: center;   
}
.btn-about{
        background: #fff;
        color: #0023a7 !important;
        border-radius: 20px;
}
.f-visit{
        font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.f-contact-span{
        color: #01139c;
    font-weight: bold;
}
.header-middle.sticky-header.fixed .logo img {
    width: auto;
    max-height: 32px;
}

@media screen and (min-width: 1200px)
{
    .welcome-msg {
    display: flex;
    align-items: center;
    margin-top: -45px;
    margin-left: 12rem;
    }
    .logo img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 90px;
    margin-left: 6rem;
    }
}
@media screen and (min-width: 1280px)
{
    .welcome-msg {
    display: flex;
    align-items: center;
    margin-top: -45px;
    margin-left: 12rem;
    }
    .logo img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 90px;
    margin-left: 6rem;
    }
}
@media screen and (min-width: 1366px)
{
    .welcome-msg {
    display: flex;
    align-items: center;
    margin-top: -45px;
    margin-left: 12rem;
    }
    .logo img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 90px;
    margin-left: 0rem;
    }
}
@media screen and (min-width: 1600px) {
    .logo img {
        max-height: 120px;
    }
}
@media screen and (max-width: 480px){
    .about-image{
       display: block;
        width: 100%;
    }
    .about-content {
    background: #f6f6f6;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
    .header {
    background: #fff;
    }
    .menu-header-mobile{
        background: #00008b;
    }
    .product-title {
    font: 600 1.4rem/1.5 "Open Sans", sans-serif;
    color: #00437b;
    letter-spacing: .01rem;
    margin-bottom: 0;
    }
    .logo img {
    display: block;
    float: left;
    max-width: 100%;
    height: auto;
    max-height: 90px;
    }
    .home-slider-container, .home-slide {
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #e6e6e6;
    }
    .group-top-product .section_product_title:after {
        top: -20px;
        border-top: 0px solid transparent;
    }
    .section_product_title h2 {
        font-size: 1.5rem;
    }
    .header-middle .main-nav{
        display: none;
    }
    .header-top .header-left, .welcome-msg{
        display: block;
        float: right;
        color: #000;
        font-weight: bold;
        font-size: 1.2rem;
    }
    .list-entry.flag {
    margin-top: -20px;
    }
}