.navbar {
  background-color: #E8FDFF;
}
.navbar .container {
  position: relative;
}
.navbar .container .btn-order {
  background: #348A1D;
  color: white !important;
  border-radius: 20px;
  border: none;
  padding: 5px 17px;
  font-family: "Gza";
  font-size: 13px;
  margin: 5px;
}
.navbar .container img {
  width: 210px;
}
.navbar .container .nav1 {
  position: absolute;
  right: 0%;
  top: 10px;
  margin: 0px 15px;
}
.navbar .container .nav1 .nav-link {
  font-family: "NeueMontreal-Regular";
  font-family: "NeueMontreal-Regular";
}
.navbar .container .nav1 .social-links {
  margin: 8px 0px;
}
.navbar .container .nav1 .social-links i {
  margin: 0px 5px;
  color: #000;
}
.navbar .container .nav-link {
  margin: 0px 20px;
  color: #3A3A3A !important;
  font-size: 16px !important;
}
.navbar .container .hr-line {
  position: absolute;
  right: 0%;
  border: 1px solid #C9C9C9;
  width: 51%;
  top: 54%;
}
.navbar .container .hr-line::after {
  position: absolute;
  content: "";
  height: 9px;
  width: 1px;
  right: 29%;
  background-color: #C9C9C9;
  top: 87px;
}
.navbar .container .nav2 {
  position: absolute;
  right: 0%;
  top: 62%;
}
.navbar .container .nav2 ul li a {
  margin: 0px 0px;
}

.dropdown {
  cursor: pointer;
}
.dropdown .dropdown-toggle {
  pointer-events: none;
}
.dropdown:hover .dropdown-menu {
  background: #e6f8e6;
  display: block !important;
}

.sticky {
  background: #e8fdff;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  box-shadow: 0px 0px 10px 0px #cfcfcf;
}

.footer {
  background: #3A3A3A;
}
.footer p {
  color: white;
}
.footer .h4 {
  color: #FFFFFF;
  margin-top: 20px;
}
.footer .hr-blue {
  position: relative;
  left: 0%;
  width: 35%;
  top: 0%;
  border: 1px solid rgba(255, 255, 255, 0.3215686275);
}
.footer .hr-line {
  border: 1px solid #FFFFFF;
  width: 100%;
  margin: 10px 0px 8px;
}
.footer .hr-line1 {
  border: 1px solid #FFFFFF;
  width: 100%;
  margin: 10px 0px 8px;
}
.footer .t-text {
  font-family: "NeueMontreal-Regular";
  font-size: 14px;
  color: #FFFFFF;
}
.footer ul {
  padding: 0px 0px;
  margin-top: 20px;
}
.footer ul li {
  font-size: 16px;
  line-height: 35px;
  font-weight: 500;
}
.footer ul li a {
  color: #EBEBEB;
}
.footer .social-links i {
  margin: 0px 5px;
  color: #EBEBEB;
}
.footer .social-icons i {
  background: white;
  color: #0D4B5B;
  height: 30px;
  width: 30px;
  border-radius: 20px;
  padding: 8px;
  margin: 0px 7px;
}

/** 
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: 80px 0px;
  position: relative;
}

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

h1,
.h1 {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Gza";
  display: block;
  color: #3A3A3A;
}

a {
  text-decoration: none;
}

h2,
.h2 {
  font-size: 32px;
  font-family: "Gza";
  font-weight: 700;
  color: #3A3A3A;
  display: block;
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 600;
  color: #3A3A3A;
  font-family: "Gza";
  display: block;
}

h4,
.h4 {
  font-size: 24px;
  color: #3A3A3A;
  font-weight: 700;
  display: block;
  font-family: "Gza";
}

h5,
.h5 {
  font-size: 20px;
  color: #3A3A3A;
  font-weight: 700;
  display: block;
  font-family: "Gza";
}

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

p {
  font-family: "NeueMontreal-Regular";
  font-size: 16px;
  color: #3A3A3A;
  letter-spacing: 1px;
}
p a {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
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: 16px;
  font-weight: 400;
  color: #3A3A3A;
  font-family: "NeueMontreal-Regular";
}

.btn-order {
  background: #348A1D;
  color: white !important;
  border-radius: 30px;
  font-size: 16px;
  border: none;
  padding: 5px 30px;
  font-family: "Gza";
}
.btn-order:hover, .btn-order:focus, .btn-order.active {
  background: #3A3A3A;
  border-color: transparent;
  color: white !important;
  border-color: white !important;
}

.btn-live {
  border: 1px solid #707070;
  font-size: 16px;
  color: #3A3A3A;
  border-radius: 30px;
  padding: 5px 40px;
  font-weight: 500;
  font-family: "Gza";
}
.btn-live:hover {
  background: #348A1D !important;
  color: white !important;
  border-color: transparent !important;
}

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

.hr-blue {
  border: 2px solid #348A1D;
  width: 30%;
  margin: 20px 0px 30px;
  opacity: 2;
}

.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;
  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;
}

.or {
  font-family: "Gza";
  color: #3A3A3A;
  margin: 0px 5px;
}

.cs-trigger {
  text-align: center;
  padding: 7px 13px;
  background: #3e3e3e;
  color: #fff;
  font-size: 15px;
  outline: none;
  border: none;
  border-radius: 5px;
  font-family: cursive;
}

.cs-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8784313725);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.cs-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  padding: 1rem 1.5rem;
  width: 47rem;
  border-radius: 0.5rem;
}

.cs-close-button {
  text-align: center;
  top: 3%;
  left: 90%;
  height: 35px;
  padding: 4px;
  color: white;
  width: 35px;
  position: absolute;
  border-radius: 33px;
  z-index: 1;
  background-color: red;
}

.cs-close-button:hover {
  background-color: darkgray;
}

.cs-show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.popup-box1 {
  background: url(/assets/images/simple/popup-bg.png) no-repeat;
  position: relative;
  padding: 15px;
  border-radius: 20px;
}
.popup-box1 .popup-box {
  border: 2px solid #cdfe01;
  border-radius: 15px;
  padding: 15px;
}
.popup-box1 .popup-box .h3 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.popup-box1 .popup-box .h4 {
  color: white;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.popup-box1 .popup-box::before {
  background: url(/assets/images/simple/popup.png) no-repeat;
  position: absolute;
  content: "";
  width: 512px;
  height: 531px;
  left: -23%;
}
.popup-box1 .popup-box .btn-order {
  padding-top: 10px;
  display: block;
  height: 40px;
  margin-top: 15px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  width: 100%;
}
.popup-box1 .popup-box p {
  color: white;
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 20px;
}
.popup-box1 .popup-box .form-control {
  border-radius: 7px;
}

@media (max-width: 576px) {
  .btn-live {
    display: block;
  }
         .navbar ul.navbar-nav.ms-auto.nav1 {
             display: none;
         }
    
         .navbar .container .nav2 {
             position: relative;
    
         }
  .btn-order {
    display: block;
  }
  .or {
    text-align: center;
    display: block;
    margin: 10px 0px;
  }
  .navbar .nav1 {
    position: relative;
    right: 0%;
  }
  .hero-section .h5::after {
    display: none;
  }
  .navbar .nav2 {
    position: relative;
    right: 0%;
  }
  .hr-line {
    display: none;
  }
  .hero-section .left-arrow {
    display: none !important;
  }
  .hero-section .writer-box .circle {
    padding: 5px 18px !important;
  }
  .gurantee .professional-box {
    text-align: center;
    margin: 20px 0px;
  }
  .best-seller .h2 {
    margin: 20px 0px;
  }
  .show-piece .left-service {
    padding: 30px 20px !important;
  }
  .show-piece .left-service .writer-slider .left-arrow {
    display: none;
  }
  .show-piece .left-service .writer-slider .right-arrow {
    display: none;
  }
  .show-piece .left-service .writer-slider .client-pagination {
    display: none;
  }
  .show-piece .right-service {
    padding: 30px 20px !important;
  }
  .show-piece .right-service .left-arrow1 {
    left: 74% !important;
  }
  .show-piece .right-service .right-arrow1 {
    left: 23% !important;
  }
  .our-customer .left-arrow2 {
    left: 63% !important;
  }
  .our-customer .right-arrow2 {
    left: 32% !important;
  }
  br {
    display: none;
  }
  .best-seller {
    text-align: center;
  }
  .our-book {
    text-align: center;
  }
  .our-journey {
    text-align: center;
  }
  .our-journey img {
    margin-top: 20px;
  }
  .our-team .team-box .box1 {
    left: 24% !important;
  }
  .facts .fac-box.box2 {
    margin: 40px 0px;
  }
  .professional-expert .service-form {
    margin: 30px 0px;
  }
  .our-services .h4 {
    margin: 30px 0px 0px;
  }
  .our-services .h2 {
    margin-top: 30px;
  }
  .testimonials .testimonials-box::after {
    display: none;
  }
  .testimonials .testimonials-box {
    text-align: center;
  }
  .contact-us .h2 {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  section.hero-section {
    text-align: center;
  }
  .hr-blue {
    display: none;
  }
  section.hero-section .h5::after {
    display: none;
  }
  section.gurantee {
    text-align: center;
  }
  section.show-piece {
    text-align: center;
  }
  section.show-piece .right-service .m-l-20 {
    margin-left: 0px !important;
  }
  section.faqa {
    text-align: center;
  }
  section.our-services {
    text-align: center;
  }
  section.our-services .nav-pills .nav-link {
    text-align: center;
  }
  section.contact-us .h2, section.contact-us p {
    text-align: center;
  }
  section.contact-us ul li {
    text-align: center;
  }
  section.professional-expert {
    text-align: center;
  }
  section.you-get .h2, section.you-get p {
    text-align: center;
  }
  section.faqs {
    text-align: center;
  }
  .footer img.img-fluid {
    margin: 20px auto 30px;
    display: block;
  }
  .footer .hr-line1 {
    width: 100%;
    margin: 10px 0px 8px;
  }
  .footer .t-text {
    text-align: center;
    display: block;
  }
}
.about-bg {
  background-color: #E8FDFF;
}

.google-brand {
  background-color: #E6F8E6;
  padding: 30px 0px;
}
.google-brand .brand {
  overflow: hidden;
}

.our-journey {
  background-color: #E8FDFF;
}

.best-seller {
  background-color: #E6F8E6;
  padding: 30px 0;
}

.our-team {
  background-color: #E8FDFF;
}
.our-team .team-box {
  position: relative;
  margin-top: 30px;
}
.our-team .team-box img {
  width: 100%;
  height: 310px;
}
.our-team .team-box .box1 {
  position: absolute;
  background: #348A1D;
  padding: 10px 50px;
  bottom: 0%;
  border-radius: 7px 7px 0px 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
}
.our-team .team-box .customer {
  display: block;
  font-family: "NeueMontreal-Regular";
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
}
.our-team .team-box .e-text {
  display: block;
  font-weight: 300;
  color: white;
  font-size: 12px;
}
.our-team .team-slider {
  overflow: hidden;
}
.our-team .team-slider .client-pagination {
  text-align: center;
}
.our-team .team-slider .client-pagination .swiper-pagination-bullet {
  background: #348A1D;
  margin: 0px 2px;
}
.our-team .team-slider .client-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 10px;
}
.our-team .team-slider .right-arrow3 {
  color: #D4E3D4;
  position: absolute;
  left: 38%;
}
.our-team .team-slider .left-arrow3 {
  color: #D4E3D4;
  position: absolute;
  left: 59%;
}

.facts {
  background-color: #E6F8E6;
  padding: 50px 0;
}
.facts .fac-box {
  position: relative;
  text-align: center;
}
.facts .fac-box img {
  height: 90px;
  margin-bottom: 10px;
}
.facts .fac-box.box2 {
  border-right: 2px solid white;
}
.facts .fac-box .e-text {
  font-family: "NeueMontreal-Regular";
  font-size: 20px;
  color: #3A3A3A;
}
.facts .fac-box span.h3 {
  font-size: 50px;
}

@media only screen and (max-width: 587px) {
    .social-links a {
        display: block !important;
        padding: 0 0 10px !important;
    }
}
.our-expert {
  background-color: #e8fdff;
}/*# sourceMappingURL=about-us.css.map */
