body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: fonts-SofiaPro;
}

.container {
  max-width: 1320px;
}

@font-face {
  font-family: fonts-SofiaPro;
  src: url(../fonts/fonts-SofiaPro.woff2);
}
a {
  text-decoration: none !important;
}

p {
  font-family: "Poppins", sans-serif;
}

figure {
  margin: 0;
  overflow: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.orange-btn {
  background-color: #ff9701;
  color: #fff !important;
  -webkit-animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
  animation: 2s cubic-bezier(0.25, 0, 0, 1) 3s infinite pulse;
  box-shadow: 0 0 0 2px #ff9701ad;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 10px 10px;
}

/* header css start */

.header-top {
  background: #ff9701;
  padding: 15px 0;
}

.top-heaeder merquee {
  color: white;
}

.top-heaeder marquee {
  color: white;
}
header {
  padding: 10px 0;
}

.navbar-brand img {
  width: 103px;
}

.navbar-nav li {
  padding: 10px 18px;
}
.navbar-nav li a {
  color: #393939 !important;
  font-size: 15px;
  font-weight: 600;
}

.navbar-nav li .dropdown-menu {padding: 20px 0;border-radius: 12px;}



.navbar-nav li .dropdown-menu a {
    padding: 8px 10px;
    padding-right: 100px;
}
.navbar-nav li:hover .dropdown-menu {
    display: block;
}
.form-inline {
  gap: 40px;
}
.form-inline a {
  gap: 10px;
}

.form-inline a span img {
  width: 40px;
}

.or-b {
  background: #000;
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgb(255 151 1 / 49%);
  }
}

input::placeholder {
  font-family: "Sofia Pro" !important;
}

select::placeholder {
  font-family: "Sofia Pro" !important;
}

/* header css end */

/* masterpiece css start */
.masterpiece {
  background-image: url(../images/main-banner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
}
.rigth-way h1 {
  font-size: 46px;
  color: #000;
  margin: 0 0 20px;
}
.rigth-way p {
  font-size: 17px;
  line-height: 1.3;
  color: black;
}

.trust-pilot {
  padding-top: 20px;
  padding-bottom: 50px;
}

.trust-pilot img {
  /* width: 80%; */
}
.top-form {
  padding: 20px 30px;
  background: #ff9701;
  width: 90%;
  height: auto;
  border-radius: 10px;
  margin: 0 0 0 55px;
  border: 2px solid #2762ad;
  position: relative;
  z-index: 0;
}

.top-form:before {
  position: absolute;
  z-index: 0;
  content: "";
  left: -30px;
  top: -25px;
  width: 35%;
  height: 25%;
  background-image: url(../images/Banner-Timer.webp);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-form h3 {
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}

.top-form h5 {
  color: white;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.top-form h5:before {
  content: "";
  background: white;
  left: 30px;
  top: 8px;
  width: 10%;
  height: 2px;
  position: absolute;
  z-index: 0;
}

.top-form h5:after {
  content: "";
  background: white;
  right: 30px;
  top: 8px;
  width: 10%;
  height: 2px;
  position: absolute;
  z-index: 0;
}
.top-form form .form-control {
  height: 45px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.form-btn {
  padding: 20px 75px;
  background: #fff;
  height: 50px;
  color: #000;
  font-weight: 700;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid transparent;
  line-height: 0.4;
}

.forn-group {
  text-align: center;
}
/* masterpiece css end */
/* six-1 css start */
.six-1 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.name-img ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.name-img ul li a img {
  width: 150px;
}

/* six-1 css end */
/* best-choise css start */

.make-book h3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
}

.make-book h2 {
  color: #ff9701f0;
  margin: 10px 0;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

.make-book p {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.make-book .form-inline {
  justify-content: center;
  margin-top: 35px;
}

/* best-choise css end */
/* army-clientele css start */

.army-clientele {
  padding-top: 50px;
}

.clientele h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}

.clientele h2 span {
  color: #ff9701;
}

.clientele p {
  text-align: center;
  font-weight: 500;
  color: black;
  font-size: 20px;
  margin-bottom: 20px;
}
.main-army {
  padding-top: 30px;
  padding-bottom: 20px;
}
.main-army ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.main-army ul li {
  width: 14%;
  display: inline-block;
  background: white;
  border: 1px solid #255593;
  text-align: center;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: 0 0 20px #d9d9d9;
  transition: all ease 1s;
}

.main-army ul li:hover {
  transition: all ease 1s;
  transition: scale(1.05);
}
.main-army ul li img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.main-army ul li p {
  font-family: "fonts-SofiaPro";
  font-size: 14px;
  margin: 0;
}
.iceberg {
  text-align: center;
  padding: 40px 0;
}

.iceberg .form-inline {
  justify-content: center;
  padding: 20px 0;
}

.iceberg h4 {
  font-size: 25px;
  color: #333;
  line-height: 30px;
  font-weight: 400;
  font-family: "fonts-SofiaPro";
}
.iceberg h4 span {
  color: #ff9701;
}

.or-w {
  padding: 16px 30px;
  background: white;
  color: black !important;
  border: 3px solid #0b274b;
}
/* army-clientele css end */
/* our-field css start */

.our-field {
  padding-top: 100px;
  padding-bottom: 50px;
}

.our-field .make-book h2 {
  text-align: center;
}

.our-field .make-book p {
  margin: auto;
  width: 65%;
  text-align: center;
}

.main-f {
  margin-top: 40px;
}
.main-f ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.main-f ul li {
  width: 30%;
  height: 400px;
  border: 2px solid #ff9d10;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  padding: 30px 20px;
  margin-top: 20px;
  transition: all ease 0.5s;
}
.main-f ul li:hover {
  transition: all ease 0.5s;
  transform: scale(1.05);
}

.main-f ul li p {
  width: unset !important;
}

.main-f ul li h5 {
  margin: 20px 0;
  color: #0b274b;
  font-size: 20px;
  font-weight: 600;
}

/* our-field css end */
/* limelight css start */
.limelight {
  padding-bottom: 100px;
  padding-top: 50px;
}

.limelight .clientele h2 {
  margin-bottom: 0;
  font-size: 50px;
}

.limelight .main-f ul li {
  width: 24%;
  height: 450px;
  border: 2px solid #000;
}

.limelight .main-f ul {
  gap: 16px;
}

.limelight .main-f ul li p {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

/* limelight css end */

/* faq css start */

.clientele p span {
  font-weight: bold;
}

.main-collaps {
  margin-top: 30px;
}

.main-collaps .card {
  background: transparent;
  border: none;
  border-top: 1px solid #ddd;
}

.main-collaps .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-collaps .card .card-header h3 {
  margin-bottom: 20px;
  padding-left: 0;
  text-align: left;
  cursor: alias;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding-top: 20px;
  padding-bottom: 0;
}

.main-collaps .card-body p {
  text-align: start;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  margin: 0;
  width: 90%;
}

.main-collaps .card-body {
  padding: 20px 0;
}
.main-collaps .card-header.collapsed .minus-i {
  display: none;
}

.main-collaps .card-header .minus-i {
  display: block;
}

.main-collaps .card-header .plus-i {
  display: none;
}

.main-collaps .card-header.collapsed .plus-i {
  display: block;
}
.faq .form-inline {
  justify-content: end;
}
/* faq css end */
/* testimonials css start */

.testimonials {
  background: #f4f4f4;
  padding: 100px 0;
}

.client-say h6 {
  color: #0b274b;
  font-weight: 400;
  font-size: 24px;
}

.client-say h2 {
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 30px;
}

.para-s p {
  font-weight: 500;
  font-size: 18px;
  color: #333;
}

.client-name h5 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 30px;
}

.client-name img {
  width: 20% !important;
}

/* testimonials css end */
/* last-form css start */

.last-form {
  padding: 50px 0;
}

.over-there {
  background-color: #000;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: center;
  padding-top: 20px;
  height: 680px;
}

.over-there h2 {
  color: #fff;
  font-size: 60px;
  line-height: 63px;
  font-weight: 700;
  margin-bottom: 65px;
}

.over-there img {
  margin: 15px 0;
}

.site-img {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.site-img img {
  width: 200px;
}

.let-get {
  background-color: #f4f4f4;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 35px 55px;
  height: 680px;
}

.let-get h2 {
  color: #333;
  font-size: 40px;
  line-height: 63px;
  font-weight: 700;
  margin-bottom: 35px;
}

.let-get form .form-control {
  margin-bottom: 20px;
  height: 40px;
}
.let-get form label {
  text-align: start;
  display: flex;
}

.let-get form textarea#textarea {
  height: unset !important;
}

.let-get .form-btn {
  border-radius: 50px;
  border: 3px solid #ff9701;
  color: #000;
  background: #fff;
  padding: 25px 30px;
  font-size: 25px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  width: 38%;
  margin: auto;
}

.let-get .form-inline {
  padding-top: 50px;
  justify-content: center;
  gap: 50px;
}

.logo-img {
  text-align: center;
  padding: 50px 0;
}

/* last-form css end */
/* footer css start */
footer {
  padding: 1% 0 5px;
  background: #cb7c0b;
}

.footer-links img {
  width: 180px;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}

.footer-links p {
  font-size: 15px;
  margin-top: -8px;
  width: 80%;
  color: white;
  font-weight: 500;
}
.footer-links ul li {
  padding: 5px 0;
}

.footer-links h4 {
  font-weight: 700;
  font-size: 29px;
  color: white;
  padding-top: 1%;
  margin-bottom: 4px;
}

.footer-links ul li a {
  color: white;
  font-weight: 500;
  font-size: 15px;
  font-family: "Poppins";
  font-weight: 500;
}

.footer-links ul li span {
  color: white;
  font-weight: 500;
  font-size: 15px;
  font-family: "Poppins";
}
/* footer css end */
/* modal css start */

div#myModal {
    margin-top: 50px;
}

.modal-sign-up .modal-dialog {
  max-width: 950px;
}
.modal-sign-up .modal-header {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  padding: 10px 20px !important;
  border: none;
}

.modal-sign-up .modal-content {
  border-radius: 10px;
  position: relative;
  z-index: 0;
  padding: 0px 0px;
}
.modal-sign-up .modal-body {
  position: relative;
  z-index: 0;
}
.main-army ul li:hover {
    transform: scale(1.1);
}
.sign-up h4 {
  font-family: Poppins;
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 20px;
  padding-left: 0px;
  font-weight: 600;
  color: #181818;
  margin-bottom: 15px;
  margin-bottom: 7px;
}

.sign-up h6 {
  font-family: Poppins;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: normal;
  padding-left: 0;
}
.modal-sign-up .form-group .form-control {
  background-color: rgb(245 245 245);
  border: none;
  border-radius: 50px;
  padding-left: 20px;
  height: 50px;
  margin: 14px 0px;
}

.modal-sign-up .form-group #textarea {
  height: unset !important;
  border-radius: 10px;
  /* background: transparent; */
  border: 1px solid #dfdfdf;
}
.modal-dialog .orange-btn {
  width: 100%;
  margin-top: 4px;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  animation: none;
}
.modal-img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* modal css end */

.loader img {
    width: 50px;
    margin-top: 10px;
}

.loader {
    text-align: center;
}

.let-get label.form-check-label {
    color: black !important;
}
.copyright {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 10px 0px;
}

.copyright p {margin: 0px 0px -3px;font-size: 17px;}

.copyright a {
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
    color: white;
}