@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;900&family=Roboto:ital,wght@0,100;0,400;1,900&display=swap');

body, h1, h2, h3, h4, h5, h6, span, b, p {
    font-family: 'Poppins', sans-serif;
}
#navbar-s1 {
    padding: 10px 100px;
}
.header-slider {
    
}
.jst-flex-end {
    justify-content: flex-end;
}
/* img {
    height: 250px;
    background-color: #eee;
} */
.navbar-brand {
    color: #1a237e;
}
.slider-1 {
    height: 950px;
    background: url(../images/slider-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slider-2 {
    height: 950px;
    background: url(../images/slider-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slider-3 {
    height: 950px;
    background: url(../images/slider-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slider-4 {
    height: 950px;
    background: url(../images/slider-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slider p{
    margin: 25px 0 34px;
    width: 80%;
    font-size: 18px;
}
.navbar {
    padding: 0px;
}
.navbar ul > li > a {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #17171d;
    text-decoration: none;
    transition: 300ms cubic-bezier(0.215,0.61,0.355,1);
    transition-property: color, opacity;
}

.navbar a.nav-link.active {
    /* color: #eeeeee; */
}
.slider h1 {
    color: #1a237e;
}
.slider-button a {
    background-color: #1a237e;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 50px;
    border-radius: 2px;
    text-transform: uppercase;
}
section h2{
    font-weight: 500;
    font-size: 48px;
    letter-spacing: -2px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-50 {
    margin-top: 50px;
}
.op-light {
    opacity: .7;
}
.wibow-service-icon-box {
    padding: 50px 20px 25px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* justify-content: space-between; */
}
.wt-service-icon {
    color: #1a237e;
    border: 0px solid #1a237e;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f7ff;
    box-shadow: 5px 5px 10px #fafafa;
}
.wt-service-title {
        margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wt-service-title h4{
    font-size: 20px;
    text-align: center;
}
.wt-service-icon span{
    font-size: 35px;

}
.justify-center {
    justify-content: center;
}
.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    border-radius: 25px;
    background: #1a237e;
    border: 1px solid #1a237e;
}
.btn-primary span{
    margin-left: 10px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.wt-service-title p {
    text-align: center;
    color: #999999;
    margin-top: 25px;
    font-size: 14px;

}

.wt-service-title a {
    display: flex;
    text-decoration: none;
    margin-top: 25px;
    color: #1a237e;
}
.about-area img, .contact-area img {
    width: 100%;
    border-radius: 5px;
}
.service-area img {
    width: 100%;
}
.service-area {
    background: #ffffff;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}
.wibow-about-content, .wibow-contact-content {
    display: flex;
    padding: 20px 10%;
    flex-direction: column;
    justify-content: center;
}
.about-content-small, .contact-content-small {
    text-transform: uppercase;
    font-size: 14px;
}
.about-content-large, .contact-content-large {
    font-size: 22px;
    /* margin-top: 20px; */
    color: #000000;
}
.contact-content-head {
    font-size: 30px;
    margin-bottom: 20px;
    color: #000000;
}
.about-content-normal,  .contact-content-normal {
    font-size: 16px;
    color: #999999;
}
footer {
    padding: 50px;
    background: #fafafa;
}
footer ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}
footer ul li {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}
footer ul li .material-symbols-outlined{
    margin-right: 10px;
}
footer ul li a {
    text-decoration: none;
    color: #999999;
}
footer h4 {
    font-weight: 300;
    font-size: 34px;
    color: #1a237e;
}
footer h5 {
    color: #1a237e;
    font-size: 18px;
}
.wibow-sub-page-header {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f1f1f1;
}
.wibow-sub-page-header h3 {
    font-size: 46px;
    margin: 75px 0 50px;
}
.contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 300px;
    border: 2px solid #1a237e;
    border-radius: 10px;
    padding: 60px;
    text-align: center;
}
.contact-box p {
    color: #999999;
}
.bg_f1 {
    background: #f1f1f1
}
.bg_fa {
    background: #fafafa;
}
.wibow-form-block {
    margin: 25px 0px;
}

.dark-about .contact-content-normal {
    font-size: 18px;
    color: #050404;
    line-height: 35px;
}
.wibow-form-block input, .wibow-form-block textarea {
    margin: 10px 5px;
    border: navajowhite;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}
.wibow-form-block select {
    margin: 10px 0px 10px 5px !important;
    padding: 10px 5px;
    border: none;
    width: 100%;
    border-radius: 5px;
}
.wibow-form-block .btn {
    width: 100%;
}
.wibow-form-block .custom-file {
    margin: 0px 10px;

}
.bg-white {
    box-shadow: 1px 1px 4px #aaaaaa;
}
.clr-blue {
    color: #1a237e;
}
.image-wrapper {
    background: no-repeat 50%;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.image-wrapper:not(.mobile) {
    background-attachment: fixed!important;
}
.image-wrapper.bg-overlay:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(30,34,40,.5);
}
.image-wrapper.bg-overlay.bg-content .content, .image-wrapper.bg-overlay:not(.bg-content) * {
    position: relative;
    z-index: 2;
}
.py-18 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important;
}
.image-wrapper.bg-overlay.bg-content .content, .image-wrapper.bg-overlay:not(.bg-content) * {
    position: relative;
    z-index: 2;
    font-weight: 500;
}
.image-wrapper {
    word-spacing: 0.1rem;
    letter-spacing: -.01rem;
}
.display-4, .display-5 {
    line-height: 1.3;
}
.wrap-slide {
    position: relative;
    border: 0;
}
.wrap-slide:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 0;
    border: 0 solid transparent;
}
.wrap-slide:before {
    border-right-color: #fafafa;
    border-right-width: 100vw;
    border-top-width: 4rem;
    top: -4rem;
    width: 100%;
}
.wrap-slide.white:before {
    border-right-color: #ffffff;
    top: -10rem;
}
.mx-auto {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-credits p{
    
    background: #494949;
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #fff; 
}
.footer-credits a {
    text-decoration: none;
    color: #e3e3e3;
    font-weight: 500;
    text-transform: uppercase;
}
.list-content .material-symbols-outlined {
    
    margin-right: 25px;
    background: #e8eaf6;
    color: #3f51b5;
    border-radius: 100px;
    padding: 2px;
    /* font-size: 16px; */
}
.collapse-content .card, .collapse-content .card-header{
    background: transparent;
    border: none;
    
}
.collapse-content button {
    padding: 0px;
    text-decoration: none;
    margin: 0px; 
    display: flex;
    color: #1a237e;
}
.collapse-content .material-symbols-outlined {
    margin-right: 10px;
}
.collapse-content .material-symbols-outlined.down{
    display: none;
    transition: 1s;
}
.collapsed .material-symbols-outlined.up {
    display: none;
    transition: 1s;

}
.collapsed .material-symbols-outlined.down {
    display: inline-block;
    transition: 1s;

}
.service-providers-icons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.service-providers-icons img{
    width: 100px;
    height: min-content;
}

.carousel-control-next-icon, .carousel-control-prev-icon { 
    background-color: #00000073;
    border-radius: 50px;
}
.carousel-indicators [data-bs-target]{
    background-color: #eeeeee;
}
.carousel-indicators .active {background-color: #1a237e;}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}
.mt_60 {
    margin-top: 60px;
}
.clr_white {
    color: #ffffff;
}
#map {
     background-image: url(../images/map.png); 
       min-height: 350px;
    width: 100%;
    background-size: 100%;
    background-position: center;
}
.bg_img_04 {
    background-color: #1a237e;
}
form .error {
    color: red;
    padding-left: 10px;
}
.alert.alert-success{
    margin: 15px 0px;
    margin-top: 25px;
    font-size: 18px;
}

.header-logo {
    width: 200px;
    border-radius: 3px;
}

@media (min-width: 1400px) {
    .px-xxl-10 {
        padding-right: 2.5rem!important;
        padding-left: 2.5rem!important;
    }
}

@media (min-width: 1200px) {
    .px-xl-13 {
        padding-right: 4rem!important;
        padding-left: 4rem!important;
    }
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 1.8rem;
    }
}
@media (max-width: 700px) {
    .display-4 {
        font-size: 1.8rem;
    }
    .collapse-content .material-symbols-outlined.up, .collapse-content .material-symbols-outlined.down {
        display: none !important;
    }
    .collapse-content button {
        text-align: left;
        outline: none;
    }
    #navbar-s1 {
        padding: 10px 25px;
        background: #ffffff;
    }
    .slider-1, .slider-2, .slider-3 {
        height: 600px;
        background-size: 200%;
        /* padding-top: 50px; */
        /* background: #eee; */
    }
    .slider-1, .slider-3 {
        background-position: right;
    }
    .slider-2 {
        background-position: left;
    }
    .service-providers-icons {
        flex-direction: column;
    }
    .service-providers-icons a {
        margin: 25px 0px;
    }
    .service-providers-icons img{
        width: 120px;
        height: min-content;
    }
    .slider::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #fafafadb;
        position: absolute;
    }
    .slider .container{
        position: absolute;
    }
    
    #map {
     background-image: url(../images/map.png); 
       min-height: 200px;
    width: 100%;
        background-size: 200%;
    background-position: center;
}
    
}