body {
    margin: 0px;
    font-family: "Source Sans 3", sans-serif;
}
 
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2f2d39;
    border-radius: 0px;
}
  

/* Logo Section */

main.logo-section {
    padding: 10px 0px;
    background: #fff;
}

main.logo-section i.fa.fa-search {
    color: #3f6b9d;
    font-size: 13px;
}
 
.form-control:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.hdt-btn a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff !important; 
    background: #ff5e17;
    border: none;
    border-radius: 5px;
    position: relative;
    line-height: 50px;
    justify-content: space-between;
    padding: 0 25px;
    transition: all 0.5s ease-in-out;
}


/* Close Logo Section */

/* Menu Section */

main.menu-section header.sticky-top {
    background: #003c80;
}
 
/* Close Menu Section */

.hdr-1 {
    padding: 10px 0;
    background: #fb420e;
}
.hdr-1 h6 {
    margin-bottom: 0;
    color: #fff;
}


p {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
ul li {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 9;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border: 0;
}
 
/* Close Banner Section */


section.hm-1 {
    padding: 30px 0;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000;
    font-size: 45px;
}

.btn-1 {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-1 a {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 14px;
    transition: .7s all;
    display: block;
    width: fit-content;
    margin: auto;
}
.btn-1 a:hover {
    background: #4b4848;
}

.hm-txt-1 p {
    text-align: center;
    font-size: 20px;
    font-style: italic;
    color: #000;
}
 
.hm-txt-1 {
    margin-top: 10px;
    text-align: center;
}

.hm-txt-1 p span {
    color: #0078ff;
}

span.blue-spc-1 {
    width: 20px;
    height: 20px;
    display: block;
    background: #0078ff;
    transform: rotate(45deg);
    margin: auto;
}


section.abt-1 {
    padding: 50px 0;
}


.abt-sc-2b {
    padding: 30px 0;
}
.abt-sc-2b h2 {
    font-size: 20px;
    margin-bottom: 20px;
    background: #ccc;
    padding: 10px 15px;
}
.abt-sc-2b h3 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}
.abt-sc-2a img {
    max-width: 250px;
    margin: auto;
    margin-bottom: 30px;
    padding: 10px;
    border: 2px solid #b3b3b3;
    border-radius: 10px;
}
.abt-sc-2a {
    text-align: center;
}
.abt-sc-2a p {
    text-align: justify;
}

.abt-cntct p {
    margin: 0;
    line-height: 35px;
    font-size: 20px;
    color: #000;
}
.abt-cntct p a {
    text-decoration: none;
    color: #0078ff;
}

.hm-txt-1 p a {
    text-decoration: none;
}
.bx-1 a {
    text-align: center;
    text-decoration: none;
    display: block;
}

.bx-1 h4 {
    color: #000;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    padding: 10px 0 0;
    text-transform: uppercase;
}

.bx-1 {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    transition: .8s all;
}
.bx-1:hover {
    box-shadow: 0px 1px 10px #00000052;
}


section.wrk-inr-1 {
    background: #ffffff;
    padding: 50px 0;
}

section.wrk-inr-1 h1 {
    text-transform: inherit;
    padding: 0 50px;
}

.bk-btn a {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 3px 15px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 14px;
    transition: .7s all;
    display: block;
    width: fit-content;
}
.bk-btn {
    margin-bottom: 40px;
}
section.wrk-inr-1 h4 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.wrk-inr-1a {
    margin-bottom: 40px;
}
.wrk-inr-1a1 p {
    text-align: center;
}



.prjct-hm video {
    height: 400px;
}

.prjct-hm img {
    width: auto;
    height: 250px;
}

.prjct-hm {
    text-align: center;
}


.wrk-inr-1a p {
    font-size: 20px;
    color: #000;
    line-height: 32px;
}

.wrk-inr-1a h6 {
    font-size: 21px;
}

.wrk-inr-1a h5 {
    font-size: 30px;
    margin-bottom: 10px;
}



.plafont-rght-2 img {
    margin-top: 100px;
}







@media (min-width:1100px){
    .prjct-hm.prjct-hm-sd {
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 20px;
    }

}

/* Media Screens */

@media (max-width: 576px) {
    .toggle-button {
        display: block;
    }
    .container {
        max-width: 90%;
    }
}



@media (max-width: 767.9px) {
    img.img-fluid.logo-image {
        width: 125px;
        float: left;
    }
    .wrk-inr-1a p {
        font-size: 17px;
        line-height: 23px;
    }
    section.wrk-inr-1 h1 {
        padding: 0 7px;
        margin-bottom: 30px;
    }
    .wrk-inr-1a p {
        text-align: center;
    }
    h1 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    p {
        font-size: 17px;
        line-height: 23px;
    }
    ul li {
        font-size: 17px;
        line-height: 23px;
    }
    section.abt-1 {
        padding: 30px 0;
    }
    .abt-sc-2b {
        padding: 10px 0;
    }
    .abt-cntct p {
        line-height: 30px;
        font-size: 18px;
    }
    section.wrk-inr-1 h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    section.wrk-inr-1 {
        padding: 30px 0;
    }
    .wrk-inr-1a {
        margin-bottom: 20px;
    }


}

@media (min-width: 768px) and (max-width: 991.9px) {
    .prjct-hm.prjct-hm-sd  img {
        width: auto;
        height: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199.9px) {
    .prjct-hm.prjct-hm-sd  img {
        width: auto;
        height: 200px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px){
    section.hm-1 {
        padding: 10px 0;
    }
    .btn-1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    h1 {
        margin-bottom: 20px;
    }





}



/* Close Media Screens */