html {
    scroll-behavior: smooth;
}

body {
    /* overflow: hidden; */
    font-family: 'Montserrat' !important;
}

/* global css start */
.Container {
    padding: 70px;
}

.mt70 {
    margin-top: 70px;
}

.customButton {
    width: 200px;
    height: 60px;
    border: none;
    background: white; 
    color:;
}

.homeSection3 .centered, .AboutUsHeader .centered {
    top: 50% !important;
}

.textBackgroundGray {
    font-size: 25px;
    background: gray;
}

/* global css end  */

/* navbar css start  */
.navbar {
    background-color: #2e2e2e !important;
}

.nav-link {
    color: #fff !important;
    font-family: 'Montserrat' !important;
    font-size: 18px !important;
}

.active {
    color: #c23637 !important;
}

.nav-item {
    margin-right: 1rem!important;
    margin-left: 1rem!important;
}

.navbar .container-fluid .contact h6 {
    color: #fff !important;
    font-size: 20px !important;
}
.navbar .container-fluid .contact .number {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: bold;
}

.navbar-toggler {
    background-color: #fff !important;
}
/* navbar css end  */

/* Header Image css start  */
.headerImg {
    position: relative;
    text-align: center;
    color:;
  }

  /* Centered text */
.centered {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 70px;
}

.headerImg img {
    filter: brightness(100%);
}

.googleMapImg {
    border: 2px solid black !important;
    filter: brightness(100%) !important;
}

.centered .text-start h1 {
    font-size: 40px;
    font-weight: bold;
}
.centered .text-start p {
    font-size: 19px;
}
.centered .text-start button {
    font-size: 21px;
}

/* Header Image css end  */

/* box on header css start  */
.box {
    position: absolute;
    border: 2px solid;
    width: 70%;
    display: flex;
    align-items: center;
    height: 80px;
    margin-top: -25px;
    position: relative;
    background: #fff;
}


.whyUsBox {
    position: relative;
    background: #2e2e2e !important;
    height: 80px;
    color: #fff;
    width: 16% !important;
}
/* 
.whyUsBox::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-left-color: #2e2e2e;
    border-right: 0;
    margin-top: -13px;
    margin-right: -13px;
  } */

.box .whyUsBox h1 {
    font-size: 30px !important;
}
.box div p {
    padding: 18px;
    font-size: 12px !important;
    font-weight: bold;
}
/* box on header css end  */

/* home Section 1 start  */
.homeSection1 .row div h1 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: bold;
    word-spacing: 4px;
}
.homeSection1 .row div .customButton {
    font-size: 12px;
}
.videosBox {
    width: 380px;
    height: 300px;
    background-color: #000000;
}


.homeSection1 .row div p {
    font-size: 18px;
    font-weight: 500;
}


.beforeAndAfterBtn {
    width: 100px !important;
    height: 40px !important;
    font-size: 14px !important;
    background-color: #fff !important;
    z-index: 999;
}

.bAndABtn {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px 0px 10px;
    width: 100%;
}
a:link {
    color: green;
    background-color: transparent;
    text-decoration: none;
  }
  a:visited {
    color:black;
    background-color: transparent;
    text-decoration: none;
  }
  a:hover {
    color:black;
    background-color: transparent;
    text-decoration: underline;
  }
  a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
  }

.verticalLine {
    border: 1px solid white;
    height: 300px;
}

.carousel-item img {
    height: 235px;
    position: relative;
}

.carousel-item p {
    position:relative;
    z-index: 9999;
    top: 0%;
    right: 0;
    left: 0;
    transform: translate(0%, 20%);
    padding: 20px;
    color:#000000 !important;
    text-align: center;
}

/* home Section 1 end  */

/* home section 2 start */
.homeSection2 {
    background-color: #f3f3f3;
}

.homeSection2 .slide {
    height: 170px;
    margin-top: 80px;
}

.homeSection2 .carousel-control-prev {
    left: -17px;
    width: 30px;
    height: 30px;
    background: #b91f25;
    top: 40%;
    opacity: 1;
}
.homeSection2 .carousel-control-next {
    right: -17px;
    width: 30px;
    height: 30px;
    background: #b91f25;
    top: 40%;
    opacity: 1;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 20px !important;
    height: 20px !important;
}
/* home section 2 end  */

/* home Section 3 start */
.homeSection3 {
    position: relative;
    text-align: center;
    color: white;
}

.homeSection3 img {
    height: 500px;
    object-fit: cover;
    object-position: 20% 20%;
}

.homeSection3 div h1 {
    width: 40%;
}

.homeSection3 div p {
    font-size: 50px;
}
.homeSection3 div .customButton {
    width: 300px !important;
}

.emailBtn {
    width: 250px !important;
    border: 4px solid;
    height: 60px;
    background: transparent;
    color: #fff;
}
/* home Section 3 end */

/* footer css start  */
footer {
    background-color: #c23637;
}

footer h1 {
    color: #fff !important;
    font-size: 55px;
    font-weight: bold;
}

footer .Container .row div h4 {
    font-size: 30px;
    font-weight: bold;
}

footer .Container .row div p {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px !important;
} 

footer .Container .row .service p::before {
    content: url('Images/diamond-fill.svg');
    display: inline-block;
    width: 20px;
    height: 20px;
}
  

footer .Container .row div .email {
    font-size: 16px !important;
}

footer .Container .row .choose p {
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.footerText p {
    font-size: 16px !important;
}

.footerText h6 {
    font-size: 25px;
}
/* footer css end  */


/* ----------------------{ About Us Page css Start }----------------------  */
.AboutUsHeader img {
    filter: none !important;
}

.AboutUsHeader div p {
    width: 40%;
}

.AboutUsSection1 .row div p {
    font-weight: bold;
    font-size: 18px;
}

.AboutUsSection2 .teamBox {
    width: 250px;
    height: 200px;
    background: #fff;
    margin-bottom: 45px;
}

.AboutUsSection2 p {
    color: #c23637;
    font-weight: bold;
}
/* ----------------------{ About Us Page css end }----------------------  */
/* ----------------------{ Service Page css end }----------------------  */
/* .serviceCarosuelBox {
    background-color:pink;
    width: 100%;
    height: 430px;
}
.quarter-ellipseL { 
    height: 60px;
    width: 37px;
    border-radius: 50px 0px 0 50px;
    border: 2px solid #fff;
    position: relative;
 }
.quarter-ellipseR { 
    height: 60px;
    width: 37px;
    border-radius: 0px 150px 150px 0px;
    border: 2px solid #fff;
    position: relative;
 }
 
 .triangle-left {
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(-32%, -50%);
  }
  
  .triangle-right {
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(32%, -50%);
} */
/* ----------------------{ Service Page css end }----------------------  */

/* ----------------------{ Contact Page css Start }----------------------  */
.contactSection1 .Container .row div {
    /* font-size: 25px; */
}
.contactBox .iconDiv {
    margin-top: 76px;
}
.contactBox {
    width: 450px;
    border-radius: 30px;
    background-color: #b82123;
    padding-bottom: 0px !important;
}
.contactBox h6 {
    color: #fff;
    font-weight: bolder;
    font-size: 20px;
}
.contactBox input {
    font-size: 12px !important;
    width: 100% !important;
    height: 45px !important;
    margin-top: 10px !important;
    border: none !important;
    padding: 14px !important;
}
.contactBox textarea {
    border-radius: 0px !important;
}
.contactBox button {
    margin-top: 1.5rem!important;
    background: black;
    color: #fff;
    border: none;
    font-size: 12px;
    width: 150px;
    height: 40px;
}
.contactBox .textInfo {
    font-size: 12px;
    margin-top: 35px;
}
/* ----------------------{ Contact Page css end }----------------------  */

/* responsive css */
@media only screen and (max-width: 1200px) { 
    .AboutUsHeader .centered div p {
        width: 45% !important;
    }
    .home .centered {
        top: 50% !important;
    }
    .whyUsBox {
        width: 25% !important;
    }
    .homeSection3 div h1 {
        width: 50% !important;
    }
}

@media only screen and (max-width: 1070px) { 
    .AboutUsHeader .centered div p {
        width: 50% !important;
    }
    .whyUsBox {
        width: 25% !important;
    }
    /* home css start */
    .home .centered div img {
        width: 340px !important;
        margin-top: 44px;
    }
    .home .centered .text-start h1 {
        font-size: 30px !important;
    }

    .home .centered .text-start p {
        font-size: 15px !important;
    }
    .home .customButton {
        width: 160px !important;
        height: 50px !important;
        font-size: 18px !important;
    }
    .box .whyUsBox h1 {
        font-size: 30px !important;
    }
    /* home css end  */
}

@media only screen and (max-width: 990px) { 
    .navbar .container-fluid .contact h6 {
        text-align: start !important;
    }
    .AboutUsHeader .centered div p {
        width: 55% !important;
    }
    /* home css start  */
    .homeSection2 .slide {
        margin-top: 40px !important;
    }
    .homeSection3 .textBackgroundGray {
        font-size: 20px !important;
    }
    .homeSection3 div p {
        font-size: 35px;
    }
    .homeSection3 div .customButton {
        width: 250px !important;
    }
    .emailBtn {
        width: 200px !important;
    }
    /* home css end  */

    /* Service css start  */
    .ServiceSection1 .text {
        margin-top: 50px;
    }
    /* Service css end */

    /* contact css start */
    .contactSection1 .Container .row .contact {
        justify-content: center !important;
        margin-top: 35px;
    }
    /* contact css end  */
}
@media only screen and (max-width: 904px) { 
    .AboutUsHeader .centered div p {
        width: 50% !important;
        font-size: 15px;
    }
    .ServiceHeader .centered div p {
        font-size: 15px;
    }
    .centered .text-start h1 {
        font-size: 25px !important;
    }
    /* home css start   */
    .home .customButton {
        margin-top: 10px !important;
    }
    .box {
        width: 80% !important;
    }
    .homeSection3 div h1 {
        width: 60% !important;
    }
    /* home css end   */

}
@media only screen and (max-width: 826px) { 
    .AboutUsHeader .centered div p {
        width: 60% !important;
        font-size: 12px;
    }
    .ServiceHeader .centered div p {
        font-size: 12px;
    }
    .centered .text-start h1 {
        font-size: 18px !important;
    }
    .AboutUsSection1 .row div p {
        font-size: 12px !important;
    }
    /* home css start  */
    .home .centered {
        padding: 50px !important;
    }
    .home .centered div img {
        width: 250px !important;
    }
    .home .centered .text-start p {
        font-size: 11px !important;
    }
    .home .centered .text-start h1 {
        font-size: 20px !important;
    }
    .home .centered .text-start h4 {
        font-size: 15px !important;
    }
    .home .customButton {
        width: 120px !important;
        height: 45px !important;
        font-size: 12px !important;
        margin-top: 8px !important;
    }
    .home .centered div img {
        width: 250px !important;
        margin-top: 44px;
    }
    .box .whyUsBox h1 {
        font-size: 25px !important;
    }
    .box div p {
        font-size: 10px !important;
    }
    /* .home css end  */
    
}
@media only screen and (max-width: 750px) {
    .emailBtn {
        width: 159px !important;
        font-size: 12px;
    }
    .homeSection3 div .customButton {
        width: 180px !important;
        font-size: 13px;
    }
    .homeSection3 .textBackgroundGray {
        font-size: 16px !important;
    }
    .homeSection3 div p {
        font-size: 25px;
        margin-top: 16px;
        width: 100% !important;
    }
    .homeSection3 .centered div {
        margin-top: 25px;
    }
    .homeSection1 {
        margin-top: 0px !important;
    }
}
@media only screen and (max-width: 700px) { 
    /* home css start  */
    .home .centered {
        padding: 34px !important;
        padding-top: 0px !important;
    }
    .box .whyUsBox h1 {
        font-size: 18px !important;
    }
    .box div p {
        font-size: 8px !important;
    }
    .box {
        height: 55px !important;
    }
    .home .centered .text-start h1 {
        margin-top: 0px !important;
    }
    .home .centered div img {
        margin-top: 0px !important;
    }
    /* home css end  */
}

@media only screen and (max-width: 664px) {
    .AboutUsSection2 .row {
        justify-content: center !important;
    }
}

@media only screen and (max-width: 620px) { 
    .AboutUsHeader .centered div p {
        width: 60% !important;
        font-size: 10px !important;
    }
    .ServiceHeader .centered div p {
        font-size: 10px;
    }
    .centered .text-start h1 {
        font-size: 15px !important;
    }
    /* home css start  */
    .home .centered {
        padding: 34px !important;
    }
    .box .whyUsBox h1 {
        font-size: 18px !important;
    }
    .box div p {
        font-size: 8px !important;
    }
    .box {
        height: 55px !important;
    }
    .homeSection3 div h1 {
        width: 70% !important;
    }
    /* home css end  */
}
@media only screen and (max-width: 570px) {
    .home .centered div img {
        display: none;
    }
}
@media only screen and (max-width: 554px) { 
    .AboutUsHeader .centered div p {
        width: 70% !important;
    }
    .navbar div {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .navbar .container-fluid div img {
        margin-left: 20px !important;
        width: 100px !important;
    }
    .AboutUsSection1 .customButton {
        position: relative;
        top: -12px;
    }
    .AboutUsSection1 .row div div {
        align-items: end !important;
    }

    footer h1 {
        font-size: 40px !important;
    }

    footer .Container .row div h4 {
        font-size: 25px !important;
    }
    footer .Container .row div p {
        font-size: 15px !important;
    }
    footer .Container .row div .email {
        font-size: 12px !important;
    }

    .Container, .homeSection3 .centered, .ServiceHeader .centered {
        padding: 40px !important;
    }
}
@media only screen and (max-width: 500px) { 
    .AboutUsHeader .centered div {
        display: none !important;
    }
    .homeSection3 div h1 {
        width: 80% !important;
    } 
    .box .whyUsBox h1 {
        font-size: 12px !important;
    }
    .home .customButton {
        width: 80px !important;
        height: 29px !important;
        font-size: 8px !important;
        margin-top: 0px !important;
    }
}
@media only screen and (max-width: 440px) {
    .emailBtn {
        width: 180px !important;
        margin-top: 10px !important;
    }
}
@media only screen and (max-width: 414px) { 
    .Container {
        padding: 30px !important;
    }
    footer h1 {
        font-size: 30px !important;
    }
    footer .Container .row div h4 {
        font-size: 20px !important;
    }
    footer .Container .row div p {
        font-size: 12px !important;
    }
    footer .Container .row div .email {
        font-size: 10px !important;
    }
    .AboutUsSection1 .row div div {
        display: block !important;
    }
    .AboutUsSection1 .row div p {
        width: 100% !important;
    }
    .homeSection3 div h1 {
        width: 100% !important;
    }
    .ServiceHeader .centered {
        display: none !important;
    }

    .home .centered {
        padding-top: 0px !important;
    }
    .home .centered .text-start h1 {
        margin: 0px !important;
    }
    .home .centered .text-start p {
        margin: 0px !important;
        display: none !important;
    }
}
@media only screen and (max-width: 920px) { 
    .centered .googleMapImg iframe {
        width: auto !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 590px) { 
    .home .centered {
        display: block !important;
    }
    .home .centered .text-start h4 {
        display: none !important;
    }
}

