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


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

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

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: 70px 0px;
  position: relative;
}

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

/* âœ… Fix intl-tel-input flag alignment */
.iti {
  width: 100%;
  position: relative;
}

.iti__flag-container {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}

/* âœ… Ensure the input and flag align nicely */
.iti input[type="tel"],
.iti input[type="text"],
.iti input[type="number"] {
  padding-left: 52px !important;
  line-height: 1.6;
  height: 45px;
}

/* âœ… Optional: match your theme */
.information-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 10px 12px;
}


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

a {
  text-decoration: none;
}

h2,
.h2 {
  color: #041f33 !important;
  display: block;
  font-size: 37px;
  font-weight: 700;
}

h3,
.h3 {
  color: #3A3A3A;
  display: block;
  font-size: 32px;
  font-weight: 600;
}

h4,
.h4 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

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

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

p {
  color: black;
  font-size: 13px;
}

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

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

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

p .white-highlights {
  color: white;
  text-transform: uppercase;
}

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

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

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

ul {
  list-style-type: none !important;
}

ul li {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 400;
}

.btn-order {
  background: #064232;
  border: none;
  border-radius: 10px;
  color: white !important;
  font-size: 16px;
  padding: 6px 30px;
}

.btn-order:hover,
.btn-order:focus,
.btn-order.active {
  background: #568F87;
  border-color: transparent;
  border-color: white !important;
  color: white !important;
}

.btn-live {
  border: 1px solid #707070;
  border-radius: 30px;
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 500;
  padding: 6px 40px;
}

.btn-live:hover {
  background: #064232 !important;
  border-color: transparent !important;
  color: white !important;
}

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

.hr-blue {
  background: #041f33;
  border: 1px solid #041f33;
  margin: 20px 0px 20px;
  opacity: 2;
  width: 30%;
}

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

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



.sitemap {
  padding: 50px 0px;
}

.sitemap .h1 {
  color: grey;
  font-family: "cerapro";
  font-size: 36px;
  font-weight: 400;
}

.sitemap .h2 {
  background: #53B6D0;
  color: #fff;
  padding: 10px 30px;
}

.sitemap ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.sitemap ul li {
  display: inline-block;
  line-height: 24px;
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 0px;
  text-decoration: none;
  width: 25%;
}

.sitemap ul li a {
  color: grey;
  font-size: 15px;
}

.sitemap ul li a i {
  background: #53B6D0;
  border: 1px solid #53B6D0;
  border-radius: 25px;
  color: white;
  margin-right: 5px;
  padding: 10px 10px;
}



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

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

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

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

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

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

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

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

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

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

.or {
  color: #3A3A3A;
  margin: 0px 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.opacity-0 {
  opacity: 0 !important;
}

.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: 10px;
}

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



header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

header .navbar {
  background-color: #FDF2EC;
  flex-wrap: wrap;
  padding: 45px 0px;
}

header .navbar .navbar-brand img {
  position: absolute;
  top: 30px;
}

header .navbar .btn-order {
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 16px;
  margin: 5px;
  padding: 9px 12px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

header .navbar .navbar-collapse {
  margin-top: 20px;
  position: relative;
}

header .navbar .navbar-collapse .nav1 {
  align-items: center;
  display: flex;
  justify-content: space-between !important;
  margin: 0px 15px;
  padding-left: 100px;
  position: absolute;
  right: 0;
  top: -50px;
  width: 70%;
}

header .navbar .navbar-collapse .nav1 a {
  color: #000000;
}

header .navbar .navbar-collapse .nav1 .social-links {
  margin: 8px 0px;
}

header .navbar .navbar-collapse .nav1 .social-links i {
  margin: 0px 5px;
}

header .navbar .navbar-collapse .nav-link {
  color: #000000 !important;
  font-size: 16px;
  margin: 0px 13px;
}

header .navbar .navbar-collapse .hr-line {
  border: 1px solid #C9C9C9;
  position: absolute;
  right: 0;
  top: -10px;
  width: 70%;
}

header .navbar .navbar-collapse .hr-line::after {
  background-color: #C9C9C9;
  content: "";
  height: 9px;
  position: absolute;
  right: 29%;
  top: 87px;
  width: 1px;
}

header .navbar .navbar-collapse .nav2 {
  display: flex;
  justify-content: center;
}

header .navbar .navbar-collapse .nav2 ul li a {
  margin: 0px 15px;
}

header .navbar .navbar-collapse .dropdown {
  cursor: pointer;
}

header .navbar .navbar-collapse .dropdown:hover .dropdown-menu {
  background: #ecfbff;
  display: block !important;
  overflow: hidden;
}



.hero-section {
  background-color: rgb(230 102 45 / 68%);
  padding-top: 150px;
}

.hero-section .btn-order {
  font-size: 16px;
}

.hero-section .btn-live {
  font-size: 16px;
  font-weight: 400;
}

.hero-section .client-box {
  border: 2px dashed rgba(201, 201, 201, 0.3490196078);
  border-radius: 5px;
  margin: 20px 0px;
  padding: 10px;
  position: relative;
}

.hero-section .client-box .h4 {
  font-size: 20px;
  font-weight: 400;
}

.hero-section .client-box .rating i {
  color: #348A1D !important;
  font-size: 15px;
}

.hero-section .client-box .rating .e-text {
  color: #3A3A3A;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0px;
}

/*new css for indec form*/
.client-box_home {
  border: 2px dashed rgba(201, 201, 201, 0.35);
  border-radius: 5px;
  padding: 12px 15px;
  margin-top: 25px;
  background-color: #ffffff;
  display: inline-block;
  width: auto;
}

.client-title {
  font-size: 18px;
  font-weight: 500;
  color: #3A3A3A;
  margin-right: 10px;
}

.client-box_home .rating i {
  color: #348A1D;
  font-size: 15px;
  margin-right: 2px;
}

.client-box_home .e-text {
  color: #3A3A3A;
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
}



/*new css for indec form*/
.hero-section .h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}

.hero-section .h5::after {
  background-color: #C9C9C9;
  bottom: 0;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  right: 0%;
  top: 0;
  width: 50%;
}

.hero-section .h5::before {
  background-color: #C9C9C9;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 50%;
  top: 0;
  width: 2px;
}

.hero-section .writer-box {
  background: linear-gradient(-25deg, rgba(34, 139, 173, 0.6784313725), #295D8F);
  border: 1px solid white;
  border-radius: 7px;
  padding: 15px 15px;
  position: relative;
  text-align: center;
}

.hero-section .writer-box .hr-line2 {
  margin: 18px auto;
  width: 98%;
}

.hero-section .writer-box .h4 {
  color: #fff;
  margin: 7px 0px 0px;
}

.hero-section .writer-box .writer {
  color: #ffffff;
  display: block;
  font-size: 13px;
}

.hero-section .writer-box .rate {
  background: #ffffff;
  border-radius: 10px 0px 0px 10px;
  color: black;
  font-size: 12px;
  padding: 0px 10px;
  position: absolute;
  right: 0px;
  top: 9px;
}

.hero-section .writer-box p {
  color: #fff;
  font-size: 12px;
  height: 140px;
}

.hero-section .writer-box .c-text {
  color: #ffffff;
  display: block;
  font-size: 13px;
}

.hero-section .writer-box .c-text i {
  color: #064232;
}

.hero-section .writer-box .circle {
  background: #064232;
  border-radius: 20px;
  color: white;
  display: inline-block;
  font-family: "Gza";
  font-size: 10px;
  margin-top: 10px;
  padding: 5px 12px;
}

.hero-section .writer-box .btn-live {
  background: #064232;
  padding: 5px 30px;
  color: white;
}

.hero-section .writer-slider {
  overflow: hidden;
  padding-right: 10px;
  position: relative;
}

.hero-section .left-arrow {
  align-items: center;
  background: #ffffff;
  border: 1px solid;
  border-radius: 50px;
  color: rgb(0, 0, 0);
  display: flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 40%;
  width: 30px;
  z-index: 1;
}



.google-brand {
  background-color: #F5BABB;
  padding: 30px 0px;
}

.google-brand .brand {
  height: 100%;
  overflow: hidden;
}

.google-brand .brand .swiper-slide {
  align-items: center;
  display: flex;
}

.google-brand .brand .swiper-slide img {
  display: block;
  margin: auto;
}



.gurantee {
  background-color: #fff;
}

.gurantee ul li {
  line-height: 30px;
}

.gurantee ul li i {
  color: #000000;
  font-size: 12px;
  margin-right: 10px;
}

.gurantee .professional-box .btn-order {
  background: transparent;
  color: #3A3A3A !important;
  font-weight: 500;
  padding: 0px 0px;
  text-decoration: underline;
}



.best-seller {
  background-color: #f9decf !important;
  padding: 30px 0;
}


.our-book .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4 p {
  padding: 0 60px 0 0;
}

.show-piece {
  background: rgb(230 102 45 / 68%);
}

.show-piece .left-service {
  padding: 30px 10px;
}

.show-piece .left-service .writer-box {
  background: linear-gradient(-25deg, rgba(34, 139, 173, 0.6784313725), #295D8F);
  border: 1px solid white;
  border-radius: 7px;
  padding: 15px 15px;
  position: relative;
  text-align: center;
}

.show-piece .left-service .writer-box .hr-line2 {
  margin: 18px auto;
  width: 98%;
}

.show-piece .left-service .writer-box .h4 {
  color: #fff;
  margin: 7px 0px 0px;
}

.show-piece .left-service .writer-box .writer {
  color: #ffffff;
  display: block;
  font-size: 13px;
}

.show-piece .left-service .writer-box .rate {
  background: #ffffff;
  border-radius: 10px 0px 0px 10px;
  color: black;
  font-size: 12px;
  padding: 0px 10px;
  position: absolute;
  right: 0px;
  top: 9px;
}

.show-piece .left-service .writer-box p {
  color: #fff;
  font-size: 14px;
  height: 190px;
}

.show-piece .left-service .writer-box .c-text {
  color: #ffffff;
  display: block;
  font-size: 13px;
}

.show-piece .left-service .writer-box .c-text i {
  color: #064232;
}

.show-piece .left-service .writer-box .circle {
  background: #064232;
  border-radius: 20px;
  color: #3A3A3A;
  display: inline-block;
  font-family: "Gza";
  font-size: 10px;
  margin-top: 10px;
  padding: 5px 12px;
}

.show-piece .left-service .writer-box .btn-live {
  background: #064232;
  padding: 5px 30px;
}

.show-piece .left-service .writer-slider {
  overflow: hidden;
  position: relative;
}

.show-piece .left-service .writer-slider .client-pagination {
  text-align: center;
}

.show-piece .left-service .writer-slider .client-pagination .swiper-pagination-bullet {
  background: #041f33;
  margin: 0px 2px;
}

.show-piece .left-service .writer-slider .client-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 10px;
  width: 35px;
}

.show-piece .left-service .writer-slider .right-arrow {
  color: #D4E3D4;
  left: 38%;
  position: absolute;
}

.show-piece .left-service .writer-slider .left-arrow {
  color: #D4E3D4;
  left: 59%;
  position: absolute;
}

.show-piece .right-service {
  padding: 30px 10px;
}

.show-piece .right-service .creations-slider {
  overflow: hidden;
}

.show-piece .right-service .img1 {
  margin-left: 10px;
}

.show-piece .right-service .client-pagination {
  text-align: center;
}

.show-piece .right-service .client-pagination .swiper-pagination-bullet {
  background: #041f33;
  margin: 0px 2px;
}

.show-piece .right-service .client-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 10px;
  width: 35px;
}

.show-piece .right-service .right-arrow1 {
  color: #D4E3D4;
  left: 30%;
  position: absolute;
}

.show-piece .right-service .left-arrow1 {
  color: #D4E3D4;
  left: 67%;
  position: absolute;
}

.our-customer {
  background: #fff;
}

.our-customer .customer-box {
  margin: 30px 0px;
  position: relative;
  text-align: center;
}

.our-customer .customer-box::after {
  background: url(../../assets/images/simple/quotes.php) no-repeat;
  content: "";
  height: 167px;
  left: 38%;
  position: absolute;
  top: 5%;
  width: 251px;
  z-index: -1;
}

.our-customer .customer-box .h3 {
  align-items: center;
  background: #F5BABB;
  border: 0;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.4196078431);
  color: #000000;
  display: flex;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  width: 80px;
}

.our-customer .customer-box .customer {
  color: #000000;
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.our-customer .customer-box .service {
  color: #3A3A3A;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.our-customer .customer-slider {
  overflow: hidden;
}

.our-customer .client-pagination {
  text-align: center;
}

.our-customer .client-pagination .swiper-pagination-bullet {
  background: #041f33;
  margin: 0px 2px;
}

.our-customer .client-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 10px;
  width: 35px;
}

.our-customer .right-arrow2 {
  color: #D4E3D4;
  left: 38%;
  position: absolute;
}

.our-customer .left-arrow2 {
  color: #D4E3D4;
  left: 59%;
  position: absolute;
}

.faq {
  background-color: #F5BABB;
}

.faq .btn-order {
  background: transparent;
  color: #00c8ff !important;
  font-weight: 700;
  padding: 0px 0px;
  text-decoration: underline;
}

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

section.about-bg {
  background: #f5babb94;
  padding-top: 150px;
}

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



.our-team {
  background-color: #fff;
}

.our-team .team-box {
  margin-top: 30px;
  position: relative;
}

.our-team .team-box img {
  height: 350px;
  width: 100%;
}

.our-team .team-box .box1 {
  background: #ec632a;
  border-radius: 7px 7px 0px 0px;
  bottom: 0%;
  left: 0;
  margin: 0 auto;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  width: 70%;
}

.our-team .team-box .customer {
  color: rgb(0, 0, 0);
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
}

.our-team .team-box .e-text {
  color: rgb(0, 0, 0);
  display: block;
  font-size: 12px;
  font-weight: 300;
}

.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: #041f33;
  margin: 0px 2px;
}

.our-team .team-slider .client-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 10px;
  width: 35px;
}

.our-team .team-slider .right-arrow3 {
  color: #D4E3D4;
  left: 38%;
  position: absolute;
}

.our-team .team-slider .left-arrow3 {
  color: #D4E3D4;
  left: 59%;
  position: absolute;
}

.facts {
  background-color: #F5BABB;
  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 {
  color: #3A3A3A;
  font-size: 20px;
}

.facts .fac-box span.h3 {
  font-size: 50px;
}


.service-bg {
  background-color: rgb(230 102 45 / 68%);
  padding-top: 150px;
}

.professional-expert .service-form {
  background: #fdf2ec;
  border-radius: 25px;
  box-shadow: 0px 0px 5px 0px rgba(128, 128, 128, 0.2784313725);
  padding: 28px 38px;
  position: relative;
}

.professional-expert .service-form .h3 {
  font-size: 25px;
  margin: 0;
}

.professional-expert .service-form .green {
  color: #051c22;
  font-weight: 700;
}

.professional-expert .service-form .form-control {
  background: #fdf2ec;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  border-radius: unset;
  font-size: 17px;
  padding: 23px 0px 5px !important;
  font-weight: 500;
}

.professional-expert ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(58, 58, 58, 0.7490196078);
}

.professional-expert ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(58, 58, 58, 0.7490196078);
}

.professional-expert :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(58, 58, 58, 0.7490196078);
}

.professional-expert ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(58, 58, 58, 0.7490196078);
}

.you-get ul li {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-indent: -15px;
}

.you-get ul li i {
  color: #ea4706;
  margin-right: 10px;
}

.you-get .btn-order {
  padding: 10px 30px !important;
}

.you-get .btn-live {
  padding: 10px 20px !important;
}



.what-you-get .you-box {
  position: relative;
  text-align: center;
}



.order-ebook {
  background-color: #fbfbfb;
}

.order-ebook .box {
  background: #e8fdff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.16);
  padding: 50px 30px;
}

.order-ebook .box p {
  font-size: 14px;
}

.order-ebook .box .form-group .file-upload {
  display: inline-block;
  margin-top: 20px;
  position: relative;
}

.order-ebook .box .form-group .file-upload__label {
  background: transparent;
  border: 1px dashed #acacac;
  border-radius: 0.4em;
  color: #6d7e7e;
  display: block;
  padding: 1em 2em;
  transition: all 0.5s ease;
}

.order-ebook .box .form-group .file-upload__label:hover {
  background: red;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
}

.order-ebook .box .form-group .file-upload__label i {
  color: #cec7c7;
  float: left;
  font-size: 40px;
  margin-right: 10px;
  position: relative;
  top: 10px;
}

.order-ebook .box .form-group .file-upload__input {
  bottom: 0;
  font-size: 1;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.order-ebook .box .form-group label {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

.order-ebook .box .form-group label span {
  color: red;
}

.order-ebook .box .form-group .form-control {
  background-color: #ebebeb;
  border: 0px;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 20px;
}

.order-ebook .box .h3 {
  color: #223644;
  font-size: 20px;
  font-weight: 800;
  padding-top: 20px;
}

.order-ebook .box .pro {
  color: #003333;
  display: block;
  font-size: 17px;
  font-weight: 300;
}

.order-ebook .box .dollar {
  color: #064232;
  font-size: 60px;
  font-weight: 800;
}



.pricing-bg {
  background-color: #E8FDFF;
  padding-top: 150px;
}

.pricing-bg .img-box {
  margin-top: 30px;
}



.our-services .nav-pills .nav-link.active {
  background-color: #FFBF00;
  color: black;
  outline: unset;
}

.our-services button:focus {
  outline: unset;
}

.our-services .nav-pills .nav-link {
  background-color: #F5BABB;
  border: unset;
  margin-bottom: 20px;
  text-align: left;
}


.pricing-bg .img-box img {
  margin: 0px 15px 0px 0px;
}

.pricing-bg .box {
  background: rgba(255, 255, 255, 0.2784313725);
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px #e9e9e9;
  padding: 20px 10px;
}

.pricing-bg .box .form-control {
  background: transparent;
  border-radius: 10px;
}

.pricing-bg .dem-img {
  bottom: 0px;
  margin: auto;
  position: absolute;
}

.pricing-bg .box .estimate-text {
  display: block;
  padding: 20px 0;
}

.pricing-bg .box .zero-text {
  color: #064232;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 0;
  text-align: right;
  text-shadow: 0px 1px 2px #3a3a3a;
}

.pricing-bg .box .btn-order {
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
}

.our-services .h2 {
  margin-bottom: 20px;
  text-align: center;
}

.our-services .box {
  background: #e8fdff;
  border: 2px solid #F5BABB;
  border-radius: 20px;
  margin: 20px 0;
  padding: 20px 0px;
  text-align: center;
}

.our-services .box .h3 {
  background: linear-gradient(to right, #2a5188, #228fb0);
  -webkit-background-clip: text;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-text-fill-color: transparent;
}

.our-services .box ul {
  padding: 0;

}

.our-services .box ul li {
  border-bottom: 1px dashed;
  font-size: 13px;
  margin: 10px 0;
  padding: 10px 0 5px;
}

.our-services .box .dollar {
  background: linear-gradient(to right, #2a5188, #228fb0);
  -webkit-background-clip: text;
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin: 5px 0 20px;
  -webkit-text-fill-color: transparent;
}


.show-piece {
  padding: 10px 0px !important;
}


.contact-us {
  background-color: rgb(230 102 45 / 68%);
  padding-top: 150px;
}

.contact-us ul {
  padding: 0px 0px;
}

.contact-us ul li {
  background: #ECECEC;
  margin: 10px 0px;
  padding: 10px;
}

.contact-us ul li a {
  color: #3A3A3A;
}

.contact-us .btn-order {
  font-size: 20px;
  padding: 6px 50px;
}

.contact-us .form-group {
  margin-bottom: 20px;
}

.contact-us .form-group input,
.contact-us .form-group textarea {
  background-color: #ececec !important;
  border: 0px;
  border-radius: 10px;
  padding: 12px 20px;
}

.contact-us .form-links {
  background-color: #ececec;
  border: 1px solid hsla(0, 0%, 50%, .188);
  border-radius: 10px;
  padding: 30px 25px 0;
}

.contact-us .form-links .social-details {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.contact-us .form-links .social-details i {
  color: #000000;
  font-size: 25px;
}

.contact-us .form-links .social-details .links .title {
  font-size: 16px;
  font-weight: 600;
}

.contact-us .form-links .social-details .links a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}


.faqs-bg {
  background-color: rgb(230 102 45 / 68%);
  padding-top: 150px;
}

.faqs ul {
  padding: 0px 0px;
}

.faqs ul li {
  line-height: 30px;
}



.testimonials-bg {
  background: rgb(230 102 45 / 68%);
  padding-top: 150px;
}

.testimonials .testimonials-box {
  margin: 30px 0px;
  position: relative;
}

.testimonials .testimonials-box::after {
  background: url(../images/icons/quote1.png) no-repeat;
  background-size: contain;
  content: "";
  filter: grayscale(1);
  height: 70px;
  left: 10%;
  position: absolute;
  top: 25%;
  width: 172px;
}

.testimonials .testimonials-box .h3 {
  align-items: center;
  background: #F5BABB;
  border-radius: 60px;
  box-shadow: 0px 0px 5px 0px grey;
  color: #000000;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  width: 80px;
}

.testimonials .testimonials-box .customer {
  color: #3A3A3A;
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.testimonials .testimonials-box .service {
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 12px;
}

.sitemap {
  padding: 150px 0px 70px;
}

.sitemap .h1 {
  color: #064232;
  font-size: 36px;
  font-weight: 500;
}

.sitemap .h2 {
  background: rgb(230 102 45 / 68%);
  color: #3A3A3A;
  padding: 10px 30px;
}

.sitemap ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.sitemap ul li {
  display: inline-block;
  float: left;
  line-height: 24px;
  list-style-type: none;
  margin-bottom: 30px;
  padding-left: 0px;
  text-decoration: none;
  width: 25%;
}

.sitemap ul li a {
  color: grey;
  font-size: 15px;
}

.sitemap ul li a i {
  background: #568F87;
  border: 1px solid #041c22;
  border-radius: 25px;
  color: #e8fdff;
  margin-right: 5px;
  padding: 10px 10px;
}

@media only screen and (max-width: 768px) {
  .sitemap ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .sitemap ul li {
    width: 50%;
  }
}

.checkout {
  padding: 180px 0px 70px;
}

.checkout .e-text {
  color: rgba(51, 51, 51, 0.8117647059);
}

.checkout .hr-blue {
  margin: 20px auto;
}

.checkout .h5 {
  font-size: 18px;
}

.checkout .card-footer {
  align-items: center;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.checkout .h3 {
  color: #34d4ff;
  display: inline;
  font-size: 21px;
  font-weight: 600;
  margin: 0px 10px;
}

.checkout .h6 {
  display: inline;
}

.checkout .cards {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #d3d3d3;
  margin-bottom: 50px;
  padding: 40px 30px;
  text-align: center;
  text-align: center;
}

.checkout .cards .card-body .row {
  margin-bottom: 10px;
}

.checkout .cards .h4 {
  background: #17B9C8;
  color: white;
  display: inline-block;
  font-size: 20px;
  padding: 5px 174px;
  text-align: center;
}

.checkout .cards .h5 {
  color: #1C2042;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.checkout .cards .e-text {
  color: rgba(28, 32, 66, 0.6392156863);
  display: block;
  text-align: left;
}

.checkout .cards .card-footer {
  background-color: transparent;
  text-align: center;
}

.checkout .cards .currency {
  color: #1c2042;
  display: block;
  font-family: "Overpass";
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0px;
}

.checkout .cards .h3 {
  font-size: 40px;
  font-weight: 700;
  margin: 0px 0px 0px;
}

.checkout .cards .h6 {
  color: rgba(0, 51, 51, 0.4196078431);
  font-size: 18px;
  font-weight: 400;
  margin: 0px 0px 0px;
  padding: 0px !important;
}

.checkout .cards s {
  color: rgba(0, 51, 51, 0.8784313725);
  font-size: 12px;
}

.checkout form {
  transform: translate(0px, 50px);
}

.checkout form h2 {
  margin-bottom: 30px;
  text-align: center;
}

.checkout form input {
  border: 1px solid lightgrey;
  border-radius: 10px;
  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.1411764706);
  margin: 10px 0;
  outline: 0;
  padding: 15px 10px;
  width: 100%;
}

.checkout form .btn-order {
  background: linear-gradient(to right, #ffae01, #fec03d);
  border-color: #ffbc30;
  border-radius: 10px;
  color: white;
  font-size: 22px;
  font-weight: 500;
  height: 55px;
  margin: 0;
  margin-top: 10px;
  width: 100%;
}

.checkout form .col-md-6.rem-padd {
  display: flex;
}

.checkout form .col-md-6.rem-padd input {
  border-radius: 0;
}

.checkout form .col-md-6.rem-padd input.month-field {
  border-radius: 10px 0px 0px 10px !important;
  border-right: 0 !important;
}

.checkout form .col-md-6.rem-padd input.year-field {
  border-left: 0 !important;
  border-radius: 0px 10px 10px 0px !important;
}

.footer {
  background: #051c21;
}

.footer p {
  color: white;
}

.footer .h4 {
  color: #FFFFFF;
  margin-top: 20px;
}

.footer .hr-blue {
  border: 1px solid #ffffff;
}

.footer .hr-line1 {
  background: #5a5a5a;
  border: 1px solid #5a5a5a !important;
  margin: 10px 0px 0px;
  opacity: 1;
  width: 100%;
}

.footer .t-text {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.footer ul {
  margin-top: 0px;
  padding: 0px 0px;
}

.footer ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
}

.footer ul li a {
  color: #EBEBEB;
}

.footer .social-links {
  align-items: center;
  display: flex;
}

.footer .social-links i {
  color: #EBEBEB;
  margin: 0px 10px;
}

.footer .social-icons i {
  background: white;
  border-radius: 20px;
  color: #0D4B5B;
  height: 30px;
  margin: 0px 7px;
  padding: 8px;
  width: 30px;
}

.footer ul.policies {
  display: flex;
  gap: 20px;
  justify-content: end;
  margin: 0;
}

.footer ul.policies li {
  font-size: 14px !important;
  font-weight: 400;
}

@media (max-width: 576px) {
  .or {
    display: block;
    margin: 10px 0px;
    text-align: center;
  }

  .hero-section .h5::after {
    display: none;
  }

  .hr-line {
    display: none;
  }

  .hero-section .left-arrow {
    display: none !important;
  }

  .hero-section .writer-box .circle {
    padding: 5px 18px !important;
  }

  .gurantee .professional-box {
    margin: 20px 0px;
    text-align: center;
  }

  .best-seller .h2 {
    margin: 20px 0px;
  }

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

  .facts .fac-box.box2 {
    margin: 40px 0px;
  }

  .professional-expert .service-form {
    margin: 30px 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) {

  .btn-live {
    display: block;
    margin: 0 auto;
    width: 100%;
    width: max-content;
  }

  .btn-order {
    display: block;
    margin: 0 auto 0px;
    width: max-content;
  }

  .or {
    display: block;
    margin: 10px 5px;
    text-align: center;
  }

  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.faq {
    text-align: center;
  }

  section.our-services {
    text-align: center;
  }

  section.our-services .btn-order {
    margin: 0 auto;
  }

  .pricing-bg .h2,
  .pricing-bg p {
    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.faq {
    text-align: center;
  }

  .footer img.img-fluid {
    display: block !important;
    margin: 20px auto 30px !important;
  }

  .footer .hr-line1 {
    margin: 10px 0px 8px;
    width: 100%;
  }

  .footer .t-text {
    display: block !important;
    text-align: center !important;
  }

  .our-team .team-slider .right-arrow3 {
    left: 10%;
  }

  .our-team .team-slider .left-arrow3 {
    left: 85%;
  }

  .checkout .cards .card-body span {
    text-align: center !important;
  }

  .checkout form {
    transform: translate(0px, 30px);
  }

  section.order-form {
    height: auto;
  }
}

@media (max-width: 992px) {
  .navbar .nav1 {
    /*display: none !important;*/
  }

  .navbar .nav2 {
    width: 100% !important;
  }

  .navbar-light .navbar-toggler {
    border: 0;
    box-shadow: none;
    outline: 0;
  }

  header .navbar .navbar-collapse {
    background: #ecfbff;
    box-shadow: 0px 0px 10px 0px #c3c3c3;
    height: 100vh;
    left: 0;
    margin-top: 0;
    padding: 80px 20px;
    position: absolute;
    top: 0;
    width: 80%;
  }

  header .navbar .navbar-brand img {
    transform: translate(0px, 5px);
  }

  .our-book .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4 p {
    padding: 0 0px 20px 0;
  }

  .checkout {
    padding: 120px 0px 70px;
  }

  .checkout form {
    padding: 0 10px 30px;
  }
}

@media (max-width: 1199px) {
  .show-piece .right-service .img1 {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .fixed-top img {
    position: relative;
    top: -15px;
  }

  .fixed-top .nav1 {
    display: none !important;
  }

  .fixed-top .hr-line {
    display: none;
  }

  .fixed-top .nav2 {
    position: absolute;
    right: 0;
    top: -50px;
  }
}


.modal-backdrop {
  z-index: 1 !important;
}

.modal-open .modal {
  overflow: hidden;
}

.onload-popup {
  background: rgba(0, 0, 0, 0.639);
}

.onload-popup.active-popup {
  display: block;
}

.onload-popup.active-popup.fade:not(.show) {
  opacity: 1;
}

.onload-popup .modal-dialog {
  max-width: 800px;
}

.onload-popup .modal-dialog .bg-banner {
  background: url(../images/sample/popup-bg.webp) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  min-height: 550px;
  padding: 20px;
}

.onload-popup .modal-dialog .modal-content {
  background: transparent;
  border: 5px solid #064232;
  padding: 20px;
}

.onload-popup .modal-dialog .modal-content .modal-header {
  align-items: center;
  background: #064232;
  border: 0;
  border-radius: 40px;
  height: 50px;
  justify-content: center !important;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 50px;
}

.onload-popup .modal-dialog .modal-content .modal-header button {
  filter: invert(1);
  font-size: 30px;
  height: 20px !important;
  margin: 0 auto;
  opacity: 1;
  padding: 0;
  width: 20px !important;
}

.onload-popup .modal-dialog .modal-content .modal-body {
  padding: 5px 10px;
}

.onload-popup .modal-dialog .modal-content .modal-body .h1 {
  bottom: 0;
  color: #fff;
  display: table;
  font-family: "cerapro";
  font-size: 45px;
  margin-left: auto;
  position: relative;
  right: 0px;
  top: 90px;
}

.onload-popup .modal-dialog .modal-content .modal-body .h1 .heading-two {
  color: #064232;
  font-family: "cerapro";
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.onload-popup .modal-dialog .modal-content .modal-body .h1 .heading-three {
  margin-right: 30px;
  text-align: end;
}

.onload-popup .modal-dialog .modal-content .modal-body .h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.onload-popup .modal-dialog .modal-content .modal-body .h3 .orange-highlight {
  color: #064232;
  display: block;
  font-size: 30px;
  text-indent: -5px;
}

.onload-popup .modal-dialog .modal-content .modal-body .form-control {
  margin: 10px 0 0;
}

.onload-popup .modal-dialog .modal-content .modal-body input {
  height: 45px;
}

.onload-popup .modal-dialog .modal-content .modal-body .btn-order {
  background: #064232;
  border-radius: 2px !important;
  color: #fff !important;
  display: block;
  font-size: 18px !important;
  height: 45px;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.onload-popup .modal-dialog .modal-content .modal-body p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.onload-popup .modal-dialog .modal-content img {
  border: 0;
  bottom: 0px;
  filter: drop-shadow(0px 10px 10px #333);
  left: -150px;
  position: absolute;
  top: 20px;
  width: 510px;
}

.policies p {
  font-size: 16px !important;
}

.policies ul {
  padding-left: 0px !important;
}

.policies ul li {
  list-style-type: none;
  padding: 7px 0px;
}

.policies ul li i {
  margin-right: 7px;
}


.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.best-seller img {
  width: 100% !important;
}

.iti__flag-container {
  margin-left: 0 !important;
  top: 1.6rem !important;
  z-index: 2
}

.iti__country-list {
  z-index: 9999 !important
}

.iti__selected-flag {
  padding: 0 8px !important;
  background: transparent !important;
  border-right: 1px solid #ddd;
  border-radius: 4px 0 0 4px
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important
}

input#phone {
  height: 45px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  box-shadow: none;
  outline: none;
  padding-top: 6px !important
}

header .navbar {
  padding: 0 0 15px 0
}

header .navbar .navbar-brand img {
  width: 16rem;
  position: relative;
  top: 0
}

.fixed-top .navbar .navbar-brand img {
  top: 0;
  width: 12rem
}

.navbar>.container {
  flex-wrap: unset
}

.navbar-expand-lg .navbar-collapse {
  flex-direction: column
}

header .navbar .navbar-collapse {
  margin-top: 0;
  position: relative
}

header .navbar .navbar-collapse .nav1 {
  position: relative;
  top: 0
}

header .navbar .navbar-collapse .nav2 {
  align-items: center;
  top: -22px
}

header .navbar .navbar-collapse .hr-line {
  display: none
}

.footer-logo {
  filter: invert(1) brightness(30.5)
}

.best-seller img {
  width: 100% !important
}

.pt-12rem {
  padding-top: 12rem
}

header .navbar .navbar-collapse .nav1 {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 6px
}

.feature-item {
  display: flex
}

.circle-check {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 14px;
  margin-right: .6rem;
  flex-shrink: 0
}

.faq {
  background-color: #e6662dad
}

.footer-logo {
  filter: none;
  background: #fff
}

.mobmenuhide {
  display: none
}

.mobmenuhide a {
  color: #000
}

@media only screen and (max-width:575px) {
  header .navbar .navbar-brand img {
  }

  section.professional-expert {
    padding: 7rem 0 0 !important;
  }

  h2,
  .h2 {
    font-size: 25px !important
  }

  section {
    padding: 20px 0 !important
  }

  .footer img.img-fluid {
    display: block !important;
    width: 14rem !important;
    margin: 0 !important
  }

  .iti {
    z-index: 0 !important
  }

  header .navbar .navbar-collapse .nav1 {
    display: none
  }

  header .navbar .navbar-brand img {
    top: 0 !important
  }

  header .navbar .navbar-collapse {
    background: #f9decf;
    width: 100%
  }

  .navbar-light .navbar-toggler {
    top: 10px;
    position: relative
  }

  .testimonials-bg {
    padding: 60px 0 !important
  }

  .fixed-top .navbar .navbar-brand img {
    top: 0;
    width: 9rem !important
  }

  .creations-slider .swiper-slide {
    width: 100%
  }

  .creations-slider .swiper-slide {
    width: auto
  }

  .iti-mobile .iti--container {
    top: 4rem !important;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
    width: 20rem !important
  }

  .feature-item {
    display: flex;
    justify-content: center
  }

  .secNewOne .row.text-center {
    margin: 0;
    gap: 16px
  }

  .show-piece .left-service .writer-box p {
    height: auto
  }

  .show-piece .row {
    margin: 0
  }

  .sitemap .h1 {
    padding-bottom: 1rem !important
  }

  .sitemap ul li {
    margin-bottom: 1rem
  }

  .sitemap .h2 {
    font-size: 20px !important
  }

  .sitemap ul li a {
    font-size: 14px
  }

  .faqs-bg {
    padding: 7rem 0 4rem !important;
    margin: 0 !important
  }

  .navbar-collapse {
    position: fixed !important;
    top: 0;
    right: -100%;
    width: 75%;
    height: 100vh;
    background: #f9decf;
    padding-top: 80px;
    transition: right .4s ease-in-out;
    z-index: 9999;
    flex-direction: column !important;
    align-items: center !important;
    overflow-y: auto
  }

  .navbar-collapse.show {
    right: 0 !important
  }

  .navbar-collapse .navbar-nav {
    width: 100%;
    text-align: center
  }

  .navbar-collapse .navbar-nav li {
    margin: 15px 0
  }

  .navbar-toggler {
    z-index: 10000;
    border: none;
    outline: none
  }

  header .navbar .navbar-brand {
    top: 5px;
    width: 150px;
  }

  .navbar>.container {
    flex-wrap: wrap !important
  }

  .mobmenuhide {
    display: block
  }
}

@media only screen and (max-width:1440px) {
  header .navbar .navbar-collapse .nav1 {
    width: 90%
  }

  header .navbar .navbar-collapse .nav2 {
    width: 90%
  }
}

/* about  */
.aboutImg {
  width: 90%;
  height: 520px;
  overflow: hidden;
  border-radius: 30px;
}

.aboutimagMain {
  position: sticky;
  top: 110px;
}

.aboutCrd {
  position: absolute;
  bottom: -30px;
  right: 10px;
  background: #273140e0;
  border-radius: 30px;
  padding: 20px;
  width: 370px;
}

.userMain {
  display: flex;
  align-items: center;
  gap: 20px;
}

.userImg {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.aboutCrd p {
  font-size: 16px;
  color: #fff;
  font-family: var(--f1);
}

.userName p {
  margin: 0;
  text-transform: uppercase;
  font-size: 18px;
}

.userName span {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.about {
  padding: 100px 0;
  background: #be1e2d0f;
}

.sectionHead h2 {
  font-family: var(--f1);
  font-size: 44px;
  margin: 0 0 10px;
  font-weight: 600;
}

.aboutMainContent>p {
  font-size: 16px;
  color: #000;
  font-family: var(--f1);
  margin: 14px 0;
}

.aboutList li {
  font-family: var(--f1);
  font-size: 16px;
  margin: 0;
  list-style-type: disclosure-closed;
  color: #000;
}

.aboutList {
  padding-left: 20px;
  line-height: 2.1;
  margin: 0 0 15px;
}

/* about  */

section.about-bg.inner.p-b-75 {
  padding: 200px 0px 100px 0px !important;
}

section.about-bg.inner .h2 {
  font-size: 75px;
}

/* why choose us  */
.ChooseMainContent>p {
  margin: 0;
}

.ChooseMainContent .aboutBtn {
  margin: 10px 0 0;
}

.whyChooseSec {
  padding: 100px 0;
  background: #ac001e33;
}

.chooseImg {
  width: 86%;
  margin-left: auto;
  border-radius: 30px;
  overflow: hidden;
  height: 450px;
}

.chooseCrds {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  gap: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}

.chooseCrd {
  width: 47%;
  background: #273140e0;
  border-radius: 20px;
  padding: 23px;
}

.chooseCrd h3 {
  font-size: 25px;
  margin: 0 0 10px;
  color: #fff;
  font-family: var(--f1);
}

.chooseCrd p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-family: var(--f1);
  height: 77px;
  overflow: auto;
}

.chooseImageMain {
  position: relative;
}

/* why choose us  */

/* strength Section */
.strengthSection {
  padding: 100px 0;
  background: url(../images/strengthbg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.strenghtContent {
  padding: 40px 20px;
  background: #000000d6;
  border-radius: 30px;
}

.strenghtContent p {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  font-family: var(--f1);
}

.strengthBtns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.themebtn.--grey {
  background: #4444448f;
}

.h2.strength {
  color: #fff !important;
}

/* strength Section */

.getintouch_main {
  background: #F5BABB;
}

.get_banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  display: none;
}

.getInBtns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.getin_head {
  font-size: 30px;
  line-height: 39px;
  color: #fff;
  font-family: var(--f2);
  margin: 30px 0;
  width: 59%;
  text-transform: capitalize;
}

.getin_head span {
  font-family: var(--f2);
  font-weight: 800;
}

.get_book {
  position: absolute;
  right: 0;
  height: 90vh;
  top: 42%;
  transform: translate(-15%, -50%);
  width: 35%;
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 0 0 15px 1px #0000008f; */
  z-index: 9;
}

.get_book img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.getInHead h6 {
  font-size: 23px;
}

.getInHead {
  color: #fff;
  width: 92%;
  position: relative;
  z-index: 1;
}

.getInHead h6 {
  font-size: 24px;
  color: #000;
}

.getInHead p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

a.themebtn.btn_trans {
  border-color: var(--c2);
  background: transparent;
  color: var(--c2);
}

.service-form {
  background: #fff;
  padding: 20px 35px;
  border-radius: 30px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

/* pricing css */

.pricing-section {
  padding: 80px 20px;
  background: var(--c1);
  font-family: 'Arial', sans-serif;
}

.pricing-section .pricing-card {
  background: #064232;
  border-radius: 16px;
  padding: 35px 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
  text-align: center;
  width: 90%;
}

.pricing-section .pricing-card h3 {
  font-size: 24px;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.pricing-section .desc {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: var(--f1);
  color: #fff;
}

.pricing-section ul {
  list-style: none;
  padding: 0px 50px;
  margin: 20px 0;
  height: 300px;
  overflow-y: auto;
}

.pricing-section ul li {
  font-size: 15px;
  padding: 8px 0;
  position: relative;
  text-align: left;
  padding-left: 16px;
  color: #fff;
}

.pricing-section .price {
  font-weight: 800;
  font-size: 43px;
  font-family: auto;
  margin: 0 0 10px;
  color: #fff;
}

.pricing-section .price.highlight {
  color: #4285f4;
}

/* Buttons */
.pricing-section .btn {
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.pricing-section .basic-btn {
  background: #568F87;
  color: #fff;
}

.pricing-section .premium-btn {
  background: #568F87;
  color: #fff;
}

.pricing-section .elite-btn {
  background: #4285f4;
  color: #fff;
}

.pricing-section .btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

/* Badges */
.pricing-section .badge {
  display: inline-block;
  padding: 10px 13px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
}

.pricing-section .badge.basic {
  background: var(--c1);
}

.pricing-section .badge.premium {
  background: var(--c2);
}

.pricing-section .badge.elite {
  background: #e3f0ff;
  color: #4285f4;
}

/* Ribbon */
.pricing-section .ribbon {
  position: absolute;
  top: 15px;
  right: -35px;
  background: #ff4d00;
  color: #fff;
  padding: 6px 40px;
  transform: rotate(45deg);
  font-size: 12px;
}

.pricing-section ul li::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 15px;
}

.pricing-section .section_title h3 {
  color: #fff;
  font-family: var(--f1);
  font-weight: 600;
  font-size: 48px;
}

.pricing-section .section_title p {
  font-weight: 400;
  font-family: var(--f1);
  font-size: 22px;
  margin: 0;
}

ul.price_drop {
  padding: 0;
  height: fit-content;
  margin: 0;
}

ul.price_drop li {
  padding: 6px 0px;
  padding-left: 16px;
}

/* pricing css */

/* faq section  */
.accordion-button {
  background: #568F87 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 50px !important;
  font-family: var(--f1);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.accordion-item {
  border: none !important;
  margin: 0 0 20px;
}

.accordion-body p {
  margin: 0;
  font-size: 16px;
  font-family: var(--f1);
  color: #000;
}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  background: #064232 !important;
}

.accordion-button::after {
  background: none !important;
  font-family: 'boxicons';
  content: "\ebc0";
}

.mainAccordion {
  margin: 40px 0 0;
}

.faqTopCont p {
  font-size: 18px;
  margin: 0px 0 20px;
}

.faqImg {
  width: 100%;
  height: 580px;
  border-radius: 40px;
  overflow: hidden;
  margin: 30px 0 0;
  position: sticky;
  top: 10px;
}

.faqs {
  padding: 100px 0;
  background: #f5babb6b;
}

.faqImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faqRight {
  height: 100%;
}

.accordion-button:not(.collapsed)::after {
  content: "\eb8b";
}

/* faq section  */

p.subHead {
  font-size: 26px;
  font-weight: 700;
}

.contact_ancher {
  display: grid;
  justify-content: flex-start;
  align-items: center;
}

.contact_ancher a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 6px;
}

a.footer_logo img {
  filter: hue-rotate(0) brightness(1.5);
}

.pay_img {
    text-align: center;
    width: 280px;
    height: 85px;
    margin: 0 auto;
}

.pay_img img {
    width: 100%;
100%:;
    height: 100%;
    object-fit: contain;
}

p.disclaim {
    text-align: center;
    width: 79%;
    margin: 0 auto 22px;
    font-size: 16px;
}

p.disclaim b {
    font-weight: 800;
    font-size: 18px;
}

/* popup form css start */

.form_close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #fff;
  top: 6px;
  right: 6px;
  z-index: 999;
  background: var(--c1);
  border-radius: 8px;
}

.popup_form {
  display: none  ;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #59362982;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.popup_form .form_arrow {
  display: none;
}

.popup_form.active {
  display: flex;
}

.popup_form .form_close {
  display: flex;
}

.form_close:hover {
  color: #fff;
  background: var(--c2);
}

.popup_form .chat_form {
  width: 30%;
}

.popup_form .main_ban_form {
  width: 50%;
  margin: 0 auto;
  background: #568F87
  ;
  padding: 65px 30px;
  text-align: center;
}

.banner_form input {
    width: 100%;
    padding: 12px;
    margin: 0 0 12px;
    border: none;
    border-radius: 7px;
    outline: none;
    font-size: 16px;
}

.banner_form textarea {
    width: 100%;
    padding: 12px;
    margin: 0 0 20px;
    border: none;
    border-radius: 7px;
    outline: none;
}

.form_btn .themebtn {padding: 12px;border-radius: 50px;border: none;font-weight: 600;font-size: 18px;font-family: sans-serif;}

.main_ban_form h4 {
    color: #fff;
}

.main_ban_form h3 {
    color: #fff;
}

.banner_form input::placeholder {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #44444478;
}

.banner_form textarea::placeholder {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #44444478;
}
/* popup form css end */