.iti {
   width: 100%;
}

.iti input {
   padding: 10px 10px 10px 45px !important;
}

.main-banner-head .form-banner .custom-input input::placeholder {
   color: #fff;
}

.popupform form .iti {
   margin: 0 0 15px;
}

.black_friday {
   width: 270px;
   height: 100px;
   color: #fff;
   position: fixed;
   bottom: 30px;
   left: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   border: 2px solid #fff;
   border-radius: 15px;
   box-shadow: 0 0 1px 2px #000000, 0 0 1px 2px #000000 inset;
   filter: drop-shadow(0px 0px 5px #000000);
   z-index: 9;
   cursor: pointer;
   animation: 1s linear infinite bf-animate;

}

@keyframes bf-animate {

   0%,
   100% {
      filter: drop-shadow(0px 0px 5px #000000);
      transform: translateY(-5px)
   }

   50% {
      filter: drop-shadow(0px 0px 5px #ff4545);
      box-shadow: 0 0 1px 2px #ff4545, 0 0 1px 2px #ff4545 inset;
      border-color: #000;
      transform: translateY(0)
   }

   80% {
      filter: drop-shadow(0px 0px 5px #ff4545);
      box-shadow: 0 0 1px 2px #ff4545, 0 0 1px 2px #ff4545 inset;
      border-color: #000
   }
}

.black_friday h2 {
   font-size: 25px !important;
   -webkit-text-stroke: 1.5px #000000;
   text-shadow: 1px 2px 15px #000000;
   filter: drop-shadow(0px 0px 25px #000000);
   font-weight: 500;
   margin: 10px 0 0;
   color: #fff;
   font-family: Yantramanav, sans-serif;
   background: black;
   padding: 5px;
   border-radius: 8px;
}

.black_friday h2 span {
   padding-left: 5px;
   -webkit-text-stroke: 1px #fff;
   text-shadow: 1px 2px 15px #fff;
   filter: drop-shadow(0px 0px 25px #ff4545);
   color: #fff;
   font-family: Yantramanav, sans-serif
}

.black_friday .black_friday_top {
   width: 80px;
   height: 34px;
   background: 0 0;
   color: #fff;
   border: 2px solid #fcffeb;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 5px;
   box-shadow: 0 0 1px 2px #000000, 0 0 1px 2px #000000 inset;
   filter: drop-shadow(0px 0px 5px #ff4545);
   margin-bottom: 5px;
   animation: 1s linear infinite bf-animate-2
}

@keyframes bf-animate-2 {

   0%,
   100% {
      filter: drop-shadow(0px 0px 5px #000000)
   }

   50% {
      filter: drop-shadow(0px 0px 5px #ff4545);
      box-shadow: 0 0 1px 2px #ff4545, 0 0 1px 2px #ff4545 inset;
      border-color: #000;
      transform: translateX(0)
   }

   80% {
      filter: drop-shadow(0px 0px 5px #ff4545);
      box-shadow: 0 0 1px 2px #ff4545, 0 0 1px 2px #ff4545 inset;
      border-color: #000
   }
}

.black_friday .black_friday_top p {
   font-size: 20px !important;
   margin-bottom: 0;
   color: #fff;
   font-family: Yantramanav, sans-serif;
   padding: 0
}

.black_friday #veteran-countdown {
   display: flex;
   justify-content: space-evenly;
   align-items: center;
   width: 80%;
   margin-top: 6px;
   padding: 5px 0;
   border: 2px solid #fff;
   border-right: 0;
   border-left: 0;
   border-radius: 6px
}

.black_friday #veteran-countdown .veteran-counter,
.cta-sec-2 .hd-txt,
.get-in-touch,
.industry-sec .hd-txt h2,
.modaL_order2 #countdown .labels {
   text-align: center
}

.black_friday #veteran-countdown .veteran-counter span.ping {
   font-size: 18px !important;
   font-weight: 600;
   color: #fff;
   margin: 0;
   padding: 0;
   display: flex;
   border-radius: 4px;
   justify-content: center;
   align-items: center;
   font-family: Yantramanav, sans-serif
}

@keyframes ping {
   0% {
      filter: drop-shadow(1px 1px 10px #ff4545)
   }

   50% {
      filter: unset
   }

   100% {
      filter: drop-shadow(1px 1px 10px #fff)
   }
}

.black_friday #veteran-countdown .veteran-counter span::before {
   content: attr(b);
   display: block;
   text-shadow: 0 0 12px rgb(238 238 238 / 50%), 0 0 32px rgb(238 238 238 / 30%), 0 24px 48px rgb(238 238 238 / 10%), 0 -24px 48px rgb(238 238 238 / 10%)
}

.black_friday #veteran-countdown .veteran-counter b {
   font-size: 14px !important;
   font-weight: 800;
   letter-spacing: 1px;
   font-family: Montserrat, sans-serif;
   margin: 0;
   padding: 0
}

@media screen and (max-width:1024px) {
   .black_friday {
      width: 200px;
      height: 129px
   }

   .black_friday .black_friday_top {
      width: 72px;
      height: 30px
   }

   .black_friday .black_friday_top p {
      font-size: 18px !important
   }

   .black_friday h2 {
      font-size: 22px !important
   }
}


.last-cta-sec {
   background: #000000ba !important;
}

.accordion .accordion-item {
   border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
   border-bottom: 1px solid #00386f;
}

.accordion button {
   position: relative;
   display: block;
   text-align: left;
   width: 100%;
   padding: 0 0;
   color: #7288a2;
   font-size: 1.15rem;
   font-weight: 400;
   border: none;
   background: none;
   outline: none;
}

.accordion button:hover,
.accordion button:focus {
   cursor: pointer;
   color: #00386f;
}

.accordion button:hover::after,
.accordion button:focus::after {
   cursor: pointer;
   color: #03b5d2;
   border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
   padding: 1em 1.5em 1em 0;
   color: #000;
   font-size: 20px;
   font-weight: 500;
}

.accordion button .icon {
   display: inline-block;
   position: absolute;
   top: 18px;
   right: 0;
   width: 22px;
   height: 22px;
   border: 1px solid;
   border-radius: 22px;
   color: #000;
   font-size: 18px;
   font-weight: 500;
}

.accordion button .icon::before {
   display: block;
   position: absolute;
   content: "";
   top: 9px;
   left: 5px;
   width: 10px;
   height: 2px;
   background: currentColor;
}

.accordion button .icon::after {
   display: block;
   position: absolute;
   content: "";
   top: 5px;
   left: 9px;
   width: 2px;
   height: 10px;
   background: currentColor;
}

.accordion button[aria-expanded=true] {
   color: #03b5d2;
}

.accordion button[aria-expanded=true] .icon::after {
   width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
   opacity: 1;
   max-height: 9em;
   transition: all 200ms linear;
   will-change: opacity, max-height;
}

.accordion .accordion-content {
   opacity: 0;
   max-height: 0;
   overflow: hidden;
   transition: opacity 200ms linear, max-height 200ms linear;
   will-change: opacity, max-height;
}

.content-section-new-pages {
   padding: 100px 0;
}

.content-section-new-pages p {
   color: #777;
   font-weight: 400;
   font-size: 18px;
   line-height: 30px;
   margin: 15px 0;
}

.content-section-new-pages h4 {
   color: #000;
   font-weight: 600;
   font-size: 28px;
}




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

a[tel="+44 20 8146 7888 "] {
   display: none;
}

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

.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: #01c572;
   border-color: #00ca7b;
   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;
}

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





#bouncepopupform.midpopupform.halweenform {
   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;
}






@media only screen and (max-width:950px) {

   body #bouncepopupform.midpopupform.halweenform {
      width: 80%;
      padding: 25px;
      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) {
    
    
    .news_heading h3 {
    font-size: 25px !important;
    line-height: 35px;
}

.left-side-info {
    padding-right: 0 !important;
    margin-bottom: 40px !important;
}
    
   .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: #001c6b;
   font-weight: 600;
   margin-top: 20px;
}

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

div#bouncepopupform h6,
.popupform.halweenform h6 b {
   font-family: 'Jost';
   color: #03ce85;
   font-weight: 600;
   font-size: 24px;
   position: relative;
   bottom: 12px;
}


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

.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;
   font-weight: 700;
   margin-bottom: 15px;
   line-height: 27px;
   margin-top: 12px;
   text-transform: capitalize;
   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 {
   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.62);
   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 {
   font-size: 14px;
}

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

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

::selection {
   background: #000000;
   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, .3);
   background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
   border-radius: 10px;
   background-color: #000000;
}

[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;
   background: #f8f7fc;
}

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

.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.60);
   z-index: 1;
}

.overlay {
   display: none;
}

.overlay.active {
   display: block;
}

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

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

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


.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 {
   -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;
   position: relative;
   top: 0px;
}

.logo img {
   display: block;
}

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


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

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

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


ul.main-menu {
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   top: 1px;
}

a:hover {
   text-decoration: none;
}

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

ul.main-menu li a:hover {
   color: #ff4545;
}

ul.banner-cta li:nth-child(1) a {
   border-radius: 5px;
   background-color: #000000;
   padding: 16px 25px;
   color: #fff;
   font-size: 14px;
   font-weight: 600;
   transition: 0.5s;
}

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

ul.banner-cta li:nth-child(2) a {
   border-radius: 50px;
   padding: 15px 44px;
   background: #ff4545;
   color: #fff;
   font-weight: 600;
   transition: 0.5s;
   border: 0 !important;
}

.main-header {
   padding: 40px 0px 0 0;
}

.main-banner-head h5 {
   color: #ffff;
   font-size: 36px;
   font-weight: 300;
   text-align: center;
}

.main-banner-head h3 {
   text-align: center;
   font-size: 70px;
   font-weight: 500;
   color: #fff;
   padding: 10px 0;
}

.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 .form-banner {
   display: flex;
   align-items: center;
   justify-content: space-around;
   margin: 10px 0 35px;
   padding: 20px 0;
   background: #ff45456b;
   border-radius: 8px;
}

.main-banner-head .form-banner button {
   border-radius: 5px;
   background-color: #000000;
   color: #fff;
   font-size: 16px;
   font-weight: 600;
   transition: 0.5s;
   width: 22%;
   height: 45px;
   line-height: 45px;
}

.main-banner-head .form-banner button:hover {
   background: #ff4545;
}

.main-banner-head .form-banner .custom-input {
   display: block;
   width: 22%;
}

.main-banner-head .form-banner .custom-input input {

   width: 100%;
   background: transparent;
   display: block;
   border: 1px solid #fff;
   padding: 10px 10px;
   font-size: 16px;
   color: #fff;
   border-radius: 5px;

}

.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.webp');
   width: 809px;
   height: 1031px;
   left: 0;
   top: 0;
   opacity: 0.1;
}

.hm-what-we-sec::after {
   position: absolute;
   content: "";
   background: url('../images/shape-2.webp');
   width: 640px;
   height: 408px;
   right: 0;
   top: 0;
   z-index: -1;
   opacity: 0.1;
}

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

.hm-what-we-sec {
   padding: 70px 0px;
   background: #4ba8a03d;
}

.hm-what-we-sec-head span {
   color: #0c1430;
   font-size: 30px;
   font-weight: 600;
   line-height: 33px;
   margin-bottom: 13px;
}

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

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

ul.btn-cta li:nth-child(1) a {
   border-radius: 5px;
   padding: 15px 23px;
   color: #fff;
   font-weight: 600;
   background-color: #000000;
   margin: 0px 15px 0 0;
   transition: 0.5s;
}

ul.btn-cta li:nth-child(2) a {
   border-radius: 50px;
   background: none;
   padding: 15px 44px;
   color: #fff;
   background: #ff4545;
   transition: 0.5s;
}

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

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

.hm-what-we-sec-box-dtl {
   position: absolute;
   background-color: #000000;
   right: -90px;
   bottom: 35px;
   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: #000000;
   font-weight: 500;
}

.what-we-box-inner p {
   color: #969696;
   font-size: 15px;
   line-height: 22px;
}

.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: #ff4545;
   transform: scale(1.04);
}

.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;
   background-position: 50% 100%;
}

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

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

.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;
   z-index: 99;
}

.cta-sec .hm-what-we-sec-head {
   padding: 50px 0 0 0;
}

.process-flow {
   padding: 50px 0;
}

.process-flow h3 {
   color: #1e1d1d;
   font-size: 30px;
   text-align: center;
   font-weight: 600;
   margin: 0 0 50px;
}

.process-flow ul {
   justify-content: center;
}

.process-flow .headingstyle1 .ff-qwitcher {
   display: inline-block;
}

.process-flow .op-box {
   border: 4px solid #000000;
   position: relative;
   text-align: center;
   border-radius: 10px;
   background-color: #f56a1442;
   padding: 25px 18px 30px 18px;
   height: 100%;
}

.process-flow .op-box i {
   background: url(../images/sprite.webp) no-repeat;
   background-position: -2px -178px;
   width: 51px;
   height: 49px;
   display: inline-block;
}

.process-flow .op-box i.ic2 {
   background-position: -67px -175px;
   width: 49px;
}

.process-flow .op-box i.ic3 {
   background-position: -136px -175px;
   width: 49px;
}

.process-flow .op-box i.ic4 {
   background-position: -199px -178px;
   width: 49px;
}

.process-flow .op-box h6 {
   font-size: 18px;
   font-weight: 600;
   color: #efefef;
   margin: 7px 0 10px 0;
}

.process-flow .op-box p {
   margin: 0;
   font-size: 14px;
   color: #f7f7f7;
   padding: 0;
   line-height: 1.35;
}

.process-flow .count {
   font-size: 15px;
   font-weight: 500;
   position: absolute;
   left: -15px;
   top: -15px;
   color: #fff;
   background-color: #000000;
   width: 36px;
   height: 36px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50px;
   line-height: normal;
}

.process-flow .btn-style-2 {
   padding: 12px 35px;
}

.new-section-sevice {
   padding: 50px 0;
   background: #8ae3c7;
}

.new-section-sevice .service-main-content-sec {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.new-section-sevice .service-main-content-sec .service-box-here img {
   margin: 0 auto 10px;
   display: block;
}

.new-section-sevice .service-main-content-sec .service-box-here a {
   border-radius: 5px;
   height: 46px;
   color: #fff;
   font-weight: 600;
   background-color: #ff4545;
   margin: 0px auto;
   transition: 0.5s;
   font-size: 14px;
   text-align: center;
   display: block;
   line-height: 46px;
   width: 50%;
}

.new-section-sevice h2 {

   font-size: 42px;
   font-weight: 600;
   text-align: center;
   margin: 0 0 70px;
   color: #000;

}

.new-section-sevice .service-main-content-sec .service-box-here p {
   color: #777;
   font-size: 16px;
   font-weight: 500;
   margin: 10px auto;
   text-align: center;
   line-height: 23px;
}

.new-section-sevice .service-main-content-sec .service-box-here h4 {
   color: #000000;
   font-size: 24px;
   font-weight: 500;
   text-align: center;
   margin: 0 0 10px;
}

.reason-sec-hm {
   padding: 90px 0px;
   position: relative;
   background: url(../images/reason-img.webp);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: 100% 100%;

}

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

.reason-detail-box {
   padding: 20px 25px;
   background: #f8f0fb;
   margin: 0 0 15px 0;
   border-left: 5px solid #000000;
   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: #f56a14;
   border-color: #000000;
}

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

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

.hm-counter-sec {
   background: #ff4545;
   padding: 35px 0px;
}

.counter-box {
   background: none;
   border-radius: 0;
   /* display: flex; */
   align-items: center;
   padding: 20px 0px;
   transition: 0.5s;
   border: 0 !important;
   text-align: center;
   width: 100%;
}

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

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

.counter-box-detail h6 {
   color: #ffffff;
   font-size: 24px;
   font-weight: 400;
   padding: 9px 0 0 0;
}

.pricing-sec:before {
   content: '';
   background: url(../images/pricing-banner.webp) !important;
   background-size: cover !important;
   background-repeat: no-repeat !important;
   background-position: 50% 100% !important;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   opacity: .8;

}

.pricing-sec {

   padding: 70px 0 !important;
   position: relative !important;
   background-size: cover !important;
   background-repeat: no-repeat !important;
   background-position: 100% 100% !important;
   z-index: 1;
}

.pricing-box {
   padding: 30px 0 0 0;
   transition: .5s;
   position: relative;
   border-width: 1px;
   border-color: rgb(204, 204, 204);
   border-style: solid;
   border-radius: 10px;
   background-color: rgb(245 124 21);
   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: #000000;
   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;
   background-color: #f4f4f4;
   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;
}

.pricing-box:hover ul.pricing-list h4 {
   color: #000;

}

ul.pricing-list h4 {
   color: #000;
   font-weight: 500;
   margin: 0 0 15px;
}

ul.pricing-list::-webkit-scrollbar {
   width: 5px;
}


ul.pricing-list::-webkit-scrollbar-thumb {
   background-color: #000000;
}

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: white;
   font-size: 30px;
   text-align: center;
   font-weight: 600;
}

.pricing-sec p {
   text-align: center;
   font-size: 15px;
   line-height: 22px;
   color: white;
   padding: 15px 0 70px 0;
}

ul.pricing-list li a {
   padding: 0 0 0 10px;
}

.pricing-box:hover {
   background: #ff45457a;
}

.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: #000000;
   color: #fff;
}

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

.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.webp);
   height: 346px;
   background-repeat: no-repeat;
   background-size: cover;
   padding: 45px 0 0 0;
   transition: 0.5s;
   background-position: 70% 100% !important;
}

.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.webp);
   background-repeat: no-repeat;
   background-size: cover;
   padding: 48px 0 120px;
   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: 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: #ff4545;
   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-2 {
   position: relative;
   top: 80px;
   left: 20px;
}


.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: #000000;
   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/cta-bag-1.webp);
   padding: 30px 0px;
   background-position: 50% 100%;
}

.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 {
   padding: 0 0 0 20px;
}


.testi-sec {

   background: #434344;


   background-repeat: no-repeat;

   background-size: cover;

   display: flex;

   align-items: center;
   position: relative;
   z-index: 1;
   overflow: hidden;
}

.testi-sec:after {
   content: '';
   background: url(../images/bg2.png);
   background-repeat: no-repeat;
   position: absolute;
   top: -75px;
   width: 15%;
   height: 100%;
   z-index: -1;
   left: 4%;
}

.testi-sec:before {
   content: '';
   background: url(../images/bg5.png);
   background-repeat: no-repeat;
   position: absolute;
   top: -75px;
   width: 15%;
   height: 100%;
   z-index: -1;
   right: 0;
}

section.testi-sec .row {
   position: relative;
}


.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: #fff;
   background: #000000;
}

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

.test-box-detail img {
   width: 100%;
   position: relative;
   height: 225px !important;
   object-fit: cover !important;
}

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

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





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

.testi-sec .slick-arrow:before {
   content: "\f178";
   font-family: 'Font Awesome 5';
   font-size: 20px;
   font-weight: 700;
   color: #fff;
   line-height: 47px;
   transition: .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;
}

.footer-section {
   padding: 35px 0;
   background-color: #17161a;
   color: #fff;
   margin-bottom: -20px;
}

.ft-cont a {
   padding: 25px 0 0 0;
   color: #fff;
}

.ft-cont {
   display: grid;
   float: right;
   margin-bottom: 28px;
   margin-top: 20px;
}

.ft-cont img {
   padding: 0;
   margin: 0 0 30px 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: #ff4545;
   font-size: 16px;
   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 {
   color: #fff;
   margin: 0 2px;
}

.ft-brd a {
   color: #fff;
   margin: 0 2px;
}

.ft-bt2 {
   float: right;
}

.ft-bt2 a {
   padding: 0 0 0 20px;
}

.ft-brd address {
   line-height: 23px;
}


.article-banner {
   background: url('../images/article-writing-banner.webp');
   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.webp');
   width: 330px;
   height: 490px;
   right: 0;
   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: #ff4545;
}

.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 {
   background: #ff4545;
   transform: scale(1.06);
}

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

.industries-box:hover img {
   filter: brightness(0) invert(1);
}

.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.webp');
}


.author-banner {

   background: url('../images/author-web-banner.webp');
}

.blog-banner {

   background: url('../images/blog-banner.webp');
}

.book-cover-banner {

   background: url('../images/book-cover-banner.webp');
}

.book-promotions-banner {

   background: url('../images/book-promotions-banner.webp');
}


.ebook-writing-banner {

   background: url('../images/ebook-writing-banner.webp');
}

.editing-banner {

   background: url('../images/editing-banner.webp');
}

.formating-banner {

   background: url('../images/formating-banner.webp');
}

.ghost-banner {

   background: url('../images/ghost-banner.webp');
}

.proofreading-banner {

   background: url('../images/proofreading-banner.webp');
}

.publishing-banner {

   background: url('../images/publishing-banner.webp');
}

.video-book-banner {

   background: url('../images/video-book-banner.webp');
}

.webdesign-seo-banner {

   background: url('../images/webdesign-seo-banner.webp');
}

.website-content-banner {

   background: url('../images/website-content-banner.webp');
}

.social-media-marketing {
   background: url('../images/social-media-banner.webp');
}


.about-banner {
   background: url('../images/about-us-banner.png');
   height: 793px;
   display: flex;
   align-items: center;
}

.about-who-box:hover {
   background: #ff4545;
   transform: scale(1.05);
}

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

a.get-started {
   width: 100%;
   background: #ff4545;
   color: #fff;
   text-align: center;
   height: 50px;
   line-height: 50px;
   font-weight: 500;
   font-size: 17px;
   transition: 0.5s;
}

.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 {
   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');
   position: relative;
   z-index: 1;
}

.thankyou-page {
   background: url('../images/thankyou.webp');
   height: 100vh !important;
   width: 100vw;
}

.contact-banner:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: .4;
   background: #000;
   z-index: -1;
}

.contact-page-section .info-column .title {
   position: relative;
   color: #43b97e;
   font-size: 16px;


}

.contact-page-section {
   position: relative;
   padding: 50px 0px 0px;
}

.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: #000;
   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;
}

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



.contact-form .theme-btn {
   cursor: pointer;
   margin-top: 10px;
   text-transform: uppercase;
}

.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: #ff4545;
   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: #ff4545;
   transform: scale(1.04);
}

.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;
   left: 182px;
   top: 19px;
   display: none;
   transition: 0.5s;
   width: 360px;
}

ul.dropdown-list li a {
   color: #000;
   line-height: 26px;
   font-size: 15px;
   padding: 0;
}


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: #000;
   color: #fff;
}

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: #ff4545;
   color: #fff;
}

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

.btn-style-five:hover {
   background: #000;
   color: #fff;
}

a.get-started:hover {
   background: #000;
}


@keyframes updown2 {

   0%,
   100% {
      transform: translate(0, 0);
      -webkit-transition: .4s;
      -moz-transition: .4s;
      -o-transition: .4s;
      transition: .4s
   }

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

}



.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: #ff4545;
   }

   49% {
      color: #ff4545;
   }

   60% {
      color: #ff4545;
   }

   99% {
      color: #ff4545;
   }

   100% {
      color: #ff4545;
   }
}

.counter-box:hover {
   filter: invert(1);
}

.what-we-do-box-about:hover {
   background: #000000;
}

.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: #ffffff;
   font-size: 35px;
   text-align: center;
   font-weight: 600;
}

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

.foilo-sec:before {
   opacity: .4;
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #c4e1c5;
   z-index: -1;
}

.foilo-sec {
   padding: 60px 0px 80px;
   position: relative;
   z-index: 1;
}

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

.cta-sec-2:hover .cta-sec-2-img img {
   filter: sepia(1);
}

.foilo-sec {

   background: url('../images/background_image.jpg');
}

.portfolio_box {
   position: relative;
   margin-bottom: 20px;
   border-radius: 0;
}

.portfolio_box a {
   transition-duration: .5s;
   overflow: hidden;

   display: block;

}

.portfolio_box a:hover:before {
   content: "";
   position: absolute;
   background-color: rgba(21, 21, 21, .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: .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: 60px 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;
   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: 44px !important;
}

section.hm-what-we-sec ul.btn-cta li:nth-child(1) a:hover {
   background: #000000;
   color: #fff;
}

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


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::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;
   margin-bottom: 30px;
}

.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: #000;
   position: absolute;
   z-index: 1;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   top: 0;
   bottom: 0;
   opacity: .5;
}

.ft-cont-2 h3 {
   border-bottom: 0;
   padding: 0;
   color: #ff4545;
}

.new-dd-ame {
   position: absolute;
   background-color: #17161a;
   width: 749px;
   height: auto;
   padding: 21px 0 20px 43px;
   display: none;
   border-radius: 5px;
   right: 0;
}

.new-dd-ame li a {
   color: #ffffff !important;
}


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



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


@media only screen and (min-width: 520px) and (max-width: 767px) {
   .main-header {
      padding: 0 !important;
   }

   .main-banner-head .form-banner {
      flex-wrap: wrap;
   }

   .main-banner-head .form-banner .custom-input {
      width: 80%;
      margin: 0 auto 15px;
   }

   .main-banner-head .form-banner button {
      width: 80%;
      margin: 0 auto;
   }

   .new-section-sevice .service-main-content-sec {
      flex-wrap: wrap;
   }

   .new-section-sevice .service-main-content-sec .service-box-here {
      width: 100%;
      margin: 0 0 15px;
   }

   .testi-sec:after {
      content: inherit;
   }

   .testi-sec:before {
      content: inherit;
   }

   .ft-brd address {
      text-align: center;
   }

   .terms_conditions h2 {
      font-size: 24px;
      text-align: center;
   }

   .ft-cont a {
      font-size: 14px !important;
      text-align: center;
   }

   .menuWrap.open {
      overflow-x: hidden;
      overflow-y: scroll;
      height: 670px;
      align-items: start;
      justify-content: start;
      padding: 10px 0 10px 0;
   }

   .main-banner-head h3 span {
      margin: 25px 0 0;
   }

   .ft-cont img {
      width: 50%;
   }

   .article-ser-box {
      margin: 0 0 20px;
   }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
   .main-header {
      padding: 0 !important;
   }

   .main-banner-head .form-banner {
      flex-wrap: wrap;
   }

   .main-banner-head .form-banner .custom-input {
      width: 80%;
      margin: 0 auto 15px;
   }

   .main-banner-head .form-banner button {
      width: 80%;
      margin: 0 auto;
   }

   .new-section-sevice .service-main-content-sec {
      flex-wrap: wrap;
   }

   .new-section-sevice .service-main-content-sec .service-box-here {
      width: 100%;
      margin: 0 0 15px;
   }

   .testi-sec:after {
      content: inherit;
   }

   .testi-sec:before {
      content: inherit;
   }

   .ft-brd address {
      text-align: center;
   }

   .terms_conditions h2 {
      font-size: 24px;
      text-align: center;
   }

   .ft-cont a {
      font-size: 14px !important;
      text-align: center;
   }

   .menuWrap.open {
      overflow-x: hidden;
      overflow-y: scroll;
      height: 670px;
      align-items: start;
      justify-content: start;
      padding: 10px 0 10px 0;
   }

   .main-banner-head h3 span {
      margin: 25px 0 0;
   }

   .ft-cont img {
      width: 75%;
   }

   .article-ser-box {
      margin: 0 0 20px;
   }
}



.per_imgs {
   display: flex;
   justify-content: space-around;
   margin-bottom: 35px;
}

.per_imgs img {
   width: 22%;
}

.per_imgs img:hover {
   transition: transform .8s ease;
   transform: scale(1.09);
   cursor: pointer;
}

.main-header {
   background: #17161a;
   padding-top: 0 !important;
   min-height: 95px;
}

p.price_text {
   padding: 0px 0 20px 0;
   font-size: 34px;
   font-weight: 600;
}

.bg_bg_img_area {
   background: url(../images/background_image_edit.png);
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   background-position: 100%;
}













.hero__form {
   background-color: #ffffff;
   border-radius: 1rem;
   grid-area: form;
   grid-template-columns: 1fr;
   gap: 1.5rem;
   padding: 2.5rem;
   display: grid;
   position: relative;
}

@media (width <=50rem) {
   .hero__form {
      gap: 1rem;
      padding: 1.25rem;
      margin-bottom: 50px;
   }
}

.hero__form:before {
   content: "";
   background-image: url(../images/_shared-img-arrow.svg);
   background-position: 50% 10.75rem;
   background-repeat: no-repeat;
   background-size: contain;
   width: 7.25rem;
   height: 100%;
   display: block;
   position: absolute;
   top: 0;
   bottom: 0;
   right: calc(100% + 3.25rem);
}

@media (width <=80rem) {
   .hero__form:before {
      content: none;
   }
}

.hero__form:after {
   content: "Flat 40% Discount";
   writing-mode: vertical-lr;
   color: var(--c-white);
   background-color: #ff4545;
   border-radius: 0 0.25rem 0.25rem 0;
   width: max-content;
   padding: 20px 12px;
   font-size: 18px;
   font-weight: 700;
   line-height: 1.2;
   position: absolute;
   top: 3.25rem;
   right: 100%;
   transform: rotate(-180deg);
   color: #fff;
}

@media (width <=50rem) {
   .hero__form:after {
      content: none;
   }
}

.hero__field {
   gap: 0.5rem;
   display: grid;
}

.hero__field-label {
   justify-self: start;
   font-size: 16px;
   font-weight: 600;
   line-height: 1.4;
}

.hero__submit-wrap {
   text-align: center;
   grid-template-columns: 1fr;
   gap: 8px;
   display: grid;
}

.hero__submit-text {
   grid-auto-flow: column;
   justify-content: center;
   align-items: center;
   gap: 0.5rem;
   display: grid;
}

.hero__submit-text svg {
   width: 1.5rem;
   height: 1.5rem;
}

.hero__input--select {
   background-image: url(../images/_shared-img-icon_black_arrow_down.svg);
   background-position: right 0.875rem top 0.625rem;
   background-repeat: no-repeat;
   background-size: 1.5rem;
   padding-right: 2.75rem;
}


.hero__form .text-input {
   box-sizing: border-box;
   appearance: none;
   font: inherit;
   border: 0.125rem solid #0000;
   border-radius: 0.25rem;
   outline: none;
   align-items: center;
   transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
   display: flex;
   background: #f5f5f5;
   padding: 12px 13px;
   color: #000;
   border: 1px solid #dadada;
}


.action-button {
   box-sizing: border-box;
   font: inherit;
   cursor: pointer;
   background-color: #0000;
   border: 0.125rem solid #0000;
   border-radius: 4px;
   outline: none;
   justify-content: center;
   align-items: center;
   font-weight: 700;
   text-decoration: none;
   transition: color 0.2s, background-color 0.2s, border-color 0.2s;
   display: grid;
   padding: 16px 0;
   font-size: 17px;
   border-radius: 50px;
   margin-bottom: 12px;
   color: #fff !important;
}

.action-button--fill_yellow {
   color: var(--c-black);
   background-color: #ff4545;
}


.first_banner_data {
   padding-right: 110px;
}

.home-img-1 img {
   width: 560px !important;
}


.cta-cus-img {
   width: 442px;
}






.review-more-btn {
   background-color: #ff4545;
   border: 0;
   font-size: 16px;
   color: #fff !important;
   text-transform: capitalize;
   display: inline-block;
   margin: 20px 0;
   font-weight: 600;
   text-decoration: none;
   cursor: pointer;
   padding: 10px 25px;
   border-radius: 7px;
   border-radius: 70px;
}

.review-more-btn i {
   background-color: #fff;
   padding: 5px;
   border: 0;
   border-radius: 50%;
   width: 30px;
   height: 30px;
   display: inline-block;
   align-items: center;
   justify-content: center;
   text-align: center;
   position: relative;
   line-height: 1.3;
   color: #000;
   position: relative;
   right: -10px;
}




.whatsapp-chat-cta {
   text-align: center;
   margin: 0;
}

.whatsapp-chat-cta .or-sep {
   display: block;
   margin: 17px 0 20px 0;
   font-size: 22px;
   color: #ffffff;
   position: relative;
}

.whatsapp-chat-cta .or-sep:before {
   content: "";
   width: 44%;
   position: absolute;
   left: 0;
   top: 11px;
   background: #ffffff1c;
   height: 1px;
}

.whatsapp-chat-cta .or-sep:after {
   content: "";
   width: 44%;
   position: absolute;
   right: 0;
   top: 11px;
   background: #ffffff1c;
   height: 1px;
}

.whatsapp-chat-cta .chat-btn,
.whatsapp-chat-cta .whatsapp-btn {
   border-radius: 50px;
   background: none;
   padding: 19px 44px;
   color: #fff;
   background: #ff4545;
   transition: 0.5s;
   width: 48%;
   font-weight: 600;
   font-size: 17px;
}

.whatsapp-chat-cta .chat-btn {
   background-color: #ffffff;
   color: #ff4545;
   float: left;
}

.whatsapp-chat-cta .chat-btn:hover {
   background-color: #ffffff;
}

.whatsapp-chat-cta .whatsapp-btn {
   background-color: #25d366;
   color: white;
   float: right;
}

.whatsapp-chat-cta .whatsapp-btn:hover {
   background-color: #1ebe57;
}


.news_heading {
   margin-bottom: 40px;
}







span.faqtitlemain {
   color: #292e0a;
   font-size: 48px;
   line-height: 48px;
   padding-right: 0px;
   margin-bottom: 20px;
   font-weight: 600;
}

.faqTitle {
   margin-bottom: 25px;
}

section.sec11.faqsMain {
   background: #f8f7fc;
   padding: 94px 0 0;
   border-bottom: 2px solid #fff;
}

.accordion__button {
   color: #292e0a !important;
   font-family: ;
   font-size: 24px;
   line-height: 36px;
   padding-right: 0px;
   margin-bottom: 0;
   padding: 25px 0px;
   padding-right: 50px;
   display: block;
   text-decoration: none;
   position: relative;
}

.accordion__panel {
   margin-top: 0;
   margin-bottom: 30px;
   display: none;
}

span.ctatilefaq {
   color: #292e0a;
   font-size: 30px;
   line-height: 40px;
   padding-right: 0px;
   margin-bottom: 10px;
   display: block;
   text-align: left;
   padding: 30px 50px 0px 30px;
}

.faqgirlimg img {
   width: 100%;
   height: auto;
}

.faqctaimage {
   background: url('../images/faqImagebg.webp') right top / contain no-repeat;
}

.sec11.faqsMain .row {
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
}

.faqimageright {
   padding-left: 30px;
}




.servicesMarque ul li {
   color: #17161a;
   font-size: 90px;
   line-height: 120px;
   text-align: center;
   display: block;
   margin-bottom: 0;
   margin-left: 220px;
   font-weight: 800;
}

.servicesMarque ul {
   display: flex;
   margin: 100px 0 0;
   padding: 0;
}



.accordion__button {
   color: #292e0a !important;
   font-family: ;
   font-size: 24px;
   line-height: 36px;
   padding-right: 0px;
   margin-bottom: 0;
   padding: 25px 0px;
   padding-right: 50px;
   display: block;
   text-decoration: none;
   position: relative;
}

.accordion__panel {
   margin-top: 0;
   margin-bottom: 30px;
   display: none;
}

span.ctatilefaq {
   color: #ffffff;
   font-size: 30px;
   line-height: 31px;
   padding-right: 0px;
   margin-bottom: 10px;
   display: block;
   text-align: left;
   padding: 40px 50px 0px 30px;
   font-weight: 600;
}

.faqgirlimg img {
   width: 100%;
   height: auto;
}


.accordion__item .set {
   border-bottom: 1px solid #747873;
}

.accordion__button.active:after {
   transform: translateY(-50%) rotate(180deg);
}



.accordion__item .accordion__button:after {
   content: "";
   background: url('../images/faqIcon.svg');
   width: 20px;
   height: 15px;
   position: absolute;
   background-repeat: no-repeat;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   transition: .5s;
}

.accordion__item .accordion__heading {
   position: relative;
}

.accordion__item.active .accordion__button:after {
   transform: translateY(-77%) rotate(180deg);
}


.accordion__item .set p {
   font-size: 19px;
   line-height: 26px;
}


.custom-nav-sec {
   display: flex;
   flex-direction: row-reverse;
   margin-right: 200px;
}

.header-contact-info-sec {
   position: absolute;
   right: -110px;
   top: -41px;
}

.header-contact-info-sec .list {
   padding: 16px 21px;
   border-left: 1px solid #484456;
   border-bottom: 1px solid #484456;
}

.header-contact-info-sec i {}

.header-contact-info-sec a {
   color: #ff4545;
   font-weight: 600;
}


.header-contact-info-sec .list:last-child {
   border-bottom: 0;
}

.new-dd-ame-list li {
   margin: 20px 0 20px;
   position: relative;
}

.new-dd-ame-list li:before {
   content: "";
   width: 12px;
   height: 12px;
   position: absolute;
   left: -17px;
   border: 2px solid #ff4545;
   background: #f459122b;
   border-radius: 50%;
   top: 3px;
}


.new-dd-ame-list li a:hover {
   color: #ff4545 !important;
}




.address-footer i {
   position: absolute;
   left: 0;
   top: 4px;
   color: #ff4545;
}

.address-footer span {
   line-height: 21px;
}

.address-footer a {
   position: relative;
   padding: 0 0 17px 30px;
}


.flogo-link {
   padding: 0 !important;
}


.faqTitle {
   margin-top: 60px;
}


.flogo-link img {
   width: 230px;
}


.main-header {
   padding-top: 15px !important;
   padding-bottom: 15px !important;
   display: flex;
   align-items: center;
}


section.sec_cta .gett_click_one,
section.sec_cta ul.btn-cta li:nth-child(2) a,
section.sec_cta .gett_click_two {
   border: 0 !important;
   color: #ff4545 !important;
   background: #fff;
   font-weight: 600;
}


section.sec_cta .gett_click_two a {
   color: #ff4545;
}


.terms_conditions b {
   font-weight: 500;
   font-size: 19px;
   line-height: 24px;
}




/*price*/


.pricing {
   padding: 92px 0;
   position: relative;
}

.price-head {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.price-head h1 {
   color: #292e0a;
   font-size: 42px;

   margin-bottom: 30px;
   display: block;
}

.price-head h1 span,
.price-head p span {
   color: #ff4545;
   font-weight: 700;
}

.price-head p {
   color: #000;
   font-size: 16px;
   font-weight: 400;
}

.pkg-box {
   background: #e2e2e269;
   border-radius: 14px;
   padding: 14px 12px;
   transition: .5s;
   margin: 30px 0px;
}

.pkg-body {
   padding-top: 36px;
}

.pkg-box h1 {
   text-align: center;
   color: #292e0a;
   font-size: 26px;
   font-weight: 900;
   margin: 20px 0;
}

.price-box {
   display: flex;
   justify-content: center;
   align-items: center;
   background: #ff4545;
   padding: 10px 0px;
   margin: 0px -12px;
   overflow: hidden;
}

.price-box h1 {
   color: #fff;
   font-size: 45px;
   font-weight: 700;
   position: relative;
}

.price-box h1 sub {
   position: absolute;
   left: 0;
   top: 0;
}

.price-box h3 {
   color: #fff;
   font-size: 16px;
   font-weight: 400 !important;
   padding-left: 8px;
}

.price-box h3 span {
   text-decoration: line-through;
}

.pkg-body ul h2 {
   text-align: left;
}


.pkg-body h2 {
   text-align: center;
   font-size: 17px;
   padding-top: 10px;
   padding-bottom: 10px;
}

.pkg-body ul {
   height: 170px;
   overflow-y: scroll;
   margin-bottom: 30px;
   padding-left: 20px;
}

.pkg-body ul li {
   font-size: 16px;
   color: #292e0a;
   font-weight: 500 !important;
   text-align: left;
   list-style: none;
   padding: 11px 19px;
   position: relative;
   padding-left: 29px;
}

.pkg-body ul li:before {
   content: "";
   position: absolute;
   left: 5px;
   top: 13px;
   width: 10px;
   height: 10px;
   background: red;
}


.pkg-body ul::-webkit-scrollbar {
   width: 7px;
}

.pkg-body ul::-webkit-scrollbar-track {
   box-shadow: inset 0 0 5px grey;
   border-radius: 50px;
}

.pkg-body ul::-webkit-scrollbar-thumb {
   background: #ff4545;
   border-radius: 50px;
}

.pkg-body ul::-webkit-scrollbar-thumb:hover {
   background: #fff;
}

.pkg-body p {
   text-align: center;
   font-size: 16px;
   color: #000;
   font-weight: 400;
}

.pkg-body p span {
   font-weight: 700;
}

.pkg-speak-box {
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 13px 0;
}

.pkg-btn-box p {
   color: #000;
   font-size: 14px;
   text-align: center;
   padding: 0;
   margin: 0 0 5px 0;
}

.pkg-btn-box h3 a {
   font-weight: 500 !important;
   font-size: 20px;
   margin: 0px 10px;
   color: #292e0a !important;
   text-decoration: none;
}

.pkg-btn-qoute {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.pkg-btn-qoute a {
   background: #ff4545;
   width: 90%;
   padding: 20px 30px;
   color: #fff;
   text-decoration: none;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 8px;
   margin-bottom: -38px;
   margin-top: 10px;
}

.pkg-box:hover {
   background: #dadada;
   color: #fff;
}

.pkg-box:hover h1 {
   /* color: #fff; */
}

.pkg-box:hover .price-box {
   background: #ffffff;
   color: #fff;
}

.pkg-box:hover .price-box h1,
.pkg-box:hover .price-box h3 {
   color: #000000;
}

.pkg-box:hover .pkg-body ul li {
   /* color: #fff; */
}

.pkg-box:hover .pkg-body ul li::marker {
   color: #fff;
}

.pkg-box:hover .pkg-body ul::-webkit-scrollbar {
   width: 7px;
}

.pkg-box:hover .pkg-body ul::-webkit-scrollbar-track {
   box-shadow: inset 0 0 5px rgb(195, 195, 195);
   border-radius: 50px;
}

.pkg-box:hover .pkg-body ul::-webkit-scrollbar-thumb {
   background: #ffffff;
   border-radius: 50px;
}

.pkg-box:hover .pkg-body ul::-webkit-scrollbar-thumb:hover {
   background: #fff;
}

.pkg-box:hover .pkg-btn-box p,
.pkg-box:hover .pkg-btn-box h3 a,
.pkg-box:hover .pkg-body p {
   /* color: #fff !important; */
}

.pkg-box:hover .pkg-btn-qoute a {
   background: #ffffff;
   color: #ff0000 !important;
   box-shadow: 5px 5px 5px #0000003d;
}




.book-editing-banner
{
   background-image: url(../images/editing-bannar.webp) !important;
}


.unique_area.book-edting-page
{
   padding-bottom:100px;
}


.price-box h1
{
   position: relative;
}

.price-box h1 sup
{
   position: absolute;
   left: -32px;
   top: 0px;
   /* font-size: 29px; */
}

.contact-info {
    margin-top: 30px;
}

.contact-info li +li {
    margin-top: 16px;
}

.contact-info li {
    color: #fff;
    display: flex;
    align-items: start;
}

.contact-info li a {
    color: #fff;
    font-size: 17px;
}

.contact-info li span {
    font-size: 17px;
    font-weight: 700;
    min-width: 77px;
}

.left-side-info {
    margin-bottom: 0;
    padding-right: 15%;
}


.pageloader
{
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.pageloader img
{
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.thankyou-page .main-banner-head p {
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
}