h2 {
    font-weight: 900!important;
}

.hero-style-1 .slide-caption p {
    text-transform: none;
    font-family: "Merriweather";
    font-weight: 400;
    letter-spacing: 0px;
}

.services-section .grid h3 {
    text-transform: uppercase;
    color: #174171;
}

.services-section .grid h3:hover {
    color: #a59b7d;
}

.about-section .about-text h1 {
    font-size: 2.5em;
}

.bg-color-b {
    background-color: #0f2c4d!important;
}

.about-section .img-holder,
.about-section .img-holder-s2 {
    margin: 0 auto;
}

.about-section {
    padding-bottom: 60px!important;
    padding-top: 50px!important;
}

.why-choose-section {
    margin-top: 50px;
    padding-bottom: 0px;
}

.section-title-s2 h2 {
    color: #174171;
}

.section-title h2:before,
.section-title-s2 h2:before {
    background-color: #174171;
}

.section-title-s2 {
    border: none;
}

.services-section .grid h3 a {
    color: #174171;
}

.section-padding {
    padding-bottom: 35px!important;
}

.ppl {
    padding-left: 77px;
    font-size: 14px!important;
}

.about-section .about-text h1 {
    text-transform: capitalize;
}

.icon img {
    width: 60%;
}

.upper-footer {
    background-color: #174171;
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-footer .upper-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
}

.site-footer .lower-footer {
    background-color: #0f2c4d;
}

.copyright-one {
    color: white;
    font-size: 10px;
}

html {
    scroll-behavior: smooth;
}

.noneStyle {
    text-decoration: none!important;
    color: #787878!important;
}

.noneStyle:hover {
    text-decoration: none!important;
    color: #787878!important;
}

.noneStyle:visited {
    text-decoration: none!important;
    color: #787878!important;
}

.whatsapp_logo {
    bottom: 80px!important;
    background-color: rgba(255, 255, 255, 0)!important;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: fixed;
    z-index: 999;
    right: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.whatsapp_logo i {
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.whatsapp_logo:hover {
    background-color: #a59b7d;
}

@media (max-width: 991px) {
    .whatsapp_logo {
        width: 35px;
        height: 35px;
    }
}


/*MOBILE*/

@media (max-width: 768px) {
    .page-loader-inner {
        left: 45%!important;
    }
    .p-logi {
        padding-top: 125px!important;
        height: 300px;
    }
    .padd-btn {
        padding-bottom: 40px!important;
    }
    .about-text {
        padding-top: 10px;
    }
    .about-section img {
        width: 210px;
    }
    .contact-pg-section .info-box p,
    .contact-pg-section-s2 .info-box p {
        font-size: 13px;
        padding-left: 69px;
    }
    .contact-pg-section .info-box>.grid+.grid,
    .contact-pg-section-s2 .info-box>.grid+.grid {
        padding-left: 21px;
    }
    .site-footer .upper-footer img {
        width: 270px
    }
}