 .banner {
     background-image: url("../img/banner_img.jpg");
     padding: 50px 0;
     background-size: cover;
     background-position: top center;
     position: relative;
     z-index: 99;
 }

 .banner::after {
     position: absolute;
     content: "";
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: #000;
     opacity: 0.6;
     z-index: -9;
 }


 .banner h2 {
     color: #fff;
     font-size: 40px;
     font-weight: 700;
     line-height: 1.1;
     margin: 0 0 25px;
     text-align: center;
 }

 .banner .callbtn {
     background-color: red;
     color: #fff;
     font-size: 18px;
     font-weight: 700;
     border-radius: 100px;
     -webkit-box-shadow: 0 15px 25px 0 rgba(255, 129, 86, .3);
     box-shadow: 0 15px 25px 0 rgba(255, 129, 86, .3);
     padding: 14px 40px;
     border: none;
     text-transform: uppercase;
 }

 .banner p {
     color: #fff;
     font-size: 19px;
 }

 .banner .RequestForm {
     background-color: #fff;
     -webkit-box-shadow: 5px 7px 30px rgba(72, 73, 121, .15);
     box-shadow: 5px 7px 30px rgba(72, 73, 121, .15);
     padding: 20px 40px;
     border-radius: 5px;
     text-align: center;

 }

 .banner .RequestForm h4 {
     font-size: 28px;
     font-weight: 700;
     margin-bottom: 10px;
     line-height: 1;
     color: #283a5e;
 }

 .banner .RequestForm .divider {
     width: 80px;
     height: 2px;
     background-color: #ff0200;
     display: block;
     margin: 0 auto 20px;
 }

 .banner .contact-form .col-contact {
     width: 100%;
     margin: 0 0 10px;
 }

 .banner .contact-form input {
     height: 40px;
     font-size: 16px;
     padding: 10px 20px;
     border: 1px solid #f3f5fe;
     outline: 0;
     border-radius: 5px;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
     background: #f3f5fe;
     display: block;
     width: 100%;
     line-height: 1.5;
     color: #495057;
 }

 .banner .contact-form textarea {
     height: 60px;
     font-size: 16px;
     padding: 10px 20px;
     border: 1px solid #f3f5fe;
     outline: 0;
     border-radius: 5px;
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
     background: #f3f5fe;
     display: block;
     width: 100%;
     line-height: 1.5;
     color: #495057;
 }

 .bgWhite {
     background-color: #fff;
     padding: 50px 0;
 }

 .bgWhite span {
     color: red;
     font-size: 16px;
     font-weight: 400;
     text-transform: capitalize;
     display: block;
 }

 .bgWhite h2 {
     font-size: 36px;
     font-weight: 700;
     margin: 15px 0 25px;
     line-height: 40px;
     color: #ff832f;
     text-align: center;
 }

 .bgWhite h2 span {
     display: block;
     font-size: 36px;
     color: #141516;

 }

 .bgWhite p {
     color: #141516;
     font-size: 17px;
     margin: 0 0 20px;
 }

 .bgWhite {
     margin: 0;
     color: #828893;
     font-size: 16px;
     line-height: 1.6;
 }


 .bgWhite a {
     display: block;
     color: red;
     text-transform: capitalize;
     font-size: 16px;
     transition: .4s;
     font-weight: 600;
     margin: 15px 0 0;
 }

 .bgWhite a:hover {
     padding-left: 10px;
     transition: .4s;
 }

 .bgWhite .viDoe video {
     border-radius: 5px;
     -webkit-box-shadow: 5px 7px 30px rgba(72, 73, 121, .15);
     box-shadow: 5px 7px 30px rgba(72, 73, 121, .15);

 }

 .serviceBox {
     padding: 70px 0 100px;
     background-color: #f8f9fa;
     background-image: url("./images/bg-pattern-2.png");
     background-attachment: fixed;
 }

 .serviceBox h2 {
     font-size: 36px;
     font-weight: 700;
     margin-bottom: 20px;
     margin-top: 15px;
     text-transform: capitalize;
     line-height: 38px;
     color: #283a5e;
 }

 .serviceBox h2 span {
     display: block;
     color: red;
     text-transform: capitalize;
     font-size: 16px;
     font-weight: 400;
 }

 .serviceBox .ViewMore {
     border: 1px solid #ff1900;
     padding: 10px 20px;
     display: block;
     width: 220px;
     border-radius: 50px;
     margin: 0 auto;
     font-size: 18px;
     font-weight: 600;
     text-align: center;
     color: #333;
     text-transform: capitalize;
 }

 .serviceBox .ViewMore:hover {
     background-color: #333;
     color: #fff;
     border-color: #333;
 }

 .serviceBox .row {
     margin: 0 0 50px;
 }

 .ContactPAge {
     padding: 70px 0 100px;
     background-color: #f8f9fa;
     background-color: #ff0200;
 }

 .ContactPAge h3 span {
     font-weight: 400;
     display: block;
 }

 .ContactPAge h3 {
     font-size: 52px;
     font-weight: 700;
     line-height: 1.3;
     text-align: center;
     color: #fff;
 }

 .ContactPAge a {
     display: block;
     width: 250px;
     background-color: #fff;
     border-radius: 50px;
     margin: 0 auto;
     font-size: 18px;
     font-weight: 600;
     text-align: center;
     padding: 10px 20px;
     color: #333;
 }

 .LocationArea {
     background-color: #fbf9f8;
     padding: 50px 0;
     background-image: url("./images/bg-pattern-2.png");
 }