/*Main Css */
::selection {
  background: rgb(87 44 3);
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: rgb(226, 143, 38);
}

[class^="box-"] {
  display: none;
}
[class^="box-"].showfirst {
  display: block;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Jost";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}
*:hover,
*:focus,
* {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}
a:hover {
  color: #e18e25;
}
span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Jost";
  font-weight: 400;
}
::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

/* Padding Classes */
.pad-sec {
  padding: 100px 0;
}
.pad-zero {
  padding: 0px;
}
.pad-l-zero {
  padding-left: 0px;
}
.pad-r-zero {
  padding-right: 0px;
}
.pad-b-140 {
  padding-bottom: 140px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-100 {
  padding-bottom: 100px;
}

.w-1200 {
  max-width: 100%;
  width: 1200px;
}
.ovr-hiddn {
  overflow: hidden;
}
.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.overlay {
  display: none;
}
.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}
.hding-2 h2 {
  font-size: 45px;
  font-weight: 700;
  color: #271907;
  line-height: 48px;
}
.hding-3 h3 {
  font-size: 24px;
  color: #271907;
  font-weight: 600;
}
.hding-4 h4 {
}
.hding-5 h5 {
}
.hding-6 h6 {
}

.para p {
  font-size: 18px;
  line-height: 23px;
  color: #897c68;
}
.para-sm p {
  font-size: 15px;
  line-height: 23px;
  color: #897c68;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}
.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}
.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #527595;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background: #a3bbbf;
  width: 11px;
  height: 11px;
}

/*header css*/
header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
}

.logo {
  display: inline-block;
}
.logo img {
  display: block;
  width: 150px;
}

.btn-hover {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.btn-hover span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #e28f26;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-hover:hover {
  color: #ffffff;
}
.btn-hover:hover span,
ul.portfolio-menu > li.current > a span {
  width: 225%;
  height: 562.5px;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #0f4c97;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu-Bar.open span {
  background: #b70404;
}
.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}
.menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 55px;
}
.menu li.last {
  margin: 0;
}
.menu li a {
  display: block;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
.menu li:hover a,
.menu li.active a {
  color: #e18e25;
}

/* Drop Down Css */
.dropdown-nav {
  position: relative;
}
.dropdownWrap {
  position: absolute;
  left: -20px;
  top: 18px;
  display: none;
}
ul.dropdown {
  width: 257px;
  border-radius: 8px;
  background-color: #ffffff;
  z-index: 1;
  padding: 20px 15px;
  text-align: left;
  margin-top: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
ul.dropdown li {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
ul.dropdown li a {
  font-size: 15px;
  letter-spacing: -0.1px;
  color: #636e72;
  padding: 12px 12px 12px 40px;
  position: relative;
  display: block;
  border-radius: 6px;
  line-height: normal;
}
ul.dropdown li a:before {
  content: "\f570";
  position: absolute;
  left: 12px;
  top: 10px;
  font-family: "Font Awesome 5";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #2d3436;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
ul.dropdown li:hover a,
ul.dropdown li.active a {
  background-color: #eef2f3;
  color: #6c5ce7;
}
ul.dropdown li:hover a:before,
ul.dropdown li.active a:before {
  color: #6c5ce7;
}
ul.dropdown li.last {
  margin-bottom: 0px;
}

/* Dropdown CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}

/* Main Banner CSS */

.main-banner {
  background: url("../images/home-banner.webp");
  position: relative;
  padding: 200px 0 30px 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
}
.left-banner-book-1 {
  animation: updown2 4s ease-in-out infinite;
}

.left-banner-book-2 {
  animation: updown2 6s ease-in-out infinite;
}

.left-banner-book-3 {
  animation: updown2 5s ease-in-out infinite;
}

.right-banner-book-1 {
  animation: updown2 4s ease-in-out infinite;
  top: -120px;
  right: -180px;
}

.right-banner-book-2 {
  animation: updown2 5s ease-in-out infinite;
  right: -60px;
  top: 100px;
}

.right-banner-book-3 {
  right: -290px;
  animation: updown2 6s ease-in-out infinite;
}
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

/*.main-banner::before{

position: absolute;

content: "";

background: url('../images/banner-book-1.png');

width: 409px;

height: 627px;

left: 90px;

background-position: left;

top: 0;

bottom: 0;

margin: auto;
}

.main-banner::after{

position: absolute;

content: "";

background: url('../images/banner-book-2.png');

width: 433px;

height: 566px;

right: 80px;

background-position: right;

top: 0;

bottom: 0;

margin: auto;
}*/

ul.main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

a:hover {
  text-decoration: none;
}

ul.main-menu li a {
  color: #ffff;
  font-size: 16px;
  padding: 0px 0 0 21px;
}

ul.banner-cta li:nth-child(1) a {
  border-radius: 5px;
  /*background-color: rgb(255, 223, 4);*/
  padding: 16px 25px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  background: transparent linear-gradient(270deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

ul.banner-cta {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

ul.banner-cta li:nth-child(2) a {
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
}

.main-header {
  padding: 40px 0px 0 0;
}
.main-banner-head h5 {
  color: #ffff;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}
.main-banner-head :is(h1,h3) {
  text-align: center;
  font-size: 55px;
  font-weight: 500;
  padding: 17px 0 20px 0;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.main-banner-head h3 b {
  background: -webkit-linear-gradient(10deg, #f91ec6, #f39205, #f39205);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-banner-head h3 span {
  color: #ffff;
}

.main-banner-head p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 0 25px 0;
}

.main-banner-head ul.banner-cta {
  justify-content: center;
}

.main-banner-head ul.banner-cta li:nth-child(1) a {
  margin: 0px 10px 0 0;
}
ul.banner-brands-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 130px 0 0px 0;
}
/**/

/**/

.hm-what-we-sec {
  position: relative;
}
.hm-what-we-sec::before {
  position: absolute;

  content: "";

  background: url("../images/shape-1.png");

  width: 809px;

  height: 1031px;

  left: 0;

  top: 0;

  opacity: 0.5;
}

.hm-what-we-sec::after {
  position: absolute;

  content: "";

  background: url("../images/shape-2.png");

  width: 640px;

  height: 408px;

  right: 0;

  top: 0;

  z-index: -1;

  opacity: 0.2;
}
.home-sec2-book {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}

.hm-what-we-sec {
  padding: 70px 0px;
}
.hm-what-we-sec-head span {
  color: #0c1430;
  font-size: 20px;
  font-weight: 400;
}

.hm-what-we-sec-head h5 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #1e1d1d;
  padding: 15px 0 10px 0;
}

.hm-what-we-sec-head p {
  font-size: 15px;
  line-height: 22px;
  color: #1e1d1d;
  font-weight: 500;
  padding: 0 0 30px 0;
}

ul.btn-cta li:nth-child(1) a {
  border-radius: 5px;
  padding: 15px 23px;
  color: #ffff;
  /*background-color: rgb(193, 0, 0);*/
  margin: 0px 15px 0 0;
  transition: 0.5s;
  background: transparent linear-gradient(270deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

ul.btn-cta li:nth-child(2) a {
  border-radius: 5px;
  background: none;
  padding: 12px 23px;
  color: #000;
  border: 2px solid #d7d6d7;
  transition: 0.5s;
}

ul.btn-cta {
  display: flex;
  align-items: center;
}

.hm-what-we-sec-img {
  position: relative;
}
.hm-what-we-sec .row {
  align-items: center;
}
.hm-what-we-sec-box-dtl {
  position: absolute;
  background-color: rgb(252 74 117);
  right: -90px;
  bottom: -48px;
  width: 258px;
  height: auto;
  padding: 20px 22px;
}

.hm-what-we-sec-box-dtl p {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  padding: 0 0 10px 0;
}

.hm-what-we-sec-box-dtl ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hm-what-we-sec-box-dtl ul li h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.what-we-box-inner {
  background: #fff;
  padding: 30px 25px;
  box-shadow: 0 5px 21px 0 rgb(0 0 0 / 7%);
  min-height: 290px;
  margin: 0 0 30px 0;
  transition: 0.5s;
}

.what-we-box-inner h6 {
  padding: 15px 0 10px 0;
  font-size: 20px;
  color: #021b6d;
  font-weight: 500;
}

.what-we-box-inner p {
  color: #969696;
  font-size: 15px;
  line-height: 22px;
  height: 185px;
  overflow-y: auto;
}
.hm-what-we-sec-box-dtl ul li a {
  color: #fff;
  font-size: 40px;
}
.what-we-do-box .row {
  justify-content: center;
}

.what-we-do-box {
  padding: 70px 0 0 0;
}

.what-we-box-inner:hover {
  /*background: #c10000;*/
  transform: scale(1.04);
  background: transparent linear-gradient(145deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

.what-we-box-inner:hover h6 {
  color: #ffff;
}

.what-we-box-inner:hover p {
  color: #ffff;
}

/**/

/**/

.cta-sec {
  background: url("../images/cta-bag-1.webp");

  height: 346px;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;
}
.cta-sec span {
  color: #fff;
}

.cta-sec h5 {
  color: #ffff;
}

.cta-sec p {
  color: #fff;
  font-weight: 400;
}

.cta-img-1 img {
  max-width: fit-content;
  position: relative;
  top: -40px;
  animation: updown2 3s ease-in-out infinite;
}
.cta-sec .hm-what-we-sec-head {
  padding: 50px 0 0 0;
}

/**/

/**/
.reason-sec-hm {
  padding: 90px 0px;
  position: relative;
}

.reason-book-img {
  text-align: right;
  padding: 20px 0 0 0;
}

.reason-sec-hm::before {
  position: absolute;

  content: "";

  background: url("../images/reason-img-2.png");

  width: 459px;

  height: 584px;

  top: 0;

  left: -40px;
}
.reason-sec-hm::after {
  position: absolute;

  content: "";

  background: url("../images/reason-img-3.png");

  width: 459px;

  height: 410px;

  right: 0;

  top: 0;
}
.reason-detail-box {
  padding: 20px 25px;
  background: #f8f0fb;
  margin: 0 0 15px 0;
  border-left: 5px solid #fb447e;
  transition: 0.5s;
}

.reason-detail-box h6 {
  color: #252525;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 5px 0;
}
.reason-detail-box p {
  color: #252525;
  font-size: 14px;
  line-height: 21px;
}

.reason-detail-box-2 {
  position: relative;
  left: -30px;
}

.reason-detail-box:hover {
  /*background: #fb4184;*/
  border-color: black;
  background: transparent linear-gradient(145deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

.reason-detail-box:hover p {
  color: #fff;
}

.reason-detail-box:hover h6 {
  color: #fff;
}
/**/

/**/
.hm-counter-sec {
  background: #f39205;
  padding: 35px 0px;
}

.counter-box {
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  transition: 0.5s;
}

.counter-box img {
  border-radius: 5px;
  padding: 0 15px 0 0;
  height: 70px;
  width: 100px;
}

.counter-box-detail span {
  color: #000000;
  font-size: 35px;
  font-weight: 500;
}

.counter-box-detail h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 0 0 0;
}

/**/

/**/

.pricing-sec {
  background: url("../images/pricing-banner.png");

  padding: 70px 0px 190px;

  position: relative;
}
.pricing-box {
  padding: 30px 0 0 0;
  transition: 0.5s;
  position: relative;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.15);
}
.price-tag {
  background: url("../images/price-tag-1.png");
  width: 119px;
  height: 60px;
  position: absolute;
  right: -1px;
  top: 83px;
  padding: 14px 29px;
}
.pricing-box-inner {
  padding: 0 19px;
}
.pricing-box h4 {
  color: #000;
  font-size: 30px;
}
.pricing-box h6 {
  color: #505050;
  font-size: 16px;
  padding: 5px 0 5px 0;
  border-bottom: 3px solid #e2e5ec;
  margin: 0 0 20px 0px;
}
.pricing-box span {
  font-size: 40px;
  color: #021b6d;
  font-weight: 700;
  text-shadow: 0 3px 43px rgb(0 0 0 / 18%);
}
ul.pricing-list {
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  /* border-radius: 20px 0 0 20px; */
  background-color: #fcfcfc;
  padding: 20px 20px;
  margin: 25px 0 30px 0;
  height: 300px;
  overflow-y: scroll;
}
ul.pricing-list li {
  color: #202020;
  font-size: 14px;
  padding: 0 0 14px 10px;
  display: flex;
  position: relative;
}
ul.pricing-list li i {
  color: #9e2e44;
  padding: 0 10px 0 0;
}
ul.pkg-btn {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
  justify-content: space-between;
}
ul.pkg-btn li:nth-child(1) a {
  border-width: 2px;
  border-color: #021b6d;
  border-style: solid;
  padding: 14px 40px;
  border-radius: 25px;
  color: #140b24;
  font-weight: 700;
  font-size: 16px;
  position: relative;
}
ul.pkg-btn li:nth-child(2) a {
  color: #140b24;
  font-weight: 600;
  font-size: 20px;
}
.btm-box {
  position: relative;
}
.btm-box {
  display: flex;
  align-items: center;
  background: #f3f3f3;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 0 0 25px 25px;
  transition: 0.5s;
}
.btm-box a {
  color: #180931;
  font-weight: 700;
  font-size: 13px;
}
.btm-box p {
  color: #180931;
  font-size: 13px;
  margin: 0;
  line-height: 0;
  padding: 0 !important;
}
ul.pkg-btn li:nth-child(2) a {
  color: #140b24;
  font-weight: 600;
  font-size: 20px;
}
ul.pkg-btn li:nth-child(2) i {
  color: #25191f;
  font-size: 17px;
  position: relative;
  left: 8px;
}

ul.pkg-btn strong {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
}
ul.pkg-btn li:nth-child(1) i {
  position: absolute;
  bottom: -13px;
  font-size: 25px;
  background: #fff;
  color: #021b6d;
  right: 6px;
  padding: 0 25px;
}
.price-tag b {
  color: #140b24;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.price-tag del {
  font-size: 24px;
  font-weight: 700;
  color: #140b24;
}
.pricing-sec h3 {
  color: #1e1d1d;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.pricing-sec p {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #1e1d1d;
  padding: 15px 0 70px 0;
}
ul.pricing-list li a {
  padding: 0 0 0 10px;
}
.pricing-box:hover {
  /*background: #c10000;*/
  background: transparent linear-gradient(145deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}
.pricing-box:hover ul.pricing-list {
  background-color: #ffffffeb;
  box-shadow: 0px 0px 8px 1px #0000001c;
}
.pricing-box:hover .btm-box {
  background: #000;
  border-radius: inherit;
}

.pricing-box:hover .btm-box a {
  color: #fff;
}

.pricing-box:hover .btm-box p {
  color: #ffff;
}

.pricing-box:hover h6 {
  color: #fff;
}

.pricing-box:hover h4 {
  color: #fff;
}

.pricing-box:hover span {
  color: #fff;
}

.pricing-box:hover ul.pkg-btn li:nth-child(1) a {
  border-color: white;
  color: #fff;
}

.pricing-box:hover ul.pkg-btn li:nth-child(1) i {
  background: #fa359b;
  color: white;
}

.pricing-box:hover ul.pkg-btn strong {
  color: #fff;
}

.pricing-box:hover ul.pkg-btn li:nth-child(2) i {
  color: #fff;
}

.pricing-box:hover ul.pkg-btn li:nth-child(2) a {
  color: #fff;
}
.cta-sec-2 {
  background: url(../images/cta-bag-2.jpg);
  height: 346px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 0 0;
  transition: 0.5s;
  background-position: center;
}
.cta-sec-2 span {
  color: #fff;
}

.cta-sec-2 h5 {
  color: #ffff;
  font-size: 36px;
}

.cta-sec-2 p {
  color: #ffff;
}

.cta-sec-2-img {
  position: relative;
  top: -125px;
}

.cta-sec ul.btn-cta li:nth-child(2) a {
  color: #fff;
}

.cta-sec-2 ul.btn-cta li:nth-child(2) a {
  color: #fff;
}
/**/

/**/

.hm-process-sec {
  background: url(../images/artwork-bag.png);
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  background-position: center;
}
.p-box-main-process-1 {
  display: flex;
  margin: -560px 0px 200px 200px;
}

.p-box-main-process-2 {
  display: flex;
  position: relative;
}

.process-box.process-box-3 {
  position: relative;
  top: 60px;
  left: 384px;
}
.process-img-new {
  background: url("../images/process-img.png");
}
.hm-process-sec h3 {
  color: #1e1d1d;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.hm-process-sec p {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #1e1d1d;
  padding: 15px 0 100px 0;
}
.process-box-inner {
  display: flex;
  align-items: center;
}

.process-box-inner span {
  color: #1e1d1d;
  font-size: 34px;
  padding: 0px 10px 0 0;
}

.process-box-inner h6 {
  color: #1e1d1d;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.process-box-inner-detail {
  background-color: rgb(36 16 0);
  width: 267px;
  padding: 14px 15px;
}

.process-box-inner-detail {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0 0;
  position: relative;
}

.process-box.process-box-1 {
}

.process-box.process-box-2 {
  position: relative;
  top: 80px;
  left: 20px;
}
.process-box.process-box-3 {
}

.process-box.process-box-4 {
  position: relative;
  left: 40px;
}

.process-box.process-box-4 .process-box-inner-detail {
  width: 357px;
}

.process-box.process-box-5 {
  position: relative;
  top: 120px;
  left: 60px;
}
.process-box-inner-detail::before {
  background-color: rgb(147, 29, 19);
  width: 279px;
  height: 14px;
  position: absolute;
  content: "";
  right: 0;
  left: -6px;
  border-radius: 10px;
  top: -4px;
}

.process-box.process-box-4 .process-box-inner-detail::before {
  width: 371px;
}
/**/

/**/

.awards-sec {
  background: url("../images/awards-bag.webp");

  padding: 30px 0px;
}
.awards-sec-head span {
  font-size: 20px;
  font-weight: 400;
}

.awards-sec-head h4 {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
  padding: 15px 0px 20px 0;
}
.awards-sec .border-box {
  border-right: 3px solid #ffdf03;
}

.awards-sec-img-2 {
  /* text-align: center; */
  padding: 0 0 0 20px;
}

/**/
.testi-sec {
  background: url("../images/testi-bag.webp");

  height: 1096px;

  background-repeat: no-repeat;

  background-size: cover;

  display: flex;

  align-items: center;
}
section.testi-sec .row {
  position: relative;
  padding-bottom: 2rem;
}

section.testi-sec .row::before {
  position: absolute;
  content: "";
  background: #012f6b;
  width: 80%;
  height: 100%;
}

.test-head {
}

.test-head h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.test-head p {
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
  line-height: 21px;
}

.test-head ul.btn-cta li:nth-child(1) a {
  /*color: #000;*/
  /*background: #ffdf04;*/
  background: transparent linear-gradient(270deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
  color: white;
}

.test-head ul.btn-cta li:nth-child(2) a {
  color: #fff;
}

.test-box-detail {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  padding: 0 0 20px 0;
  position: relative;
  min-height: 360px;
}

.test-box-detail img {
  width: 100%;
  position: relative;
}

.test-box-detail p {
  font-size: 15px;
  line-height: 21px;
  padding: 30px 20px 0;
  max-height: 180px;
  overflow-y: auto;
}

.test-box-detail h6 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 0 20px;
}

section.testi-sec .col-md-4 {
  padding: 190px 0 0 20px;
}

.test-box-detail::before {
  position: absolute;

  content: "";

  background: url("../images/coma-2.png");

  width: 42px;

  height: 42px;

  z-index: 1;

  top: 0;

  margin: auto;

  left: 23px;

  bottom: 88px;
}

.testi-sec .slick-arrow {
  font-size: 0;
  position: absolute;
  right: 1%;
  cursor: pointer;
  z-index: 1;
  padding: 0;
  width: 47px;
  bottom: 10%;
  height: 47px;
  /* border-radius: 100px */
}

.testi-sec .slick-arrow:before {
  content: "\f178";
  font-family: "Font Awesome 5";
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 47px;
  transition: 0.5s;
}

.testi-sec .slick-prev {
  bottom: -30px;
  left: 0;
  background: #72aadb;
  display: none;
}

.testi-sec .slick-prev:before {
  content: "\f177";
}

.testi-sec .slick-next {
  top: 50%;
  right: -6%;
}
section.testi-sec .col-md-8 {
  padding: 130px 0 0 10px;
}
.testi-sec .slick-next {
  top: 442px;
  right: 618px;
  left: 0;
  margin: auto;
  background: #418ddb;
  display: none;
}
section.testi-sec .slick-dots {
  text-align: right;
  position: relative;
  right: 325px;
  bottom: 11px;
}

section.testi-sec .row::after {
  position: absolute;

  content: "";

  background: url("../images/coma-1.png");

  width: 202px;

  height: 201px;

  top: -120px;

  left: 80px;
}

/**/

/**/
.footer-section {
  padding: 35px 0;
  background-color: #17161a;
  color: #fff;
}
.ft-cont a {
  padding: 25px 0 0 0;
  color: #fff;
}
.ft-cont a span {
  line-height: 1.5;
  /* white-space: nowrap; */
}
.ft-cont {
  display: grid;
  /* float: right; */
}
/*.ft-cont.ft-cont-2 {*/
/*    margin-left: 4rem;*/
/*}*/
/*.ft-cont img {
    height: 50px;
}*/
.ft-cont img {
  padding: 0;
  margin: 0 0 7px 0;
}
.ft-cont h3 {
  font-size: 18px;
  font-weight: 700;
}
.ft-cont h3 {
  padding: 20px 0 0 0;
}
.ft-cont ul {
  padding: 28px 0 0 0;
  list-style-type: none;
}
.ft-cont ul li {
  padding: 0 0 10px 0;
}
.ft-cont ul li i {
  color: #f39205;
  font-size: 14px;
  padding-right: 15px;
}
.ft-cont a {
  padding: 0 0 11px 0px;
  color: #fff;
}
.ft-brd {
  border-top: 2px solid #232227;
  padding: 33px 0 0 0;
  margin: 0 -10px;
}
.ft-brd a {
  /* text-decoration: none; */
  color: #fff;
  margin: 0 2px;
}

.ft-brd a {
  /* text-decoration: none; */
  color: #fff;
  margin: 0 2px;
}
.ft-bt2 {
  float: right;
  /* padding: 0 0; */
}
.ft-bt2 a {
  padding: 0 0 0 20px;
}
.ft-brd address {
  line-height: 23px;
}
/**/

/**/

.article-banner {
  background: url("../images/article-writing-banner.png");
  background-repeat: no-repeat !important;
  height: 793px;
  display: flex;
  align-items: center;
  background-size: cover !important;
}
.article-banner ul.banner-brands-logos {
  margin: 70px 0 0 0;
}
/**/

/**/

.article-writing-sec-1 {
  position: relative;

  padding: 95px 0px;
}

.article-writing-sec-1::before {
  position: absolute;
  content: "";
  background: url("../images/artice-sec2-img-1.png");
  width: 330px;
  height: 351px;
  right: 116px;
  top: 0;
  background-position: right top;
  z-index: -1;
  opacity: 0.2;
}

.article-writing-sec-1::after {
  position: absolute;

  content: "";

  background: url("../images/artice-sec2-img-2.png");

  height: 550px;

  width: 1015px;

  top: 0;

  opacity: 0.6;

  z-index: -1;
}

/**/

/**/

section.article-serving-offer {
  background: #e1dfe6;
  padding: 70px 0px;
}

.article-ser-box {
  background-color: rgb(235, 235, 235);
  padding: 50px 25px 20px;
  transition: 0.5s;
  min-height: 400px;
}

.article-ser-box h6 {
  color: #1e1d1d;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  padding: 20px 0 15px 0;
}

.article-ser-box p {
  color: #1e1d1d;
  font-size: 15px;
  line-height: 22px;
}

.article-ser-box:hover {
  transform: scale(1.04);
  background: #c10000;
  background: transparent linear-gradient(170deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

.article-ser-box:hover h6 {
  color: #fff;
}

.article-ser-box:hover p {
  color: #fff;
}
section.article-serving-offer h3 {
  color: #1e1d1d;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}
.para-sec-head {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #1e1d1d;
  padding: 15px 0 70px 0;
}
section.article-serving-offer .para-sec-head {
  font-weight: 500;
  padding-bottom: 55px;
}

/**/

/**/

section.industries-sec {
  padding: 100px 0 50px 0;
  background: #fcfbff;
}

.industries-sec-head h6 {
  text-align: center;
  color: #000000;
  font-size: 20px;
}

.industries-sec-head h3 {
  text-align: center;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  padding: 10px 0 20px 0;
}

.industries-sec-head p {
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  padding: 0 0 55px 0;
}

.industries-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 3.942px 10.269px 54px 0px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
  margin: 0 0 30px 0;
  transition: 0.5s;
  min-height: 334px;
}

.industries-box-dtl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px 0;
}

.industries-box-dtl h6 {
  color: #1c1c1c;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
}

.industries-box p {
  color: #555555;
  font-size: 16px;
  line-height: 25px;
}

.industries-box:hover {
  transform: scale(1.06);
  /*background: #c10000;*/
  background: transparent linear-gradient(145deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

.industries-box:hover h6 {
  color: #fff;
}

.industries-box:hover img {
  filter: drop-shadow(2px 4px 6px black);
}

.industries-box:hover p {
  color: #fff;
}
.hm-what-we-sec-img {
  text-align: center;
}
section.article-banner .main-banner-head h3 {
  font-size: 50px;
  line-height: 60px;
}

/**/

/**/
.audio-banner {
  background: url("../images/audio-banner.png");
}

.author-banner {
  background: url("../images/author-web-banner.png");
}

.blog-banner {
  background: url("../images/blog-banner.png");
}

.book-cover-banner {
  background: url("../images/book-cover-banner.png");
}

.book-promotions-banner {
  background: url("../images/book-promotions-banner.png");
}

.ebook-writing-banner {
  background: url("../images/ebook-writing-banner.png");
}

.editing-banner {
  background: url("../images/editing-banner.png");
}

.formating-banner {
  background: url("../images/formating-banner.png");
}

.ghost-banner {
  background: url("../images/ghost-banner.png");
}
.proofreading-banner {
  background: url("../images/proofreading-banner.png");
}

.publishing-banner {
  background: url("../images/publishing-banner.png");
}

.video-book-banner {
  background: url("../images/video-book-banner.png");
}

.webdesign-seo-banner {
  background: url("../images/webdesign-seo-banner.png");
}

.website-content-banner {
  background: url("../images/website-content-banner.png");
}

/**/

/**/
.about-banner {
  background: url("../images/about-us-banner.png");
  height: 793px;
  display: flex;
  align-items: center;
}
.about-who-box:hover {
  /*background: #c10000;*/
  transform: scale(1.05);
  background: transparent linear-gradient(120deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

.about-who-box:hover h5 {
  color: #fff;
}

.about-who-box:hover p {
  color: #fff;
}
.about-who-we-are {
  padding: 80px 0px;
  background: #fcfbff;
  position: relative;
  z-index: 1;
}

.about-who-head h4 {
  color: #1e1d1d;
  font-size: 52px;
  font-weight: 600;
  padding: 0 0 20px 0;
}

.about-who-head p {
  font-size: 16px;
  line-height: 24px;
  color: #1e1d1d;
  font-weight: 500;
}

.about-who-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 43px 0px rgba(18, 18, 18, 0.08);
  padding: 30px 25px;
  margin: 0 0 18px 0;
  transition: 0.5s;
}

.about-who-box h5 {
  padding: 0 0 15px 0;
}

.about-who-box h5 {
  color: #1e1d1d;
  font-size: 25px;
  font-weight: 500;
}

.about-who-box p {
  color: #1e1d1d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.get-started {
  width: 100%;
  /*background: #c10000;*/
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 17px;
  transition: 0.5s;
  background: transparent linear-gradient(270deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

.about-who-we-are::before {
  position: absolute;

  background: url("../images/about-us-img-2.png");

  content: "";

  width: 484px;

  height: 414px;

  top: 0;

  left: 0;
}

.about-who-we-are::after {
  position: absolute;

  background: url("../images/about-us-img-3.png");

  content: "";

  width: 368px;

  height: 448px;

  right: 0;

  top: 0;

  bottom: 0;

  margin: auto;
}

/**/

/**/
.about-what-we-do {
  background: url("../images/what-we-do-banner-about.png");

  background-repeat: no-repeat;

  background-size: cover;

  padding: 90px 0px 40px 0;
}
.what-we-do-box-about {
  background: #fff;
  padding: 44px 13px;
  margin: 0 0 30px 0;
  transition: 0.5s;
}

.what-we-do-box-about h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 10px 0 15px 0;
}

.what-we-do-box-about p {
  color: #000000;
  font-size: 15px;
  line-height: 20px;
}

.about-what-we-do-head span {
}

.about-what-we-do-head span {
  color: #ffff;
  font-size: 20px;
  font-weight: 300;
}
.about-what-we-do-head h6 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  padding: 20px 0 30px 0;
}

.about-what-we-do-head p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  padding: 0 0 40px 0;
}
.what-we-do-box-about-2 {
  margin: 70px 0 0px 0;
}

/**/

/**/

.contact-banner {
  background: url("../images/contact-banner.png");
}

.contact-page-section .info-column .title {
  position: relative;
  color: #43b97e;
  font-size: 16px;
}
.contact-page-section {
  position: relative;
  padding: 50px 0px 79px;
}
.contact-page-section .pattern-layer-three {
  position: absolute;
  left: 10%;
  top: 55%;
  width: 45px;
  height: 43px;
  background-repeat: no-repeat;
}
.contact-page-section .info-column {
  position: relative;
  margin-bottom: 30px;
}
.contact-page-section .info-column .inner-column {
  position: relative;
}
.contact-page-section .info-column .title {
  position: relative;
  color: #43b97e;
  font-size: 16px;
  text-transform: uppercase;
}
.contact-page-section .info-column h2 {
  position: relative;
  color: #06142d;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 22px;
}
.contact-page-section .info-column .text {
  position: relative;
  color: #181818;
  font-size: 18px;
  line-height: 1.7em;
  margin-bottom: 18px;
}
.contact-page-section .info-column ul {
  position: relative;
}
.contact-page-section .info-column ul li {
  position: relative;
  color: #06142d;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 17px;
}

.contact-page-section .info-column ul li span {
  position: relative;
  display: block;
  color: #fe6915;
  display: block;
  margin-bottom: 5px;
}
.contact-page-section .form-column {
  position: relative;
  margin-bottom: 30px;
}
.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 40px 35px;
  background-color: #f4f7fa;
}
.contact-page-section .form-column .circle-layer {
  position: absolute;
  left: -130px;
  bottom: -60px;
  width: 565px;
  height: 565px;
  z-index: -1;
  border-radius: 50%;
  background-color: #fff7f0;
}
.contact-page-section .form-column .pattern-layer-one {
  position: absolute;
  right: -40px;
  top: -25px;
  width: 106px;
  height: 70px;
  z-index: -1;
  background-repeat: no-repeat;
}
.contact-page-section .form-column .pattern-layer-two {
  position: absolute;
  left: -50px;
  bottom: -25px;
  width: 106px;
  height: 153px;
  z-index: -1;
  background-repeat: no-repeat;
}
.contact-page-section .form-column h2 {
  position: relative;
  color: #06142d;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.contact-page-section .form-column .text {
  position: relative;
  color: #181818;
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 30px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select,
.contact-form .form-group .contact_input {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 10px 25px;
  color: #888888;
  height: 55px;
  font-size: 14px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px 25px;
  color: #888888;
  height: 100px;
  background: #ffffff;
  resize: none;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.contact-form .theme-btn {
  cursor: pointer;
  margin-top: 10px;
  text-transform: uppercase;
  background: transparent linear-gradient(270deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
  color: white;
}
.btn-style-five {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  padding: 15px 40px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 3px;
  overflow: hidden;
  background-color: #ffe00c;
  transition: 0.5s;
}
.contact-page-section .form-column h2 {
  position: relative;
  color: #06142d;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.contact-page-section .form-column .text {
  position: relative;
  color: #181818;
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 30px;
}
section.contact-page-section br {
  display: none;
}
.contact-page-section .form-column h2:before {
  position: absolute;
  content: "";
  right: 20px;
  top: 0px;
  width: 91px;
  height: 38px;
  background: url(../images/contact-arrow.png);
}
/**/

/**/
.pricing-banner-new {
  background: url("../images/pricing-banner-2.png");

  background-repeat: no-repeat;

  background-size: cover;

  padding: 275px 0px;
}

ul.pricing-tab-list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 0 65px 0;
}

ul.pricing-tab-list li {
  color: #1e1d1d;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  padding: 12px 30px;
}
.pricing-tab-list li.active {
  background: #c10000;
  color: #fff !important;
}

.best-seller-tag {
  background: url("../images/best-seller-bag.png");

  width: 109px;

  height: 50px;

  position: absolute;

  right: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  top: 29px;
}
.best-seller-tag strong {
  color: #fff;
}
.pricing-main {
  padding-bottom: 80px;
}

/**/

/**/

.testi-banner-new {
  background: url("../images/testi-bag-new.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 793px;
}
.test-dtl-box span {
  color: #1e1d1d;
  font-size: 20px;
  padding: 0 0 20px 0;
}

.test-dtl-box h3 {
  font-size: 34px;
  font-weight: 500;
}

.test-dtl-box p {
  padding: 15px 0px 20px 0;
  color: #1e1d1d;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.test-dtl-box h5 {
  color: #333138;
  font-size: 25px;
  padding: 0 0 10px 0;
  font-weight: 600;
}

.test-dtl-box h6 {
  color: #a6a5a8;
  font-size: 20px;
  font-weight: 300;
}

section.testi-sec-new-1 {
  padding: 70px 0px;
  position: relative;
}

section.testi-sec-new-1::before {
  box-shadow: 0 10px 32px 0 rgb(0 0 0 / 15%);
  background: #ffff;
  padding: 40px 100px;
  width: 1435px;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  height: 1130px;
}

section.testi-sec-new-1::after {
  position: absolute;

  content: "";

  background: url("../images/testi-bf-1.png");

  width: 1615px;

  height: 658px;

  top: -80px;

  z-index: -1;

  left: 0;
}

.test-dtl-box {
  position: relative;
}

.test-dtl-box::before {
  position: absolute;

  content: "";

  background: url("../images/testi-coma-1.png");

  width: 80px;

  height: 66px;

  top: -90px;

  left: -70px;
}
.test-dtl-box::after {
  position: absolute;

  content: "";

  background: url("../images/testi-coma-2.png");

  width: 80px;

  height: 66px;

  right: 0;

  bottom: -20px;
}
section.testi-sec-new-1 .container {
  padding: 50px 0px;
}
img.testi-bf-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.testi-dtl-box-new {
  background: #021b6b;
  padding: 40px 20px;
  margin: 0 0 30px 0;
  border-radius: 8px;
  transition: 0.5s;
  min-height: 390px;
}

.testi-dtl-box-new h4 {
  color: #ef7d13;
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
}

.testi-dtl-box-new p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 0 0 25px 0;
}

.testi-dtl-box-new span {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.testi-dtl-box-new img {
  padding: 15px 0 25px 0;
}
section.testi-sec-new-2 {
  position: relative;
  padding-bottom: 40px;
}
.testi-dtl-box-new:hover {
  /*background: #c10000;*/
  transform: scale(1.04);
  background: transparent linear-gradient(144deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}
.testi-dtl-box-new:hover img {
  filter: brightness(0.2);
}
.testi-dtl-box-new:hover p {
  color: #fff;
}

.testi-dtl-box-new:hover h4 {
  color: #fff;
}

.testi-sec-new-2 {
  background: url("../images/testi-sec-2-bag.png");
}
/**/

/**/

ul.dropdown-list {
  position: absolute;
  background: #e6e6e6;
  padding: 16px 0 0 0;
  /* column-count: 2; */
  left: 182px;
  top: 19px;
  display: none;
  transition: 0.5s;
  width: 360px;
}

ul.dropdown-list li a {
  color: #000;
  line-height: 26px;
  font-size: 15px;
  /* border-bottom: 1px solid; */
  padding: 0;
  /* margin: 0 0 15px 0px; */
}

ul.dropdown-list li {
}
li.dropdown-head:hover ul.dropdown-list {
  display: block;
}
ul.main-menu li a i {
  position: relative;
  top: -4px;
}
ul.btn-cta li:nth-child(1) a:hover {
  background: #fff;
  color: #000;
}

ul.btn-cta li:nth-child(2) a:hover {
  background: #d7d6d7;
  color: #fff;
}

section.testi-sec ul.btn-cta li:nth-child(1) a:hover {
  color: #fff;
}
ul.banner-cta li:nth-child(1) a:hover {
  background: #000;
  color: #fff;
}

ul.banner-cta li:nth-child(2) a:hover {
  background: #fff;
  color: #000;
}
.btn-style-five:hover {
  background: #000;
  color: #fff;
}
a.get-started:hover {
  background: #000;
}
/**/

/**/

@keyframes updown2 {
  0%,
  100% {
    transform: translate(0, 0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  50% {
    transform: translate(0, 10px);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}

.awards-sec-img-2 img {
}

.awards-sec-img-2 span {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}

.awards-sec-img-2 h4 {
  font-size: 30px;
  font-weight: 600;
  padding: 15px 0 59px 0;
}

.blinking {
  animation: blinkingText 1.2s infinite;
}
.social-icons a {
  font-size: 30px;
  padding: 0px 10px 0 0;
}

.ft-bt {
  text-align: left !important;
}

.social-icons {
  text-align: center !important;
}
a.trust-icon {
  margin: 15px 0 0 0;
}
@keyframes blinkingText {
  0% {
    color: #000;
  }
  49% {
    color: #fff;
  }
  60% {
    color: #000;
  }
  99% {
    color: #ffff;
  }
  100% {
    color: #fff;
  }
}
.counter-box:hover {
  filter: invert(1);
}
.what-we-do-box-about:hover {
  /*background: #c10000;*/
  background: transparent linear-gradient(120deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

.what-we-do-box-about:hover h6,
.what-we-do-box-about:hover p {
  color: #fff;
}
.article-writing-sec-1 ul.btn-cta li:nth-child(2) a:hover {
  background: #000;
}

.cta-sec ul.btn-cta li:nth-child(2) a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.foilo-sec h3 {
  color: #1e1d1d;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.foilo-sec p {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #1e1d1d;
  padding: 15px 0 50px 0;
}

.foilo-sec {
  padding: 60px 0px 80px;
}

.folio-main-box-2 {
  padding: 30px 0 0 0;
}

.cta-sec-2:hover {
  filter: saturate(0.5);
}

.foilo-sec {
  background: url("../images/folio-sec-bag.webp");
}

.portfolio_box {
  position: relative;
  margin-bottom: 20px;
  border-radius: 0;
}
.portfolio_box a {
  transition-duration: 0.5s;
  overflow: hidden;

  display: block;
}
.portfolio_box a:hover:before {
  content: "";
  position: absolute;
  background-color: rgba(21, 21, 21, 0.84);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  border-radius: 12px;
}
.portfolio_box a:hover:after {
  content: "Preview";
  position: absolute;
  background: url(../images/preview-search.png);
  background-repeat: no-repeat;
  height: 160px;
  width: 90px;
  top: -30px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: grid;
  color: #fff;
  text-align: center;
  line-height: 33px;
  background-position: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  z-index: 99;
  margin: auto;
  align-items: end;
  background-size: 70%;
}
.portfolio_box a:hover img {
  transform: scale(1.1);
}
.portfolio_box img {
  object-fit: fill;
  transition-duration: 0.9s;
}
/**/

.contact-page-section .info-column ul li a {
  color: #06142d;
  text-decoration: none;
}

.pricing-sec-editing .pricing-box span {
  font-size: 21px;
  margin: 13px 0 13px 0;
}

.terms_conditions {
  padding: 30px 0;
}

.terms_conditions h2 {
  position: relative;
  color: #06142d;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 22px;
}
.ghost-pricing-slider .col-md-4 {
  max-width: 100%;
}
.ghost-pricing {
  padding-bottom: 90px;
}
.price-material {
  background-color: #133b78;
  padding: 30px 20px 40px;
  border-radius: 10px;
  margin: 0 0 30px 0;
  /* height: 432px; */
  transition: 0.5s;
}
.prc-img img {
  width: 100%;
  border-radius: 10px;
}
.prc-text {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.prc-text h2 {
  font-size: 22px;
  font-weight: 700;
}
.prc-text h3 {
  font-size: 20px;
  color: #fff;
  padding: 10px 0 0 0;
}
.prc-text .hd-btn {
  margin-top: 19px;
  padding: 0;
}
.hd-btn {
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
}
.price-material .hd-btn .chat-btn {
  background-color: #fff;
  color: #000;
  font-weight: 500;
  transition: 0.5s;
}
.hd-btn .chat-btn {
  padding: 11px 30px;
  background-color: #111c56;
  color: #fff;
  margin-right: 11px;
  border-radius: 8px;
}
.hd-btn .chat-btn {
  padding: 11px 30px;
  background-color: #111c56;
  color: #fff;
  margin-right: 11px;
  border-radius: 8px;
}
.prc-mt h4 {
  font-size: 20px;
  font-weight: 700;
  padding: 5px 0;
}
.prc-mt ul {
  height: 75px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 0 30px;
}
.prc-mt {
  color: #fff;
  padding: 20px 0 0 0;
}
.prc-mt ul li {
  list-style: disc;
  line-height: 24px;
}
section.main-banner .row {
  position: relative;
  z-index: 1;
}

.book-image-box-1 img {
  position: absolute;
}

.left-banner-book-1 {
  left: -185px;
  top: -140px;
}

.left-banner-book-2 {
  top: 165px;
  left: -288px;
}

.left-banner-book-3 {
  top: 50px;
  left: -65px;
}

.book-image-box-2 img {
  position: absolute;
}
section.reason-sec-hm ul.btn-cta li:nth-child(1) a:hover {
  background: #000;
  color: #fff;
}

section.reason-sec-hm ul.btn-cta li:nth-child(2) a:hover {
  background: #285178;
  border-color: #285178;
}

.price-material:hover {
  background: #000;
}

.price-material .hd-btn .chat-btn:hover {
  background: #061958;
  color: #fff;
}
.main-banner-head {
  margin-top: 130px;
}
section.main-banner .main-banner-head {
  margin: 0;
}
section.article-writing-sec-1 ul.btn-cta li:nth-child(1) a:hover {
  background: #000;
  color: #fff;
}
.test-head ul.btn-cta li:nth-child(1) a:hover {
  background: #000;
}

.test-head ul.btn-cta li:nth-child(2) a:hover {
  color: #000;
}
ul.pricing-list li::before {
  position: absolute;
  content: "";
  background: #000;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: -7px;
  top: -17px;
  bottom: 0;
  margin: auto;
}
img.contact-img {
  margin: 0 0 40px 0;
}
.awards-sec-img-2 img {
  position: relative;
  top: -20px;
}
.contact-banner h3 {
  font-size: 76px !important;
}
section.hm-what-we-sec ul.btn-cta li:nth-child(1) a:hover {
  background: #000;
  color: #fff;
}

.hm-what-we-sec-head ul.btn-cta li:nth-child(2) a:hover {
  background: #172964;
}
ul.dropdown-list ul {
}

ul.dropdown-list ul li {
  border-bottom: 1px solid #d3d3d3;
  padding: 0 15px 5px 15px;
  margin: 0 0 15px 0;
}

ul.dropdown-list ul {
  display: inline-grid;
  padding: 0 0 0 0;
  width: 49%;
}

ul.dropdown-list ul + ul {
}

ul.dropdown-list::before {
  position: absolute;
  content: "";
  background: #d3d3d3;
  height: 365px;
  width: 1px;
  margin: auto;
  left: 0;
  right: 3px;
}
li.editing-list.last {
  border: none;
}

li.editing-list.last {
  padding-bottom: 0;
  margin: 0 0 10px 0;
}
.terms_conditions p {
  font-size: 16px;
  line-height: 28px;
}

.terms_conditions ul {
  list-style: disc;
  margin: 20px 0 0 16px;
}

.terms_conditions ul li {
  padding: 0 0 20px 0;
  line-height: 29px;
}
video.inner_vid {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 0;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

section.main-banner::before {
  content: "";
  background-color: rgb(3 25 96 / 70%);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
.ft-cont-2 h3 {
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  width: fit-content;
}
.new-dd-ame {
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 749px;
  height: 242px;
  padding: 30px 20px;
  display: none;
  border-radius: 5px;
  left: 79px;
}
.new-dd-ame li a {
  color: #000 !important;
}

ul.new-dd-ame-list li a {
  padding-bottom: 20px;
}

li.dropdown-head:hover .new-dd-ame {
  display: block;
}
a.dropdown-head-aa {
  margin: 0 0 50px 0;
  position: relative;
  top: 24px;
}

.dmca_badges {
  display: flex;
  align-items: center;
}

.dmca_badges a {
  margin: 0 13px 0 0;
}
/*Captcha*/
.g-recaptcha.captcha-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 22px;
}
.floatbutton {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: -371px;
  top: 20%;
  font-size: 0;
  width: 420px;
  z-index: 999;
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgb(87 184 151 / 9%);
  border-radius: 3px 0 0 3px;
  border-radius: 30px 0 0 30px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  border: 1px solid #f39205;
  text-transform: uppercase;
  background-color: #f39205;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -52px;
  white-space: pre;
  bottom: 87px;
}

.floatbutton .banner-form2 {
  background: #fff;
  padding: 15px;
  position: relative;
  z-index: 99999 !important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f;
}

.banner-form2 h3 {
  color: #141315;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
}

.banner-form2 h3 strong {
  font: 24px/24px Poppins, sans-serif;
  font-weight: 600;
}

.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0;
}

.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: 0 !important;
  margin: 15px 0 0 0;
  resize: none;
}

.ban-form input[type="submit"] {
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  cursor: pointer;
  background-color: #f39205;
  border: 1px solid #f39205;
}

.floatbutton.active {
  right: 0;
}
.popupform .fancybox-close-small {
  right: 20px;
  top: 15px;
  overflow: visible;
}

div#popupform_sending input.btn.btn-blue {
  background: #f90000;
  border-radius: 0;
  position: relative;
  bottom: 10px;
}

/* Halloween Form */

@media only screen and (max-width: 950px) {
  body .popupform.halweenform {
    width: 80%;
    background-size: cover;
    background-position: center;
  }

  body .popupform.halweenform h2 {
    font-size: 22px;
    margin-bottom: 4px;
    text-align: center;
    line-height: normal;
  }

  body .popupform.halweenform:after {
    display: none;
  }

  body .popupform.halweenform h2 + p {
    text-align: center;
  }
}

.popupform.halweenform {
  height: 500px;
  /* background: url(../../assets/images/popbg.png) no-repeat scroll center #ffffff00; */
  width: 725px;
  background-size: cover;
  padding-bottom: 30px;
  position: relative;
  background-position: top;
  padding: 30px 30px 35px 0;
  border: 3px solid #ffffff00;
  box-sizing: content-box;
  position: relative;
  border-radius: 14px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 99999999999;
  display: none;
  background: white;
}

.close-btn {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: -48px;
  right: -35px;
  font-size: 18px;
  font-weight: 900;
  color: #000;
  padding-top: 3px;
  background-color: #e9e9e9;
  text-align: center;
  border-radius: 50px;
  align-items: center;
  display: grid;
  border: inset 3px #000;
}

.popupform.halweenform h2 {
  border: none;
  padding: 0;
  font-weight: 700;
  margin-bottom: 4px;
}

.popupform.halweenform h2 + p {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
}

.popupform.halweenform ul li i {
  display: none;
}

.popupform.halweenform ul li input[type="text"],
.popupform.halweenform ul li input[type="email"],
.popupform.halweenform ul li textarea {
  border-color: #bdbdbd;
  padding: 12px 10px;
  font-size: 12px;
  background: #fff;
  border-radius: 5px;
}

.popupform.halweenform ul li textarea {
  height: 80px;
  width: 100%;
  border-color: #bdbdbd;
  border: 1px solid #bdbdbd;
  resize: none;
}

.popupform.halweenform ul li input[type="submit"] {
  width: 100%;
  background: #fe0000;
  border-color: #fe0000;
  border-radius: 0;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: normal;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  margin: 11px 0 0 0;
  transition: 0.5s;
  background: transparent linear-gradient(120deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

.popupform.halweenform ul li input[type="submit"]:hover {
  background: #fd0909;
  border-color: #fd0909;
}

.popupform.halweenform ul li {
  margin: 0 0 0px 0;
  width: 100%;
}

.popupform.halweenform .fancybox-close-small {
  /* background: #ffffff00; */
  /* border-color: #ffffff00; */
  color: #1c1c1c;
  box-shadow: none;
}

.popupform.halweenform .fancybox-close-small:after {
  background: none;
  color: #0000002b;
  font-size: 23px;
  font-weight: 700;
  font-family: "Poppins";
}

.popupform.halweenform form.validate-popupform {
  max-width: 370px;
}

.popupform.halweenform p.ptex-lab {
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #999191;
}

.popupform.halweenform form.validate-popupform {
  /*max-width: 100%;*/
}

/* Halloween Form End */

#bouncepopupform.midpopupform.halweenform {
  background: no-repeat scroll center #0b2050;
  width: 725px;
  background-size: cover;
  padding-bottom: 30px;
  background-position: top;
  padding: 30px 30px 35px 0;
  border: 3px solid #123374;
  box-sizing: content-box;
  border-radius: 23px;
  overflow: unset;
}

#bouncepopupform.midpopupform.halweenform h2 {
  border: none;
  padding: 0;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 30px;
  color: #fff;
  margin-top: 46px;
  font-family: "Poppins";
  text-shadow: 1px 1px 0px #000;
  margin-left: 3px;
  position: relative;
}

#bouncepopupform.midpopupform.halweenform h2 + p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
}

#bouncepopupform.midpopupform.halweenform ul li i {
  display: none;
}

#bouncepopupform.midpopupform.halweenform ul li input[type="text"],
#bouncepopupform.midpopupform.halweenform ul li input[type="email"],
#bouncepopupform.midpopupform.halweenform ul li textarea {
  border-color: #fff;
  padding: 12px 10px;
  font-size: 12px;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  border: none;
}

#bouncepopupform.midpopupform.halweenform ul li textarea {
  height: 100px;
}

#bouncepopupform.midpopupform.halweenform ul li input[type="submit"] {
  width: 100%;
  background: #fe0000;
  border-color: #fe0000;
  border-radius: 30px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: normal;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}

#bouncepopupform.midpopupform.halweenform ul li {
  margin: 8px 0 0 !important;
  width: 100%;
}

#bouncepopupform.midpopupform.halweenform .fancybox-close-small {
  background: #ef403d;
  border-color: #ef403d;
}

#bouncepopupform.midpopupform.halweenform .fancybox-close-small:after {
  background: none;
  color: #fff;
}

#bouncepopupform.midpopupform.halweenform form.validate-midpopupform {
  max-width: 370px;
}

#bouncepopupform.midpopupform.halweenform p.ptex-lab {
  margin-bottom: 0;
  margin-top: 13px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#bouncepopupform.midpopupform.halweenform form.validate-midpopupform {
  /*max-width: 100%;*/
}

#bouncepopupform.midpopupform form.bounce-popupform {
  margin-top: 0;
  max-width: 100%;
  position: relative;
}

#bouncepopupform.midpopupform.halweenform ul li.bf_submit_link {
  margin-bottom: 0 !important;
}

div#bouncepopupform.midpopupform
  form.bounce-popupform
  .bf_text_item
  li
  input[type="submit"] {
  background: #fad413;
  font-size: 18px;
  text-transform: uppercase;
  height: auto;
  padding: 8px 20px !important;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  color: #000;
  font-weight: 600;
}

#bouncepopupform.midpopupform .hbanner-form {
  padding: 0;
}

#bouncepopupform.midpopupform.halweenform h2 span {
  display: inline;
  font-size: inherit;
}

#bouncepopupform.midpopupform.halweenform a.bounce-close {
  background: #fe0000;
  border-radius: 72px;
  width: 44px;
  height: 44px;
  text-align: center;
  right: -20px;
  top: -14px;
  color: #fff !important;
  line-height: 1.1;
  font-size: 25px;
  padding: 6px 0 0;
}

/* Halloween Form End */

img.popleft {
  max-width: 524px;
  position: absolute;
  top: 0px;
  left: -130px;
  z-index: 0;
}

.midpopupform .hbanner-form p.bottomtxt {
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

#bouncepopupform.midpopupform.halweenform h2 span {
  font-size: 50px;
  width: 100px;
  display: inline-block;
  margin: 0 16px;
  font-size: 61px;
  color: #000;
  letter-spacing: -4px;
  position: relative;
}

#bouncepopupform.midpopupform.halweenform h2 span small {
  clear: both;
  font-size: 18px;
  color: #000;
  text-shadow: none;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: -2px;
  top: 27px;
  right: -3px;
}

div#bouncepopupform h6 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

.popupform.halweenform h3 {
  border: none;
  padding: 0;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 30px;
  color: #fff;
  margin-top: 46px;
  font-family: "Poppins";
  text-shadow: 1px 1px 0px #000;
  margin-left: 3px;
  position: relative;
}

.popupform.halweenform h3 span {
  font-size: 50px;
  width: 100px;
  display: inline-block;
  margin: 0 16px;
  font-size: 61px;
  color: #000;
  letter-spacing: -4px;
  position: relative;
}

.popupform.halweenform h3 span small {
  clear: both;
  font-size: 18px;
  color: #000;
  text-shadow: none;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: -2px;
  top: 17px;
  right: -3px;
}

div#bouncepopupform h6,
.popupform.halweenform h6 {
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 25px;
  margin: 0;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase;
}

div#bouncepopupform h6 span,
.popupform.halweenform h6 span {
  display: block;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

div#popupform .ptex-lab {
  margin-top: 0;
}

.heading-strip {
  text-align: center;
  margin: -75px 0 30px;
}

/* Halloween Form */

@media only screen and (max-width: 950px) {
  body #bouncepopupform.midpopupform.halweenform {
    width: 80%;
    padding: 25px;
    /*background-size: contain;*/
    background-position: left top;
  }

  body .popupform.halweenform h3 {
    text-align: center;
    font-size: 20px;
  }

  .popupform.halweenform h3 span {
    text-align: left;
    display: table;
    margin: 0 auto;
    color: #fff;
  }

  .popupform.halweenform h3 span small {
    color: #fff;
  }

  .popupform.halweenform h6 {
    margin-top: 5px;
    font-size: 15px;
  }

  body #bouncepopupform.midpopupform.halweenform h2 {
    font-size: 19px;
    margin-bottom: 4px;
    text-align: center;
    line-height: normal;
    line-height: 1;
    margin-top: 40px;
  }

  body #bouncepopupform.midpopupform.halweenform:after {
    display: none;
  }

  body #bouncepopupform.midpopupform.halweenform h2 + p {
    text-align: center;
  }

  body #bouncepopupform.midpopupform form.bounce-popupform {
    max-width: 100%;
  }

  body .popupform.halweenform form.validate-popupform {
    width: 100%;
    max-width: 100%;
  }

  #bouncepopupform.midpopupform.halweenform h2 span {
    padding-right: 30px;
    color: #fff;
    line-height: 1;
    clear: both;
    display: table;
    text-align: center;
    margin: 0 auto;
  }

  #bouncepopupform.midpopupform.halweenform h2 span small {
    color: #fff;
    top: 14px;
  }

  img.popleft {
    display: block;
  }

  div#bouncepopupform h6 {
    font-size: 14px;
    margin: 0;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .popupform-quote {
    width: 360px !important;
  }

  .popup-bann {
    display: none !important;
  }

  .popup-content {
    width: 100% !important;
  }

  img.popleft {
    display: none;
  }

  .heading-strip img {
    max-width: 100%;
  }

  div#bouncepopupform h6 span,
  .popupform.halweenform h6 span {
    font-size: 32px;
  }

  .mobile-hide {
    display: none;
  }

  .popupform.halweenform {
    height: 540px;
  }

  .close-btn {
    right: -24px;
  }
}

@media only screen and (max-width: 991px) {
  .popupform.halweenform form.validate-popupform {
    max-width: 100%;
  }

  #popupform img.popleft {
    display: none;
  }

  .popupform.halweenform {
    padding: 25px;
  }
}

.halweenform .row {
  display: flex;
}

div#bouncepopupform h6,
.popupform.halweenform h6 {
  color: #e58021;
  font-weight: 600;
  margin-top: 20px;
}

div#bouncepopupform h6,
.popupform.halweenform h6 span {
  color: #192444;
  font-size: 35px;
  font-family: "Poppins";
}

div#bouncepopupform h6,
.popupform.halweenform h6 b {
  font-family: "Poppins";
  color: #fd0909;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  bottom: 12px;
}

div#popupform {
  font-family: "Poppins";
}

/*QUOTE POPUP*/
/*popop 2*/
.popupform-quote {
  width: 900px;
  border-radius: 0;
  padding: 0 !important;
  overflow: visible;
  background: #fff !important;
}

.popupform-quote .modal-body {
  padding: 0;
}

.popup-bann {
  float: left;
  width: 35%;
  text-align: left;
  display: block;
  margin-left: -29px;
}

.popup-content {
  float: left;
  width: 67%;
  padding: 20px 20px 0px 30px;
  text-align: left;
}

.popup-content h2 {
  font-size: 34px;
  /* color: #1f73b7; */
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 27px;
  margin-top: 12px;
  text-transform: capitalize;
  /* letter-spacing: 1px; */
  padding-right: 33px;
  text-align: left;
  position: relative;
  display: inline-block;
}

.popup-content h2 + p {
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 15px;
  color: #888;
  text-align: left;
  font-weight: 400;
}

.popup-content input[type="email"],
.popup-content input[type="tel"],
.popup-content input[type="text"],
.popup-content select,
.popup-content textarea {
  background: #fbfbfb;
  border: 1px solid #e6e6e6;
  padding: 9px 10px;
  width: 100%;
  border-radius: 2px;
  font-size: 13px;
  color: #000;
  box-shadow: none !important;
  outline: 0 !important;
  margin-bottom: 12px;
}

.popup-content textarea {
  height: 142px;
  resize: none;
}

p.form_tagline {
  font-size: 10px;
  margin: 0px 0 10px;
}

.popup-content h2 img {
  position: absolute;
  top: -18px;
  right: -50px;
}

.validate-popupform-onstart-success {
  font-size: 12px;
  color: #fff;
  background: #7fcf7f;
  padding: 4px 13px;
  position: absolute;
  margin-top: -7px;
  text-align: center;
  width: 85%;
  height: 21px;
}

.validate-popupform-quote-success {
  font-size: 12px;
  color: #fff;
  background: #7fcf7f;
  padding: 4px 13px;
  position: absolute;
  margin-top: -17px;
  text-align: center;
  width: 61%;
  height: 21px;
}

.validate-popupform-quote div#loader {
  /* display: contents; */
  position: absolute;
  left: 97px;
  top: 60px;
}

.popupform form input {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 5px;
  height: 50px;
  font-weight: 400;
  outline: none !important;
  margin: 0 0 11px 0;
}

.popupform form input {
  border: 1px solid #bdbdbd;
  padding: 10px 15px;
  height: 50px;
  outline: none !important;
  margin: 0 0 15px 0;
}

.overlay_popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.42);
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.popupform form input::-webkit-input-placeholder,
.popupform form textarea::-webkit-input-placeholder {
  /* Edge */
  font-size: 14px;
}

.popupform form input:-ms-input-placeholder,
.popupform form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
}

.popupform form input::placeholder,
.popupform form textarea::placeholder {
  font-size: 14px;
}

.new-dd-ame {
  display: none;
}

.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: #255752;
  margin-right: 11px;
  font-size: 17px;
}

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

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

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

.typewriter {
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid #255752; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em; /* Adjust as needed */
  animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #255752;
  }
}

.noOneSelling {
  background-color: #255752;
  width: 100px;
  position: absolute;
  right: -15px;
  bottom: -20px;
  padding: 15px 5px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  border-radius: 10px 0 10px 0;
  -webkit-border-radius: 10px 0 10px 0;
  -moz-border-radius: 10px 0 10px 0;
  -ms-border-radius: 10px 0 10px 0;
  -o-border-radius: 10px 0 10px 0;
}

.section1 {
  height: 94vh;
  background-image: url("../images/section1.jpg");
  background-color: #000;
}

.section2 {
  padding: 78px 0;
}

.section3 {
  padding-bottom: 60px 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: #255752;
  /* background-image: url(../img/home/blue-card.jpg); */
  background-size: cover;
  color: #fff !important;
  transition: all 0.4s ease-in-out;
}

.myCardBlue:hover .hoverImgWhite {
  filter: brightness(10);
}

.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 #255752;
  margin-bottom: 12px;
  transition: 0.3s ease-in-out;
}

.goal-daba i {
  color: #255752;
  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;
}

.testimonialCircle {
  position: relative;
}

.testimonial_img_1,
.testimonial_img_2,
.testimonial_img_3,
.testimonial_img_4,
.testimonial_img_5 {
  position: absolute;
}

.testimonial_img_1 {
  top: 0;
  left: 62px;
}

.testimonial_img_2 {
  top: 260px;
  left: 50px;
}

.testimonial_img_3 {
  top: 400px;
  left: 150px;
}

.testimonial_img_4 {
  bottom: 0;
  right: 55px;
}

.testimonial_img_5 {
  top: 25%;
  right: 30%;
}

.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-testimonials .owl-dots,
.owl-theme .owl-nav {
  text-align: left;
}

@media (max-width: 767px) {
  #owl-testimonials .owl-dots,
  .owl-theme .owl-nav {
    text-align: center !important;
  }
  .section1 {
    background: none;
    background-color: #000;
  }
  h1.mainH1.text-center.text-md-left {
    font-size: 25px !important;
    line-height: 1.25 !important;
    margin: 3rem 0 0;
  }

  div#titles {
    text-align: center;
  }
  .delivery-mat h3 {
    text-align: center;
    padding: 9px 0px;
  }
}

.imageMan {
  top: 50%;
  left: 15%;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
}
.contentOverImage {
  background-color: #255752;
  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-color: #255752;
  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: custom;
  font-size: 36px;
}

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

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

.section1 h3.tagline {
  font-family: "Arsenal";
  margin-right: 30px;

  color: #9aadab;
  font-size: 23px;
}

@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-testimonials .owl-dots,
.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;
}
section.comp-section {
  text-align: center;
  padding: 2.5em 0;
  background: #0e1b21;
  clear: both;
}
#moveMe:hover .nameOnHover {
  visibility: visible;
}

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

#moveMe2:hover .nameOnHover {
  visibility: visible;
}
#headerNav > ul > li a {
  font-weight: 900 !important;
}

body
  > section.section1.d-flex
  > div
  > div
  > div
  > div
  > div.consultAn.text-center.text-md-left
  > button:nth-child(2) {
  background-color: #f39205 !important;
  margin-left: 5px;
}
body
  > section.section1.d-flex
  > div
  > div
  > div
  > div
  > div.consultAn.text-center.text-md-left
  > button:nth-child(2):hover {
  background-color: #255752 !important;
  margin-left: 5px;
}
#titles {
  padding-top: 100px;
}

#titles > p {
  color: #ffffff;
  font-size: 23px;
}

body > section.section1.d-flex > div > div > div > div {
  padding-top: 100px;
}

#owl-books-four
  > div.owl-stage-outer
  > div
  > div:nth-child(even)
  > div
  > div
  > img {
  margin-top: 50px;
  /* animation: animationFrames2 linear 4s; */
  /* transform-origin: 50% 50%;
  animation-iteration-count: infinite !important;
  transform:  scale(1.03)  ;
  -webkit-transform:  scale(1.03)  ;
  -moz-transform:  scale(1.03)  ;
  -ms-transform:  scale(1.03)  ;
  -o-transform:  scale(1.03)  ; */
}
.bookImg {
  transition: 0.4s ease-in-out;
}
.bookImg:hover {
  transform: scale(1.1);
  transition: 0.4s ease-in-out;
  /* width: 12px; */
}

#owl-books-four
  > div.owl-stage-outer
  > div
  > div:nth-child(odd)
  > div
  > div
  > img {
  margin-top: 50px;
  /* animation: animationFrames linear 4s; */

  /* transform-origin: 50% 50%;

  animation-iteration-count: infinite !important;
  transform:  scale(1)  ; */
}

@keyframes animationFrames {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes animationFrames2 {
  0% {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
  }
}

body
  > section.section3
  > div
  > div
  > div.col-md-6.position-relative
  > div.position-absolute.contentOverImage.shadow
  > h3 {
  animation: animationFrames3 linear 4s;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite !important;
  box-shadow: 0px 7px 20px #333333e0;
  -webkit-animation: animationFrames3 linear 4s;
}

@keyframes animationFrames3 {
  0% {
    box-shadow: 0px 7px 20px #333333e0;
  }
  50% {
    box-shadow: 0px -7px 20px #333333e0;
  }
  100% {
    box-shadow: 0px 7px 20px #333333e0;
  }
}

ul.ulCircle {
  margin-top: 40px;
}

ul.ulCircle li {
  color: #000 !important;
  font-size: 20px;
  line-height: 32px;
  font-family: "Arsenal";
}

#owl-testimonials .para {
  text-align: center !important;
}

.h2Headingwhite {
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  text-shadow: 1px 0px 0 #000000;
  color: white;
}
@media (max-width: 767px) {
  body > section.section1.d-flex > div > div > div > div {
    padding-top: 25px;
  }
  ul.banner-cta {
    display: none;
  }
  .thank-you ul.banner-cta {
    display: flex;
  }

  nav.navbar.navbar-expand-lg.navbar-light.pl-0.pr-0 {
    justify-content: center;
  }
  section.footer-section .col-md-3 {
    width: 50%;
  }

  .ft-cont a {
    font-size: 12px;

    padding: 0 0 10px 0;
  }

  a:not([href]):not([class]):hover {
    line-height: 28px;
  }

  .ft-cont h3 {
    display: none;
  }

  .ft-cont ul {
    padding: 15px 0 0 0;
  }

  .footer-section {
    padding: 20px 0px;
  }

  .ft-bt2 {
    float: inherit;

    display: table;

    margin: auto;

    padding: 20px 0 0 0;
  }

  .ft-brd {
    margin: 0;

    padding: 20px 0 0 0;
  }

  .ft-bt {
    margin: 15px 0 0 0;
  }
  .ft-cont {
    float: inherit !important;
  }

  section.footer-section .col-sm-12 {
    width: 100%;
  }
  nav.navbar.navbar-expand-lg.navbar-light.pl-0.pr-0 {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  .mob-375 {
    height: 55vh;
  }
}
.ban-form2 input {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: transparent;
  padding: 10px 15px;
  color: white;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: none !important;
  margin: 0 0 15px 0;
}

.ban-form2 input[type="submit"] {
  background: red;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  cursor: pointer;
}

.ban-form2 textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: transparent;
  padding: 10px 15px;
  color: white;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: none !important;
  margin: 15px 0 0px 0;
  resize: none;
}

.ban-form2 .fldset.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px;
}

.ban-form2 .fldset.inpchecbx input {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
}

.main-services-banner-sec .ban-form2 .fldset textarea {
  height: 60px;
}

.main-services-banner-sec .ban-form2 input {
  height: 40px;
}

.bannerform-heading h3 span {
  color: #f39205;
}

.ban-form2 {
  border: 1px solid #fff;
  padding: 24px;
  margin-left: 71px;
}

@media (max-width: 767px) {
  .ban-form2 {
    border: 1px solid #fff;
    padding: 24px;
    margin-left: 0px;
  }

  .section1 {
    height: 85vh;
  }

  .owl-carousel .owl-item img {
    display: inline;
    width: 100%;
  }
}

.section81 {
  text-align: center;
  padding: 0.5em 0;
  background: #35625f;
  clear: both;
}

.socialImg img {
  filter: invert(1);
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .mobile-hide-car {
    display: none !important;
  }
}

.owl-carousel .owl-item .mobile-slider {
  display: inline;
  filter: invert(1);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
ul.banner-cta li:nth-child(1) a {
  border-radius: 5px;
  /*background-color: rgb(255, 223, 4);*/
  padding: 16px 25px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  /* background: transparent linear-gradient(270deg, #F91EC6 0%, #F39205 100%) 0% 0% no-repeat padding-box; */
  /* background: transparent linear-gradient(270deg, #F91EC6 0%, #F39205 100%) 0% 0% no-repeat padding-box; */
  /* background: #F39205; */
}

ul.banner-cta {
  /* display: flex; */
  align-items: center;
  justify-content: space-evenly;
}

ul.banner-cta li:nth-child(2) a {
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
}

nav.navbar.navbar-expand-lg.navbar-light.pl-0.pr-0 {
  justify-content: space-between;
}
/*Custom*/
img.img-fluid.col-lg-6 {
  width: 100% !important;
}
ul.banner-cta {
  list-style-type: none;
}
div#loom-companion-mv3 {
  display: none;
}

.ban-form2 input {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: transparent;
  padding: 10px 15px;
  color: white;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: none !important;
  margin: 0 0 15px 0;
}
.ban-form2 input[type="submit"] {
  /* background: red; */
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  cursor: pointer;
  background: transparent linear-gradient(270deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

.ban-form2 textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: transparent;
  padding: 10px 15px;
  color: white;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: none !important;
  margin: 15px 0 0px 0;
  resize: none;
}
.ban-form2 .fldset.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px;
}

.ban-form2 .fldset.inpchecbx input {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
}
.main-services-banner-sec .ban-form2 .fldset textarea {
  height: 60px;
}

.main-services-banner-sec .ban-form2 input {
  height: 40px;
}
.ban-form2 input::placeholder {
  color: #fff;
}
.ban-form2 {
  border: 1px solid #fff;
  padding: 24px;
  margin-left: 71px;
  /* padding-top: 100px; */
}
.section1 {
  height: auto !important;
}
@media (max-width: 767px) {
  .ban-form2 {
    margin-left: 0px;
  }
}
.hrBlue {
  width: 200px;
  background: transparent linear-gradient(270deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
  margin-top: 6px;
  position: relative;
  left: 35px;
}

.colorTheme {
  color: #000;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}

.pricepage {
  color: rgb(0, 0, 0);
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}

.section6 {
  /* background-color: #F39205; */
  color: #fff;
  text-align: center;
  background: transparent linear-gradient(270deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

.section7 {
  background-color: #f7f7f7;
}

.footer-img {
  max-width: 300px;
}

.roundedBtn {
  border-radius: 20px;
}

.btn-white {
  background-color: #fff;
  color: #000;
}

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

.modalClose {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  z-index: 999;
}

#modalForDiscount .modal-content {
  background-color: #f39205;
  background: url("../images/popup.jpg") no-repeat center/cover;
  padding-bottom: 25px;
  border-radius: 50px;
}

@media (max-width: 1200px) {
  #modalForDiscount .modal-content {
    background: none;
    background-color: #f39205;
  }
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

@media (max-width: 1000px) {
  #modalForOrder .modal-content {
    background: none;
    background-color: #39409b;
  }
}

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

/* Uzair */

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

/*mega menu style*/

.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: #f39205;
  text-align: left;
}

.dropdown-content a:hover {
  text-decoration: none;
  color: #f39205;
}

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

.dropdown-content .header {
  background: #f39205;
  padding: 16px;
  color: white;
}

.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: #f39205;
  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;
  }
  @media (max-width: 991px) {
  }
  @media (max-width: 768px) {
    /* #navbar > div > nav > a > img{
  width: 100% !important;
} */
    #navbar > div > nav > a {
      width: 50%;
    }
    .navbar-nav {
      background-color: #f39205;
      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-45,
    .font-40 {
      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: #f39205;
}

.backlink:hover {
  text-decoration: none;
  color: #454ab6;
}

.btn {
  font-weight: 900;
}

body > section.comp-section > img {
  width: 100%;
}

.first-color {
  color: #f39205;
}

.icon-chat:before {
  content: "\f086";
}

.icon-phone2:before {
  content: "\f0e0";
}
.bannerform-heading h3 span {
  color: #f39205;
}

h1.mainH1.text-center.text-md-left {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  /* font-size: 75px; */
  font-weight: 500;
  padding: 17px 0 20px 0;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
p.h6Heading.text-center.text-md-left {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 0 10px 0;
}
@media (min-width: 1200px) and (max-width: 1800px) {
  .main-banner-head :is(h1,h3) {
    margin: 0 0 20px 0;
  }
}

p.h6Heading.text-center.text-md-left {
}

.theBestGhost h3 {
  color: #fff;
}

button.btn.btn-theme.bg-theme-blue.btnForm {
  border-radius: 5px;
  /* background-color: rgb(255, 223, 4); */
  padding: 16px 25px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  background: transparent linear-gradient(270deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

button.btn.btn-theme.bg-theme-blue.btnForm:hover {
  background: #000;
  color: #fff;
}

div#titles p {
  color: #ffffff;
  font-size: 16px;
  /* padding-top: 0 !important; */
}

div#titles {
  padding-top: 18px !important;
}

.bannerform-heading h3 {
  font-size: 1.45rem;
  color: #fff;
  padding-bottom: 14px;
}

.theBestGhost {
  padding-top: 40px;
}
.ban-form2 {
  margin-top: 90px;
}
select#services {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: transparent;
  padding: 10px 15px;
  color: white;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: none !important;
  margin: 0 0 15px 0;
}

select#services option {
  color: #000 !important;
}
.ban-form2 {
  background: #18296d;
  /* background: transparent linear-gradient(270deg, #F91EC6 0%, #F39205 100%) 0% 0% no-repeat padding-box; */
}
.text-document {
  padding: 5rem 0;
}
.text-document .heading {
  font-size: 2vmax;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.text-document :is(ul > li, p) {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.75;
}
.text-document p {
  margin-bottom: 1.25rem;
}

.text-document ul {
  margin: 0.5rem 0 1.5rem 1rem;
}
.text-document li {
  list-style-type: disc;
}

.check-icon {
  width: fit-content;
  display: block;
  margin: auto;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-size: 5vmax;
  background: transparent linear-gradient(270deg, #f91ec6 0%, #f39205 100%) 0%
    0% no-repeat padding-box;
}

.per-check {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
  margin: 1rem 0;
}

.per-check > input {
  width: auto;
  height: auto;
  margin-top: 0.25rem;
}

.per-check > label {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.65;
}

.per-check > label a {
  font-weight: 600;
  color: #000;
}
.disclaimer {
    padding: 0.5rem 0;
    text-align: center;
    background: #f39205;
    position: relative;
    width: 100%;
    z-index: 999;
}

.disclaimer__text {
  font-size: 0.7vmax;
  color: #fff;
  line-height: 1.5;
}



/* custom-auto-popup */

.custom-auto-popup {
  z-index: 100;
  position: fixed;
  inset: 0;
  width: 500px;
  aspect-ratio: 1/1;
  margin-top: auto;
  bottom: 0;
  left: 0;
  background: #000;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
  display: flex;
  align-items: flex-end;
  display:none;
}
.custom-auto-popup::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.35;
  backdrop-filter: blur(10px);
  z-index: -1;
  display: none;
}

.custom-auto-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-auto-popup__img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.custom-auto-popup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-auto-popup-close {
  width: 30px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F39205;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.custom-auto-popup-close .icon {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  pointer-events: none;
}

.custom-auto-popup-box {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1rem;
}

.custom-auto-popup__content {
  padding: 0.85rem;
  width: 80%;
  border-radius: 1.85rem;
  scale: 0.98;
  border: 0.768px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2.047px 2.047px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12.792555809020996px);
}

.custom-auto-popup__content .heading {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
  text-align: center;
  color: #fff;
}

.custom-auto-popup__content p {
  font-size: 0.99rem;
  margin-bottom: 1.75rem;
  text-align: left !important;
}

.custom-auto-popup__content .field :is(input, textarea) {
  width: 100%;
  padding: 0.6rem 0.85rem;
  border: none;
  background: #f0f0f0;
  border-radius: 0.75rem;
  resize: none;
  font-size: 0.75rem;
}

.custom-auto-popup__content .field {
  margin: 0.5rem 0 0;
}

.custom-auto-popup__content .field button {
  background: #F39205;
  color: #fff;
  padding: 0.5rem 3rem !important;
  line-height: normal;
  border: none;
  border-radius: 100px;
  font-size: 0.85rem;
  width: 100%;
}
.custom-auto-popup__heading-img {
  width: 190px;
  margin-bottom: 0.25rem;
}
@media (min-width: 320px) and (max-width: 767px) {
  .custom-auto-popup {
    display: none;
  }
}
/* custom-auto-popup */

    
    
    .only-phone-responsive-number {
        display: none;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        text-align: center;
        background-color: #f39205;
        color: #fff !important;
        font-size: 1rem;
        font-weight: 600;
        padding: 0.65rem 0;
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transform: translateY(-100%);
        transition: all 300ms;
    }

    @media only screen and (max-width: 768px) {
        .only-phone-responsive-number {
            display: flex;
        }
        .only-phone-responsive-number.show {
            transform: translateY(0);
        }
    }
    
    
/*feedback*/
.feedback {
    padding: 5rem 0;
    position: relative;
    isolation: isolate;
    color: #fff;
}

.feedback__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
}

.secion-content.text-center {}

.section-content .heading {
    font-size: 2.5vmax;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.35;
}

.section-content p {
    font-size: 16px;
    line-height: 1.65;
}

.feedback-card {
    color: #000;
    background: #fff;
    padding: 1.25rem;
    box-shadow: 0 0 10px 5px #00000020;
    margin: 0.75rem;
}

.feedback-card__user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
}

.feedback-card__user .icon {
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 5px 1px #00000020;
}

.feedback-card__user .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.feedback-card__user .name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.feedback-card__user .location {
    text-transform: uppercase;
    font-size: 0.85rem;
}

.feedback-card__stars {
    width: 110px;
    margin: 1rem 0 0.75rem;
}

.feedback-card__content .title {
    font-size: 1.45rem;
    font-weight: 600;
    text-transform: capitalize;
}

.feedback-card__content .review {
    margin: 0.7rem 0 0;
    font-size: 0.9rem;
    line-height: 1.4;
    font-weight: 400;
    height: 120px;
    overflow-y: auto;
    padding-right: 0.5rem;
}
.feedback-card__content .review::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
.feedback-card__content .review::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.feedback-card__content .review::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: rgb(226, 143, 38);
}
/*feedback*/


/*survey page*/
.about-banner.about-banner--sm {
    height: 100%;
    min-height: 65vh;
    padding-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .about-banner.about-banner--sm {
    padding-top: 5rem;
    min-height: 35vh;
  }
  .survey--bg {
    min-height: 50vh;
  }
}


.survey--bg {
    background: #fcfbff;
    position: relative;
    isolation: isolate;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.survey--bg::before {
    position: absolute;
    background: url(../images/about-us-img-2.png);
    content: "";
    width: 484px;
    height: 414px;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}

.survey--bg::after {
    position: absolute;
    background: url(../images/about-us-img-3.png);
    content: "";
    width: 368px;
    height: 448px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.survey-step__header .title {
    color: #1e1d1d;
    font-size: 2.25vmax;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    border: none;
    background: none;
    width: 100%;
}

.survey-step__body .answer-field textarea {
    width: 100%;
    width: 100%;
    padding: 1rem 1rem;
    border: 1px solid #ccc;
    background: #f0f0f0;
    border-radius: 0.5rem;
    resize: none;
    font-size: 0.85rem;
}

.survey-step__body {
    padding: 1rem 0 1.25rem;
}
.survey-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.survey-btns .get-started {
    width: 170px;
    padding: 1rem 0;
    height: auto;
    line-height: inherit;
    border-radius: 100px;
}


#survey-form  .answer-field textarea.invalid {
  background-color: #ffdddd;
}
#survey-form .tab {
  display: none;
}
#prevBtn {
  background-color: #bbbbbb;
}
.survey-content {
    text-align: center;
}

.survey-content .heading {
    font-size: 3rem;
    font-weight: 699;
    margin: 1rem 0;
}


.survey-content .banner-cta {
    justify-content: center;
    margin: 1.5rem 0;
}
.survey-content .survey-btns {
    margin-top: 1.5rem;
}


/*survey page*/