body{
    font-family: "Pontano Sans", sans-serif;
}

.bannerSection {
    padding:  0rem  0px 0px;
 
}
.BannerContent {
    padding: 5rem 0px;
}
.BannerContent .Logo {
    margin-bottom: 5rem;
}
 
.BannerContent h1 {
    color: rgb(255, 255, 255);
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    max-width: 500px;
    margin-bottom: 5rem;
}
.BannerContent h6 {
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 24px;
}
.BannerContent p {
    color: rgb(0, 186, 242);
    font-size: 24px;
}
.BannerContent p sup{ 
    font-size: 20px;
}

.our-services-heading h3 {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 0;
      font-weight: 500;
}

.our-services-heading {
    padding: 5rem 0px;
  background-color: #e5e5e5;
}

.key-benefits {
    padding: 4rem 0px;
}

.grid-service .service-image {
    width: 107px;
    height: 107px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
}

.grid-service .service-text p {
    text-align: left;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    color: rgb(40, 40, 40);
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 3px;
}

.grid-service.teamBox .service-text span{
text-align: left;
    margin: auto;
    font-family: "Open Sans", sans-serif;
    color: rgb(40, 40, 40);
    font-weight: 400; 
    font-size: 16px; 
}

.beautiful-location {
    padding: 3rem 0px;
    background-size: cover;
}

.beautiful-Content h2 {
    color: rgb(0, 186, 242);
    font-family: Montserrat;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 2rem;
}

.beautiful-Content p {
    color: rgb(255, 255, 255);
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.beautiful-map {
    display: flex;
    align-items: center;
    gap: 3rem;
    justify-content: center;
}

.beautiful-map img {
    width: 43px;
    object-fit: contain;
}

.beautiful-map .beautiful-content p {
    font-size: 22px;
    color: rgb(252, 252, 252);
    max-width: 190px;
    text-align: center;
    margin: 0;
}

.About-Section {
    padding: 5rem 0px;
}

.About-image img {
    width: 100%;
    object-fit: cover;
}

.About-Content {
    padding: 3rem;
}

.About-Content h2 {
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
}

.About-Content h6 {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 30px;
}

.About-Content p, .About-Content li {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin: 0;
}

.About-Section .row {
    margin-bottom: 5rem;
}

.About-Section .row:last-child {
    margin-bottom: 0rem;
}

.wating-section {
    padding: 3rem 0px;
    background-size: cover;
    background-position: center center;
    background: rgba(40,77,129,1);
}

.wating-section .wating-Content {
    text-align: center;
}

.wating-section .wating-Content h3 {
    font-weight: 500;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 30px;
    margin-bottom: 20px;
}

.wating-section .wating-Content  .request-btn, .btn-default {
    height: 52px;
    background: rgba(240,155,92,1);
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    line-height: 49px;
    font-weight: 700;
    display: block;
    margin: auto;
    width: 100%;
}

.wating-section .wating-Content .request-btn:hover, .btn-default:hover {
    outline: none;
    background: rgba(228,130,70,1);
    box-shadow: none;
    color: #fff;
    text-decoration: none;
}

.service-text h5 {
    font-size: 14px;
    color: #000;
    margin-bottom: 30px;
}

.service-text ul {
    list-style: none;
    padding: 0;
}

.service-text ul li {
    font-size: 16px;
    color: #000;
}

.service-text li a {
    color: #0000ff;
    text-decoration: underline;
}

.grid-service.teamBox .service-text {
    max-width: 214px;
    margin: auto;
    margin: 0;
}

footer {
    background: rgba(234,245,255,1);
    text-align: center;
    padding: 4rem 0px;
}

.footer-logo {
    margin-bottom: 30px;
}
 

.footer-content p {
    color: rgb(229, 229, 229);
    margin-bottom: 0px;

}

.footer-content p:last-child {
    margin: 0;
}

.ReviewSection {
    background-size: cover;
    background-position: bottom;
    padding-top: 5rem;
}
.ReviewUser {
    text-align: center;
}

.ReviewBox {
    position: relative;
}

.ReviewBox h6 {
    font-weight: 500;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 24px;
    max-width: 425px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.ReviewBox p {
    color: rgb(0, 186, 242);
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.ReviewBox:after {
       content: "";
    background-image: url(../image/dot.png);
    position: absolute;
    width: 142px;
    height: 124px;
    top: -19%;
    background-repeat: no-repeat;
    background-size: contain;
    left: -8%;
}


.Custom-Form {
    background: rgba(255,255,255,0.67);
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 0px;
    max-width: 405px;
    padding: 38px;
    margin-left: auto;
}

.Custom-Form h3 {
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    margin-bottom: 5px;
    color: #fff;
    max-width: 240px;
}
.Custom-Form > p {
    color: rgb(255, 255, 255);
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
}
.Custom-Form .form-group label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    display: block;
    margin-bottom: 4px;
    width: auto;
    margin-right: 0px;
}

.Custom-Form .form-group .form-control {
    background-color: #ffffff;
    color: #000;
    padding: 4px 0.75rem;
    border-radius: 5px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
    max-width: 321px;
    font-family: "Open Sans", sans-serif;
}
.Custom-Form .form-group .form-control:focus{
box-shadow: none;
outline: none;
}
.Custom-Form .btn-default {
    line-height: 1;
    margin-top: 30px;
    width: 322px;
    height: 52px;
    background: rgba(40,77,129,1);
    box-shadow: none;
    text-shadow: none;
    border-radius: 3px;
        font-size: 18px;

}
.Custom-Form .btn-default:hover {
    background: rgba(30,65,123,1);
    box-shadow: none;
    color: #fff;
}
p.PrivacyContent {
    color: rgb(255, 255, 255);
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    margin: 0;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
}
.BannerContent1 {
    display: flex;
    align-items: center;
}

.BannerContent1 .BannerContentText {
    border-left: solid 2px #e9934e;
    margin-left: 20px;
    padding-left: 20px;
}

.BannerContent1 .BannerContentText h1 {
    color: #e9934e;
    font-size: 49px;
}

.our-services-heading h3 {
    font-family: "Pontano Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(62, 120, 200);
    font-size: 34px;
    margin-bottom: 5px;
}

.our-services-heading p {
    max-width: 585px;
    text-align: center;
    margin: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: rgb(40, 40, 40);
    font-family: "Open Sans", sans-serif;
}

.footer-content p {
     font-family: "Open Sans", sans-serif;
    color: #000;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
.footer-content p a{
    color: rgb(40, 40, 40);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-decoration: underline;
}
.grid-service.teamBox {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 341px;
    margin: auto;
}