.navbar.scroll-fix {
  background: #53B6D0;
}
.navbar ul li {
  margin: 0px 10px;
}
.navbar a {
  color: rgba(0, 0, 0, 0.55);
  font-family: "Karla", sans-serif;
  font-weight: 400;
}
.navbar .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #53B6D0;
}
.navbar .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #53B6D0;
}
.navbar .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  position: relative;
  border-right: 2px solid rgba(128, 128, 128, 0.368627451);
  padding-right: 20px;
}
.navbar .btn-order {
  color: rgba(0, 0, 0, 0.55) !important;
}

.footer {
  background: url(/assets/images/bg/footer-bg.png) no-repeat;
  background-size: cover;
}
.footer p {
  color: white;
}
.footer .h4 {
  color: #FFFFFF;
  margin-top: 20px;
}
.footer .hr-blue {
  position: relative;
  left: -32%;
  width: 25%;
  top: -9%;
}
.footer ul {
  padding: 0px 0px;
  margin-top: 20px;
}
.footer ul li {
  font-size: 13px;
  line-height: 30px;
}
.footer ul li a {
  color: #EBEBEB;
}
.footer .social-links i {
  margin: 0px 5px;
}
.footer .social-icons i {
  background: white;
  color: #0D4B5B;
  height: 30px;
  width: 30px;
  border-radius: 20px;
  padding: 8px;
  margin: 0px 7px;
}

.widget-home {
  position: fixed;
  right: 0%;
  transform: rotate(270deg);
  transform-origin: right bottom;
  top: 25%;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  z-index: 999;
}
.widget-home a {
  text-decoration: none;
  margin: 10px;
  animation: Color 4s linear infinite;
  -webkit-animation: Color 4s ease-in-out infinite;
  padding: 9px;
  color: white;
  font-size: 17px;
  border-radius: 20px 20px 0px 0px;
}

@keyframes Color {
  0% {
    color: white;
  }
  20% {
    color: orange;
  }
  40% {
    color: greenyellow;
  }
  60% {
    color: lightseagreen;
  }
  80% {
    color: #ED5565;
  }
  100% {
    color: yellow;
  }
}
/** 
push auto
**/
/** 
pseudo elements
**/
/** 
responsive ratio
**/
/** 
placeholder
**/
/** 
hardware
**/
/** 
truncate
**/
/** 
transition
**/
/* *** Spacing
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-0 {
  margin-top: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

/*
*
* Default functionality
*
  font-family: 'VisbyCF-Bold';


*/
body::-webkit-scrollbar {
  width: 0.8em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 25px;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

section {
  padding: 50px 0px;
  position: relative;
}

html, body {
  position: relative;
  overflow-x: hidden;
}

h1, .h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  display: block;
  font-family: "cerapro";
  color: #000000;
}

a {
  text-decoration: none;
}

h2, .h2 {
  font-size: 32px;
  font-family: "cerapro";
  font-weight: 400;
  color: #000000;
  display: block;
}

h3, .h3 {
  font-size: 28px;
  font-weight: 400;
  color: #000000;
  font-family: "cerapro";
  display: block;
}

h4, .h4 {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
  display: block;
}

h5, .h5 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  display: block;
}

h6, .h6 {
  font-size: 18px;
  display: block;
  color: #818181;
  font-weight: 400;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  font-family: "Karla", sans-serif;
}
p a {
  text-decoration: none;
  outline: none;
  font-family: "Montserrat", sans-serif !important;
  box-shadow: none;
  font-family: "Karla", sans-serif;
}
p .no-boder-left {
  border-left: none;
}
p .no-boder-right {
  border-right: none;
}
p .white-highlights {
  color: white;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.google-reviews {
  position: absolute;
  top: 31%;
  right: 0px;
}

.yellow-1 {
  background: #1F365C;
  color: white;
  display: inline-block;
  padding: 0px 10px;
}

ul {
  list-style-type: none !important;
}
ul li {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  font-family: "Karla", sans-serif;
}

.btn-order {
  background: #53B6D0 !important;
  color: white !important;
  border-radius: 20px;
  border: none;
  padding: 5px 30px;
  font-weight: 500;
  font-family: "Karla", sans-serif;
}
.btn-order:hover, .btn-order:focus, .btn-order.active {
  background: #000000;
  border-color: transparent;
  color: white !important;
  border-color: white !important;
}

.btn-live {
  border: 1px solid transparent;
  padding: 5px 30px;
  font-size: 14px;
  background: white;
  color: #457f71;
  border-radius: 20px;
  padding: 5px 40px;
  font-weight: 500;
  font-family: "Karla", sans-serif;
}
.btn-live:hover {
  background: #53B6D0 !important;
  color: white !important;
  border-color: transparent !important;
}

.hr-line {
  border: 1px solid #242424;
  width: 15%;
  margin: 0px 0px 8px;
}

.hr-blue {
  border: 1px solid #53B6D0;
  width: 15%;
  margin: 0px 0px 8px;
}

.number {
  color: #53B6D0;
  font-size: 40px;
  font-family: "cerapro";
  font-weight: 700;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.sitemap {
  padding: 50px 0px;
}
.sitemap .h1 {
  font-weight: 400;
  font-size: 36px;
  font-family: "cerapro";
  color: grey;
}
.sitemap .h2 {
  color: #fff;
  padding: 10px 30px;
  font-family: "cerapro";
  background: #53B6D0;
}
.sitemap ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sitemap ul li {
  float: left;
  list-style-type: none;
  padding-left: 0px;
  text-decoration: none;
  display: inline-block;
  line-height: 24px;
  margin-bottom: 30px;
  width: 25%;
}
.sitemap ul li a {
  color: grey;
  font-size: 15px;
}
.sitemap ul li a i {
  margin-right: 5px;
  background: #53B6D0;
  padding: 10px 10px;
  border-radius: 25px;
  color: white;
  border: 1px solid #53B6D0;
}

#notfound {
  position: relative;
  height: 70vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0 auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1, .notfound .notfound-404 h2 {
  text-transform: uppercase;
  position: absolute;
}

.notfound .notfound-404 h1 {
  font-size: 236px;
  font-weight: 200;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-size: 28px;
  font-weight: 400;
  color: #313233;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  bottom: 0;
  left: 0;
  right: 0;
}

.notfound a, .notfound a:hover {
  color: #fff;
  background: #53b6d0;
}

.notfound a {
  font-family: Proxima Nova Regular;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  padding: 13px 23px;
  font-size: 18px;
  transition: all 0.2s;
}

.form-select:focus {
  box-shadow: none;
  outline: none;
}

@media (max-width: 576px) {
  .hero-section .btn-outline {
    padding: 0.375rem 0.75rem !important;
  }
  .professional-box {
    text-align: center;
  }
  .professional-box .h5 {
    padding: 15px 0px 0px;
  }
  .professional-service a {
    padding: 20px 0px;
    display: block;
  }
  .your-sucess {
    background: #5d7e90 !important;
  }
  .our-service .service-box {
    text-align: center;
  }
  .hr-blue {
    display: none;
  }
  .our-service .service-box .btn-order {
    margin-bottom: 20px;
  }
  .our-process .process-box {
    margin: 30px 0px;
    text-align: center;
  }
  .our-process .process-box img {
    display: none;
  }
  .our-pricing .pricing-box {
    margin: 20px 0px;
  }
  .btn-order {
    display: block;
  }
  .our-benefits .btn-live {
    margin: 20px 0px !important;
    display: block;
  }
  .cta::before {
    display: none;
  }
  .cta .btn-live {
    display: block;
    margin: 20px 0px !important;
  }
  .cta {
    background-size: cover !important;
  }
  .cta-am::before {
    display: none;
  }
  .about-ideas a {
    margin-bottom: 30px;
  }
  .idea-box {
    text-align: center;
  }
  .idea-box .h5 {
    margin: 15px 0px;
  }
  .about-ideas a {
    margin: 15px 0px;
    display: block;
  }
  .ours-pricing .h5 {
    margin: 15px 0px;
  }
  .ours-pricing .pricing-box {
    margin: 20px 0px;
  }
  .h2 {
    font-size: 23px;
  }
  .your-sucess .btn-live {
    display: block;
    margin: 15px 0px;
  }
  .contact-bg {
    background: none !important;
  }
  .faqs .accordion-button {
    text-align: left;
  }
  .widget-home {
    display: none;
  }
  .professional-service::before {
    display: none;
  }
  .our-service::before {
    display: none;
  }
  .service::after {
    display: none;
  }
  .hero-section .form-control {
    padding: 0.375rem 1.75rem !important;
  }
  .hero-section .btn-order {
    padding: 7px 0px !important;
  }
  .cta-am {
    text-align: center;
  }
  .ours-pricing::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .professional-service::before {
    display: none;
  }
}
.about-bg {
  background: url(/assets/images/bg/about-bg.png) no-repeat;
  background-size: cover;
}
.about-bg h1.h1 {
  color: #ffffff;
  font-size: 50px !important;
}
.about-bg img {
  width: 600px;
  height: 43px;
}

.cta-am .number {
  color: #53b6d0;
  font-size: 40px;
  font-family: "cerapro";
  font-weight: 700;
}
.cta-am::before {
  background: url(/assets/images/simple/sita-shape.png) no-repeat;
  content: "";
  position: absolute;
  height: 730px;
  width: 492px;
  top: 0px;
}

section.reviews {
  padding-top: 0;
}
section.reviews .testimonials-box {
  padding: 20px 50px;
  border-radius: 7px;
  position: relative;
  height: -webkit-fill-available;
  box-shadow: 0px 0px 5px 0px rgba(128, 128, 128, 0.1882352941);
}
section.reviews .testimonials-box::before {
  background: url(/assets/images/icons/asset1.png) no-repeat;
  content: "";
  position: absolute;
  width: 32px;
  height: 102px;
  left: 5%;
  top: 25px;
}
section.reviews .testimonials-box .h6 {
  font-weight: 700;
}/*# sourceMappingURL=reviews.css.map */