.navbar-brand {
    font-family: "Boldonse", system-ui;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3rem;
    color: black;
    margin-left: 10px;
}

.nav-item {
    padding: 0 40px;
    color: black;
}

.header-div {  
   background-color: rgb(0, 153, 255);
   margin-top: 80px;
}

.header-div h1 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4.5rem;
    font-optical-sizing: auto;
    color: black;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 6vw;
    transition: 0.5s;
}

.header-div h1:hover {
    -webkit-text-stroke: 2px white;
    color: transparent;
}

.header-div .header-div-h1-arrow {
    color: white;
}

.header-div h4 {
    font-family: "Tuffy", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: black;
    margin-bottom: 90px;
    margin-left: 6vw;
}

.header-div .headerButton {
    background-color: transparent;
    width: 15rem;
    height: 3rem;
    color:black;
    border: 1px solid black;
    border-radius: 30px;
    margin-left: 6vw;
}

.header-div .headerButton:hover {
    background-color: white;
}

.header-div .headerImg {
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.562);
    mix-blend-mode:darken;
    margin-top: 30px;
    width: 80%;
    height: 100%;
    text-align: center;
}

/********************homePage-about***********************/

.homePage-about .homePage-about-h1 {
    font-family: "Tuffy", sans-serif;
    font-weight: bolder;
    font-style: italic;
    color: black;
    font-size: 3rem;
    margin-left: 6vw;
    margin-top: 80px;
}

.homePage-about .homePage-about-arrow {
    color: rgb(0, 153, 255);
}

.homePage-about .homePage-about-p {
    font-family: "Tuffy", sans-serif;
    font-weight: bolder;
    font-style: italic;
    color: black;
    margin-left: 6vw;
}

.homePage-about .homePage-about-button {
    border: 1px solid rgb(0, 153, 255);
    margin-left: 6vw;
    margin-top: 40px;
    width: 10rem;
    height: 2rem;
    border-radius: 30px;
}

.homePage-about .homePage-about-img {
    width: 60%;
    height: 80%;
    margin-left: 6vw;
    margin-top: 80px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.562);
}

/******************homePage-services*********************/

.homePage-services {
    background-color: rgb(248, 247, 247);
    padding-bottom: 80px;
}

.homePage-services .homePage-services-h1 {
     margin-top: 70px;
     text-align: center;
     font-family: "Tuffy", sans-serif;
     font-weight: bolder;
     font-style: italic;
     color: black;
     padding-top: 70px;
}

.homePage-services .homePage-services-h1-arrow {
     color: rgb(0, 153, 255);
}

.homePage-services .homePage-services-row {
     text-align: center;
     margin-top: 30px;
     margin-left: 3vw;
}

.homePage-services .homePage-services-card {
     width: 30%;
     margin-right: 1vw;
     margin-left: 1vw;
     border-radius: 11%;
     background-color: white;
     padding-bottom: 40px;
}

.homePage-services .homePage-services-card3 {
     width: 30%;
     margin-right: 1vw;
     margin-left: 1vw;
     border-radius: 11%;
     background-color: white;
     padding-bottom: 40px;
}

.homePage-services .homePage-services-card:hover{
    border: 1px solid rgb(0, 153, 255);
}

.homePage-services .homePage-services-card3:hover{
    border: 1px solid rgb(0, 153, 255);
}

.homePage-services .homePage-services-icon {
    margin-top: 30px;
    margin-bottom: 12px;
    border: 1px solid rgb(0, 153, 255);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50%;
    background-color: rgb(0, 153, 255);
    color: white;
}

.homePage-services h4 {
    color: black;
    margin-bottom: 12px;
}

.homePage-services p {
    color: rgb(88, 87, 87);
    margin-bottom: 25px;
}

/****************homePage-WriteUp****************/

.homePage-WriteUp {
    background-color: rgb(0, 153, 255);
    padding-top: 70px;
    padding-bottom: 50px;
}

.homePage-WriteUp h1 {
    color: white;
    width: 80vw;
    margin-left: 14%;
    margin-bottom: 50px;
}

.homePage-WriteUp button {
    margin-left: 43vw;
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 5px;
    padding-left: 40px;
    border: 1px solid rgb(0, 153, 255);
    border-radius: 20px;
}

/*******************homePage-testimony**********************/

.homePage-testimony {
    padding-top: 50px;
    padding-bottom: 70px;
}

.homePage-testimony .card-group {
    margin-left: 1%;
}

.homePage-testimony h1 {
    text-align: center;
    font-family: "Tuffy", sans-serif;
    font-weight: bolder;
    font-style: italic;
    color: black;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.homePage-testimony .homePage-testimony-arrow {
    color: rgb(0, 153, 255);
}

.homePage-testimony .homePage-testimony-card {
    border: 1px solid rgb(0, 153, 255);
    border-radius: 30px;
    margin-right: 1vw;
    margin-left: 1vw;
}

.homePage-testimony h4 {
    margin-bottom: 10px;
}

/*******************homePage-footer**********************/

.homePage-footer {
    background-color: rgb(0, 153, 255);
    padding-top: 40px;
    padding-bottom: 40px;
}

.homePage-footer .homePage-footer-arrow {
    color: black;
}

.homePage-footer .homePage-footer-arrow2 {
    color: black;
}

.homePage-footer .homePage-footer-h3 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.3rem;
    font-weight: 900;
    color: white;
    margin-left: 3%;
}

.homePage-footer .homePage-footer-h5 {
    font-family: "Tuffy", sans-serif;
    font-weight: bolder;
    font-style: italic;
    color: white;
    margin-left: 3%;
}

.homePage-footer .homePage-footer-h4 {
    font-family: "Tuffy", sans-serif;
    font-weight: bolder;
    font-style: italic;
    color: white;
    text-align: center;
}

.homePage-footer p {
    color: white;
    text-align: center;
}

.homePage-footer .homePage-footer-h3 {
    color: white;
    margin-left: 3%;
}

.homePage-footer .homePage-footer-a {
    text-decoration: none;
    color: white;
    margin-left: 3.5%;
}

/*********************service-html*********************/

.service-div {
    padding-top: 90px;
}

.carousel-div {
    padding-bottom: 30px;
}

.carousel-div .carousel-div-h1 {
    font-family: "Tuffy", sans-serif;
    font-weight: bolder;
    font-style: italic;
    font-size: 3rem;
    color: black;
    margin-top: 40px;
    margin-left: 65px;
    margin-bottom: 30px;
}

.carousel-div .carousel-div-h1-arrow {
    color: rgb(0, 153, 255);
}

.carousel-div .carousel-div-button {
    padding: 10px 70px 10px 70px;
    border-radius: 30px;
    border: 1px solid rgb(0, 153, 255);
    margin-left: 11%;
    margin-top: 60px;
}

.carousel-div .carousel-inner {
    padding-top: 20px;
}

.carousel-div .carousel-item {
    border-radius: 65px;
    width: 40vw; 
    height: 25rem;
    margin-left: 13%; 
    box-shadow: 1px 1px 5px 5px rgb(0, 153, 255);
}

.carousel-div .carousel-div-img {
    border-radius: 65px;
}

.carousel-div .carousel-div-button-next {
    padding-left: 12%;
}

.carousel-div .carousel-div-h4 {
    margin-left: 11%;
    color: black;
}

/******************services-satisfaction-div*********************/

.services-satisfaction-div {
    box-shadow: 1px 5px 10px 1px rgb(0, 153, 255);
    border-radius: 20px;
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.services-satisfaction-div-img {
    width: 80%;
    height: 110%;
    margin-left: 10%;
    border-radius: 30px;
}

.services-satisfaction-div-h2-arrow {
    color: rgb(0, 153, 255);
}

.services-satisfaction-div-h2 {
    font-size: 2.3rem;
    font-weight: bold;
}

.services-satisfaction-div-row1 {
    padding-bottom: 60px;
}

.services-satisfaction-div-row3 {
    padding-left: 15%;
}

.services-satisfaction-div .services-satisfaction-div-col {
    padding-top: 20px;
}

/***************services-footer*****************/

.services-footer {
    background-color: rgb(0, 153, 255);
    padding-top: 40px;
    padding-bottom: 40px;
}

.services-footer .services-footer-arrow {
    color: black;
}

.services-footer .services-footer-arrow2 {
    color: black;
}

.services-footer .services-footer-h3 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.3rem;
    font-weight: 900;
    color: white;
    margin-left: 3%;
}

.services-footer .services-footer-h5 {
    font-family: "Tuffy", sans-serif;
    font-weight: bolder;
    font-style: italic;
    color: white;
    margin-left: 3%;
}

.services-footer .services-footer-h4 {
    font-family: "Tuffy", sans-serif;
    font-weight: bolder;
    font-style: italic;
    color: white;
    text-align: center;
}

.services-footer p {
    color: white;
    text-align: center;
}

.services-footer .services-footer-h3 {
    color: white;
    margin-left: 3%;
}

.services-footer .services-footer-a {
    text-decoration: none;
    color: white;
    margin-left: 3.5%;
}

/**************About us***************/

.about-header {
    padding: 80px 50px 20px 50px;
}

.about-header .about-header-img {
    width: 77%;
    border-radius: 30px;
}

.about-header .about-header-col2 {
    padding-top: 20px;
}

.about-header .about-header-h4-arrow {
    color: rgb(0, 153, 255);
}

/**************About-WriteUp Images**************/

.about-writeUp-images {
    padding: 70px 30px 40px 30px;
    background-color: rgb(251 246 246);
}

.about-writeUp-images .about-writeUp-img {
    width: 100%;
    border: 1px solid rgb(0, 153, 255);
    border-radius: 30px;
}

/*****************About-WriteUp-Section***************/

.about-writeUp-section {
    background-color: rgb(0, 153, 255);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.about-writeUp {
    width: 90%;
    margin-left: 5.5%;
}

.about-writeUp .about-writeUp-h1 {
    color: white;
}

.about-writeUp .about-writeUp-button {
    margin-left: 40%;
    margin-top: 30px;
    padding: 10px 60px 10px 60px;
    border: 1px solid rgb(0, 153, 255);
    border-radius: 30px;
}

/*****************About-Footer********************/

.about-footer {
    background-color: rgb(0, 153, 255);
    padding-top: 40px;
    padding-bottom: 40px;
}

.about-footer .about-footer-arrow {
    color: black;
}

.about-footer .about-footer-arrow2 {
    color: black;
}

.about-footer .about-footer-h3 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.3rem;
    font-weight: 900;
    color: white;
    margin-left: 3%;
}

.about-footer .about-footer-h5 {
    font-family: "Tuffy", sans-serif;
    font-weight: bolder;
    font-style: italic;
    color: white;
    margin-left: 3%;
}

.about-footer .about-footer-h4 {
    font-family: "Tuffy", sans-serif;
    font-weight: bolder;
    font-style: italic;
    color: white;
    text-align: center;
}

.about-footer p {
    color: white;
    text-align: center;
}

.about-footer .about-footer-h3 {
    color: white;
    margin-left: 3%;
}

.about-footer .about-footer-a {
    text-decoration: none;
    color: white;
    margin-left: 3.5%;
}

/*********************contact-header**********************/

.contact-header {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 70px;
}

.contact-header .contact-header-row {
    border: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    border-radius: 30px;
}

.contact-header .contact-header-h1-arrow {
    color: rgb(0, 153, 255);
}

.contact-header .contact-header-h1 {
    text-align: center;
    padding-bottom: 20px;
}

/***********contactUs-section************/

.contactUs-section {
    padding-top: 40px;
    padding-left: 3%;
    padding-right: 2%;
    padding-bottom: 60px;
}

.contactUs-section .contactUs-row {
    text-align: center;
}

.contactUs-section .contactUs-col {
    padding-top: 45px;
    background-color: rgb(248, 244, 244);
    border-radius: 10px;
    width: 32%;
}

.contactUs-section .contactUs-col1 {
    padding-top: 45px;
    background-color: rgb(248, 244, 244);
    border-radius: 10px;
    width: 32%; 
    margin-right: 20px;
}

.contactUs-section .contactUs-col2 {
    padding-top: 45px;
    background-color: rgb(248, 244, 244);
    border-radius: 10px;
    width: 32%; 
    margin-right: 20px;
}

.contactUs-section .contactUs-section-h5 {
    padding-top: 30px;
    padding-bottom: 40px;
}

.contactUs-section .contactUs-section-h6, .contactUs-section-num {
    padding-bottom: 35px;
}

.contactUs-section .contactUs-section-h6-link {
    padding-bottom: 20px; 
    font-size: 1.5vw;
}


/************contact-div-footer************/

.contact-div-footer {
    background-color: rgb(0, 153, 255);
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-div-footer .contact-div-footer-arrow {
    color: black;
}

.contact-div-footer .contact-div-footer-arrow2 {
    color: black;
}

.contact-div-footer .contact-div-footer-h3 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.3rem;
    font-weight: 900;
    color: white;
    margin-left: 3%;
}

.contact-div-footer .contact-div-footer-h5 {
    font-family: "Tuffy", sans-serif;
    font-weight: bolder;
    font-style: italic;
    color: white;
    margin-left: 3%;
}

.contact-div-footer .contact-div-footer-h4 {
    font-family: "Tuffy", sans-serif;
    font-weight: bolder;
    font-style: italic;
    color: white;
    text-align: center;
}

.contact-div-footer p {
    color: white;
    text-align: center;
}

.contact-div-footer .contact-div-footer-h3 {
    color: white;
    margin-left: 3%;
}

.contact-div-footer .contact-div-footer-a {
    text-decoration: none;
    color: white;
    margin-left: 3.5%;
}


/************************Responsiveness****************************/

@media (min-width:100px) and (max-width:766px) {

.header-div h1 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: calc(3.6rem + .7vw);
    font-optical-sizing: auto;
    color: black;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 6vw;
    transition: 0.5s;
}

.header-div h1:hover {
    -webkit-text-stroke: 2px white;
    color: transparent;
}

.header-div h4 {
    font-family: "Tuffy", sans-serif;
    font-weight: 400;
    font-style: italic;
    color: black;
    margin-bottom: 60px;
    margin-left: 6vw;
}

.header-div .headerButton {
    background-color: transparent;
    width: 13rem;
    height: 3rem;
    color:black;
    border: 1px solid black;
    border-radius: 30px;
    margin-left: 6vw;
}

.header-div .headerButton:hover {
    background-color: white;
}

.header-div .headerImg {
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.562);
    mix-blend-mode:darken;
    margin-top: 30px;
    width: 80%;
    height: 100%;
    text-align: center;
    margin-left: 20px;
}

.homePage-about .homePage-about-img {
    width: 60%;
    height: 80%;
    margin-left: 22vw;
    margin-top: 80px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.562);
}

.homePage-services .homePage-services-card {
     width: 80%;
     margin-left: 8.5vw;
     border-radius: 11%;
     background-color: white;
     padding-bottom: 40px;
     margin-bottom: 10px;
}

.homePage-services .homePage-services-card3 {
     width: 80%;
     margin-left: 8.5vw;
     border-radius: 11%;
     background-color: white;
     padding-bottom: 40px;
     margin-bottom: 10px;
}

.homePage-services .homePage-services-row {
     text-align: center;
     margin-top: 30px;
     margin-left: 0vw;
}

.homePage-WriteUp h1 {
    color: white;
    width: 80vw;
    margin-left: 10%;
    margin-bottom: 50px;
}

.homePage-WriteUp button {
    margin-left: 10vw;
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 5px;
    padding-left: 40px;
    border: 1px solid rgb(0, 153, 255);
    border-radius: 20px;
}

/*************service-html***************/

.carousel-div .carousel-div-h1 {
    font-family: "Tuffy", sans-serif;
    font-weight: bolder;
    font-style: italic;
    font-size: 2.3rem;
    color: black;
    margin-top: 40px;
    margin-left: 30px;
    margin-bottom: 30px;
    width: 400px;
}

.carousel-div .carousel-item {
    border-radius: 65px;
    width: 55vw; 
    height: 15rem;
    margin-left: 13%; 
    box-shadow: 1px 1px 5px 5px rgb(0, 153, 255);
}

.carousel-div .carousel-div-button {
    padding: 10px 70px 10px 70px;
    border-radius: 30px;
    border: 1px solid rgb(0, 153, 255);
    margin-left: 11%;
    margin-top: 20px;
    width: 242px;
}

.carousel-div .carousel-div-button-next {
    padding-left: 11%;
}

.carousel-div .carousel {
    padding-left: 20vw;
}

.carousel-div .carousel-inner {
    padding-top: 40px;
}

.services-satisfaction-div {
    width: 114%;
    box-shadow: 1px 5px 10px 1px rgb(0, 153, 255);
    border-radius: 20px;
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.services-satisfaction-div .services-satisfaction-div-col {
    padding-top: 6.5%;
}

.services-satisfaction-div-h2 {
    font-size: 2.3rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.services-satisfaction-div-row1 {
    padding-bottom: 40px;
}

.services-footer {
    width: 114%;
    background-color: rgb(0, 153, 255);
    padding-top: 40px;
    padding-bottom: 40px;
}

/*************about-writeUp***************/

.about-writeUp .about-writeUp-button {
    margin-left: 0;
    margin-top: 30px;
    padding: 10px 60px 10px 60px;
    border: 1px solid rgb(0, 153, 255);
    border-radius: 30px;
}

.about-header .about-header-img {
    width: 90%;
    border-radius: 30px;
}

/*************contactUs-section***************/

.contact-header {
    padding-left: 15%;
    padding-right: 14%;
    padding-top: 70px;
}

.contactUs-section {
    padding-top: 40px;
    padding-left: 10%;
    padding-right: 2%;
    padding-bottom: 60px;
}

.contactUs-section .contactUs-col {
    padding-top: 45px;
    background-color: rgb(248, 244, 244);
    border-radius: 10px;
    width: 45%;
    margin-left: 23%;
    margin-top: 10px;
}

.contactUs-section .contactUs-col1 {
    padding-top: 45px;
    background-color: rgb(248, 244, 244);
    border-radius: 10px;
    width: 45%; 
    margin-right: 10px;
}

.contactUs-section .contactUs-col2 {
    padding-top: 45px;
    background-color: rgb(248, 244, 244);
    border-radius: 10px;
    width: 45%; 
    margin-right: 20px;
}

.contactUs-section .contactUs-section-h6-link {
    padding-bottom: 20px; 
    font-size: 1.8vw;
}

}


@media (min-width:767px) and (max-width:1233px) {

.header-div h1 {
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
    font-optical-sizing: auto;
    color: black;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 6vw;
    transition: 0.5s;
}

.header-div .headerButton {
    background-color: transparent;
    width: 15rem;
    height: 3rem;
    color:black;
    border: 1px solid black;
    border-radius: 30px;
    margin-left: 6vw;
    margin-bottom: 20px;
}

.header-div .headerImg {
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.562);
    mix-blend-mode:darken;
    margin-top: 30px;
    width: 80%;
    height: 100%;
    text-align: center;
    margin-left: 20px;
}

.homePage-about .homePage-about-img {
    width: 70%;
    height: 70%;
    margin-left: 6vw;
    margin-top: 80px;
    text-align: center;
    border-radius: 30px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.562);
}

.homePage-services .homePage-services-card {
     width: 42%;
     border-radius: 11%;
     background-color: white;
     padding-bottom: 40px;
     margin-bottom: 10px;
}

.homePage-services .homePage-services-card3 {
     width: 42%;
     border-radius: 11%;
     background-color: white;
     padding-bottom: 40px;
     margin-bottom: 10px;
     margin-left: 23vw;
}

.homePage-services .homePage-services-row {
     text-align: center;
     margin-top: 30px;
     margin-left: 9vw;
}

.homePage-WriteUp button {
    margin-left: 40vw;
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 5px;
    padding-left: 40px;
    border: 1px solid rgb(0, 153, 255);
    border-radius: 20px;
}

/***********about-writeUp***************/

.about-writeUp .about-writeUp-button {
    margin-left: 38%;
    margin-top: 30px;
    padding: 10px 60px 10px 60px;
    border: 1px solid rgb(0, 153, 255);
    border-radius: 30px;
}

/*************contact section****************/

.contactUs-section {
    padding-top: 40px;
    padding-left: 12%;
    padding-right: 2%;
    padding-bottom: 60px;
}

.contactUs-section .contactUs-col {
    padding-top: 45px;
    background-color: rgb(248, 244, 244);
    border-radius: 10px;
    width: 42%;
    margin-left: 23%;
    margin-top: 10px;
}

.contactUs-section .contactUs-col1 {
    padding-top: 45px;
    background-color: rgb(248, 244, 244);
    border-radius: 10px;
    width: 42%; 
    margin-right: 20px;
}

.contactUs-section .contactUs-col2 {
    padding-top: 45px;
    background-color: rgb(248, 244, 244);
    border-radius: 10px;
    width: 42%; 
    margin-right: 20px;
}

.about-writeUp .about-writeUp-h1 {
    color: white;
    font-size: calc(1.1rem + 1.5vw);
}

}