body {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
.slider-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.justi{
     text-align: justify;
 }

.header-top-cta span i {

    padding-right: 10px;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;

}
.footer-menu li:hover a {
    color: #b3880c;
}
.main-menu ul li a {
    color: #020d26;
    font-size: 14px;
    padding: 25px 0;
    display: block;
    font-weight: 600;
    position: relative;
}
.main-menu ul li:hover > a {
    color: #b3880c;
}
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 99;
    margin-top: 10px;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
    margin-top: 0px;
}
.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 10px 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #444;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: -54px;
    border: 1px solid #444;
}
.about-content p {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
}
.link-box.home-blog-link a {
    font-size: 14px;
    color: #b3880c;
    font-weight: 900;
}
.link-box.home-blog-link a:hover {
    font-size: 14px;
    color: #000;
    font-weight: 900;
}
.features-wrap p {
    font-size: 16px;
}
.features-icon span {
    font-size: 40px;
    color: #b3880c;
    margin-bottom: 20px;
    display: inline-block;
}
.features-wrap:hover {
    background-image: url(img/services-img1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}
.features-wrap a {
    font-size: 14px;
    font-weight: 900;
    color: #b3880c;
}
.features-wrap a:hover {
    font-size: 14px;
    font-weight: 900;
    color: #fff;
}
.blue-pnk {
    background: #b3880c;
}
.menu-active {
    color: #b3880c !important;
}
.breadcrumb li a:hover {
    color: #fff;
}
.btn {
    -moz-user-select: none;
    background: #b3880c;
    border: medium none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 18px 40px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:hover {
    color: #b3880c;
    background: #fff;
}
.slider-content h1 span {
    color: #b3880c;
}
.slider-active .slick-dots li.slick-active button {
    background: #b3880c;
}
.section-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}
.section-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background: #b3880c;
    bottom: -25px;
}
.section-title span {
    color: #b3880c;
}
.copyright-text p a {
    color: #b3880c;
    font-weight: 600;
}
.copyright-text p a:hover {
    color: #fff;
}
.contact-person h4 {
    margin-bottom: 15px;
    color: #b3880c;
    font-size: 30px;
    font-weight: 700;
}
.contact-person h5 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
}
.contact-person p {
    font-size: 16px;
}
.contact-person a {
    font-size: 16px;
    color: #7e7e7e;
}
.contact-person a:hover {
    font-size: 16px;
    color: #b3880c;
}
.contact-form-title h2 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #b3880c;
}
.contact-form button {
    padding: 12px 34px;
    border: 1px solid;
}
.top-social-links a:hover i {
    color: #000;
}
.service-details h3 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}
.service-details h3:before {
    content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background: #b3880c;
    bottom: -25px;
}
.service-details p {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
}
.service-details span {
    color: #b3880c;
}
#scrollUp:hover {
    background: #b3880c;
}