@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//linkseo360.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
}

:root {
	--wd-text-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(247,247,247);
	--wd-text-font-size: 16px;
	--wd-title-font: "Bai Jamjuree", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Bai Jamjuree", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Caveat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Bai Jamjuree", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Jost", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 18px;
	--wd-primary-color: rgb(0,123,218);
	--wd-alternative-color: rgb(0,43,77);
	--wd-link-color: rgb(0,123,218);
	--wd-link-color-hover: rgb(0,43,77);
	--btn-default-bgcolor: rgb(0,123,218);
	--btn-default-bgcolor-hover: rgb(0,43,77);
	--btn-accented-bgcolor: rgb(0,123,218);
	--btn-accented-bgcolor-hover: rgb(0,43,77);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(0,0,0);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(0,0,0);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(0,0,0);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(0,0,0);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(0,0,0);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(20,20,20);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(20,20,20);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1575px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1575px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1575px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1575px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-logo img {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-phone {
  border: 1px solid #007bda;
  border-radius: 50px !important;
  padding: 10px 20px;
}

.header-phone h4.info-box-title {
  font-size: 20px;
  color: #ffffff;
  margin-left: 5px;
}

/* ------------- */

.site-logo,
.whb-general-header .wd-nav-main li,
.wd-header-search-form,
.country-btn,
.wd-open-popup.pop-btn,
.whb-general-header .wd-header-,
.whb-general-header .wd-social-icons a,
.header-phone {
  -webkit-animation-name: head-animation;
  animation-name: head-animation !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.5s;
}

.wd-header-search-form {
  animation-delay: 250ms;
}

.country-btn {
  animation-delay: 350ms;
}

.wd-open-popup.pop-btn {
  animation-delay: 450ms;
}

.whb-general-header .wd-nav-main li:nth-child(1) {
  animation-delay: 550ms;
}

.whb-general-header .wd-nav-main li:nth-child(2) {
  animation-delay: 650ms;
}

.whb-general-header .wd-nav-main li:nth-child(3) {
  animation-delay: 750ms;
}

.whb-general-header .wd-nav-main li:nth-child(4) {
  animation-delay: 850ms;
}

.whb-general-header .wd-nav-main li:nth-child(5) {
  animation-delay: 950ms;
}

.whb-general-header .wd-nav-main li:nth-child(6) {
  animation-delay: 1050ms;
}

.whb-general-header .wd-header-search {
  animation-delay: 1150ms;
}

.whb-general-header .wd-social-icons a:nth-child(1) {
  animation-delay: 1250ms;
}

.whb-general-header .wd-social-icons a:nth-child(2) {
  animation-delay: 1350ms;
}

.whb-general-header .wd-social-icons a:nth-child(3) {
  animation-delay: 1450ms;
}

.header-phone {
  animation-delay: 1550ms;
}

@keyframes head-animation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* ------------ */

.item-efftect {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  bottom: 0;
}

.item-efftect .efftect:nth-child(1) {
  left: 5%;
}

.item-efftect .efftect:nth-child(2) {
  left: 25%;
}

.item-efftect .efftect:nth-child(3) {
  left: 50%;
}

.item-efftect .efftect:nth-child(4) {
  left: 75%;
}

.item-efftect .efftect:nth-child(5) {
  left: 95%;
}

.item-efftect .efftect {
  position: absolute;
  width: 1px;
  height: 100vh;
  top: 0px;
  background: #5050504f;
  overflow: hidden;
}

.item-efftect .efftect::after {
  position: absolute;
  top: -50%;
  left: 0;
  content: "";
  height: 70px;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgb(131 131 131 / 39%) 0%,
    rgb(0 123 218) 75%,
    rgb(131 131 131 / 44%) 100%
  );
  display: block;
  -webkit-animation: run 5s 0s infinite;
  animation: run 5s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.item-efftect .efftect:nth-child(1)::after {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.item-efftect .efftect:nth-child(2)::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.item-efftect .efftect:nth-child(3)::after {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.item-efftect .efftect:nth-child(4)::after {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.item-efftect .efftect:nth-child(5)::after {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

/* --- SLIDER FORM --- */

.slider-row .get-free-quote-form {
  background-color: #ffffff;
  margin-top: 0px;
  margin-left: 100px !important;
  border-radius: 5px !important;
  width: 400px;
  height: auto;
}

.slider-row .get-free-quote-form .without-padding {
  padding: 0px;
}

.slider-row .get-free-quote-form p,
.slider-row .get-free-quote-form h4 {
  color: #000000;
}

.slider-row .get-free-quote-form .name-col,
.slider-row .get-free-quote-form .email-col,
.slider-row .get-free-quote-form .phone-col,
.slider-row .get-free-quote-form .sel-vhc,
.slider-row .get-free-quote-form .name-col p,
.slider-row .get-free-quote-form .email-col p,
.slider-row .get-free-quote-form .phone-col p,
.slider-row .get-free-quote-form .sel-vhc p {
  height: 55px;
}

.slider-row .get-free-quote-form .text-col,
.slider-row .get-free-quote-form .text-col p {
  height: 110px;
}

.slider-row .get-free-quote-form .cbtn,
.slider-row .get-free-quote-form .cbtn p {
  height: 55px;
}

.slider-row .get-free-quote-form input,
.slider-row select.wpcf7-form-control {
  border: none;
  border-bottom: 1px solid #64646452;
}

.slider-row .get-free-quote-form input,
.slider-row .get-free-quote-form input::placeholder,
.slider-row .get-free-quote-form textarea,
.slider-row .get-free-quote-form textarea::placeholder {
  color: #91909a !important;
  font-size: 14px !important;
  border-color: rgb(145 144 154 / 24%);
  border-width: 1px;
}

.screen-reader-response {
  display: none;
}

.get-free-quote-form i {
  font-size: 20px;
  color: #91909a;
}

.get-free-quote-form i:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 5px;
  width: 20px;
  height: 20px;
}

.slider-row .get-free-quote-form i.fa-user:before {
  background: url(https://mehmeez.com/umrahrides/wp-content/uploads/2025/01/user-solid.svg)
    no-repeat;
}

.slider-row .get-free-quote-form i.fa-phone-alt:before {
  background: url(https://mehmeez.com/umrahrides/wp-content/uploads/2025/01/phone-alt-solid.svg)
    no-repeat;
}

.slider-row .get-free-quote-form i.fa-envelope:before {
  background: url(https://mehmeez.com/umrahrides/wp-content/uploads/2025/01/envelope-solid.svg)
    no-repeat;
}

.slider-row .get-free-quote-form i.fa-map-marker-alt:before {
  background: url(https://mehmeez.com/umrahrides/wp-content/uploads/2025/01/map-marker-alt-solid.svg)
    no-repeat;
}

.slider-row .get-free-quote-form .des-col:before {
  background-image: url(https://mehmeez.com/umrahrides/wp-content/uploads/2025/01/destination-icon.svg);
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 7px;
  right: 30px;
  z-index: 0;
  background-size: contain;
}

.slider-row .get-free-quote-form input.wpcf7-submit {
  width: 100%;
  /*background-color: #fba31e;*/
  color: #ffffff !important;
  padding: 17px 20px !important;
  text-align: center !important;
  letter-spacing: 2px !important;
  font-size: 18px !important;
  font-weight: 500;
  border-radius: 0 0 5px 5px !important;
  background-image: linear-gradient(to right, #007bda 0%, #004d89 100%);
  border: 0 !important;
  margin-top: 0px;
}

.slider-row .get-free-quote-form input.wpcf7-submit:hover {
  background-color: #af6b03;
  color: #000000 !important;
}

.slider-row .get-free-quote-form .vc_col-sm-12:not(:last-child) {
  margin-bottom: 20px;
}

.slider-row .get-free-quote-form .vc_col-sm-12:not(.without-padding) {
  padding: 0px 30px;
}

.slider-row .get-free-quote-form h4 {
  text-align: center !important;
  /*background-color: #ffffff !important;*/
  margin-bottom: 10px;
  padding-bottom: 0px !important;
  text-transform: uppercase;
  font-size: 25px;
  padding-top: 25px !important;
}

.slider-row .get-free-quote-form textarea {
  min-height: 120px;
  overflow: hidden;
  border: none;
  border-bottom: 1px solid #e5e4e7;
  padding-top: 0px !important;
  margin-top: -19px;
}

.slider-row .get-free-quote-form textarea::placeholder {
  transform: translateY(-10px);
}

.slider-row .cbtn p {
  margin-bottom: 0 !important;
}

.slider-row .mesg-col p {
  margin-bottom: 0;
}

.slider-row .get-free-quote-form .vc_col-sm-12 {
  margin-bottom: 0 !important;
}

.slider-row .get-free-quote-form .mesg-col {
  margin-bottom: 15px !important;
}

.slider-row select.wpcf7-form-control {
  color: #91909a;
  font-size: 14px !important;
  border-color: rgb(145 144 154 / 24%);
  border-width: 1px;
  padding-left: 11px;
}

.slider-row .sel-vhc::before {
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/slider-arroe-icon.svg);
  content: "";
  width: 43px;
  height: 23px;
  position: absolute;
  background-position: center;
  top: 9px;
  right: 35px;
  z-index: 0;
  background-size: 13px;
  background-repeat: no-repeat;
  background-color: #fffdf9;
}

.slider-row .phone-col::before {
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/phone-alt-solid.svg);
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 7px;
  right: 47px;
  z-index: 0;
  background-size: contain;
}

.slider-row .email-col::before {
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/envelope-solid.svg);
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 7px;
  right: 47px;
  z-index: 0;
  background-size: contain;
}

.slider-row .name-col::before {
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/user-solid.svg);
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  top: 7px;
  right: 47px;
  z-index: 0;
  background-size: contain;
}

.slider-row .text-col {
  padding-bottom: 20px !important;
}

.slider-row .sel-vhc span {
  width: 323px !important;
}

.slider-row select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto !important;
}

.slider-row .wpcf7-not-valid-tip {
  display: none !important;
}

.slider-row .wpcf7-form.invalid .wpcf7-response-output {
  display: inline;
  background-color: #f12c2c;
  border-radius: 5px;
  margin-left: -20px;
}

.slider-row .wpcf7-form.sent .wpcf7-response-output {
  border-radius: 5px;
  display: inline;
  margin-left: 40px;
}

/**** Button Keyframes ****/

.move-btn,
.services-cta .cta-btn {
  animation: btn-effect 1s ease-in-out;
  animation-iteration-count: infinite !important;
  transition: 0.35s ease-in-out;
  text-transform: capitalize !important;
  animation-delay: 2s;
}

@keyframes btn-effect {
  16.65% {
    transform: translateX(8px);
  }

  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}

/****/

.generic-title .title-subtitle {
  font-size: 16px;
  color: #007bda !important;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.generic-title .title {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  text-transform: capitalize;
}

body .generic-title .title_after-title,
.after-title-text {
  font-size: 18px !important;
}

/**** Footer *****/

.footer-section {
  background-color: #141414;
  padding-top: 50px;
  padding-bottom: 0px;
}

.footer-section .f-row-one {
  border-bottom: 2px solid #313030;
  padding-bottom: 20px;
}

.footer-section .footer-logo img {
  width: 35%;
}

.footer-section .footer-text-one {
  padding-right: 80px;
}

.footer-section .social-row {
  cursor: pointer;
  margin-bottom: 0;
}

.footer-section .social-row p {
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
}

.footer-section .social-row:hover p {
  color: #007bda;
}

.footer-section .social-row .box-icon-wrapper {
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.footer-section .ftr-menu {
  margin-bottom: 0;
}

.footer-section .info-box-inner i {
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 6px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  margin-right: 8px;
}

.footer-section .info-box-inner:hover i {
  border-color: #007bda;
  color: #007bda;
}

.footer-section ul#menu-footer-menu {
  column-count: 3;
}

.footer-section .ftr-menu li {
  margin-bottom: 20px;
}

.footer-section .ftr-menu ul.menu li a {
  color: #ffffff;
  position: relative;
  padding-left: 25px;
  transition: color 0.3s ease;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-section .ftr-menu ul.menu li a::before {
  content: "";
  background-image: url("https://linkseo360.com/wp-content/uploads/2025/05/footer-menu-arrow-icon-01.svg");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}

.footer-section .ftr-menu ul.menu li a:hover::before {
  transform: translateY(-50%) rotate(0deg);
}

.footer-section .ftr-menu ul.menu li a:hover {
  color: #007bda;
}

.footer-section .f-row-two {
  padding-top: 15px;
}

.footer-section .f-news {
  margin-bottom: 0;
}

.footer-section .f-news input[type="email"] {
  padding: 15px 20px;
  border: none;
  border-radius: 5px 0 0 5px;
  font-size: 15px;
  outline: none;
  background-color: #ffffff26;
  color: #000000 !important;
}

.footer-section .f-news input[type="submit"] {
  background-color: #007bda !important;
  color: #ffffff !important;
  border: none;
  padding: 0 25px;
  font-weight: 700 !important;
  border-radius: 0 5px 5px 0 !important;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: capitalize !important;
  letter-spacing: 1px;
}

.footer-section .f-news input[type="submit"]:hover {
  background-color: #002b4d;
}

.footer-section .f-news .mc4wp-form-fields p {
  margin: 0;
  padding: 0;
}

.footer-section .generic-title-footer {
  margin-bottom: 15px;
}

.footer-section .generic-title-footer .title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-section .f-info.one {
  margin-bottom: 15px !important;
}

.footer-section .f-info.two {
  margin-bottom: 0px !important;
}

.footer-section .f-info h4.info-box-title {
  font-size: 18px;
  letter-spacing: 1px;
}

.footer-section .copyrighttext a {
  color: #007bda;
}

/* ----------------------------- */
/* 
.jade,
.rit {
  animation: none !important;
}

.jade.wpb_animate_when_almost_visible:not(.wpb_start_animation)
  .info-box-subtitle,
.jade.wpb_animate_when_almost_visible:not(.wpb_start_animation) .info-box-title,
.jade.wpb_animate_when_almost_visible:not(.wpb_start_animation)
  .info-box-inner
  p,
.jade.wpb_animate_when_almost_visible:not(.wpb_start_animation)
  .wd-text-block
  p,
.jade.wpb_animate_when_almost_visible:not(.wpb_start_animation) .title-subtitle,
.jade.wpb_animate_when_almost_visible:not(.wpb_start_animation)
  .generic-title
  .title,
.jade.wpb_animate_when_almost_visible:not(.wpb_start_animation)
  .generic-title
  .title-after_title,
.jade.fadeInUp.wpb_animate_when_almost_visible:not(.wpb_start_animation)
  .wd-blog-element
  article,
.jade.fadeInUp.wpb_animate_when_almost_visible:not(.wpb_start_animation)
  .wd-carousel-item,
.certify-row.jade.fadeInUp.wpb_animate_when_almost_visible:not(
    .wpb_start_animation
  )
  .wd-carousel {
  animation: none;
}

.jade.fadeInUp .info-box-subtitle,
.jade.fadeInUp .info-box-title,
.jade.fadeInUp .info-box-inner,
.jade.fadeInUp p,
.jade.fadeInUp .wd-text-block p,
.jade.fadeInUp .title-subtitle,
.jade.fadeInUp .title,
.jade.fadeInUp .title-after_title,
.jade.fadeInUp .wd-blog-element article,
.jade.fadeInUp .wd-carousel-item,
.certify-row.jade.fadeInUp .wd-carousel {
  -webkit-animation-name: new-ani;
  animation-name: new-ani;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: ease-in-out;
}

.jade.animated .info-box-subtitle,
.jade.animated .title-subtitle,
.jade.animated .title,
.jade.animated .title-after_title,
.jade.animated .wd-blog-element article,
.jade.animated .wd-carousel-item,
.certify-row.jade.animated .wd-carousel {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.jade.animated .info-box-subtitle,
.jade.animated .title-subtitle {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0s;
}

.jade.animated .info-box-title,
.jade.animated .title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-delay: 0.5s;
}

.jade.animated p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.jade.animated .info-box-inner p:nth-child(1),
.jade.animated .title-after_title,
.jade.animated .title-after_title p:nth-child(1),
.jade.animated p:nth-child(1),
.jade.animated .wd-blog-element article:nth-child(1),
.jade.animated .wd-carousel-item:nth-child(1) {
  animation-delay: 1s;
}

.jade.animated .info-box-inner p:nth-child(2),
.jade.animated p:nth-child(2),
.jade.animated .title-after_title p:nth-child(2),
.jade.animated .wd-blog-element article:nth-child(2),
.jade.animated .wd-carousel-item:nth-child(2),
.certify-row.jade.animated .wd-carousel {
  animation-delay: 1.5s;
}

.jade.animated p:nth-child(3),
.jade.fadeInUp .title-after_title:nth-child(3),
.jade.animated .wd-blog-element article:nth-child(3),
.jade.animated .wd-carousel-item:nth-child(3) {
  animation-delay: 2s;
}

.jade.animated p:nth-child(4),
.jade.animated .title-after_title:nth-child(4),
.jade.animated .wd-blog-element article:nth-child(4),
.jade.animated .wd-carousel-item:nth-child(4) {
  animation-delay: 2.5s;
}

.jade.animated p:nth-child(5),
.jade.animated .title-after_title:nth-child(5),
.jade.animated .wd-blog-element article:nth-child(5),
.jade.animated .wd-carousel-item:nth-child(5) {
  animation-delay: 3s;
}

.elementor-element.fadeInUp {
  -webkit-animation-name: new-ani !important;
  animation-name: new-ani !important;
}

@keyframes new-ani {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
 */

/* --- MEGA MENU --- */

.whb-general-header .wd-nav-main li:nth-child(3) {
  z-index: 100;
}

.whb-general-header .wd-dropdown-menu {
  margin-top: 0px !important;
  height: 425px;
  width: 1210px;
  margin-left: -8px !important;
  left: -390px !important;
  overflow: hidden !important;
  /* background-color: #121212; */
  background: linear-gradient(to bottom, rgb(255 248 242 / 0%) 7%, #121212 0%)
    top;
  box-shadow: 0px 24px 132px 1px #000000;
  padding-left: 35px;
  padding-top: 30px;
}

.mega-menu-row {
  height: 140px;
  margin-top: 25px;
}

.whb-general-header .mega-menu-row .mm-title {
  margin-bottom: 15px !important;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 5px;
  transition: 800ms ease-in-out;
  position: relative;
}

/* .whb-general-header .mega-menu-row .mm-title:hover {
  border-color: #007bda;
} */

.whb-general-header .mega-menu-row .mm-title .title {
  color: #fff;
}

.whb-general-header .mega-menu-row .mm-title:hover .title {
  color: #007bda !important;
}

.whb-general-header .mega-menu-row .mm-title::before {
  background: url(https://www.outreachmonkeys.com/wp-content/uploads/2024/10/down-arrow-for-menu-gray.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  top: 25.4px;
  position: absolute;
  content: "";
  left: 5px;
  transition: 500ms ease-in-out;
  background-repeat: no-repeat !important;
}

.whb-general-header .mega-menu-row .mm-title:hover:before {
  background: url(https://www.outreachmonkeys.com/wp-content/uploads/2024/10/down-arrow-for-menu-gray-to-orange.svg);
  animation-name: slide-and-back;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

.whb-general-header .mega-menu-row li {
  margin-bottom: 8px !important;
}

.whb-general-header .mega-menu-row a {
  font-size: 16px !important;
  color: #fff;
}

.whb-general-header .mega-menu-row a:hover {
  color: #007bda;
}

.whb-general-header .mega-menu-row .divider-right {
  min-height: 150px;
  padding: 0px 10px 0;
}

.whb-general-header .mega-menu-row .wd-image {
  margin-bottom: 0 !important;
}

.mega-menu-row .wpb_content_element {
  margin-bottom: 0 !important;
}

.mega-menu-row .current-menu-item a {
  color: #007bda !important;
}

.mega-menu-row .vc_column_container > .vc_column-inner {
  padding: 0 !important;
}

.mega-menu-row li a {
  color: #ffffff;
  position: relative;
  padding-left: 25px;
  transition: color 0.3s ease;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
}

.mega-menu-row li a::before {
  content: "";
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/footer-menu-arrow-icon-01.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s ease;
}

.mega-menu-row li a:hover::before {
  transform: translateY(-50%) rotate(0deg);
}

.mm-title {
  gap: 0 !important;
}

.mm-cta {
  margin-inline: -35px;
  padding-right: 60px;
  padding-left: 40px;
  padding-bottom: 40px;
  background-image: linear-gradient(90deg, #1a9bff 0%, #004880 100%) !important;
}

.mm-cta .mm-btn {
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 20px 45px;
  color: #ffffff;
  background-size: 200% 100%;
  transition: 0.5s;
  border-radius: 60px;
  border: 3px solid #181818 !important;
  background-color: #181818;
  z-index: 99;
  margin-top: 45px;
}

.mm-cta .mm-btn:hover {
  box-shadow: none !important;
  background-color: #181818 !important;
  color: #fff !important;
  border: 2px solid #181818;
}

.mm-cta .mm-btn:after {
  position: absolute;
  content: "";
  height: calc(100% + 22px);
  width: calc(100% + 22px);
  top: -11px;
  left: -13px;
  border-radius: 60px;
  border: 4px solid #181818 !important;
  animation: 1s ease 0s normal none infinite running playbutton !important;
  z-index: 99;
}

@keyframes playbutton {
  0% {
    transform: scale(0.95);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.05);
    opacity: 0;
  }
}

.mm-cta .cta-box {
  margin-bottom: 0 !important;
}

.mm-cta .cta-bo {
  margin-bottom: 0px;
}

.mm-cta .cta-bo .title {
  font-size: 42px;
  line-height: 55px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.1 !important;
  margin-right: -20px;
  margin-bottom: 20px;
  margin-top: 25px;
}

.mm-cta .cta-box .title {
  font-size: 42px;
  line-height: 55px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.1 !important;
  margin-bottom: 20px;
}

.mm-cta .cta-box .title br {
  display: block;
}

.mm-cta .cta-box .info-box-inner {
  margin-top: 0 !important;
}

.mm-cta .cta-box .info-box-inner p {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
}

.mm-div-top {
  margin-inline: 182px !important;
  background-image: linear-gradient(120deg, #1a9bff 0%, #004880 100%);
  left: -7px;
  position: relative;
}

.cta .wd-info-box .title {
  color: #fff;
  font-size: 32px;
  letter-spacing: 1px;
}

.services-cta {
  border-radius: 30px;
  background-image: linear-gradient(120deg, #1a9bff 0%, #004880 100%);
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 100px;
}

.services-cta .servive-title .title {
  color: #fff;
  font-size: 35px;
  line-height: 42px;
  text-transform: capitalize;
}

.services-cta .servive-title {
  margin-bottom: 20px;
}

.services-cta .cta-text {
  font-size: 20px !important;
}

.services-cta .cta-text p {
  margin-bottom: 15px;
}

.services-cta .cta-btn {
  text-transform: capitalize;
  font-size: 18px;
  margin-top: 20px;
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 12px 30px;
  gap: 10px !important;
  background-color: #141414;
}

.services-cta strong.one::before,
.services-cta strong.two::before,
.services-cta strong.three::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/CTA-Tick-Icon-01.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}

.services-cta strong.one {
  padding-right: 10px;
}

.services-cta strong.two {
  padding-right: 10px;
  padding-left: 10px;
}

.services-cta strong.three {
  padding-left: 10px;
}

/* ------------ */

.test-row {
  padding-block: 80px;
  padding-inline: 40px;
}

.test-row .generic-title {
  margin-left: 40px;
  margin-bottom: 60px;
}

.test-row .wd-text-block {
  margin-bottom: 0;
  padding-inline: 80px;
}

.test-row .testimonial-rating,
.testimonial-content footer > span:before {
  display: none !important ;
}

.test-row .testimonial-inner {
  min-width: 850px;
  padding: 110px 60px 60px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
}

.test-row .testimonial-inner::after {
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/testimonial-stars-blue.svg);
  width: 120px;
  height: 23px;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: 65px;
  top: 65px;
}

.test-row .testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  font-size: 24px;
  gap: 24px;
}

.test-row .testimonial::before {
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/hoow-qoutes-new-2.svg);
  width: 130px;
  height: 130px;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  right: 55px;
  top: 25px;
  opacity: 0.3;
  z-index: -1;
}

.test-row .testimonial-inner footer {
  display: flex;
  flex-direction: column;
  color: #007bda;
  font-size: 22px !important;
  margin-top: 0 !important;
}

.test-row .testimonial-inner footer span {
  color: #fff;
  font-size: 18px !important;
}

.test-row .wd-btn-arrow.wd-next {
  transform: translateX(-15px) !important;
}

.color-col .vc_column-inner {
  background-color: #007bda;
  padding: 50px;
  border-radius: 25px;
  color: #fff;
}

.color-col {
  padding-inline: 50px !important;
}

.color-col .wd-text-block {
  padding-inline: 0px !important;
  font-size: 18px;
}

.first-counter {
  text-align: left;
  transform: translateX(170px) !important;
  margin-bottom: 100px;
}

.first-counter .counter-label {
  margin-top: 5px !important;
}

.color-col .counter-label,
.color-col .counter-value {
  color: #fff !important;
}

.first-counter .counter-value {
  font-size: 26px !important;
}

.first-counter .counter-value:first-letter {
  margin-right: 10px;
}

.first-counter .counter-value:before {
  content: ",";
  left: 15px;
  position: absolute;
}

.first-counter .counter-value::after {
  content: "+";
  padding-left: 5px;
}

.second-counter {
  text-align: left;
  margin-bottom: 10px;
  font-family: "Bai Jamjuree", Arial, Helvetica, sans-serif !important;
}

.second-counter .counter-value {
  font-size: 74px !important;
  letter-spacing: 13px;
  position: relative;
}

.second-counter .counter-value::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 20px;
  top: 56px;
  left: 48px;
}

.color-col::before {
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/testimonial-boxes-new.png);
  width: 135px;
  height: 64px;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: 115px;
  top: 46px;
}

.color-col::after {
  position: absolute;
  content: "";
  width: 310px;
  height: 1px;
  background-color: #ffffff59;
  border-radius: 20px;
  top: 156px;
  left: 94px;
}

.test-row .wd-next .wd-arrow-inner:after {
  content: "";
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/great-then-arrow.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center center;
  background-color: #007bda;
  border-radius: 60px;
}

.test-row .wd-prev .wd-arrow-inner:after {
  content: "\f114";
  content: "";
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/great-then-arrow.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center center;
  transform: scaleX(-1);
  left: 11px;
  background-color: #007bda;
  border-radius: 60px;
}

/* -------------- */

.feat-row {
  padding-top: 60px;
  padding-inline: 75px;
}

.feat-row .wd-info-box {
  background-color: #0f0f0f;
  padding: 40px;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}

.feat-row .wd-info-box:hover {
  cursor: pointer;
  transform: translateY(-10px);
  background-color: #007bd0;
}

.feat-row .info-box-title {
  color: #fff;
  font-size: 24px !important;
  padding-bottom: 25px;
  margin-bottom: 25px !important;
  border-bottom: 1px solid #ffffff12;
}

.feat-row .info-box-inner {
  margin-right: -50px !important;
  line-height: 30px;
  font-size: 18px !important;
}

.feat-row ul {
  list-style: none;
  padding-left: 0px !important;
  margin-bottom: 0 !important;
}

.feat-row li {
  margin-bottom: 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 36px;
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/circle-tick.svg);
  background-position: 1px center;
  background-position: 1px 5px;
  font-size: 18px;
}

.feat-row .box-icon-wrapper {
  position: relative;
}

.feat-row .box-icon-wrapper:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 80px;
  background-color: #fff;
  top: 8px;
  left: 8px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}

.feat-row .wd-info-box:hover .box-icon-wrapper:before {
  width: 60px;
  height: 60px;
  top: -20px;
  left: -20px;
}

/* --------------- */

.ser-btn {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: #007bda;
  padding: 15px 70px 15px 50px;
  border-radius: 50px;
  transition: 0.35s ease-in-out;
  text-transform: capitalize !important;
}

.ser-btn:hover {
  animation: btn-effect 1s ease-in-out;
}

.ser-btn::before {
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/Button-arrow-white.svg);
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  background-size: contain;
  right: 45px;
  top: 23px;
  transition: 0.35s ease-in-out;
}

.ser-btn:hover:before {
  filter: invert(1);
}

/* --------------- */

.pricing-section {
  padding-top: 100px;
  padding-bottom: 0px;
}

.pricing-section .wd-text-block {
  transform: translateY(24px);
}

.pricing-text p {
  font-size: 18px;
}

.pricing-section .price-info {
  background-color: #141414;
  padding: 40px;
  border-radius: 40px;
  cursor: pointer;
}

.pricing-section .price-info.two {
  background-color: #007bda;
}

.pricing-section .price-info.two span.wd-plan-title.title {
  color: #ffffff;
}

.pricing-section .price-info.two .wd-plan-title::after {
  color: #ffffff;
}

.pricing-section .price-info.two span.wd-price-suffix {
  color: #ffffff;
}

.pricing-section .price-info.two .wd-plan-feature {
  color: #ffffff;
}

.pricing-section .price-info.two a.button.price-plan-btn {
  background-color: #e5f4ff;
  color: #000e1a;
}

.pricing-section .price-info.two span.wd-price-currency,
.pricing-section .price-info.two span.wd-price-value {
  color: #ffffff;
}

.pricing-section .wd-price-table:hover .wd-plan-inner {
  box-shadow: none !important;
}

.pricing-section .wd-price-table:hover {
  transform: translate3d(0, 0px, 0) !important;
}

.pricing-section .price-info .wd-plan-inner {
  background-color: #ff000000 !important;
}

.pricing-section .price-info .wd-plan-name,
.pricing-section .price-info .wd-plan-price,
.pricing-section .price-info .wd-plan-features {
  text-align: left;
}

.pricing-section .price-info span.wd-plan-title.title {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 1px;
}

.pricing-section .price-info .wd-plan-price {
  display: flex;
}

.pricing-section .price-info span.wd-price-currency {
  vertical-align: middle;
  font-size: 60px;
  font-weight: bold;
}

.pricing-section .price-info span.wd-price-value {
  font-size: 60px !important;
}

.pricing-section .price-info span.wd-price-suffix {
  display: block;
  margin-top: 30px;
  color: #ffffff;
  font-size: 20px;
  vertical-align: bottom;
  margin-left: 10px;
}

.pricing-section .price-info a.button.price-plan-btn {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px 30px 15px 30px;
  width: 100%;
}

.pricing-section .price-info a.button.price-plan-btn:hover {
  color: #000e1a;
  background-color: #e5f4ff;
}

.pricing-section .price-info .wd-plan-title::after {
  content: "Our popular plan for small teams.";
  display: block;
  font-size: 18px;
  color: #ffffff;
  margin-top: 15px;
}

.pricing-section .price-info.one .wd-plan-title::after {
  content: "0-1000 monthly traffic";
}

.pricing-section .price-info.two .wd-plan-title::after {
  content: "0-5k monthly traffic";
}

.pricing-section .price-info.three .wd-plan-title::after {
  content: "100-10k monthly traffic";
}

.pricing-section .price-info.four .wd-plan-title::after {
  content: "500-20k monthly traffic";
}

.pricing-section .price-info.five .wd-plan-title::after {
  content: "1k-30k monthly traffic";
}

.pricing-section .price-info.six .wd-plan-title::after {
  content: "1k-60k monthly traffic";
}

.pricing-section .price-info .wd-plan-feature {
  display: flex;
  align-items: center;
  gap: 10px; /* space between icon and text */
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.pricing-section .price-info .wd-plan-feature::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("https://linkseo360.com/wp-content/uploads/2025/05/pricing-bullet-icon-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.pricing-section .price-info.two .wd-plan-feature::before {
  background-image: url("https://linkseo360.com/wp-content/uploads/2025/05/pricing-bullet-icon-05.svg");
}

.pricing-section .price-info .wd-price-table .wd-plan-inner,
.pricing-section .price-info .wd-price-table .wd-plan-features {
  border: 0px;
}

.pricing-section .price-info .wd-plan-price,
.pricing-section .price-info .wd-plan-features,
.pricing-section .price-info .wd-plan-inner {
  border: 0 !important;
}

.pricing-section .pricing-tables.main-price {
  padding-left: 80px;
  padding-right: 80px;
}

.pricing-section .ppb-info h4.info-box-title {
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
}

.pricing-section.two .pricing-tables.main-price {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-section.two .price-info {
  padding: 20px 10px;
}

.pricing-section.two .price-info .wd-plan-feature {
  margin-bottom: 0;
}

.pricing-section.two .wd-price-table .wd-plan-name {
  padding: 15px 20px;
}

.pricing-section.two .wd-price-table .wd-plan-footer {
  padding: 20px 25px;
}

.pricing-section.three .pricing-tables.main-price {
  padding-left: 0px;
  padding-right: 0px;
}

.pricing-section.three .wd-nested-carousel {
  padding-inline: 80px !important;
}

/* --------------- */

/* MOBILE PING BTN */

.btn-it a {
  background-color: #007bda !important;
  box-shadow: none;
  border: 2px solid #007bda !important;
  color: #ffffff !important;
  border-radius: 5px;
  padding: 12px 20px 10px !important;
  letter-spacing: 1px;
  width: 110px;
  display: flex !important;
  justify-content: center;
  margin-inline: 70px;
  margin-top: 20px;
}

.btn-it a:after {
  position: absolute;
  content: "";
  height: calc(100% + 18px);
  width: calc(100% + 18px);
  top: -9px;
  left: -9px;
  border-radius: 5px;
  border: 4px solid #007bda !important;
  animation: 1s ease 0s normal none infinite running playbutton;
  z-index: 99;
}

/* ------------------ */

.pum-theme-666,
.pum-theme-default-theme {
  background-color: #000000b5 !important;
}

.pum-theme-666 .pum-container,
.pum-theme-default-theme .pum-container {
  padding-block: 0 !important;
  background-color: transparent !important;
  box-shadow: none;
}

.pop-form {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pop-form .wpb_column.col-a {
  padding-right: 50px !important;
}

.pop-form .col-b {
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 74%);
  padding: 0px 15px !important;
  padding-top: 40px !important;
  background-color: #007bda;
}

.pop-form .col-b h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  color: #000000c4;
  text-align: center;
}

.pop-form .vc_col-sm-12 h4 {
  text-align: center;
  font-weight: 500;
  color: #ffffff;
}

.pop-form .col-a .generic-title h3 {
  font-size: 26px;
  color: #000000;
}

.pop-form .col-b .vc_column-inner {
  padding: 0 !important;
}

.pop-form .col-b .contact-form .vc_col-sm-12 {
  padding: 0;
}

.pop-form .col-b input {
  height: 56px;
  padding: 0 25px 0 25px;
  border: 1px solid rgb(0 0 0 / 13%);
  border-radius: 5px;
  background-color: #f5f7fa;
  color: #788094;
  font-size: 16px;
}

.pop-form .col-b textarea {
  min-height: 110px;
  padding: 15px 25px 0 25px;
  border: 1px solid rgb(0 0 0 / 13%);
  border-radius: 5px;
  background-color: #f5f7fa;
  color: #788094;
  font-size: 16px;
}

.pop-form .col-b .wpcf7-submit {
  background-color: #141414 !important;
  font-size: 16px;
  text-transform: capitalize !important;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 35px;
  height: 45px;
  transition: 500ms ease-in-out;
  margin-bottom: 20px;
  box-shadow: none !important;
}

.pop-form .col-b .wpcf7-submit:hover {
  box-shadow: none !important;
  background-color: #1c1c1c;
}

.pop-form .submit-button {
  display: flex;
  justify-content: center;
}

.pop-form .col-b .s-btn p {
  margin-bottom: 0;
}

.pop-form .contact-page-info .info-box-inner {
  margin-top: 0 !important;
}

.pop-form .contact-page-info h4 {
  font-size: 20px;
  color: #000000;
}

.pop-form .contact-page-info {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.16);
  padding: 15px;
  border-radius: 20px;
}

.pop-form .contact-page-info .info-box-icon {
  border-radius: 8px !important;
}

.pop-form .social-media-icons {
  cursor: pointer;
}

/* --- */

.wd-page-title {
  border-radius: 25px;
  padding-block: 100px !important;
  z-index: 10;
  margin: 0 auto;
  max-width: 1575px;
}

.wd-page-title::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #007bdac7;
  z-index: 0;
  border-radius: 25px;
}

.wd-page-title .container {
  z-index: 20;
  position: relative;
}

html body .qualty-backlink-section .col-a .vc_column-inner:before {
  background-image: url(https://linkseo360.com/wp-content/uploads/2025/05/best-agency-new-4.svg) !important;
}

@keyframes slide-and-back {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(30px);
  }

  100% {
    transform: translateX(0px);
  }
}

@media only screen and (max-width: 767px) {
  .wd-content-layout {
    padding-bottom: 0px;
  }

  body .wd-page-title {
    border-radius: 0px !important;
    padding-block: 50px !important;
  }

  .wd-page-title::before {
    border-radius: 0px !important;
  }

  .generic-title .title {
    font-size: 30px !important;
    line-height: 1.2 !important;
  }

  .generic-title .title-subtitle {
    margin-bottom: 6px !important;
    font-size: 16px !important;
  }

  .wpb_raw_html {
    margin: 0 I !important;
  }

  /* --------- */

  .link-row-one {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
  }

  .service-row {
    border-radius: 0px !important;
    padding-top: 30px !important;
    padding-inline: 0px !important;
    padding-bottom: 0px !important;
  }

  .service-row .data-box {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
  }

  body .service-row .data-box .title {
    font-size: 22px !important;
    line-height: 1.2 !important;
    margin-left: 30px !important;
    margin-top: -101px !important;
  }

  .service-row .data-box .info-box-subtitle {
    top: -69px !important;
  }

  .service-row .data-box .info-box-inner {
    padding-left: 0px !important;
    padding-right: 0 !important;
    margin-left: -180px !important;
  }

  .service-row .data-box {
    padding-block: 30px !important;
  }

  body .cta {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    padding-left: 7px !important;
    margin-top: 0 !important;
    margin-left: -15px !important;
    border-radius: 0 !important;
    height: auto !important;
  }

  .cta img {
    width: 50% !important;
    top: -90px !important;
    position: absolute !important;
    right: 20px !important;
  }

  .cta .vc_col-sm-6.left {
    width: 100% !important;
  }

  .cta .right.vc_col-sm-6 {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .cta .title-wrapper {
    margin-right: 40px !important;
  }

  .cta .title-wrapper {
    text-align: center !important;
  }

  .cta .left .title-wrapper {
    padding-bottom: 30px !important;
  }

  .cta .left .title-wrapper:after {
    width: 120px !important;
    height: 1px !important;
    right: 141px !important;
    top: 118px !important;
  }

  .link-row-three {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
  }

  .link-row-three .wd-images-gallery {
    margin-top: 30px;
  }

  .link-row-three .col-b .vc_column-inner:after {
    left: -5px !important;
    top: 0px !important;
  }

  .faq-section {
    z-index: 1;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .faq-section .col-a {
    padding-left: 0px !important;
    padding-bottom: 10px;
  }

  .faq-section .col-b {
    padding-right: 0px !important;
  }

  .faq-section .wd-accordion-title {
    padding-block: 0px !important;
  }

  body .faq-section .wd-accordion-title-text {
    font-size: 20px !important;
  }

  .faq-section .wd-accordion-content {
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .link-row {
    position: relative;
    padding-block: 0px !important;
  }

  .link-row .col-a .vc_column-inner {
    padding: 30px 20px 30px !important;
    border-radius: 0px !important;
  }

  .link-row .col-b {
    padding-top: 12.5px;
  }

  .link-row ul {
    column-count: 1 !important;
  }

  .stand-row {
    padding-top: 0px !important;
    padding-inline: 0px !important;
    padding-bottom: 0px !important;
  }

  .stand-row .wd-info-box {
    margin-bottom: 30px !important;
  }

  body #number-row {
    padding-inline: 0px !important;
    padding-top: 20px !important;
  }

  #number-row .title-wrapper {
    margin-bottom: 0px !important;
  }

  #number-row .vc_col-sm-6 {
    padding-block: 10px !important;
  }

  #number-row .wd-text-block {
    margin-top: -5px;
    margin-bottom: 10px;
  }

  .color-col .vc_column-inner {
    padding: 30px 15px !important;
    border-radius: 0px !important;
    margin-top: 20px !important;
  }

  .color-col .wd-info-box {
    margin-bottom: 20px !important;
  }

  .color-col .info-box-inner {
    margin-left: -80px;
  }

  #number-row .box-icon-wrapper {
    margin-top: 10px !important;
  }

  #number-row .wd-image {
    margin-bottom: 0 !important;
  }

  /* ------------- */

  .test-row {
    padding-block: 30px;
    padding-inline: 0px;
  }

  .test-row .generic-title {
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .test-row .wd-text-block {
    margin-bottom: 0;
    padding-inline: 0px;
    text-align: center;
  }

  .color-col {
    padding-inline: 0px !important;
  }

  .color-col::after {
    top: 127px;
    left: 40px;
    width: 80%;
  }

  .color-col::before {
    left: 45px;
  }

  .first-counter {
    margin-bottom: 40px;
    transform: translateX(190px) !important;
  }

  .second-counter .counter-value {
    text-align: center;
  }

  .second-counter .counter-value::before {
    left: 168px !important;
  }

  .test-row .testimonial-inner {
    min-width: auto;
    padding: 50px 20px 20px 20px;
    margin-top: 30px !important;
    margin-inline: 30px;
  }

  .test-row .testimonial-inner::after {
    left: 50px;
    top: 50px;
  }

  .test-row .testimonial-content {
    font-size: 18px;
  }

  .test-row .testimonial::before {
    width: 50px;
    height: 50px;
    right: 45px;
    top: 35px;
  }

  /* ------------- */

  .feat-row {
    padding-top: 20px;
    padding-inline: 0px;
  }

  .feat-row .vc_col-sm-4 {
    padding-bottom: 6px !important;
  }

  .feat-row .wd-button-wrapper {
    text-align: center;
    margin-top: -10px;
  }

  .feat-row .title-wrapper {
    margin-bottom: 0;
  }

  .feat-row .wd-info-box {
    margin-bottom: 0;
  }

  /* -------------- */

  .ser-btn {
    font-size: 16px;
    padding: 9px 50px 8px 30px;
  }

  .ser-btn::before {
    right: 25px;
    top: 15px;
  }

  /* -------------- */

  .footer-section {
    padding-top: 12px;
  }

  .footer-section .footer-logo {
    text-align: center !important;
  }

  .footer-section .footer-logo img {
    width: 75%;
  }

  .footer-section .footer-text-one {
    padding-right: 0px;
  }

  /* .footer-section .social-row {
    display: none;
  } */

  .footer-section ul#menu-footer-menu {
    column-count: 2;
  }

  .footer-section .f-row-one {
    padding-bottom: 0px;
  }

  .f-news .mc4wp-form-fields {
    display: flex;
  }

  .footer-section .f-news input[type="email"] {
    min-width: 170%;
  }

  .footer-section .f-news input[type="submit"] {
    margin-left: 50px;
  }

  .footer-section .wd-images-gallery,
  .footer-section .gallery-col {
    display: none !important;
  }

  .f-row-three .vc_column_container {
    padding-block: 0 !important;
  }

  .f-row-one .inline-element {
    display: block !important;
    margin-bottom: 15px;
  }

  .footer-section .vc_col-sm-7 {
    display: none !important;
  }
}
