@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

h2 {
  font-weight: 300;
  font-size: 40px;
}
@media (max-width: 1366px) {
  h2 {
    font-size: 30px;
  }
}

.main-menu i {
  padding-left: 15px;
  padding-right: 5px;
}

a {
  color: unset;
}

p {
  font-weight: 300;
  padding: 0;
  margin: 0;
  font-size: 17px;
}
@media (max-width: 1366px) {
  p {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  p {
    font-size: 17px;
  }
}

.pt-50 {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .pt-50 {
    padding-top: 25px;
  }
}

.pt-100 {
  padding-top: 100px;
}
@media (max-width: 1366px) {
  .pt-100 {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 20px;
  }
}

.black {
  color: #777777 !important;
}

.thankyou {
  padding: 200px 30px;
  text-align: center;
}

.btn-website {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  background-color: #33b46e;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .btn-website {
    padding: 5px 10px;
    font-size: 10px;
  }
}
.btn-website:hover {
  color: #fff;
  background: #0d233c;
}

.fixed_header {
  background-color: #0d233c;
  width: 100%;
  z-index: 900;
  padding: 30px 50px;
}
@media (max-width: 768px) {
  .fixed_header {
    padding: 15px;
  }
}
.fixed_header #main__header {
  width: 100%;
}
.fixed_header #main__header .header__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 550px) {
  .fixed_header #main__header .header__wrapper {
    flex-direction: column;
  }
}
.fixed_header #main__header .header__wrapper .royal_logo {
  width: 30%;
  order: 1;
}
@media (max-width: 768px) {
  .fixed_header #main__header .header__wrapper .royal_logo {
    order: 1;
    width: 25%;
    text-align: right;
  }
}
@media (max-width: 550px) {
  .fixed_header #main__header .header__wrapper .royal_logo {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}
.fixed_header #main__header .header__wrapper .main-menu {
  width: 70%;
  order: 2;
  text-align: right;
}
@media (max-width: 768px) {
  .fixed_header #main__header .header__wrapper .main-menu {
    width: 55%;
  }
}
@media (max-width: 550px) {
  .fixed_header #main__header .header__wrapper .main-menu {
    width: 100%;
    text-align: center;
  }
}
.fixed_header #main__header .header__wrapper .main-menu p {
  color: #fff;
}
@media (max-width: 768px) {
  .fixed_header #main__header .header__wrapper .main-menu p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .fixed_header #main__header .header__wrapper .main-menu p {
    text-align: center;
  }
}

.royal_banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.royal_banner .banner_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .royal_banner .banner_wrapper {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #0d233c;
    padding: 30px;
    margin-top: -110px;
  }
}
.royal_banner .banner_wrapper .item {
  order: 2;
}
@media (max-width: 600px) {
  .royal_banner .banner_wrapper .item {
    order: 2;
  }
}
.royal_banner .banner_wrapper .item .box {
  border: 1px solid #fff;
  padding: 45px 35px;
  border-radius: 10px;
  width: 550px;
}
@media (max-width: 1366px) {
  .royal_banner .banner_wrapper .item .box {
    width: 350px;
    padding: 20px;
  }
}
@media (max-width: 820px) {
  .royal_banner .banner_wrapper .item .box {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .royal_banner .banner_wrapper .item .box {
    padding: 20px;
    width: 100%;
  }
}
.royal_banner .banner_wrapper .item .box h5 {
  color: #fff;
  text-align: center;
}
.royal_banner .banner_wrapper .item .box .wrapper_free_quote {
  display: flex;
  flex-wrap: wrap;
}
.royal_banner .banner_wrapper .item .box .wrapper_free_quote .x-50 {
  width: 50%;
  padding: 0 2px;
}
.royal_banner .banner_wrapper .item .box .wrapper_free_quote .x-100 {
  width: 100%;
  padding: 0 2px;
}
.royal_banner .banner_wrapper .item .box .contact-form .form-field {
  position: relative;
  margin: 5px 0;
}
.royal_banner .banner_wrapper .item .box .contact-form .input-text {
  display: block;
  width: 100%;
  padding: 0 7px;
  height: 35px;
  border: 1px solid #f1f1f1;
  color: #ccc;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
}
.royal_banner .banner_wrapper .item .box .contact-form .submit-btn {
  display: inline-block;
  background-color: #0d233c;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 46px;
  margin: 0px;
  border: none;
  cursor: pointer;
  transition: 0.6s all;
  -webkit-transition: 0.6s all;
  -moz-transition: 0.6s all;
  -ms-transition: 0.6s all;
  -o-transition: 0.6s all;
}
@media (max-width: 500px) {
  .royal_banner .banner_wrapper .item .box .contact-form .submit-btn {
    background-color: #000;
  }
}
.royal_banner .banner_wrapper .item .box .contact-form .submit-btn:hover {
  background: #9a9a9a;
  color: #fff;
}
.royal_banner .banner_wrapper .item-text {
  order: 1;
  padding: 0 50px;
}
@media (max-width: 600px) {
  .royal_banner .banner_wrapper .item-text {
    order: 1;
    padding: 0px;
    text-align: center;
  }
}
.royal_banner .banner_wrapper .item-text .dis {
  width: 200px;
}
@media (max-width: 1000px) {
  .royal_banner .banner_wrapper .item-text .dis {
    width: 150px;
  }
}
.royal_banner .banner_wrapper .item-text h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
}
.royal_banner .banner_wrapper .item-text h1 .bld {
  font-weight: 900;
}
@media (max-width: 1366px) {
  .royal_banner .banner_wrapper .item-text h1 {
    font-size: 45px;
  }
}
@media (max-width: 1000px) {
  .royal_banner .banner_wrapper .item-text h1 {
    font-size: 30px;
  }
}

.below_banner {
  padding: 15px 0;
  background: linear-gradient(90deg, rgb(51, 180, 110) 11%, rgb(13, 35, 60) 81%);
}
@media (max-width: 550px) {
  .below_banner {
    background: linear-gradient(6deg, rgb(51, 180, 110) -29%, rgb(13, 35, 60) 75%);
  }
}
.below_banner ul {
  display: flex;
  flex-wrap: wrap;
}
.below_banner ul li {
  list-style: none;
  color: #fff;
  width: 25%;
  text-align: center;
}
@media (max-width: 768px) {
  .below_banner ul li {
    width: 50%;
    padding: 20px;
    text-align: left;
  }
}
.below_banner ul li .big {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: -20px;
}
@media (max-width: 768px) {
  .below_banner ul li .big {
    font-size: 30px;
    margin-bottom: -10px;
  }
}
.below_banner ul li .small {
  font-size: 20px;
  font-weight: 200;
}

.client_logos {
  background-image: url(../images/bg.png);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0 30px;
}
@media (max-width: 768px) {
  .client_logos {
    padding: 20px;
    text-align: center;
  }
}
.client_logos ul {
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 768px) {
  .client_logos ul {
    flex-wrap: wrap;
  }
}
.client_logos ul li {
  list-style: none;
  padding: 10px;
}

.about {
  padding: 80px 0;
  background-image: url(../images/bg.png);
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .about {
    padding: 25px;
  }
}
.about p {
  color: #454545;
}
@media (max-width: 768px) {
  .about h2 {
    padding-top: 15px;
  }
}
.about ul {
  padding: 15px 0 0 0;
  margin: 0;
}
.about ul li {
  list-style: none;
  color: #454545;
  padding: 5px 0;
  font-size: 17px;
  font-weight: 300;
}
.about ul li img {
  padding-right: 10px;
}

.municipality {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .municipality {
    padding: 20px;
  }
}
.municipality .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.municipality .wrapper .dark_blue {
  background-color: #0d233c;
  height: 160px;
  width: 24%;
  padding: 20px;
  color: #fff;
  border-radius: 15px;
  margin: 3px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .municipality .wrapper .dark_blue {
    width: 48%;
  }
}
.municipality .wrapper .dark_blue img {
  padding-bottom: 15px;
}
.municipality .wrapper .dark_blue h6 {
  font-size: 15px;
  font-weight: 400;
}
.municipality .wrapper .text_color {
  color: #454545 !important;
  width: 24%;
  height: 160px;
  padding: 20px;
  color: #fff;
  border-radius: 15px;
  margin: 3px;
  border: 1px dashed #ccc;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .municipality .wrapper .text_color {
    width: 48%;
  }
}
.municipality .wrapper .text_color img {
  padding-bottom: 15px;
}
.municipality .wrapper .text_color h6 {
  font-size: 15px;
  font-weight: 400;
}

.testimonials {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .testimonials {
    padding: 20px;
  }
}
.testimonials h2 {
  background-image: url(../images/q.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}
.testimonials h5 {
  font-size: 17px;
  padding-top: 25px;
  color: #0d233c;
}

.before_after {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .before_after {
    padding: 20px;
  }
}
.before_after h2 {
  text-align: center;
}
.before_after .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.before_after .wrapper .item {
  width: 33%;
  text-align: center;
}
@media (max-width: 1366px) {
  .before_after .wrapper .item {
    width: 33%;
  }
}
@media (max-width: 1000px) {
  .before_after .wrapper .item {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .before_after .wrapper .item {
    width: 100%;
  }
}
.before_after .img-comp-container {
  position: relative;
  width: 100%;
  height: 210px; /*should be the same height as the images*/
}
@media (max-width: 1366px) {
  .before_after .img-comp-container {
    height: 240px;
  }
}
.before_after .img-comp-container .img-comp-img {
  position: absolute;
  height: auto;
  overflow: hidden;
}
.before_after .img-comp-container .img-comp-img img {
  width: 410px;
}
@media (max-width: 1366px) {
  .before_after .img-comp-container .img-comp-img img {
    width: 350px;
  }
}
@media (max-width: 1024px) {
  .before_after .img-comp-container .img-comp-img img {
    width: 290px;
  }
}
@media (max-width: 650px) {
  .before_after .img-comp-container .img-comp-img img {
    width: 330px;
  }
}
.before_after .img-comp-container .img-comp-img img {
  display: block;
  vertical-align: middle;
}
.before_after .img-comp-container .img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}

.footer {
  background-color: #363636;
  padding: 100px 0 15px 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 20px;
  }
}
.footer h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.footer .social_media {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .footer .social_media {
    padding: 20px 0;
  }
}
.footer .social_media ul {
  padding: 0;
  margin: 0;
}
.footer .social_media ul li {
  list-style: none;
  display: inline;
  padding-right: 15px;
}
.footer p {
  color: #d9d9d9;
  font-size: 15px;
  font-weight: 300;
}
.footer ul li {
  color: #d9d9d9;
  font-weight: 300;
  padding: 5px 0;
}
.footer hr {
  color: #6e6e6e;
}

.our_products h2 {
  text-align: center;
}
.our_products ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our_products ul li {
  list-style: none;
  width: 24%;
  text-align: center;
  padding: 20px;
}
@media (max-width: 768px) {
  .our_products ul li {
    width: 50%;
  }
}
.our_products ul li h6 {
  padding-top: 10px;
}/*# sourceMappingURL=main.css.map */