.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    width: auto;
}

.service .bg .nav .nav-link {
    line-height: unset;
    font-size: 18px;
}

.text-white{
    color: #ffffff;
}
.bold {
    font-weight: bold;
}

/* header */
.header .bottom-header .bg .bg-2:before {
    background: #1c213f;
}
.header .bottom-header .bg .bg-2 .bg-3:after {
    right: 69.5%;
}

.header .bottom-header .bg .bg-2 .bg-3:before {
    left: 30%;
}

.cta .part-img {
    margin-left: 0;
}

.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link.active{
    color:#5698d2;
    font-weight: bold;
}

/* banner */
.banner:after {
    background: url(../images/home/banner1.jpg) 50% no-repeat;
}
.banner .banner-txt .btn-box a.right-btn {
    border-color: #5698d2;
    color: #ffffff;
    background-color: #5698d2;
}
.banner .banner-txt .btn-box a.left-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #4b4b46;
    margin-right: 30px;
}

/* about us */
.breadcrumb.about-breadcrumb {
    background: url(../images/home/about-us-bg.jpg) 50% no-repeat;
    background-size: cover;
}

.about .part-txt .boxes {
    margin-top: 25px;
}

.about .part-txt .boxes-2 {
    box-shadow: 6px 2px 10px 3px rgb(51 51 51 / 7%);
    justify-content: space-evenly;
    padding: 30px;
    margin-top: 25px;
}

.about .image-box .fun-fact-inner {
    background: #1c213f;
}

.about .image-box .fun-fact-inner .single-box h4 {
    font-size: 25px;
}

.about .image-box .fun-fact-inner .single-box h5 {
    background: -webkit-linear-gradient(#5698d2, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

/* service */
.breadcrumb.service-breadcrumb {
    background: url(../images/home/services-bg.jpg) 50% no-repeat;
}
.service {
    background: url(../images/home/services.jpg) 50% no-repeat;
}
.service .bg{
    padding: 25px;
}
.service .bg:before {
    background: none;
}
.service .bg .nav .nav-link.active {
    color: #ffffff;
}
.service .bg:after {
    background: none;
}
.service .bg {
    border: 1px solid #5698d2;
}
.service .bg .nav .nav-link span {
    font-size: 25px;
}
.service-2 .part-txt .boxes .single-box .part-icon {
    font-size: 30px;
    padding-top: 10px;
}
.process .single-box .part-icon {
    font-size: 30px;
    padding-top: 10px;
}
.process .single-box:hover span{
    color:#1c213f
}
/* contact us */
.breadcrumb.contact-breadcrumb {
    background: url(../images/home/contact-us-bg.jpg) 50% no-repeat;
}

/* footer */
.footer {
    background: url(../images/home/footer.jpg) 50% no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .service .bg .nav .nav-link {
        height: 90px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .header .bottom-header .bg .bg-2 .bg-3 .logo img {
        width: 140px;
    }
    .header .bottom-header:after {
        right: -15%;
    }
    .header .bottom-header:before {
        left: -15%;
    }

    .service .bg .nav .nav-link {
        height: 90px;
    }
    .service .bg{
        padding: 0;
    }
    .service .bg .tab-content {
        border-top: 1px solid #5698d2;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px){
    .header .bottom-header .bg .bg-2 .bg-3 .logo img {
        width: 140px;
    }
    .header .bottom-header:after {
        right: -20%;
    }
    .header .bottom-header:before {
        left: -20%;
    }
    .cta .part-img {
        display: block;
    }
    .cta .part-img img {
        max-width: 100%;
    }

    .service .bg .nav .nav-link {
        height: 120px;
    }
    .service .bg{
        padding: 0;
    }
    .service .bg .tab-content {
        border-top: 1px solid #5698d2;
    }
}

@media only screen and (min-width: 480px) and (max-width: 575px){
    .header .bottom-header .bg .bg-2 .bg-3 .logo img {
        width: 140px;
    }
    .header .bottom-header:after {
        right: -25%;
    }
    .header .bottom-header:before {
        left: -25%;
    }

    .service .bg .nav .nav-link {
        height: 100px;
    }
    .service .bg{
        padding: 0;
    }
    .service .bg .tab-content {
        border-top: 1px solid #5698d2;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px){
    .header .bottom-header .bg .bg-2 .bg-3 .logo img {
        width: 140px;
    }
    .header .bottom-header:after {
        right: -25%;
    }
    .header .bottom-header:before {
        left: -25%;
    }

    .service .bg .nav .nav-link {
        height: 100px;
    }
    .service .bg{
        padding: 0;
    }
    .service .bg .tab-content {
        border-top: 1px solid #5698d2;
    }
}

