
.top-header-bg {
    background-color: #2F75CA;
}

.top-left-side .top-header-text p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}
.top-left-side .top-header-text p b {
    color: #F57A00;
    font-weight: 500;
    margin-right: 5px;
}

/*
   navbar area
*/
.main-nav {
    background-color: #ffffff;
}

.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
    color: #2F75CA !important;
}

.main-nav nav .navbar-nav .nav-item:hover a i, .main-nav nav .navbar-nav .nav-item .active i {
    color: #2F75CA;
}

.main-nav nav .navbar-nav .nav-item a.active i {
    color: #2F75CA;
}

.main-nav nav .navbar-nav .nav-item a {
    text-transform: capitalize;
    color: #252525;
    font-weight: 500;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    background-color: #2F75CA;
}

.banner-item::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0000ff;
    opacity: 0.3;
}

.banner-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(to right, rgba(37, 37, 37, 0.7490196078), rgba(37, 37, 37, 0));            */
}

.btn-bg-one {
    background-color: #F57A00;
}

.btn-bg-two {
    background-color: #0071dc;
}

.sp-color1 {
    color: #F57A00;
}

.sp-color2 {
    color: #ffffff;
}

/*==================================
Preloader CSS
=====================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #2F73C6;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 100px auto;
    animation: rotate-in 1.2s infinite ease-in-out;
}

.contact-card span a:hover {
    color: #0071dc;
}

.contact-info {
    margin-bottom: 30px;
    background-color: #190000;
    padding: 52px 35px 22px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

/*================================
Inner Banner
==================================*/
.inner-banner {
    background-color: #2E70C2;
}
.inner-banner .inner-title {
    padding-top: 35px;
    padding-bottom: 35px;
}
.inner-banner .inner-title h3 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 500;
}

.clients-area {
    position: relative;
    z-index: 1;
    background-color: #FF9E3C;
}

.clients-area .section-title h2 {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}


.side-bar-widget .side-bar-categories ul li a:hover {
    color: #2F75CA;
}
.side-bar-widget .side-bar-categories ul li a:hover span {
    color: #2F75CA;
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
    color: #2F75CA;
}
.side-bar-widget .widget-popular-post .item .info p {
    font-size: 15px;
    margin-bottom: 0;
    max-width: 180px;
    color: #2F75CA;
}

.side-bar-widget .blog-gallery li a::before {
    background-color: #2F75CA;
    border-radius: 15px;
}


.footer-bg {
    background-color: #2862A9;
}

.copy-right-text p a {
    color: #ffffff;
    border-bottom: 0px;
}
.copy-right-text p a:hover {
    color: #F57A00;
    border-color: #F57A00;
}

.copy-right-area {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 159, 65, 0.3803921569);
}

.services-card::before {
    background-color: #0071dc;
    border-radius: 272px 0 0 0;
}
.services-card::after {
    background-color: #0071dc;
    border-radius: 170px 0 0 0;
}

.services-area {
    background-color: #F57A00;
    position: relative;
}

/*=================================
Go Top Area
====================================*/
.go-top {
  color: #ffffff;
  font-size: 24px;
  background: #2F75CA;
}

.go-top:hover {
  background-color: #F57A00;
}