.navbar {
  background-color: white;
  position: relative;
  display: flex;
  align-items: unset;
  padding-top: 0px;
  height: 107px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1607843137);
}
.navbar .container {
  position: relative;
}
.navbar .container .nav1 {
  position: absolute;
  right: 0%;
  top: 0px;
  margin: 0px 0px;
}
.navbar .container .nav1 .nav-item {
  margin: 0px 10px;
}
.navbar .container .nav1 .nav-link {
  font-family: "Lato";
  padding-left: 15px;
  font-weight: 600;
}
.navbar .container .nav1 i {
  position: absolute;
  bottom: 29%;
  color: #456450;
}
.navbar .container .nav1 .social-links {
  margin: 8px 0px;
}
.navbar .container .nav1 .social-links i {
  margin: 0px 5px;
}
.navbar .container .nav1 .t-text {
  display: block;
  font-size: 11px;
}
.navbar .container .nav-link {
  margin: 0px 20px;
  color: #3A3A3A !important;
  font-size: 16px !important;
  font-family: "Lato";
  font-weight: 600;
}
.navbar .container .hr-line {
  position: absolute;
  right: 0%;
  border: 1px solid #C9C9C9;
  width: 58%;
  top: 40%;
}
.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: #E0ECF2;
  display: block !important;
}

.sticky {
  background: white;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  box-shadow: 0px 0px 10px 0px #cfcfcf;
}
.sticky .nav1 {
  display: none;
}
.sticky .nav2 {
  top: auto !important;
}
.sticky .hr-line {
  display: none;
}

.footer {
  background: #375040 !important;
  padding-bottom: 20px;
}
.footer p {
  color: white;
}
.footer .h4 {
  color: #FFFFFF;
  margin-top: 20px;
}
.footer .hr-blue {
  position: relative;
  left: 0%;
  width: 35%;
  top: 0%;
  opacity: 1;
  background-color: white;
}
.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: "Lato";
  font-size: 14px;
  color: #FFFFFF;
}
.footer ul {
  padding: 0px 0px;
  margin-top: 20px;
}
.footer ul li {
  font-size: 14px;
  line-height: 35px;
  font-weight: 500;
}
.footer ul li a {
  color: #EBEBEB;
}
.footer .social-links i {
  font-size: 18px;
  margin: 0px 5px;
  color: #EBEBEB;
}
.footer .policy-area {
  display: flex;
  align-items: center;
  justify-content: end;
}
.footer .policy-area a {
  color: #fff;
}
.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;
}

.our-customer .customer-box {
  position: relative;
  text-align: center;
  margin: 20px 0px;
}
.our-customer .customer-box::after {
  background: url(/assets/images/simple/quotes.webp) no-repeat;
  position: absolute;
  content: "";
  width: 251px;
  height: 167px;
  left: 38%;
  top: 5%;
  z-index: -1;
}
.our-customer .customer-box .h3 {
  color: #000000;
  border-radius: 50%;
  height: 80px;
  align-items: center;
  justify-content: center;
  width: 80px;
  display: flex;
  box-shadow: 0px 0px 5px 0px grey;
  font-weight: 800;
}
.our-customer .customer-box .customer {
  display: block;
  color: #3A3A3A;
  font-family: "Lato";
  font-weight: 800;
  font-size: 20px;
}
.our-customer .customer-box .service {
  line-height: 12px;
  font-family: "Lato";
  color: #3A3A3A;
  font-size: 12px;
  display: block;
  font-weight: 700;
}
.our-customer .customer-slider {
  overflow: hidden;
}
.our-customer .pagi-arrow {
  width: 170px;
}
.our-customer .client-pagination {
  text-align: center;
}
.our-customer .client-pagination .swiper-pagination-bullet {
  background: #D4E3D4;
  margin: 0px 2px;
  height: 12px;
  width: 12px;
  opacity: 1;
}
.our-customer .client-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 10px;
  background-color: #455A64;
  box-shadow: 0px 0px 10px 0px #455A64;
}
.our-customer .right-arrow2 {
  color: #D4E3D4;
  position: absolute;
  right: -20%;
}
.our-customer .left-arrow2 {
  color: #D4E3D4;
  position: absolute;
  left: -20%;
}

/*
*
* 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: 38px;
  font-weight: 600;
  line-height: 40px;
  font-family: "VisbyCF";
  display: block;
  color: #223D2C;
}

h2,
.h2 {
  font-size: 34px;
  font-family: "VisbyCF";
  font-weight: 700;
  color: #223D2C;
  display: block;
}

h3,
.h3 {
  font-size: 25px;
  font-weight: 600;
  color: #223D2C;
  font-family: "VisbyCF";
  display: block;
}

h4,
.h4 {
  font-size: 22px;
  color: #223D2C;
  font-weight: 600;
  display: block;
  font-family: "VisbyCF";
}

h5,
.h5 {
  font-size: 20px;
  color: #223D2C;
  font-weight: 600;
  display: block;
  font-family: "VisbyCF";
}

h6,
.h6 {
  font-size: 16px;
  display: block;
  font-family: "VisbyCF";
  color: #223D2C;
  font-weight: 600;
}

p {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

a {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.no-boder-left {
  border-left: none;
}

.no-boder-right {
  border-right: none;
}

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

ul {
  list-style-type: none !important;
}
ul i {
  bottom: 29%;
  color: #565656;
  font-size: 25px;
}
ul i i.fas.fa-phone {
  transform: revert;
}

.btn-order {
  background: #D21616;
  color: white !important;
  border-radius: 30px;
  font-size: 14px;
  border: none;
  font-weight: 600;
  padding: 7px 40px;
  font-family: "Lato";
}
.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 #707070;
  font-size: 14px;
  color: #000000;
  border-radius: 30px;
  padding: 7px 40px;
  font-weight: 600;
  font-family: "Lato";
}
.btn-live:hover {
  background: #D21616 !important;
  color: white !important;
}

.hr-line {
  border: 1px solid rgba(36, 36, 36, 0.4901960784) !important;
  width: 250px;
  margin: 20px 0px;
  background: white;
}

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

.vr {
  height: 20px;
  width: 1px;
  display: inline-block;
  background: #fff;
  margin: auto 5px;
}

#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 {
  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: "Lato";
  color: #000000;
  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.webp) 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;
  font-size: 22px;
}
.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.webp) 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;
}
.popup-box1 .popup-box .iti--allow-dropdown {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 480px) {
  .navbar .container .nav1 {
    display: none !important;
  }
  .navbar .container .nav2 {
    position: relative;
    top: 0% !important;
  }
  .navbar {
    height: auto !important;
  }
  .navbar .container .nav-link {
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-section .col-lg-6 .writer-slider .swiper-wrapper .swiper-slide .writer-box img {
    bottom: 31px !important;
  }
  .hero-section .col-lg-6 .writer-slider .swiper-wrapper .swiper-slide .writer-box .contentbox {
    bottom: 50px !important;
  }
  .hero-section .h1 {
    font-size: 31px !important;
    line-height: 34px !important;
  }
  .hero-section p {
    font-size: 14px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .navbar .container .nav1 .nav-item {
    margin: 0px 0px;
  }
  .show-piece {
    height: auto !important;
  }
  .offset-md-1 {
    margin-left: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .navbar .container .nav1 .nav-item {
    margin: 0px 0px;
  }
  .navbar .container .nav1 .nav-item {
    margin: 0px 0px;
  }
  .show-piece {
    height: auto !important;
  }
  .footer .social-links i {
    color: #EBEBEB;
    margin: 0px 0px;
  }
  .social-links ul li a {
    font-size: 12px;
  }
  .our-team .team-box .box1 {
    padding: 10px 10px !important;
  }
  .our-team .team-slider .client-pagination {
    display: none;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-section {
    padding-bottom: 0px !important;
  }
  .hero-section .offset-lg-1 {
    margin-left: 6% !important;
  }
  .hero-section .col-lg-6 .writer-box img {
    bottom: 13px !important;
  }
  .hero-section .h1 {
    font-size: 27px !important;
    line-height: 28px !important;
  }
  .hero-section p {
    font-size: 14px !important;
  }
  .hero-section .col-lg-6 .writer-box .contentbox {
    bottom: 30px !important;
  }
  .hero-section .client-box {
    background: #fff !important;
    width: auto !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    padding-bottom: 82px !important;
  }
}
@media (max-width: 991px) {
  section.hero-section, section.gurantee, section.show-piece, .our-book {
    text-align: center;
  }
  .hero-section .client-box {
    background: #fff !important;
    margin: 30px auto;
    width: auto !important;
  }
  .gurantee .professional-box .h4 {
    margin-top: 20px;
  }
  .hr-line {
    margin: 20px auto;
  }
  .show-piece {
    background: linear-gradient(180deg, #f4f3d9 56%, #456450 50%) !important;
  }
  .show-piece .left-service {
    padding: 30px 20px !important;
  }
  .show-piece .right-service {
    padding: 30px 20px !important;
  }
  .show-piece .right-service .creations-slider {
    margin: 25px auto 0 !important;
    width: 100% !important;
  }
  .show-piece .right-service .creations-slider img {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hr-blue {
    display: none;
  }
  section.hero-section .h5::after {
    display: none;
  }
  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 {
    display: block;
    margin: 10px auto 10px;
  }
  .footer .hr-line1 {
    margin: 10px 0px 8px;
    width: 100%;
  }
  .footer .policy-area {
    justify-content: center;
  }
  .hero-section {
    padding-bottom: 100px !important;
    padding-top: 50px !important;
  }
  .hero-section .col-lg-6 .writer-box img {
    bottom: -8% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .show-piece {
    background: linear-gradient(180deg, #f4f3d9 58%, #456450 50%) !important;
  }
}
@media (max-width: 576px) {
  .btn-live {
    display: block;
  }
  .navbar .container .nav1 {
    display: none !important;
  }
  .navbar .container .nav2 {
    position: relative;
    top: 0% !important;
  }
  .navbar {
    height: auto !important;
  }
  .navbar .container .nav-link {
    text-align: center;
  }
  .btn-order {
    display: block;
  }
  .or {
    display: block;
    margin: 10px 0px;
    text-align: center;
  }
  .navbar .nav1 {
    position: relative;
    right: 0%;
  }
  .hero-section .h5::after {
    display: none;
  }
  .navbar .nav2 {
    position: relative;
    right: 0%;
  }
  .hr-line {
    display: none;
  }
  .gurantee .professional-box {
    margin: 20px 0px;
    text-align: center;
  }
  .best-seller .h2 {
    margin: 20px 0px;
  }
  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;
  }
  .hero-section .col-lg-6 .right-arrow {
    transform: translate(12px, 120%) !important;
  }
}
@media (min-width: 280px) and (max-width: 480px) {
  .navbar .container .nav1 {
    display: none !important;
  }
  .contact-us .col-md-12 {
    width: 100% !important;
  }
  .contact-us .btn-order {
    margin-bottom: 20px;
  }
  .btn-order {
    width: 100%;
  }
  .btn-ive {
    width: 100%;
  }
  .navbar .container img {
    min-height: 64px;
    min-width: 200px;
  }
  .navbar-light .navbar-toggler {
    max-height: 40px;
    max-width: 56px;
    min-height: 40px;
    min-width: 56px;
  }
  section.hero-section p {
    max-height: 260px;
    max-width: 400px;
    min-height: 190px;
    min-width: 250px;
    padding: 10px 0px;
  }
  .our-book .h5 {
    margin-top: 20px;
  }
  .our-customer .customer-box::after {
    display: none;
  }
  .hero-section .col-lg-6 .writer-slider .swiper-wrapper .swiper-slide .writer-box .ratebox {
    left: 0% !important;
    top: 0% !important;
    transform: scale(0.9);
  }
}
.service-bg {
  background-color: #F4F3D9;
  background-image: url(/assets/images/simple/vector-lines.webp);
  background-size: cover;
  background-repeat: round;
  background-position: center center;
}
.service-bg .h1, .service-bg h1 {
  display: inline !important;
}

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

.professional-expert {
  background-color: #F6F6F6;
}
.professional-expert .service-form {
  position: relative;
  background: white;
  border-radius: 7px;
  box-shadow: 0px 0px 5px 0px rgba(128, 128, 128, 0.2784313725);
  padding: 15px 40px;
}
.professional-expert .service-form .h3 {
  text-align: center;
  font-family: "Lato";
}
.professional-expert .service-form .green {
  color: #D21616;
  font-family: "Lato";
  font-weight: bold;
}
.professional-expert .service-form .form-control {
  border: none;
  border-bottom: 1px solid #c9c9c9;
  border-radius: unset;
  font-family: "Lato";
  padding: 13px 0px 5px !important;
  font-size: 14px;
}
.professional-expert .service-form .form-label {
  display: none !important;
}
.professional-expert ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3A3A3A;
  font-family: "Lato";
}
.professional-expert ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #3A3A3A;
  font-family: "Lato";
}
.professional-expert :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3A3A3A;
  font-family: "Lato";
}
.professional-expert ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #3A3A3A;
  font-family: "Lato";
}

.best-seller {
  background-color: #F4F3D9;
  text-align: center;
}
.best-seller .hr-line {
  margin: 20px auto;
}

.you-get {
  background-color: #F6F6F6;
}
.you-get .or {
  position: relative;
  top: 2px;
}
.you-get ul li {
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 20px;
  text-indent: -15px;
}
.you-get ul li i {
  color: #348A1D;
  margin-right: 10px;
  font-size: 14px;
}

.best-seller {
  text-align: left;
  padding: 30px 0px;
}
.best-seller .hr-line {
  margin: 20px 0px;
}

.show-piece {
  background: linear-gradient(90deg, #f4f3d9 50%, #456450 50%);
  height: auto;
  padding: 25px 0px;
}
.show-piece .left-service {
  padding: 0px 30px 0px 0;
}
.show-piece .left-service .para {
  color: #585858;
  font-style: italic;
  margin-bottom: 0px;
}
.show-piece .left-service .h6 {
  color: #3A3A3A;
  font-style: italic;
  font-family: "Lato";
  font-weight: 700;
}
.show-piece .right-service {
  padding: 0px 0px 0px 30px;
}
.show-piece .right-service .h2 {
  color: white;
}
.show-piece .right-service p {
  color: white;
}
.show-piece .right-service .creations-slider {
  overflow: hidden;
  margin-top: 25px;
  width: 522px;
}
.show-piece .right-service .swiper-slide.swiper-slide-active {
  width: auto !important;
}
.show-piece .right-service .pagi-arrow {
  width: 170px;
}
.show-piece .right-service .client-pagination {
  text-align: center;
}
.show-piece .right-service .client-pagination .swiper-pagination-bullet {
  background: #e3dad4;
  margin: 0px 2px;
  height: 12px;
  width: 12px;
}
.show-piece .right-service .client-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 10px;
  color: white;
}
.show-piece .right-service .right-arrow1 {
  color: #D4E3D4;
  position: absolute;
  right: -10%;
}
.show-piece .right-service .left-arrow1 {
  color: #D4E3D4;
  position: absolute;
  left: -10%;
}

.what-you-get {
  background-color: #F6F6F6;
}
.what-you-get .you-box {
  position: relative;
  text-align: center;
}
.what-you-get .you-box .h5 {
  margin-top: 15px;
}

.our-customer {
  background: #f4f3d9;
}

.faqa {
  background-color: #F6F6F6;
}
.faqa .btn-order {
  background: transparent;
  color: #3A3A3A !important;
  padding: 0px 0px;
  text-decoration: underline;
}
.faqa .h3 {
  margin-bottom: 20px;
}
.faqa p {
  margin-bottom: 25px;
}

.our-expert {
  background-color: #F6F6F6;
}

.our-expert {
  background-color: #f4f3d9;
}

@media (max-width: 757.98px) {
  .manuscript-assessment .show-piece, .thesis-printing-binding .show-piece, .ebooks-conversion .show-piece {
    background: linear-gradient(180deg, #f4f3d9 59%, #456450 50%) !important;
  }
  .book-proofreading .show-piece, .book-editing .show-piece, .bookmark-printing .show-piece {
    background: linear-gradient(180deg, #f4f3d9 60%, #456450 50%) !important;
  }
  .book-printing .show-piece, .book-marketing .show-piece, .book-binding .show-piece {
    background: linear-gradient(180deg, #f4f3d9 61%, #456450 50%) !important;
  }
  .story-writer .show-piece {
    background: linear-gradient(180deg, #f4f3d9 62%, #456450 50%) !important;
  }
}
@media (max-width: 575.98px) {
  .service-bg hr {
    display: block;
  }
}/*# sourceMappingURL=service.css.map */