body,
html {
  overflow-x: hidden;
}

.bookImg {
  width: auto !important;
}

ul.ulCircle {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 0;
}

ul.ulCircle li {
  font-size: 15px;
  color: #6e6e6e;
}

ul.ulCircle li i {
  color: #009491;
  margin-right: 11px;
  font-size: 11px;
}

ul.ulCircle li a {
  color: #000;
}

ul.ulCircle li a:hover {
  color: #000;
  text-decoration: none;
}

.bookItem {
  position: relative;
  margin-bottom: 30px;
}

.noOneSelling {
  background: linear-gradient(
    to bottom,
    #000 0,
    #000 4%,
    #008e8a 81%,
    #008e8a 100%,
    #000 100%
  );
  width: 100px;
  position: absolute;
  right: 50px;
  bottom: -20px;
  padding: 15px 5px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 10px 0 10px 0;
}

.about-us {
  height: 60vh !important;
}

.section1 {
  height: 100vh;
  background-image: url(../img/home/section1.webp);
  background-color: #000;
}

.section2 {
  padding: 78px 0;
  margin-top: 30px;
}

.section3 {
  padding: 85px 0;
}

.sectionFour {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.myCardBlue {
  transition: all 0.4s ease-in-out;
  height: 100%;
  margin-top: 40px;
  box-shadow: 0.3rem 0.3rem 2rem rgba(0, 0, 0, 0.15) !important;
}

.myCardBlue:hover {
  background: -webkit-linear-gradient(left, #009491 0, #009a97 100%);
  background-size: cover;
  color: #fff !important;
  transition: all 0.4s ease-in-out;
}

.myCardBlue:hover .hoverImgWhite {
  filter: brightness(5.5);
  transition: all 0.4s ease-in-out;
}

.myCardBlue:hover .para {
  color: #fff !important;
}

.goal-daba {
  border-radius: 50%;
  width: 50px;
  text-align: center;
  height: 50px;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  border: 1px solid #009491;
  margin-bottom: 12px;
  transition: 0.3s ease-in-out;
}

.goal-daba i {
  color: #009491;
  transition: 0.3s ease-in-out;
}

.owl-theme .owl-nav [class*="owl-"]:focus {
  outline: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
  outline: 0;
}

.circle {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
}

.circle1 {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
}

.circle2 {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
}

.owl-theme .owl-nav {
  text-align: left;
}

@media (max-width: 767px) {
  .owl-theme .owl-nav {
    text-align: center !important;
  }
  .section1 {
    background: 0 0;
    background-color: #000;
  }
}

.imageMan {
  top: 50%;
  left: 15%;
}

.contentOverImage {
  background: linear-gradient(
    to bottom,
    #000 0,
    #000 4%,
    #008e8a 81%,
    #008e8a 100%,
    #000 100%
  );
  padding: 25px;
  max-width: 200px;
  color: #fff;
  top: 35%;
  right: 0;
  text-align: center;
  border-radius: 10px;
}

.contentOverImage:hover {
  cursor: pointer;
}

.overLayContent {
  max-width: 400px;
  padding: 15px;
  background: linear-gradient(
    to bottom,
    #000 0,
    #000 4%,
    #008e8a 81%,
    #008e8a 100%,
    #000 100%
  );
  opacity: 0.8;
  top: 68%;
  left: 17%;
  animation: fadeInLeft 0.5s ease-in-out;
}

.overLayContent p {
  opacity: 1 !important;
  color: #fff;
}

section.section6 p:nth-child(2) a {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
}

section.section6 p:nth-child(1) {
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  text-transform: capitalize;
  line-height: 47px;
}

section.section6 > div > div > div > a {
  text-transform: uppercase;
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  padding: 9px 60px !important;
}

.section1 h3.tagline {
  font-size: 19px;
  font-weight: 500;
  font-family: poppins;
  margin-right: 30px;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@media (max-width: 996px) {
  .imageMan {
    position: relative !important;
    top: 0;
    left: 0;
  }
  .overLayContent {
    left: 5%;
  }
  .section1 h3.tagline {
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    font-family: poppins;
    margin-right: 0;
  }
}

.circle {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
}

.circle1 {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
}

.circle2 {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
}

.owl-theme .owl-nav {
  text-align: left;
}

.nameOnHover {
  visibility: hidden;
  position: absolute;
  top: -70px;
  width: auto;
  text-align: center !important;
  left: 15px;
  font-weight: 700;
}

#moveMe:hover .nameOnHover {
  visibility: visible;
}

#moveMe1:hover .nameOnHover {
  visibility: visible;
}

#moveMe2:hover .nameOnHover {
  visibility: visible;
}

/* /* .........footer-css ......... */

.footerLogoRaw {
  padding: 35px 0 35px 0;
}

.footerNavHeading {
  font-size: 17px;
  font-weight: 700;
  color: #009491;
  font-family: Nunito, sans-serif;
}

.navFooterWriting ul {
  list-style-type: none;
  padding: 0;
}

.navFooterWriting ul li {
  font-size: 13px;
  font-weight: 400;
  font-family: Nunito;
  line-height: 30px;
}

.navFooterWriting ul li a {
  line-height: 10px;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.navFooterWriting ul li a.active {
  color: #009491;
}

div.section8 {
  padding: 20px;
}

.navFooterWriting ul li a:hover {
  text-decoration: none;
  color: #009491;
  transition: 0.3s ease-in-out;
}

.disclaimerPara {
  font-family: Nunito, sans-serif;
  color: #fff;
}

footer .termsAndCon {
  color: #009491;
  font-size: 10px;
}

footer .termsAndCon a {
  color: #009491;
  margin: 0 10px;
  font-weight: 500;
  font-size: 10px;
  transition: 0.3s ease-in-out;
}

footer .termsAndCon a:hover {
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.rowOfTextNdBtn {
  display: flex;
}

.rowOfTextNdBtn input {
  background: #fff;
  border: none;
  border-radius: 10px 0 0 10px;
  padding: 27.5px;
  color: #656565;
}

.rowOfTextNdBtn button::placeholder {
  color: #656565;
}

.rowOfTextNdBtn button {
  padding: 15.5px;
  border: none;
  border-radius: 0 10px 10px 0;
}

.breakerForCopy {
  height: 1px;
  background-color: #10142b;
}

.copyRights {
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

.copyRightsPara a {
  color: #009491;
  transition: 0.3s ease-in-out;
}

.copyRightsPara a:hover {
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease-in-out;
}

footer .withBest {
  margin-top: 25px;
  font-size: 18px;
  padding-right: 40px;
  font-weight: 500;
  margin-bottom: 59px;
}

.someDown {
  padding-top: 20px;
}

.btnGreen {
  background: linear-gradient(
    to bottom,
    #000 0,
    #000 4%,
    #008e8a 81%,
    #008e8a 100%,
    #000 100%
  );
  color: #fff;
  font-family: Nunito, sans-serif;
}

.stayInTouch {
  font-size: 17px;
  font-weight: 700;
  color: #009491;
}

.fab {
  font-size: 35px;
  width: 40px;
  color: #010624;
  height: 40px;
  border-radius: 50%;
  padding-top: 8px;
  text-align: center;
  text-decoration: none;
  margin: 15px 2px;
}

.fa-facebook-f {
  color: #fff;
  transition: 0.5s ease-in-out;
}
.social a {
  border-radius: 50%;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.social a:hover {
  background: -webkit-linear-gradient(left, #009491 0, #009a97 100%);
  transition: 0.5s ease-in-out;
  color: #fff;
}
.social a i {
  padding-top: 0;
  margin: 0;
}
.fa-twitter {
  color: #fff;
  transition: 0.5s ease-in-out;
}

.fa-instagram {
  color: #fff;
  transition: 0.5s ease-in-out;
}

.border-right {
  border-right: 1px solid #10142b !important;
}

.socialImg {
  margin: 0 auto;
  text-align: center;
}

.socialImg img {
  display: block;
  margin: 20px auto;
}

footer {
  padding: 40px 0 10px;
  background-image: url(../img/footer.webp);
}

@media (max-width: 767px) {
  footer {
    padding: 10px 0;
  }
  .sayHelloForm .border-right {
    border-right: none !important;
  }
}

.section8Heading {
  text-align: center;
  color: #cccccc;
  font-family: "Nunito", sans-serif;
}

.btnFormRequest {
  padding: 19px 59px;
  font-weight: bold;
  font-size: 17px;
  margin-top: 30px;
  font-family: "Nunito", sans-serif;
}

.btnFormRequest i {
  margin-left: 10px;
  margin-top: 5px;
  font-size: 12px;
}

.section7 .getInTouch {
  border-right: 1px solid #000;
}

.section7 .getInTouch h4 {
  font-size: 13px;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
}

.section7 .getInTouch h1 {
  font-weight: bold;
  font-size: 55px;
}

.rowForGetTouch {
  margin-top: 60px;
}

.inquiriesFor {
  padding: 0px 20px;
}

.inquiriesFor p {
  font-size: 17px;
  text-align: left;
  font-weight: normal;
}

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

.rowOfInputs input::placeholder {
  font-style: italic;
}

.sayHelloForm h4 {
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
}

.sayHelloForm {
  font-size: 55px;
  font-weight: bold;
}

.sayHelloForm a.text-dark {
  word-break: break-all;
}

body > div.section8 > div > div > div:nth-child(6) > img {
  max-width: 100px;
  margin-top: 7px;
}

@media (max-width: 1200px) {
  .inquiriesFor p {
    font-size: 15px;
    text-align: left;
    font-weight: normal;
  }
}

@media (max-width: 767px) {
  .section7 .getInTouch {
    border-right: none;
  }
  .sayHelloForm {
    font-size: 35px;
  }
}

/* /* .........footer-css ......... */

/* .........navbar-css....... */

.navBar {
  background-color: #fff;
  top: 0;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 0.9em;
  color: #212121;
  font-weight: 500;
}

@media (max-width: 991px) {
  .mobileNavBar {
    background: linear-gradient(
      to bottom,
      #000 0,
      #000 4%,
      #008e8a 81%,
      #008e8a 100%,
      #000 100%
    );
    padding: 14px;
  }
  .navBar {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }
  body .sec-58vh {
    height: 80vh;
  }
}

.sticky {
  background: linear-gradient(
    to bottom,
    #000 0,
    #000 4%,
    #008e8a 81%,
    #008e8a 100%,
    #000 100%
  );
  top: 0;
  animation: 0.5s sticky;
}

@keyframes sticky {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}

* {
  font-family: poppins;
}

section {
  padding: 70px 0;
  position: relative;
}

.section {
  padding: 70px 0;
  position: relative;
}

.section1 {
  color: #fff;
  background-position: center;
  background-size: cover;
  /* height: 60vh; */
  background-repeat: no-repeat;
}

.section2 {
  background-repeat: no-repeat;
  background-size: cover;
}

.section3 {
  background-size: cover;
}

.mainH1 {
  font-size: 48px;
  font-weight: 800;
}

.mainH-1 {
  font-size: 36px;
  font-weight: 600;
}

.h2Heading {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
}

.h3Heading {
  font-size: 26px;
  font-weight: 500;
}

.h4Heading {
  font-size: 25px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.h5Heading {
  font-size: 16px;
  font-weight: 700;
}

.h6Heading {
  font-size: 20px;
  font-weight: 300;
}

.para {
  font-size: 15px;
  line-height: 26px;
  color: #6e6e6e !important;
}

@media (max-width: 767px) {
  .para {
    text-align: center;
  }
}

.btn-theme {
  font-size: 16px;
  font-weight: 500;
  padding: 11px 30px;
  color: #fff;
}

.bg-theme-blue {
  background: #000;
}

.btn.bg-theme-blue:hover {
  transition: 0.3s ease-in-out;
  color: #fff;
  background: -webkit-linear-gradient(left, #009491 0, #009a97 100%);
}

.bg-theme-white {
  color: #00aaa9;
  background-color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
}

.btn.bg-theme-white:hover {
  transition: 0.3s ease-in-out;
  color: -webkit-linear-gradient(left, #009491 0, #009a97 100%);
  background-color: #fff;
}

.hrBlue {
  width: 200px;
}

.colorTheme {
  color: #00aaa9;
}

.section6 {
  background-color: #00aaa9;
  color: #fff;
  text-align: center;
}

.section7 {
  background-color: #f7f7f7;
}

.footer-img {
  max-width: 269px;
  position: relative;
  top: -4px;
  /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(149deg) brightness(110%) contrast(101%); */
}

.footerSection p {
  color: #fff;
}

.address-main ul li {
  line-height: 1.4;
  font-size: 14px;
  padding: 0 0 8px 0px;
  position: relative;
  color: #fff;
  list-style: none;
}
.main {
  padding-left: 0px;
}

.flogo {
  padding: 0px 0 20px;
}
.flogo figure {
  margin: 0 0 1rem;
}
.address-main ul li a {
  color: #fff;
}

.locate {
  margin-right: 5px;
}
.enve {
  margin-right: 5px;
}
.fone-2 {
  margin-right: 5px;
}

.roundedBtn {
  border-radius: 20px;
}

.border-radius-20 {
  border-radius: 31px;
}

#modalForDiscount .modal-content {
  background: linear-gradient(
    to bottom,
    #000 0,
    #000 4%,
    #008e8a 81%,
    #008e8a 100%,
    #000 100%
  );
  background: url(../img/popup.webp) no-repeat center/cover;
}

@media (max-width: 1000px) {
  #modalForDiscount .modal-content {
    background: 0 0;
    background: linear-gradient(
      to bottom,
      #000 0,
      #000 4%,
      #008e8a 81%,
      #008e8a 100%,
      #000 100%
    );
  }
}

#modalForDiscount .modal-content .mainH1 {
  font-size: 45px;
}

#modalForDiscount .modal-para {
  font-size: 19px;
  margin-bottom: 10px;
}

#modalForDiscount #modal-fom .form-control {
  height: 45px;
  margin-bottom: 22.5px;
}

#modalForDiscount #modal-fom textarea.form-control {
  height: 180px;
}

#modalForDiscount .btn-modal {
  font-size: 17px;
  background: #000;
  color: #fff;
  letter-spacing: 1px;
}

#modalForDiscount .modal-check-para {
  font-size: 14px;
  margin-bottom: 25px;
  display: inline-block;
}

#modalForOrder .modal-content {
  background: linear-gradient(
    to bottom,
    #000 0,
    #000 4%,
    #008e8a 81%,
    #008e8a 100%,
    #000 100%
  );
  background: url(../img/popup.webp) no-repeat center/cover;
}

@media (max-width: 1000px) {
  #modalForOrder .modal-content {
    background: 0 0;
    background: linear-gradient(
      to bottom,
      #000 0,
      #000 4%,
      #008e8a 81%,
      #008e8a 100%,
      #000 100%
    );
  }
}

#modalForOrder .modal-content .mainH1 {
  font-size: 45px;
}

#modalForOrder .modal-para {
  font-size: 19px;
  margin-bottom: 50px;
}

#modalForOrder #modal-fom .form-control {
  height: 45px;
  margin-bottom: 22.5px;
}

#modalForOrder #modal-fom textarea.form-control {
  height: 180px;
}

#modalForOrder .btn-modal {
  font-size: 17px;
  background: #000;
  color: #fff;
  letter-spacing: 1px;
}

#modalForOrder .modal-check-para {
  font-size: 14px;
  margin-bottom: 25px;
  display: inline-block;
}

.close {
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  .h3Heading {
    font-size: 18px;
  }
  .mainH1 {
    font-size: 35px;
  }
  .h6Heading {
    font-size: 14px;
  }
  .owl-carousel .owl-item img {
    width: 100% !important;
  }
  .footer-img {
    max-width: 220px;
  }
  .section2 .btn-theme {
    padding: 8px 15px;
    margin: 0 auto;
    display: inline-block;
  }
  .btn-theme {
    padding: 8px 15px;
  }
  #owl-demo .item .row .p-5 {
    padding: 2rem 2rem 1rem !important;
    text-align: center;
  }
  #owl-demo .item .btn-theme {
    margin: auto;
    display: inherit;
  }
  section {
    padding: 35px 0 !important;
    position: relative;
  }
  .section {
    padding: 35px 0 !important;
    position: relative;
  }
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  top: 50px;
  width: 680px;
  z-index: 1;
  box-shadow: 6px 6px 70px #0009;
}

.dropdown-content .rowForCat {
  padding: 33px;
}

.headingOnMenu {
  text-align: left;
  font-size: 22px;
  font-family: Nunitio, sans-serif;
}

.catOnMenu {
  font-size: 20px;
  font-family: Nunito, sans-serif;
  font-weight: 800;
  color: #009491;
  text-align: left;
}

.dropdown-content a:hover {
  text-decoration: none;
  color: -webkit-linear-gradient(left, #009491 0, #009a97 100%);
}

.dropdown-content a {
  display: block;
  text-align: left;
  color: #000;
}

.dropdown-content .header {
  background: linear-gradient(
    to bottom,
    #000 0,
    #000 4%,
    #008e8a 81%,
    #008e8a 100%,
    #000 100%
  );
  padding: 16px;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.contentRightDes {
  padding: 10px;
}

.contentRightDes p {
  text-align: left;
}

.web-header ul li ul {
  padding: 0;
}

.web-header ul li ul li {
  line-height: 20px;
  display: flex;
}

.web-header ul li ul li i {
  font-size: 8px;
}

.web-header ul li ul li a {
  width: 100%;
}

.web-header ul li ul li p span {
  font-size: 20px;
  font-weight: 700;
  color: #009491;
  line-height: 40px;
}

.web-header ul li ul li p {
  display: none;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  right: 0;
  max-width: 70%;
  padding-left: 20px;
  text-transform: initial;
  text-align: left;
  padding-right: 50px;
  top: 25%;
}

.web-header ul li ul li:hover p {
  display: block;
  transition: 0.3s ease-in-out;
}

.web-header .nav-item:hover .dropdown-content {
  display: block;
}

@media (max-width: 1082px) {
  .dropdown-content {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .para {
    font-size: 14px;
  }
  .modal-content {
    background: url(../img/popup.webp) no-repeat center/cover;
  }
  @media (max-width: 767px) {
    .navbar-nav {
      background-color: #009491;
      padding: 10px;
    }
    .h2Heading {
      font-size: 24px;
      font-weight: 600;
      text-align: center;
    }
    .h4Heading {
      font-size: 18px;
      font-weight: 600;
    }
    section {
      padding: 15px 0;
    }
    .btn-modal {
      padding: 14px 35px;
    }
    .font-40,
    .font-45 {
      font-size: 28px;
      text-align: center;
    }
    .font-15 {
      line-height: 22px;
      text-align: center;
    }
    .font-20 {
      font-size: 17px;
      text-align: center;
    }
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .navbar-light .navbar-toggler {
    border: 1px solid #fff;
  }
}

.backlink {
  color: #009491;
}

.backlink:hover {
  text-decoration: none;
  color: -webkit-linear-gradient(left, #009491 0, #009a97 100%);
  color: #000;
}

button[type="submit"] {
  display: none;
}

input[type="submit"] {
  display: none;
}

.jun {
  visibility: hidden !important;
  position: absolute;
}

/* .....navbar-css....... */

/* .......banner-form-css......... */

.from-box {
  background: linear-gradient(
    to bottom,
    #000 0,
    #000 4%,
    #008e8a 81%,
    #008e8a 100%,
    #000 100%
  );
  padding: 30px 35px;
  box-shadow: 0 0 20px rgb(0 0 0 / 35%);
  margin-top: -110px;
  border-radius: 7px;
}

.from-box h4 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.from-box button {
  width: 180px;
  padding: 13px 0;
  border: 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin: 10px auto 0;
  border-radius: 5px;
  font-size: 18px;
}

.from-box input {
  width: 100%;
  padding: 12px;
  border: none;
  color: #000;
  font-size: 15px;
  /* margin-bottom: 21px; */
  border-radius: 5px;
  outline: 0 !important;
}

.from-box textarea {
  width: 100%;
  padding: 12px;
  border: none;
  color: #000;
  font-size: 15px;
  margin-top: 21px;
  margin-bottom: 21px;
  border-radius: 5px;
  outline: 0 !important;
}

/*........banner-form-css.........*/

.bg-toggle {
  background: #000 !important;
}

.boxHider {
  display: none;
}
.bookImg {
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.35) !important;
}

.bg-dark {
  background-color: #000 !important;
}

.intl-tel-input {
  width: 100%;
}

.iti {
  width: 100%;
  color: #000;
}

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

.iti--allow-dropdown input,
.iti--allow-dropdown input[type="text"],
.iti--allow-dropdown input[type="tel"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="text"],
.iti--separate-dial-code input[type="tel"] {
  border: 1px solid transparent;
}

.form-control {
  border: 1px solid #ced4da !important;
}

.iti__country-list,
.iti__arrow {
  display: none;
}

.iti__selected-flag {
  height: 44px;
}

.error {
  color: #661e1e;
  font-size: 12px;
  position: relative;
  top: 0px;
}

.from-box input {
  height: 44px !important;
}

.color-logo {
  width: 100%;
  max-width: 205px;
}

.service_banner_form {
  margin-top: -10%;
}

.first_banner {
  background-image: url(./img/new_layout/autobiography/Bannar-01.webp);
}

.our-process {
  background: url(./img/autobiography/Bannar-02.webp) 0px 0px / cover no-repeat;
}

.book_img img {
  width: 100%;
}
.author-list-page .author-cards h6.h2Heading {
  font-size: 30px;
  text-transform: uppercase;
}

.author-list-page .author-cards h5.h3Heading {
  font-size: 20px;
}

.author-list-page .author-cards .testiPara {
  font-size: 14px;
  line-height: 23px;
}

.authorHeading {
  font-size: 55px;
}

.author-list-page .author-cards button.bg-theme-blue {
  font-size: 12px;
  padding: 12px;
}
.section1 {
  height: 60vh;
}

.authorHeading {
  font-size: 55px;
}

.authorSocialIcons button {
  border: none;
  background-color: transparent;
}

.authorSocialIcons i {
  background-color: #000;
  color: #fff;
  border-radius: 10px;
}

.fab {
  transition: 0s !important;
}

.experienceAuthor p {
  margin-right: 25px;
}

.experienceAuthor p:nth-child(3) {
  color: grey;
}

.hrGrey {
  background-color: grey;
}

@media (max-width: 767px) {
  .experienceAuthor p:nth-child(3) {
    display: none;
  }

  .authorColumn {
    text-align: center !important;
  }
}
.mar-bot-25 {
  margin-bottom: 25px;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  display: inline-block;
  margin: 25px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0.3rem 0.3rem 2.5rem rgba(0, 0, 0, 0.15) !important;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* .card-body:hover{
    background-color:#28c242;
} */

.flip-card-back,
.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: #000;
}

.flip-card-back {
  background: linear-gradient(
    to bottom,
    #000 0,
    #000 4%,
    #008e8a 81%,
    #008e8a 100%,
    #000 100%
  );
  color: #fff;
  transform: rotateY(180deg);
  padding: 0 15px;
  font-family: poppins;
  font-size: 14px;
  padding: 20px;
  line-height: 25px;
}

section.section4 div.card-body h5 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  margin: 20px auto;
}

section.section4 div.card-body p {
  font-family: poppins;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 400px) {
  .flip-card {
    width: 280px;
    margin: 15px 0;
  }
}
/* 1 */
.contentsect_dv {
  background-image: url(../img/new_layout/home_img/behind-Bannar-02.webp);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.first_banner {
  /* background-image: url(../img/new_layout/consulting.JPG); */
  background-image: url(../img/new_layout/home_img/Bannar-01.webp);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 50px;
  padding-top: 150px;
  /* margin-top: 6.5%; */
}

.first_banner_data p {
  font-size: 17px;
  color: #2f1f1f;
  margin-top: 22px;
  margin-bottom: 22px;
  line-height: 22px;
}

.first_banner_data h1 {
  font-size: 47px;
  font-weight: 700;
  color: #2f1f1f;
  margin-bottom: 10px;
}

span.first_span {
  font-weight: 400;
}

.banner_imgs img {
  margin: 0px 15px;
  width: 11%;
}

/* 1 */

.numbring_area {
  margin-top: -4%;
  z-index: 1;
  position: relative;
}

/* 2 */

span.second_span {
  font-weight: 700;
}

.unique_area {
  padding: 50px;
  background: white;
}

.unique_area_data h3 {
  font-size: 30px;
  font-weight: 600;
  color: #434344;
  margin-bottom: 15px;
}

.unique_area_data p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 15px;
}

.unique_area_img img {
  margin: 0 auto;
}

.second_ul {
  display: flex;
}

.second_ul ul {
  list-style: circle;
  padding-left: 18px;
}

/* form code */
.first_banner_form {
  /* background: #008e89; */
  padding: 30px 25px;
  margin-top: -25%;
  border-radius: 15px;
}

.first_banner_form {
  background-image: url(../img/new_layout/home_img/form-image.webp);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 110%;
}

.first_banner_form h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 18px;
}

.first_banner_form input {
  border: 1px solid #c9c9c9;
  height: 42px;
  padding: 9px;
  width: 100%;
  border-radius: 2px;
  color: #3b3a3c;
  font-size: 14px;
  margin-bottom: 12px;
}

.mine_form_sub {
  background: black;
  color: white;
  margin-top: 27px;
  margin-bottom: -15px;
  padding: 5px;
  border: none;
  width: -webkit-fill-available;
  height: 48px;
  font-size: 17px;
  margin-top: 10px;
}

.first_banner_form textarea {
  border: 1px solid #c9c9c9;
  padding: 9px;
  width: 100%;
  border-radius: 2px;
  color: #3b3a3c;
  font-size: 14px;
  height: 100px !important;
  margin-bottom: 12px;
  margin-top: 15px;
}

span.form_perc {
  color: #f57c15;
}

.style_five {
  color: #ffffff !important;
  padding: 9px 16px !important;
  background-color: #f57c15 !important;
  width: 100% !important;
}

.first_banner_form h5 {
  font-size: 19px;
  color: white;
  text-align: center;
  margin-bottom: 22px;
}

.first_banner_form ul {
  list-style: none;
  padding-left: 0px;
}

/* form code */

.discount-form input {
  width: 100%;
  padding: 6px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  height: 42px;
  border: 1px solid gray !important;
}

.discount-form textarea {
  width: 100%;
  padding: 6px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  height: 100px;
  border: 1px solid gray !important;
}

/* 2 */

.row.pops_form input {
  width: 100%;
  padding: 6px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  height: 42px;
  border: none;
}

.heading.text-center h4 {
  font-size: 16px;
  background: #03a84e;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px;
  color: white;
  border-radius: 4px;
}

.row.pops_form textarea {
  width: 100%;
  padding: 6px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  height: 100px;
  border: none;
}

/* 3 */
.slider_text h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.slider_text p {
  font-size: 15px;
  text-align: center;
}

/* 3 */

/* 4 */
.book_img_text {
  margin-left: 4%;
}

.banner_imgs {
  display: flex;
  margin-top: 5%;
}

.book_img_text p {
  font-size: 14px;
  line-height: 21px;
}

/* 4 */

/* 5 */
.cta {
  /* background-image: -moz-linear-gradient(90deg, #154890, #1d6bda 100%);
    background-image: linear-gradient(to right, #00bbba 0, #0f4241 100%);
    background-image: -ms-linear-gradient(90deg, #154890, #1d6bda 100%); */
  background-image: url(../img/new_layout/cta_bg.jpeg);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 30px;
  /* background-size: cover; */
}

.cta,
.index-cta {
  background-color: rgba(21, 72, 144, 0.99608);
  text-align: center;
}

.our-process .box:hover {
  background: rgb(0 184 182);
  border-color: rgb(255, 255, 255);
}

/* .cta::before {
    background-size: 75% !important;
    left: -6rem !important;
}

.cta::before {
    content: "";
    position: absolute;
    background: url(../img/new_layout/cta-before.webp) center/100% no-repeat;
    width: 600px;
    height: 274px;
    left: 0;
    bottom: -22%;
}

.audio-book-cta::after {
    content: "";
    background: url(../images/audio-book-narratting/cta-after.webp) right/cover no-repeat;
    width: 376px;
    height: 396px;
    position: absolute;
    top: -2rem;
    right: 0;
} */

.cta-hdg > h4 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 15px;
  font-family: "Antic Slab", serif !important;
  font-weight: 400 !important;
  position: relative;
}

.cta-hdg p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  position: relative;
}

.cta-btns,
.resource-counter {
  margin-top: 40px;
  margin-bottom: 30px;
}

.cta-btns > a {
  background: #000;
  border: 1px solid #000;
  margin: 0 10px;
  color: #fff;
  padding: 8px 40px;
  transition: 0.2s linear;
}

.cta-btns > a:nth-child(2) {
  background-color: unset;
  color: #fff;
  border: none;
}

.cta-btns + a i svg,
.cta-btns > a svg {
  fill: #fff;
}

/* 5 */

/* 8 */
section.book-writing {
  padding: 0;
  margin-top: -50px;
}

.bw_inside {
  padding: 50px;
  width: 100%;
  border-radius: 30px;
  background: url(../img/new_layout/home_img/image-02.webp) no-repeat right
    center #fff;
  position: relative;
  box-shadow: 0 0 40px #000;
  z-index: 1;
}

.bw_inside h2 {
  font-size: 38px;
  margin-bottom: 30px;
  font-weight: 600;
}

.bw_inside li {
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}

.bw_inside li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../img/new_layout/check-ico.png) no-repeat left center;
}

.bw_inside ul {
  list-style: none;
  padding-left: 0px;
}

/* 8 */

/* 9 */
.bi_item {
  /* background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 244, 238, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 244, 238, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 244, 238, 1) 100%); */
  background: #f8f7f2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f4ee', GradientType=0);
  text-align: center;
  padding: 40px 0;
  width: 100%;
  border-radius: 20px;
  margin-top: -40px;
  box-shadow: 0 0 40px #000;
  margin: 0px 1%;
}

.bi_item h4 {
  color: #003400;
  font-size: 50px;
  line-height: 66px;
}

.bi_item h5 {
  margin: 0;
  font-size: 20px;
}

/* 9 */

/* 10 */
.service-thumbnail {
  position: relative;
  text-align: center;
  padding: 39px 20px;
  background: #e9e9e9;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  height: calc(100% - 30px);
}

.service-thumbnail::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -50px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: 0.7s linear;
  background: #29a7d5;
  background: -moz-linear-gradient(left, #29a7d5 0, #4e2cbd 100%);
  background: -webkit-linear-gradient(left, #29a7d5 0, #4e2cbd 100%);
  background: linear-gradient(to right, #00b7b6 0, #008e8a 100%);
  z-index: -1;
}

.service-thumbnail *,
.technology-sec ul.technologies-list > li *,
.work-thumbnail * {
  transition: inherit;
}

.service-thumbnail figure {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}

.service-thumbnail figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-thumbnail > span {
  position: absolute;
  display: block;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  background: #29a7d5;
  background: -moz-linear-gradient(left, #29a7d5 0, #4e2cbd 100%);
  background: -webkit-linear-gradient(left, #29a7d5 0, #4e2cbd 100%);
  background: linear-gradient(to right, #29a7d5 0, #4e2cbd 100%);
  text-align: center;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
}

.service-thumbnail h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 10px;
  background: #000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-thumbnail p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
}

.service-thumbnail:hover img {
  filter: brightness(0) invert(1);
}

.service-thumbnail:hover h5 {
  -webkit-text-fill-color: #fff;
}

.service-thumbnail:hover::before {
  width: 125%;
  height: 125%;
  transform: scale(150%);
}

.service-thumbnail.process-thumbnail {
  padding: 50px 20px 20px;
}

/* 10 */

/* 11 */
.order-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.order-sec .order-img > img {
  width: 100%;
  height: 350px;
  object-fit: scale-down;
}

.order-sec .order-content {
  padding: 70px 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.order-sec .order-content h3 {
  width: 80%;
  color: #fff !important;
  font-size: 16px;
  font-weight: 400 !important;
}

.order-btns .phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-bottom: 2px solid transparent;
}

.order-btns .phone-btn > i {
  margin-right: 5px;
  font-size: 20px;
}

/* .order-sec-2 {
    background: #441e89;
} */

.order-sec-2 {
  background-image: url(../img/new_layout/home_img/order-contant-bannar.webp);
  /* background-position: 100%; */
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 50px 50px;
    padding-top: 150px;
    margin-top: 6.5%; */
  padding-top: 25px;
  padding-bottom: 25px;
}

.order-sec-2 .order-wrapper {
  padding: 15px 0px;
  position: relative;
}

.order-sec-2 .order-btns a.primary-btn.teritary-bg,
.work-sec .nav-tabs.main-tabs a.active,
.work-sec .nav-tabs.main-tabs a:hover {
  background: #f98329;
}

.order-sec-2 .order-img > img {
  position: absolute;
}

.order-sec-2 .order-img > img.order-img-1 {
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.order-sec-2 .order-img > img.order-img-2 {
  top: 45%;
  right: 5%;
  transform: translateY(-50%);
}

.order-sec-2 .order-img > img.order-img-3 {
  bottom: 75%;
  left: 50%;
  transform: translateX(-50%);
}

.order-wrapper .primary-heading h4 {
  color: #fff;
  background-image: none !important;
  -webkit-text-fill-color: white !important;
  font-size: 36px;
  font-weight: 700 !important;
  line-height: 42px;
  /* text-transform: capitalize;
    margin-top: 6%;
    position: relative;
    z-index: 1; */
}

.order-wrapper .primary-heading p {
  color: #fff;
  /* position: relative;
    z-index: 1; */
  margin-top: 20px;
}

@keyframes moveRightLeft {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.animation-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.animation-wrapper,
.bg-anim {
  z-index: -1;
  overflow: hidden;
  top: 0;
  left: 0;
}

.animation-wrapper .img.img-3 {
  bottom: -100px;
  left: 5%;
  animation: 10s linear -1s infinite bottom-top;
}

.animation-wrapper .img {
  position: absolute;
  margin: 0;
}

/* 11 */

/* 12 */
.head-mm {
  font-size: 40px;
  color: #3f3d52;
  line-height: 58px;
  margin-bottom: 1.5rem;
}

.head-mm strong {
  font-size: 40px;
  color: #000000;
  font-weight: 700;
}

.para {
  color: #8f8e93;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1rem;
}

/* 12 */
.social-2 {
  padding-top: 0px;
  padding-bottom: 40px;
}
/* 13 */
.more-question h3 {
  margin: 0 auto;
}

.more-question {
  background: url(../img/new_layout/question-bg.webp) no-repeat;
  background-size: cover;
}

.more-question .accordion .card-header:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  float: right;
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
}

.more-question .accordion .card-header.collapsed:after {
  content: "\f107";
}

.more-question .accordiontwo .card-header:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  float: right;
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 20px;
}

.more-question .accordiontwo .card-header.collapsed:after {
  content: "\f107";
}

.collapse.show {
  display: block !important;
}

.accordion .card,
.accordiontwo .card {
  background: transparent;
}

.card-header {
  margin-top: 20px;
  background: #fff;
  border-radius: 0 !important;
  position: relative;
}

.card.mb-0 {
  border: 0 !important;
}

.card-body {
  background: #fff;
}

.more-question .para {
  text-align: center;
}

.card-header a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 0;
}

.more-question .para {
  text-align: left;
}

/* 13 */

/* 14 */
.discount-sec {
  background: url(../img/new_layout/home_img/discount-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.discount-sec .primary-heading ul li a > i {
  font-size: 18px;
  min-width: 30px;
  transition: inherit;
}

.discount-form {
  position: relative;
  width: 75%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 20%);
}

.discount-form > img.top-agency-icon {
  position: absolute;
  top: -25px;
  right: -42px;
  z-index: 1;
}

.discount-form .discount-form-top {
  position: relative;
  padding: 20px 20px 30px;
  overflow: hidden;
  background: #29a7d5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  background: -moz-linear-gradient(left, #29a7d5 0, #4e2cbd 100%);
  background: -webkit-linear-gradient(left, #29a7d5 0, #4e2cbd 100%);
  background: linear-gradient(to right, #29a7d5 0, #4e2cbd 100%);
}

.discount-form .discount-form-top h4 {
  font-size: 20px;
  font-weight: 600 !important;
  color: #fff;
  line-height: 24px;
  width: 80%;
  background-image: none;
  -webkit-text-fill-color: white;
}

.discount-form form {
  padding: 20px;
}

.discount-form form input,
.discount-form form textarea {
  border: 2px solid #4c33bf;
}

.discount-form-img {
  position: absolute;
  bottom: 0;
  right: -200px;
}

.primary-heading h5 {
  font-size: 36px;
  font-weight: 700 !important;
  line-height: 42px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 12%;
}

.about-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.about-box .about-box-img {
  min-width: 60px;
  height: 60px;
  margin-right: 20px;
}

.about-box .about-box-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-box .about-box-content h6 {
  font-size: 17px;
  font-weight: 600 !important;
  color: #fff;
  line-height: 20px;
  margin-bottom: 10px;
  background-image: none;
  -webkit-text-fill-color: white;
}

.about-box .about-box-content p {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  margin-bottom: 0;
}

.next {
  width: 180px;
  padding: 13px 0;
  border: 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin: 10px auto 0;
  border-radius: 5px;
  font-size: 18px;
}

/* 14 */

/* 15 */
.award-winning-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.award-winning-logo {
  margin-left: 32px;
}

.my_check label {
  color: white !important;
}

/* 15 */

/* 16 */

.heading h5 {
  font-size: 36px;
  margin-bottom: 20px;
  color: white;
}

.my_check input label {
  color: white;
}

.my_check input {
  border: 1px solid #c9c9c9 !important;
  height: 14px;
  padding: 9px !important;
  width: 4%;
  border-radius: 2px !important;
  color: #3b3a3c !important;
  font-size: 14px !important;
  margin-bottom: 0px !important;
}

.my_check {
  margin-top: 10%;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img.test-pin {
  position: absolute;
  right: 13%;
  bottom: 17%;
}

.test-black img {
  margin-bottom: 4%;
}

/* 16 */

/* footer dmc img */
.dmc_imgs img {
  margin-right: 20px;
}

/* footer dmc img */

/* 17 */
.hire_box img {
  width: 30%;
  margin-bottom: 5px;
}

.hire_box:hover {
  transition: transform 0.8s ease;
  transform: scale(1.09);
}

.hire_box {
  background: white;
  -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
  border-radius: 13px;
  text-align: center;
  padding: 25px 10px;
  margin: 15px;
  margin-bottom: 13%;
  box-shadow: 0 0 40px #000;
}

.unique_area_boxes {
  margin-top: 30%;
}

/* 17 */

/* header */
.main_social a i {
  color: white;
  font-size: 13px;
  padding-top: 0px;
}

.main_social h5 {
  font-size: 15px;
  color: white;
  margin-top: 12px;
}

.main_social {
  display: flex;
  justify-content: end;
}

.service_dropdown {
  width: max-content;
  margin-left: -600%;
}

.service_dropdown a {
  -webkit-box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 18px 0 rgb(0 0 0 / 15%);
  background: #fff;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.service_dropdown a img {
  width: 15%;
  margin-left: -10px;
  margin-right: 10px;
}

/* header */

/* service pg */

.our-process {
  background: url("../img/new_layout/process-bg.webp") 0px 0px / cover no-repeat;
}

.our-process .box:hover p,
.our-process h2,
.our-process h2 + p,
.popup-content h2 span,
.top ul.social li a i,
section.thankyou-banner p {
  color: rgb(255, 255, 255);
}

.our-process ul {
  padding-bottom: 20px;
  margin: 0px 0px 40px;
}

.our-process ul li {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 100;
  width: 24%;
  position: relative;
}

.our-process ul {
  position: relative;
}

.our-process ul li {
  display: inline-block;
}

.our-process ul li span {
  font-size: 30px;
  font-weight: 800;
}

.our-process ul::before {
  content: "";
  background: rgb(237, 239, 243);
  height: 8px;
  width: 100%;
  bottom: 0px;
}

.our-process ul::before {
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
}

.our-process ul {
  text-align: center;
}

.our-process ul li strong {
  height: 30px;
  width: 30px;
  border: 4px solid rgb(255, 255, 255);
  border-radius: 50%;
  bottom: -30px;
  z-index: auto;
  background: rgb(25 25 25);
  transition: all 0.5s ease 0s;
}

.our-process ul li strong {
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
}

.our-process .box {
  background: rgb(255, 255, 255);
  height: 100%;
  padding: 20px 30px;
  transition: all 0.5s ease 0s;
  transform: scale(1);
  border: 2px solid;
}

.our-process .box .img {
  height: 100px;
  width: 100px;
  background: rgb(25 25 25);
  border-radius: 50%;
  line-height: 90px;
  text-align: center;
  border: 4px solid rgb(255, 255, 255);
  margin: 0px auto 20px;
  transition: all 0.5s ease 0s;
}

.our-process .box p {
  font-size: 14px;
  /* color: rgb(36, 36, 36) !important; */
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
  transition: all 0.5s ease 0s;
  text-align: center;
}

section.our-process p {
  color: white;
}

section.our-process .box p {
  color: rgb(36, 36, 36) !important;
}

section.our-process h5 {
  color: white;
}

/* service pg */

/* animation css */
.animate-me {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out;
}

.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* animation css */

/* service form */

/* form code */
.service_banner_form {
  padding: 30px 25px;
  margin-top: 0;
  border-radius: 15px;
}

.service_banner_form {
  background-image: linear-gradient(to right, #00bbba 0, #0f4241 100%);
  box-shadow: 0 0 40px #000;
}

.service_banner_form h4 {
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 18px;
}

.service_banner_form input {
  border: 1px solid #c9c9c9;
  height: 42px;
  padding: 9px;
  width: 100%;
  border-radius: 2px;
  color: #3b3a3c;
  font-size: 14px;
  margin-bottom: 12px;
}

.service_form_sub {
  background: black;
  color: white;
  margin-top: 27px;
  margin-bottom: -15px;
  padding: 5px;
  border: none;
  width: -webkit-fill-available;
  height: 48px;
  font-size: 17px;
  margin-top: 10px;
}

.service_banner_form textarea {
  border: 1px solid #c9c9c9;
  padding: 9px;
  width: 100%;
  border-radius: 2px;
  color: #3b3a3c;
  font-size: 14px;
  height: 100px !important;
  margin-bottom: 12px;
}

.service_banner_form h5 {
  font-size: 19px;
  color: white;
  text-align: left;
  margin-bottom: 22px;
}

.service_banner_form ul {
  list-style: none;
  padding-left: 0px;
}

.serv_form_span {
  color: #000000;
}

/* service form */

.boxes_click {
  font-weight: 400 !important;
  width: 20% !important;
}

.new_serv_drop {
  display: none;
}

@media only screen and (max-width: 480px) {
  .first_banner {
    padding: 50px 0px !important;
  }

  .first_banner_data h1 {
    color: #ffffff !important;
  }

  .first_banner_data p {
    color: #ffffff !important;
  }

  .btn.bg-theme-blue {
    margin: 10px 0px !important;
  }

  .banner_imgs img {
    width: 17% !important;
  }

  .unique_area {
    padding: 50px 0px !important;
  }

  .first_banner_form {
    display: none !important;
  }

  .unique_area_data h3 {
    margin-top: 30px !important;
  }

  .cta-hdg > h4 {
    font-size: 30px !important;
  }

  .cta-hdg p {
    font-size: 13px !important;
    line-height: 18px !important;
  }

  .cta-btns,
  .resource-counter {
    margin-bottom: 10px !important;
  }

  .cta-btns > a:nth-child(2) {
    display: none !important;
  }

  .noOneSelling {
    display: none !important;
  }

  .bw_inside {
    padding: 50px 17px !important;
    background-position: 100% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    color: white !important;
  }

  .bi_item span {
    font-size: 35px !important;
  }

  .bi_item h5 {
    font-size: 13px !important;
  }

  div#mr_counter {
    width: -webkit-fill-available !important;
  }

  .bi_item {
    padding: 25px 0 !important;
  }

  .boxes_click {
    width: auto !important;
  }

  .order-wrapper .primary-heading h4 {
    font-size: 31px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
  }

  .order-sec-2 {
    background-position: 100% !important;
  }

  .unique_area_boxes {
    margin-top: 7% !important;
    margin-bottom: -60px !important;
  }

  .more-question h3 {
    text-align: center !important;
    line-height: normal !important;
  }

  .discount-form {
    width: 100% !important;
  }

  .discount-form > img.top-agency-icon {
    display: none !important;
  }

  .discount-form-img {
    display: none !important;
  }

  .award-winning-logo {
    text-align: center !important;
  }

  .award-winning-wrap {
    display: block !important;
  }

  .award-winning-logo {
    margin-left: 0px !important;
    margin-top: 21px !important;
    width: -webkit-fill-available !important;
  }

  .award_head {
    text-align: center !important;
  }

  a.nav-link {
    color: white !important;
  }

  .hide_on_mob {
    display: none !important;
  }

  .dropdown-menu a {
    font-size: 11px !important;
  }

  .dropdown-menu a img {
    width: 6% !important;
    margin-right: 7px !important;
    margin-top: -6px !important;
  }

  .btn-secondary.focus,
  .btn-secondary:focus {
    background-color: transparent !important;
    border-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .new_serv_drop {
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
    margin-left: -12px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    display: block;
  }

  .mob_drop {
    height: 300px !important;
    overflow: scroll !important;
    overflow-x: hidden !important;
  }

  .banner_imgs {
    display: none !important;
  }

  .service_banner_form {
    margin-top: 6% !important;
  }

  .our-process ul {
    margin: 0px 0px 40px -45px !important;
  }
}

@media only screen and (max-width: 768px) {
  .award-winning-wrap {
    margin-top: 4%;
  }

  .first_banner {
    padding: 150px 0px 50px;
  }

  .unique_area {
    padding: 50px 0px;
  }

  .first_banner_form {
    padding: 30px 10px;
    min-height: auto;
  }

  .hire_box h5 {
    font-size: 12px;
  }

  .discount-form {
    margin-top: 7%;
  }

  .our-process .box {
    margin-top: 4%;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
  }

  .service_dropdown {
    margin-left: -10px;
  }
}

/* services.css */

/* ..........services-css........ */

.section2picture img {
  border-radius: 25px 0px 25px 0px;
  margin-bottom: 25px;
  margin-top: -105px;
  box-shadow: 31px 31px 30px rgb(0 0 0 / 20%);
}

body.services section.section2 p.h2.h2Heading {
  text-transform: uppercase;
  font-size: 40px;
}

body.services section.section3 p.h2.h2Heading {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0px 100px;
}

@media (max-width: 1000px) {
  body.services section.section3 p.h2.h2Heading {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
  }
}

body.services > section:nth-child(9) p.para {
  padding-right: 100px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  body.services > section:nth-child(9) p.para {
    padding-right: 0px;
  }
}
body.services
  > section.vslider
  > div
  > div
  > div.col-md-12.text-center
  > h2.h2Heading {
  text-transform: uppercase;
}

body.services
  > section.vslider
  > div
  > div
  > div.col-md-12.text-center
  > p.para {
  margin: 30px auto;
}

body.services > section.vslider .owl-carousel {
  width: 98% !important;
  z-index: 1;
  box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.15) !important;
}

body.services > section.vslider #owl-demo > div.owl-dots {
  display: grid !important;
  position: absolute;
  right: -40px;
  top: 50%;
}

section.section6 p:nth-child(2) a {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
}

section.section6 p:nth-child(1) {
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  text-transform: capitalize;
  line-height: 47px;
}
section.section6 > div > div > div > a {
  text-transform: uppercase;
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  padding: 9px 60px !important;
}

.bookItem {
  position: relative;
  margin-bottom: 30px;
}

.bookImg {
  width: auto !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #2e34a6;
  padding: 6px;
}

.section5picture img {
  border-radius: 25px 0px 25px 0px;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.35) !important;
}

.Heading {
  font-size: 52px;
  font-weight: 600;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

#owl-demo > div.owl-dots {
  display: grid !important;
  position: absolute;
  right: 0;
  top: 50%;
}
.backgroundtext {
  letter-spacing: 30px;
  position: absolute;
  z-index: 0;
  opacity: 0.09;
  font-size: 5vw;
  font-weight: 600;
}

.section1 {
  height: 70vh !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.bookWithContentArea {
  padding-top: 50px;
}
.bookWithContent {
  position: relative;
}

.bookWithContentArea .para {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  padding: 2px;
  line-height: 18px;
}

button.btn.bg-theme-blue.text-white.roundedBtn {
  padding: 9px !important;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "custom";
}

@media (max-width: 767px) {
  .bookWithContentArea {
    display: none;
  }
  .section1 {
    height: 75vh;
  }
}

button.btn.bg-theme-blue.text-white.roundedBtn {
  cursor: auto;
}
button.btn.bg-theme-blue.text-white.roundedBtn:focus {
  box-shadow: none !important;
}

@media (max-width: 786px) {
  .backgroundtext {
    display: none;
  }
}
#owl-books-four {
  display: none;
}
#owl-demo {
  display: none;
}

/* .bookImg{
	width:152px;
	height: 233px;
} */

/* services-css */

/* pricing.css */
.section1 {
  height: 60vh;
}

.pricingBtn {
  padding: 15px 35px 15px 35px;
  border: none;
  border-radius: 0 50px 0 0;
  position: absolute;
  top: 87%;
  left: 0;
  font-size: 15px;
}

.card {
  border: 1px solid #ebebeb;
  min-height: 400px !important;
}

section.section6 p:nth-child(2) a {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
}

section.section6 p:nth-child(1) {
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  text-transform: capitalize;
  line-height: 47px;
}

section.section6 > div > div > div > a {
  text-transform: uppercase;
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  padding: 9px 60px !important;
}

.roundPrice {
  position: absolute;
  background-color: #000;
  border-radius: 100%;
  color: #fff;
  z-index: 1;
  top: 0;
  left: -20%;
  padding: 25px 20px;
  text-align: center;
}

.roundPrice p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.spanPricing {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.prcingServiceSection {
  height: 350px;
  padding: 25px;
  background-size: contain;
  background-repeat: no-repeat;
}

.discussPricingBtn {
  background-color: #000;
  padding: 15px 40px 15px 40px;
  border: none;
  border-radius: 5px;
}

.offPricingBtn {
  padding: 15px 40px 15px 40px;
  border: none;
  border-radius: 5px;
}

.para {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .prcingServiceSection {
    height: 500px !important;
  }

  .prcingServiceSectionMobile {
    background-image: none !important;
    background-color: #d3d3d5 !important;
  }

  .discussPricingBtn {
    padding: 5px;
    margin-bottom: 10px !important;
  }

  .offPricingBtn {
    padding: 10px !important;
  }

  .card {
    margin: 15px !important;
    min-height: 400px !important;
  }

  .pricingImg {
    max-width: 150px;
    display: block;
    margin: 0 auto;
  }

  .roundPrice {
    position: initial !important;
    border-radius: 50px !important;
    background-color: #000 !important;
    color: #fff !important;
    padding: 8px !important;
    text-align: center !important;
    margin: 10px !important;
  }

  .pricingBtn {
    font-size: 12px;
    top: 90% !important;
  }

  .para {
    font-size: 12px;
    margin-bottom: 50px !important;
  }
}
/* pricing.css */

/* new-services.css */
.section2picture img {
  border-radius: 25px 0 25px 0;
  margin-bottom: 25px;
  margin-top: 0px;
  box-shadow: 31px 31px 30px rgb(0 0 0 / 20%);
}

body.services section.section2 p.h2.h2Heading {
  text-transform: uppercase;
  font-size: 40px;
}

body.services section.section3 p.h2.h2Heading {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 100px;
}

.service-img {
  max-width: 90% !important;
}

.img-non-fliud-left {
  position: relative;
  left: -113px;
}

.img-non-fliud {
  position: relative;
  right: -54px;
}

.line-bef-txt {
  color: #000;
  position: relative;
  margin-left: 45px;
  font-weight: 300;
}

.line-bef-txt:before {
  border-bottom: 1px solid #000;
  content: "";
  width: 40px;
  top: 50%;
  position: absolute;
  left: -45px;
}

@media (max-width: 1199px) {
  .img-non-fliud-left {
    position: relative;
    left: auto;
    max-width: 100%;
  }

  .img-non-fliud {
    position: relative;
    right: auto;
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  body.services section.section3 p.h2.h2Heading {
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
  }
}

body.services > section:nth-child(9) p.para {
  padding-right: 100px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  body.services > section:nth-child(9) p.para {
    padding-right: 0;
  }
}

body.services
  > section.vslider
  > div
  > div
  > div.col-md-12.text-center
  > h2.h2Heading {
  text-transform: uppercase;
}

body.services
  > section.vslider
  > div
  > div
  > div.col-md-12.text-center
  > p.para {
  margin: 30px auto;
}

body.services > section.vslider .owl-carousel {
  width: 98% !important;
  z-index: 1;
  box-shadow: 0.3rem 0.3rem 1.5rem rgba(0, 0, 0, 0.15) !important;
}

body.services > section.vslider #owl-demo > div.owl-dots {
  display: grid !important;
  position: absolute;
  right: -40px;
  top: 50%;
}

section.section6 p:nth-child(2) a {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
}

section.section6 p:nth-child(1) {
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  text-transform: capitalize;
  line-height: 47px;
}

section.section6 > div > div > div > a {
  text-transform: uppercase;
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  padding: 9px 60px !important;
}

.bookItem {
  position: relative;
  margin-bottom: 30px;
}

.bookImg {
  width: auto !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
  padding: 6px;
}

.section5picture img {
  border-radius: 25px 0 25px 0;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.35) !important;
}

.Heading {
  font-size: 52px;
  font-weight: 600;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

#owl-demo > div.owl-dots {
  display: grid !important;
  position: absolute;
  right: 0;
  top: 50%;
}

.backgroundtext {
  letter-spacing: 30px;
  position: absolute;
  z-index: 0;
  opacity: 0.09;
  font-size: 5vw;
  font-weight: 600;
}

.section1 {
  height: 70vh;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.bookWithContentArea {
  padding-top: 50px;
}

.bookWithContent {
  position: relative;
}

.bookWithContentArea .para {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  padding: 2px;
  line-height: 18px;
}

button.btn.bg-theme-blue.text-white.roundedBtn {
  padding: 9px !important;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
  .bookWithContentArea {
    display: none;
  }

  .section1 {
    height: 75vh;
  }
}
/* new-services.css */

/* contact.css */
.section1 {
  height: 60vh;
}

.section2 {
  background: 0 0;
  padding: 0;
  overflow: hidden;
  color: #000;
}

.backGray {
  background: linear-gradient(
    to bottom,
    #000 0,
    #000 4%,
    #008e8a 81%,
    #008e8a 100%,
    #000 100%
  );
}

.formArea {
  padding: 60px;
  margin: 0 auto;
}

.formField {
  margin-top: 20px;
  margin-bottom: 20px;
}

.desc a {
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.desc a:hover {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.btnSend {
  background-color: #fff;
  border-radius: 100px;
  color: #000;
  font-size: 15px;
  padding: 10px 20px;
  font-family: Nunito, sans-serif;
  transition: 0.3s ease-in-out;
}

.btnSend:hover {
  border: 1px solid #2e34a6;
  background: 0 0;
  transition: 0.3s ease-in-out;
  color: #fff;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .section1 {
    background-position: right;
  }
}

@media (max-width: 767px) {
  .section1 {
    background-position: right;
    min-height: 440px;
  }
}
/* contact.css */

/* animated.css */

/* .......animated-css........ */

.box1 img,
.box1:after,
.box1:before {
  width: 200%;
  transition: all 0.4s ease 0.4s;
}

.box1 .icon li a {
  text-align: center;
}

.box1:after,
.box1:before {
  content: "";
}

.box1 {
  background-color: transparent;
  height: 300px;
  perspective: 1000px;
  display: inline-block;
  margin: 25px;
  overflow: hidden;
}

.box1 .title {
  letter-spacing: 1px;
}

.box1 .title p:not(.h4Heading) {
  font-size: 14px;
  padding: 0.25rem;
}

.box1 .title p {
  line-height: 27px;
  padding: 10px 25px !important;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.box1 .icon,
.box1 .title {
  margin: 0;
  position: absolute;
}

.box1 {
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.15) !important;
  position: relative;
}

.box1 .h2Heading {
  width: 100%;
  font-size: 30px;
}

.box1 .h4Heading {
  display: none !important;
  font-size: 30px;
}

.box1:before {
  height: 100%;
  background: #2e34a6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: 100% 0;
  transform: rotateZ(90deg);
}

.box1:after {
  top: auto;
  bottom: 0;
  transform-origin: 0 100%;
}

.box1:hover:after,
.box1:hover:before {
  transform: rotateZ(0);
}

.box1 img {
  height: auto;
  transform: scale(1) rotate(0);
}

.box1:hover img {
  filter: sepia(80%);
  transform: scale(1.3) rotate(10deg);
}

.box1 .title {
  font-size: 10px;
  color: #fff;
  text-shadow: 0 0 1px #004cbf;
  line-height: 300px;
  bottom: 10px;
  left: 0;
  top: 5px;
  opacity: 0;
  z-index: 2;
  transform: scale(0);
  transition: all 0.2s ease 0.2s;
  padding: 10px 10px;
}

.box1:hover .title {
  opacity: 1;
  transform: scale(1);
  transition: all 0.7s ease 0.7s;
}

.box1:hover .icon {
  top: 0;
}

.box1 .icon li {
  display: block;
  margin: 10px 0;
}

.box2 .icon li a {
  border-radius: 50%;
}

.box1 .icon li a:hover {
  color: #fff;
  box-shadow:
    0 0 10px #000 inset,
    0 0 0 3px #fff;
}

@media (max-width: 1199px) {
  .box1 .title {
    top: 15px;
    height: fit-content;
    margin: auto;
  }
}

@media only screen and (max-width: 990px) {
  .box1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .box1 {
    height: 400px;
  }

  .mt-40 {
    margin-top: 0;
  }
}

/* animated-css */

.terms-h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000;
}
.privacy {
  padding-bottom: 40px;
}
.privacy a {
  color: #000;
}
/* Cookies */
#cookie-banner {
  position: fixed;
  bottom: 2px;
  left: 50%;
  width: auto;
  background: #222222fa;
  color: #fff;
  padding: 14px 40px 14px 14px;
  font-size: 14px;
  text-align: center;
  z-index: 9999;
  transform: translateX(-50%);
}
#cookie-banner p {
  font-size: 12px;
  margin-bottom: 0;
}
#cookie-banner a {
  text-decoration: underline;
  color: #000;
}

#cookie-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 767px) {
  #cookie-banner {
    background: #222222e0;
    transform: translateX(-99%);
  }
}
/* Cookies */
.bi_item span {
  color: #003400;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}

div#mr_counter {
  display: flex;
  margin-top: -4%;
  width: 92%;
}
.cont_form input {
  width: 100%;
  margin-top: 10px;
  height: 42px;
  padding: 0px 10px;
  font-size: 14px;
  border: none;
}

.cont_form textarea {
  width: 100%;
  margin-top: 10px;
  padding: 10px 10px;
  font-size: 14px;
  border: none;
}
@media (max-width: 767px) {
  .first_banner {
    background-image: linear-gradient(90deg, #1d9d9b 0%, #078583 100%);
  }
  .bw_inside {
    background-image: linear-gradient(90deg, #1d9d9b 0%, #078583 100%);
  }
  div#mr_counter {
    display: flex;
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  .bi_item {
    margin: 0px auto 14px;
  }
  .animate-me {
    opacity: 1;
  }
  .first_banner_data h1 {
    font-size: 35px;
  }
  .order-sec-2 {
    background-position: 67%;
  }
  .cta-btns {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    gap: 10px;
  }
  .head-mm {
    font-size: 28px;
    line-height: 1.3;
  }
  .head-mm strong {
    font-size: 30px;
    font-weight: 600;
  }
  .first_banner_data p,
  .unique_area_data p,
  .order-wrapper .primary-heading p,
  .para {
    font-size: 15px;
}
  .first_banner_data br,
  .unique_area_data h3 br, 
  .book-writing h3 br,
  .order-wrapper .primary-heading p br{
    display: none;
  }
  .hire_box {
    margin-bottom: 5%;
    box-shadow: 0 0 20px #000;
}
.unique_area_boxes {
    margin-top: 0%;
}
.more-question .card{
  min-height: auto !important;
}
.primary-heading h5 {
    font-size: 30px;
    margin-bottom: 7%;
}
.award-winning-new-sec h4{
  text-align: center;
}
.paymentMethod img{
  width: 20%;
}
}
@media (max-width: 480px) {
  .first_banner_data h1 {
    margin-top: 17%;
  }
}

.navBar .navbar-nav .text-white {
    color: #000 !important;
}

.navBar.sticky .navbar-nav .text-white {
    color: #fff !important;
}
.navBar.sticky .navbar-brand img{
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(149deg) brightness(110%) contrast(101%); */
}
.fldset {
    display: flex;
    align-items: baseline;
    margin-top: 0px;
 
}
.fldset label {
    font-size: 12px;
    color: #000;
    padding-left: 5px;
    text-align: left;
}
.modal-content .fldset label,
.modal-content .fldset label a,
.service_banner_form .fldset label,
.service_banner_form .fldset label a{
    color:#fff !important;
}
input[type="checkbox"] {
    width: 1em !important;
    height: 1rem !important;
    position: relative;
    top: 6px;
}
.cta-phn-mobile{background:#000;text-align:center;color:#fff!important;padding:5px;position:fixed;bottom:0!important;z-index:999;width:100%;display:none}.cta-phn-mobile a{color:#fff!important;text-decoration:none}@media (max-width:767px) and (min-width:320px){.cta-phn-mobile{display:block!important}body{overflow-x:hidden}footer {padding-bottom: 50px !important;}}