@font-face {
  font-family: "Poppins";
  src: url("../fonts/index.html") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Thank You Page Start */
.inner-banner {
  background-image: url(../images/banner.png);
  background-size: cover;
  background-position: center;
  height: auto;
}
.thankyou-page svg {
  width: 30% !important;
}
.error-page svg {
  width: 40% !important;
}
/* Thank You Page End */

/* Hover Start ================================*/
a:hover,
a:focus,
button:hover,
button:focus {
  outline: none !important;
  text-decoration: none !important;
  transition: auto;
  color: #c39f43;
}
.primary-color {
  color: #c39f43;
  display: contents;
}
.input-control:hover,
.input-control:focus {
  background: #c39f4370;
  transition: 0.7s all;
  color: #fff;
}
.input-control:hover::-moz-placeholder,
.input-control:focus::-moz-placeholder {
  color: #fff;
}
.input-control:hover::placeholder,
.input-control:focus::placeholder {
  color: #fff;
}
.input-control::-moz-placeholder {
  color: #848484;
}
.input-control::placeholder {
  color: #848484;
}
.bottom-form .input-control::placeholder {
  color: #fff;
}
/* Hover End ================================*/
section {
  padding: 40px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
btn {
  font-family: "Poppins";
  font-weight: 600;
  margin: 0;
}
p,
ul li,
ul li a {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  color: #595959;
  transition: 0.5s all ease-in;
}
ul li a:hover {
  color: #c39f43;
}
/*Mobile Screen viewport ================================*/
.mobile-screen {
  display: none;
}
#cross {
  display: none;
}
/*End Mobile Screene ================================*/
/* Poooosition fixed============================================================ */
.sticky-nav-bar {
  position: fixed;
  top: 0;
  padding: 10px 0 !important;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  animation: header-animation 1s;
  box-shadow: 0 5px 10px gray;
}
@keyframes header-animation {
  0% {
    transform: translateY(-106px);
  }
  100% {
    transform: translateY(0);
  }
}
.top-bar {
  padding: 10px 0 0;
}
.top-bar ul.menu.social-icons {
  display: flex;
  justify-content: end;
  align-items: center;
}
.top-bar li.side-bar-one {
  position: relative;
}
.top-bar ul.menu.social-icons li a {
  color: #000;
}
.top-bar ul.menu.social-icons li a i {
  color: #c39f43;
}
.nav-bar {
  padding: 10px 0 10px;
}
.logo img {
  max-width: 100%;
  border-radius: 0;
}
footer .logo img {
  max-width: 100%;
  border-radius: 0;
}
.nav-bar ul.menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}
.nav-bar ul.menu li {
  display: inline-block;
  padding: 0 16px;
}
.nav-bar ul.menu li a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: 0.5s all;
}
.nav-bar ul.menu li a:hover,
.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:focus {
  color: #c39f43;
  background: none;
}
/* Dropdown List Start */
.nav-bar ul.menu.dropdown {
  display: none;
}
.top-bar .side-bar-one::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 13px;
  width: 1.5px;
  height: 20px;
  background: #d9d9d9;
}
header nav ul li.dropdown:hover .dropdown-menu,
.dropdown-menu-submenu {
  position: absolute;
  z-index: 100 !important;
  transform: scale(1);
}
header nav ul li .dropdown-menu {
  display: block;
  margin: 0;
  top: 30px;
  left: -50px;
  padding: 10px 0px;
  border-radius: 3px;
  position: absolute;
  transform: scale(0);
  transition: 0.5s all;
  width: 300px;
  background: #c39f43;
}
header nav ul li .dropdown-menu h6 {
  color: #e26336;
  font-size: 17px;
  margin: 3px 0;
  padding-bottom: 7px;
  border-bottom: 2px solid #e26336;
}
header nav ul li.dropdown {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
}
header nav ul li .dropdown-menu a {
  color: #fff !important;
  padding: 5px 20px 5px 20px;
  font-size: 14px !important;
  margin: 0;
  z-index: 100 !important;
}
header nav ul li .dropdown-menu a:hover,
header nav ul li .dropdown-menu a.active {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
  background: #033448 !important;
  color: #fff !important;
}
.dropdown-menu-submenu a.dropdown-item {
  width: 100%;
  display: inline-block;
  font-size: 13px !important;
}
header nav ul li .dropdown-menu-submenu a:hover,
header nav ul li .dropdown-menu-submenu a.active {
  background: #c39f43 !important;
}
header nav ul li .dropdown-menu a:hover::before,
.dropdown-menu-submenu a:hover::before {
  display: none;
}
.nav-bar ul.menu a.dropdown-item.active::before {
  display: none;
}
/* Submenu Dropdown start*/
.dropdown-menu-submenu {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  background: #033448;
}
.submenu-list:hover .dropdown-menu-submenu {
  display: block;
}
/* Submenu Dropdown end*/
/* Dropdown List end*/
header {
  background: transparent;
  position: relative;
  z-index: 2;
}
.nav-bar ul li a img {
  max-width: 60%;
}
.nav-bar ul li a.active::before {
  content: "";
  height: 2px;
  background: #c39f43;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  transition: width 0.5s !important;
  width: 100%;
  animation: fill 1s forwards;
  color: #606060 !important;
}
.nav-bar ul li a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #c39f43;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  transition: width 0.5s !important;
}
.nav-bar ul li a:hover::before {
  width: 100%;
  animation: fill 1s forwards;
  color: #c39f43 !important;
}
.nav-bar ul li .btn-white:hover::before,
.nav-bar ul li .btn-red:hover::before {
  display: none;
}
/* /////////////// */
.nav-bar ul.menu li a i.fa-phone-alt {
  font-size: 20px;
  padding-right: 10px;
  color: #c39f43;
}
.btn-blue,
.btn-red,
.btn-white-border {
  padding: 10px 57px 10px 20px !important;
  background: linear-gradient(180deg, #c39f43 50%, #c39f43 100%);
  border-radius: 40px;
  border: 2px solid transparent;
  font-family: Poppins, sans-serif;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-blue i,
.btn-red i,
.btn-white-border i {
  font-size: 18px;
  background: #fff;
  color: #c39f43;
  border-radius: 20px;
  font-weight: 600;
  padding: 9px;
  position: absolute;
  right: 5px;
  top: 2px;
  -webkit-animation: 1.5s infinite swing;
  animation: 1.5s infinite swing;
}
.btn-white-border {
  border: 1px solid #fff;
  font-size: 14px;
  background: 0 0;
  box-shadow: none;
}
.btn-blue {
  background: none;
  border-color: #fff;
}
.btn-blue:hover {
  border: 2px solid #c39f43;
  color: #c39f43 !important;
}
.btn-red::before,
.btn-blue::before {
  content: "";
  background: #fff;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 40px;
  transition: 0.5s all cubic-bezier(0.4, 0, 1, 1);
}
.btn-red:hover::before,
.btn-blue:hover::before {
  width: 100%;
  right: 0;
}
header {
  background: 0 0;
  z-index: 2;
  background-color: #ffffff;
}
.nav-bar ul.menu li a.active::before {
  width: 100%;
  animation: 1s forwards fill;
  color: #606060 !important;
}
.nav-bar ul.menu li a::before {
  width: 0;
}
.nav-bar ul.menu li a:hover::before {
  width: 100%;
  animation: 1s forwards fill;
  color: #c39f43 !important;
}
.btn-red:hover {
  border: 2px solid #c39f43;
  color: #c39f43 !important;
  background: none;
}
.input-control {
  margin: 7px 0;
  font: -webkit-control;
  padding: 8px 15px;
  width: 100%;
  font-family: Poppins, sans-serif;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #ffffff00;
  border: 1px solid #fff !important;
  outline: 0;
  border-radius: 4px;
}
.input-control::placeholder {
  color: #fff;
}
.chota_fnt,
.list-item li {
  font-family: Poppins, sans-serif;
}
.copyright,
footer {
  background: #071a22;
}
textarea.input-control.form-control {
  margin: 7px 0 !important;
  width: 100%;
  height: 40px;
  padding: 7px 15px;
  font-family: Poppins, sans-serif;
  overflow: hidden;
  border-radius: 5px;
  resize: none;
}
.get-started-form form {
  padding: 40px 30px 30px;
  position: relative;
  background: #3e5a6194;
  box-shadow: 0px 0px 10px #c09d427d;
  border-radius: 15px;
  /* border: 1px solid #0F2851; */
}
.chota_fnt {
  font-size: 10px;
  margin: 20px 0;
  color: #fff;
  display: block;
  line-height: 15px;
}
.bottom-form input#register {
  margin-top: 30px;
  background: #033448;
}
.chota_fnt a {
  color: #fff;
  text-decoration: underline;
}
.chota_fnt input {
  margin: 0 5px 0 0;
  height: auto !important;
  width: auto !important;
}
label.error {
  display: none !important;
}
.banner input.input-control,
select#ser-select {
  width: 16% !important;
  border-radius: 20px;
}
select:focus {
  background: #104b8d87;
  color: #fff;
}
.banner .get-started-form option:focus,
.banner .get-started-form option:hover,
.banner .get-started-form option:selected {
  background-color: #e6e6e6 !important;
  color: #000 !important;
}
.banner .get-started-form {
  width: 100%;
}
.get-started-form.main-form {
  width: 80%;
  margin: 0 0 0 auto;
}
.get-started-form.main-form input.input-control,
.get-started-form.main-form select#ser-select,
.get-started-form.main-form textarea {
  width: 100% !important;
  border-radius: 10px !important;
  padding: 10px 15px;
  border: 0;
}
.get-started-form.main-form select#ser-select {
  padding: 0 15px;
  height: 40px;
}
a#goto-top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  background: #c39f43;
  color: #fff;
  width: 46px;
  height: 46px;
  font-size: 22px;
  border-radius: 50px;
  z-index: 999;
  transition: 0.5s !important;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
a#goto-top.show {
  opacity: 1;
  visibility: visible;
}
a#goto-top:hover {
  transform: scale(1.2);
}

h1 {
  color: #fff;
  font-size: 45px;
  padding: 0;
  line-height: 43px;
  letter-spacing: -2px;
  margin: 0;
}
h1 span {
  display: block;
}
footer {
  padding: 50px 0 0;
  color: #fff;
}
footer p {
  font-size: 14px;
  padding: 0 0 20px;
  font-weight: 300;
}
footer ul.menu li a:active,
footer ul.menu li a:hover {
  color: #c39f43 !important;
}
footer ul.menu li a {
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0;
  transition: 0.5s;
}
footer ul.menu li a i {
  color: #fff;
  margin-right: 10px;
}
footer ul.menu li a .d-block {
  line-height: 10px;
  padding-left: 25px;
}
.social-icons li {
  display: inline-block;
  padding: 10px 20px 0 0;
}
.social-icons li a {
  font-size: 16px;
}
.social-icons li a i:hover {
  color: #c39f43 !important;
}
.copyright {
  padding: 10px 0;
}
.copyright ul.menu li a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.copyright a,
.copyright p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 0;
}
h2 {
  font-size: 38px;
  line-height: 40px;
  padding: 10px 0;
}
h2 span {
  vertical-align: baseline;
}
.banner {
  margin-top: -170px;
  padding: 200px 0 80px;
}
.main-banner {
  position: relative;
}
.banner video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.banner.main-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#033448b5 100%, #054863 100%);
  opacity: 0.8;
}
.container {
  max-width: 1300px !important;
}
p a {
  color: #c39f43;
}
.faq-sec .card-header {
  background: 0 0;
  border: none;
  outline: 0 !important;
  padding: 10px 0;
}
.faq-sec .card-header a {
  display: block;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
  padding: 6px 10px;
}
.faq-sec .card {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d3d3d3;
  line-height: 24px;
  padding: 0;
}
.faq-sec .card-body {
  padding: 0 25px 20px;
}
#accordion-location .card-header a.card-link.collapsed:after,
.faq-sec .card-header a.card-link.collapsed:after {
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: -22px;
  top: 15px;
  color: #c39f43;
}

#accordion-location .card-header a.card-link:after,
.faq-sec .card-header a.card-link:after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
  color: #c39f43;
}
.faq-sec .card-body p {
  color: #1e1e1e;
  font-size: 14px;
}
.cta {
  background: url("../images/process-bg.html") 0 0 / cover no-repeat;
  padding: 80px 0;
}
.cta h2 {
  line-height: 45px;
  font-size: 45px;
}
.cta .cta-left {
  position: absolute;
  bottom: -260px;
  left: 0;
}
.cta .cta-right {
  position: absolute;
  right: 0;
  top: -190px;
  max-width: 100%;
}
.cta-signup {
  background: url("../images/cta-signup.webp") no-repeat;
  text-align: center;
  padding: 80px 0;
  background-size: 100% 100%;
  width: 80%;
  margin: auto;
}
.signup-cta {
  background: url("../images/signup-cta.webp") no-repeat;
  background-size: 100% 100%;
}
.cta-signup h2 {
  font-size: 45px;
}
.pricing .price {
  background: url("../images/pr-arrow.html") left center/30% no-repeat;
  padding-left: 50px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -4px;
}
.porfilio-slider {
  text-align: center;
  padding: 60px 0;
}
.reason-des {
  margin: 20px 0;
  padding: 20px;
  background: #003896;
  border-radius: 10px;
  box-shadow: 1px 2px 9px #f5f5;
}
.author-info h6,
.blog-detail p,
.reason-des p {
  font-size: 15px;
}
.reason-des h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.reason-des:hover {
  background: linear-gradient(180deg, #d93424 50%, #9d0a07 100%);
  box-shadow: 1px 1px 20px 4px #9d0a07;
}
.why-choose .get-started-form.main-form select#ser-select,
.why-choose input.input-control,
.why-choose textarea.required.input-control.form-control {
  background: #658ac0 !important;
  width: 100% !important;
  color: #fff !important;
}
.why-choose .input-control::placeholder,
.why-choose select#ser-select {
  color: #fff !important;
}
.why-choose .btn-red {
  display: block;
  width: 100%;
}
.cta-get-started {
  background: url(../images/cta2.html) 100%/100% no-repeat;
  color: #fff;
  text-align: center;
  border-radius: 20px;
}
div#popupform {
  padding: 0;
  max-width: 1300px;
  background: 0 0;
  overflow: unset;
}
.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popupform .popup-bann {
  position: relative;
  z-index: 3;
  top: 20px;
  transform: rotate(-4deg);
  left: 20px;
}
.popupform .popup-bann img {
  width: 241px;
}
.popupform .popup-content {
  max-width: 700px;
  height: 500px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 50px 21px 170px;
  margin: 20px 9px 0 -150px;
  border-radius: 20px;
}
.popupform .popup-content h2 {
  position: relative;
  font-size: 20px;
  font-family: Poppins, sans-serif;
  padding-bottom: 0;
  letter-spacing: -1px;
  margin-bottom: 10px;
  line-height: 27px;
}
.popupform .popup-content p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 0;
  color: #000;
}
.popupform .form-control {
  margin-bottom: 10px;
  font-size: 14px;
  height: 40px;
  font-family: Poppins, sans-serif;
  border: 1px solid #c39f43;
  color: #000;
  border-radius: 10px;
}
.popupform textarea.required.form-control {
  height: 80px !important;
}
.popupform button.fancybox-button.fancybox-close-small {
  background: #9f0b07;
  padding: 0;
  opacity: 1;
  top: 10px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
}
.popupform .fancybox-button svg {
  color: #fff;
  top: 0px;
  left: 1px;
  font-weight: 900;
  padding: 3px;
}
input.btn.btn_brown {
  margin-bottom: 15px !important;
}
.popupform ::placeholder {
  color: #000;
}
.required.error,
select.required.error,
textarea.required.error {
  border: 0 !important;
  border-bottom: 2px solid red !important;
  color: red !important;
}
img {
  transition: 0.5s;
  border-radius: 30px;
}
img:hover {
  animation: 3s linear infinite pulse;
  -moz-animation: 3s linear infinite pulse;
  -webkit-animation: 3s linear infinite pulse;
  cursor: pointer;
}
.reason .ser-box,
.services .ser-box {
  box-shadow: 10px 10px 40px #ccc;
  padding: 20px;
  border-radius: 16px;
  transition: 0.5s;
  position: relative;
}
.ser-box:before {
  content: "";
  position: absolute;
  background-color: #033448;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  clip-path: circle(0 at 0 0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}
.ser-box:hover:before {
  clip-path: circle(109% at 100% 60%);
}
.services .ser-box:hover {
  cursor: pointer;
  transform: scale(1.07);
  cursor: pointer;
  color: #fff;
}
.ser-box:hover h4,
.ser-box:hover p {
  color: #fff;
}
.services .ser-box h4 {
  font-size: 24px;
  padding: 20px 0;
  line-height: 30px;
}
.services .ser-box p {
  font-size: 14px;
  padding-bottom: 20px;
}
.btn-red-border {
  font-size: 15px;
  border: 1px solid #dd1423;
  color: #dd1423;
}
.book-mark-ser::before {
  background: url("../images/book-mark-ser-before.html") 0 0/29% no-repeat;
  left: 0;
  top: -70px;
  width: 90%;
  height: 100%;
}
.bottom-form form {
  background: #c39f43;
  padding: 40px 30px 30px;
  margin: auto;
}
.bottom-form .get-started-form.main-form form input.input-control {
  width: 49% !important;
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
}
.bottom-form .get-started-form.main-form {
  width: 100%;
  margin: auto;
}
.bottom-form .get-started-form.main-form select#ser-select,
.bottom-form .get-started-form.main-form textarea {
  width: 49% !important;
  float: left;
  margin: 7px 5px 0px 0px !important;
  background: #c39f43;
  border: 1px solid #fff;
  color: #fff !important;
}
.bottom-form .get-started-form.main-form textarea {
  width: 98.5% !important;
  color: #fff;
}
.book-sell-slider img {
  max-width: 50% !important;
  vertical-align: -webkit-baseline-middle;
}
.reason .ser-box {
  border: none;
  border-radius: 5px;
}
.reason .ser-box img {
  max-width: 20%;
  padding: 21px 0;
  filter: brightness(1);
  -webkit-animation: 3s infinite wobble ease-in;
  animation: 3s infinite wobble ease-in;
}
.reason .ser-box h4 {
  color: #dd1423;
  font-size: 23px;
  padding-bottom: 15px;
}
.reason .ser-box p {
  height: 130px;
}
.reason .ser-box:hover img {
  filter: brightness(25);
  transition: 0.1s;
}
.review-box {
  box-shadow: 1px 2px 15px #ccc;
  border-radius: 10px;
  padding: 20px;
  transition: 0.2s;
}
.review-box:hover {
  box-shadow: 5px 5px 25px #ccc;
  cursor: pointer;
}
.author-info {
  padding: 20px 0;
}
.review-box .review-para {
  padding: 20px 0;
  display: flex;
  align-items: center;
  text-align: left;
}
.book1.terms h2 {
  font-size: 28px;
}
.terms h3 {
  font-size: 23px;
  text-transform: capitalize;
  padding: 10px 0;
}
.list-item li.pl-5 {
  list-style: none;
}
.title {
  color: #c39f43;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.am-pub {
  background: #c39f43;
}
.am-pub h6 {
  font-weight: 500;
}
.am-pub p.py-3 {
  text-align: left;
  width: 50%;
  margin: 0 0 0 auto;
  padding-bottom: 40px;
  position: relative;
}
.am-pub p.py-3:before,
.empower h2:before {
  content: "";
  width: 120px;
  height: 2px;
  position: absolute;
  top: 33%;
  left: -140px;
  background: #fff;
}
.green-box {
  background: #405963;
  width: 80%;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  margin: auto;
}
.green-box span {
  display: block;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  font-family: "Poppins";
  letter-spacing: -3px;
}
.green-box p {
  line-height: 20px;
}
.reason {
  text-align: center;
  padding-bottom: 200px;
}
.circle-box {
  position: relative;
  box-shadow: 0px 0px 10px #bebebe;
  padding: 39px;
  border-radius: 50%;
  width: 260px;
  height: 260px;
  background: #ffffffde;
}
.circle-box h6 {
  color: #000;
  font-size: 17px;
}
.circle-box p {
  font-size: 12.5px !important;
  padding: 12px 0;
}
.parent-circles {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.reason .row {
  text-align: center;
  display: block;
}
.circle-box span {
  font-size: 40px;
  font-family: "Poppins";
  font-weight: 600;
  color: #fff;
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: -30px;
  z-index: -1;
}
.circle-box .one,
.circle-box .three {
  background: #c39f43;
}
.circle-box .four,
.circle-box .two,
.circle-box .five {
  background: #c39f43;
}
.circle-box.b-four,
.circle-box.b-five {
  top: 140px;
}
.circle-box.b-four img,
.circle-box.b-five img {
  position: absolute;
  top: -70px;
  right: -75px;
  animation: 2.5s linear infinite headShake;
  -webkit-animation: 2.5s linear infinite headShake;
  -moz-animation: 2.5s linear infinite headShake;
}
.circle-box img {
  position: absolute;
  bottom: -70px;
  right: -80px;
  animation: 2.5s linear infinite swing;
  -webkit-animation: 2.5s linear infinite swing;
  -moz-animation: 2.5s linear infinite swing;
  filter: hue-rotate(-315deg);
}
.empower {
  background: #033448;
}
.empower img {
  max-width: 70%;
}
.empower h2 {
  position: relative;
  width: 63%;
  margin: auto;
}
.owl-dot.active span,
.owl-dot:hover span {
  background: #c39f43 !important;
}
.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 240px;
  font-size: 35px;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -80px;
  font-size: 25px;
  bottom: 0;
  background: #7d7d7d82;
  border-radius: 40px;
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -80px;
  bottom: 0px;
  background: #7d7d7d82;
  font-size: 25px;
  border-radius: 40px;
  display: flex;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
[class*="owl-next"]:hover,
[class*="owl-prev"]:hover {
  color: #ffffff !important;
  background: #c39f43 !important;
}
.list-item li {
  list-style: disc;
  margin-left: 17px;
}
.list-item li::marker {
  color: #c39f43;
  font-size: 19px;
}
.box-shade {
  box-shadow: 0px 0px 10px #ccc;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
}
.tailor::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/new-img.png") no-repeat;
  background-size: 50% 100%;
}
.dark-blue {
  background: #033448;
}
.cont-detail {
  margin: 40px 0;
}
.inner-banner {
  background: url("../images/b-mark4.webp") no-repeat 100% / 100%;
}
.owl-carousel .owl-item img {
  border-radius: 0;
}
.icon-content span {
  font-size: 30px;
  font-weight: 800;
  -webkit-text-stroke-color: #c39f43;
  right: 10px;
  padding: 15px 0;
}
.icon-content {
  background: #fff;
  box-shadow: 2px 3px 10px #cccc;
  padding: 20px;
  border-radius: 10px;
  height: 330px;
  margin: 10px;
}
.icon-content h6 {
  font-size: 18px;
  padding: 25px 0 10px;
}
.list-banner li {
  color: #fff !important;
  text-align: left;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-right: 5px;
}
.list-banner li::before {
  color: #c39f43;
  font-weight: 600;
  margin-right: 10px;
}
/* ------------- */
.book-mock {
  display: inline-block;
  width: 35%;
  background: #fff;
}
.book-des {
  display: inline-block;
  width: 60%;
}
.book-mock img {
  max-width: 80%;
  border-radius: 0;
  border: 1px solid #033448;
}
.parent-bk-moc {
  padding: 10px;
  transition: 0.4s ease-in;
}
.book-des h3 {
  font-size: 22px;
}
.parent-bk-moc:hover {
  background: #fff;
  box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
  transition: 0.4s ease-in;
  cursor: pointer;
}
.parent-bk-moc:hover .book-des p {
  width: 100%;
  font-size: 14px;
}
.ser-box img {
  filter: hue-rotate(-315deg);
}
.modal-content {
  border-radius: 30px;
}
.modal {
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
}
button.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  border: none;
  background-color: #c39f43;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
/* Modal Backdrop with Fade */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  z-index: 1040; /* Below modal but above other content */
  opacity: 0; /* Initially invisible */
  pointer-events: none; /* Prevent interactions when hidden */
  transition: opacity 0.3s ease-in-out; /* Fade-in/out transition */
}

/* Modal Content */
.popupform.modal {
  z-index: 1050; /* Ensures modal appears above the backdrop */
  display: none; /* Initially hidden */
  opacity: 0; /* Initially invisible */
  transition: opacity 0.3s ease-in-out; /* Fade-in/out transition */
}

/* Modal Visible (when showing) */
.popupform.modal.show {
  display: block;
  opacity: 1; /* Make modal visible */
}

.modal-backdrop.show {
  opacity: 1; /* Show the backdrop */
  pointer-events: auto; /* Enable interactions */
}
@media (max-width: 800px) {
  #goto-top {
    display: none !important;
  }
}
/* Let's get this party started */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c39f43;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #c39f43;
}
@media (min-width: 1000px) {
  .desk-hide {
    display: none;
  }
}
