.banner-slider {
    margin-top: 0.8rem;
}
.owl-carousel{
    position: relative;
}
.owl-carousel .item{
    height: 580px;
    object-fit: cover;
}
.owl-carousel .item img{
    /*filter: blur(8px);
    -webkit-filter: blur(8px);*/
    width: 100%;
    height: auto;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
.owl-carousel .item .item-caption{
    position: absolute;
    bottom: 15%;
    left: 5%;
}
.owl-carousel .item .item-caption h2 {
    font-family: "Nunito", sans-serif;
    animation-delay: .5s;
    color: #ff5e13;
    font-size: 50px;
    font-weight: bold;
}
.owl-carousel .item .item-caption p {
    font-family: "Nunito", sans-serif;
    margin-left: 5px;
    animation-delay: 1s;
    color: #2d0c2d;
    font-size: 15px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 45%;
    background: #337ab7;
}
.owl-carousel .owl-nav .owl-prev{
    left: 10px;
}
.owl-carousel .owl-nav .owl-next{
    right: 10px;
}
.owl-carousel .owl-dots{
    position: absolute;
    bottom: 10px;
}
.owl-theme .owl-dots .owl-dot span{
    background: #ffffff;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff5e13;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #ff5e13;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .owl-carousel .item .item-caption h2 {
        font-family: "Nunito", sans-serif;
        animation-delay: .5s;
        margin-top: -30%;
        color: #ff5e13;
        font-size: 30px;
        font-weight: bold;
    }
    .owl-carousel .item .item-caption p {
        font-family: "Nunito", sans-serif;
        margin-left: 5px;
        animation-delay: 1s;
        color: #2d0c2d;
        font-size: 15px;
    }
    .owl-carousel .owl-dots{
        position: absolute;
       margin-bottom: 8%;
        margin-left: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .owl-carousel .item .item-caption h2 {
        font-family: "Nunito", sans-serif;
        animation-delay: .5s;
        margin-top: -50%;
        color: #ff5e13;
        font-size: 30px;
        font-weight: bold;
    }
    .owl-carousel .item .item-caption p {
        font-family: "Nunito", sans-serif;
        margin-left: 5px;
        animation-delay: 1s;
        color: #2d0c2d;
        font-size: 15px;
    }
    .owl-carousel .owl-dots{
        position: absolute;
       margin-bottom: 11.5rem;
        margin-left: 1rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .owl-carousel .item .item-caption h2 {
        font-family: "Nunito", sans-serif;
        animation-delay: .5s;
        margin-top: -35%;
        color: #ff5e13;
        font-size: 26px;
        font-weight: bold;
    }
    .owl-carousel .item .item-caption p {
        font-family: "Nunito", sans-serif;
        margin-left: 5px;
        animation-delay: 1s;
        color: #2d0c2d;
        font-size: 15px;
    }
    .owl-carousel .item {
        height: 400px;
    }
    .owl-carousel .item img{
        margin-top: 10px;
        height: 300px;
        object-fit: cover;
    }
    .owl-carousel .owl-dots{
        position: absolute;
        margin-bottom: 25%;
        margin-left: 46%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .owl-carousel .item .item-caption{
        display: none;
    }
    .owl-carousel .item .item-caption h2 {
        font-family: "Nunito", sans-serif;
        animation-delay: .5s;
        margin-top: -74%;
        color: #ff5e13;
        font-size: 26px;
        font-weight: bold;
    }
    .owl-carousel .item .item-caption p {
        display: none;
    }
    .owl-theme .owl-dots .owl-dot span{
        background: #0c2e60;
    }
    .owl-carousel .item {
        height: 300px;
    }
    .owl-carousel .item img{
        height: 300px;
        object-fit: cover;
    }
    .owl-carousel .owl-dots{
        position: absolute;
        margin-bottom: 56%;
        margin-left: 40%;
    }
}

.breadcrumb  {
    height: 200px !important;
}

.banner-img-about{
    text-align: center;
    /*height: 500px;*/
    width: 100%;
    align-items: center!important;
}
.about-big-word {
    font-size: 70px;
    font-weight: bolder;
    color: #ff5e13;
    padding-right: 1rem;
}
.fa-arrow-right {
    color: #ff5e13;
    margin-right: 0.5rem;
    margin-top: 0.8rem;
}
.blog_details h2 {

}

@media (min-width: 768px) {
    .blog_details h2{
        font-size: 35px!important;
    }
}

.blog_details .sister-concern-h3 {
    font-size: 45px!important;
    font-weight: 700!important;
}

.span-bold {
    color: #001b5e;
    font-weight: 400;
    font-size: 20px;
}
/* Start Testimonial Area css
============================================================================================ */
.testimonial_area .owl-carousel .owl-dots {
    display: block !important;
    text-align: center; }
.testimonial_area .owl-carousel .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background: #d8d8d8;
    border-radius: 17px;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
.testimonial_area .owl-carousel .owl-dots .owl-dot.active {
    height: 12px;
    width: 12px;
    background: #ff5e13; }
@media (max-width: 991px) {
    .testimonial_area .owl-carousel .owl-dots {
        display: none !important; } }
.testimonial_area .owl-carousel .owl-item img {
    width: auto !important; }

.testi_item {
    padding: 50px 55px;
    margin-bottom: 100px;
    margin-left: 10px;
    margin: 0px 10px 80px;
    box-shadow: 0px 15px 30px 0px rgba(221, 221, 221, 0.3);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
@media (max-width: 991px) {
    .testi_item {
        margin-bottom: 0px; } }
@media (max-width: 575px) {
    .testi_item {
        padding: 30px 20px; } }
.testi_item img {
    border-radius: 5px; }
.testi_item .col-lg-8 {
    vertical-align: middle;
    align-self: center; }
@media (max-width: 991px) {
    .testi_item .testi_text {
        margin-top: 50px; } }
.testi_item .testi_text h4 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase; }
.testi_item .testi_text p {
    margin-bottom: 0px; }
.testi_item:hover {
    box-shadow: 0px 10px 20px 0px rgba(118, 85, 225, 0.1); }

/* End Testimonial Area css
.
 */
.main_title  h1{
    margin-bottom: 30px;
    text-decoration: underline;
    text-decoration-color: #ff5e13;
    font-size: 55px;
    font-weight: 700;
}
.main_menu .main-menu-item ul li .nav-link {
    text-transform: uppercase!important;
    font-weight: 500;
    font-size: 14px!important;
    padding: 0px 8px!important;
    letter-spacing: 0.3px;
    font-family: "Poppins", sans-serif!important;

}

.project-header {
    font-size: 40px;
    text-align: center;
    color: #ff5e13;
    text-decoration: underline;
    text-transform: uppercase;
    text-decoration-color: darkblue;
    text-underline-position: under;
   /* border-bottom: 1px solid #000;
    padding-bottom: 3px;*/
}
.sector-header {
    color: #ff5e13;
    font-weight: 900;
}
.sector {
    color: #4c4b4b;
    font-weight: 500;
}
.project-detail {
    font-size: 20px;
    margin-top: -1rem;
}
.project-image {
    height: 540px;
}
.hr-gap {
    margin-top: 2rem;
    margin-bottom: 4rem;
    color: #ff5e13;
    border: 2px solid yellow;
}

.hyper-link {
    color: darkblue;

}
.hyper-link:hover {
    color: #ff5e13;
}
.col-middle {
    margin-left: 33.5%;
    margin-bottom: 3rem;
}

.footer-pvl-header {
    color: white;
    margin-bottom: 2rem;
}

.breadcrumb .breadcrumb_tittle h2 {
    display: none;
}

.breadcrumb:after {
    background-color: #ffffff!important;
}
.breadcrumb .breadcrumb_content p {
    color: #001b5e!important;
}

@media only screen and (max-width: 767px) and (min-width: 576px){
    .segment-header {
        font-size: 1.5rem!important;
        margin-left: -7% !important;
    }
}
@media (max-width: 576px) {
    .segment-header {
        font-size: 1.5rem!important;
        margin-left: -5% !important;
        line-height: 20px!important;
    }
    .about_part_img {
        width: 360px;


    }
}

@media (max-width: 991px){
    .main_menu .navbar-brand img {
         max-width: none!important;
    }
}

