/* Generated by less 3.11.1 */
@import url(../fonts/css/all.min.css);
@import url(../fonts/stylesheet.css);
/*Reset css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0px;
  padding: 0px;
}
button:focus {
  outline: none !important;
  border: none;
}
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Outfit";
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #000000;
  overflow-x: hidden;
}
.bottom-gradient-line {
  position: inherit !important;
  width: 500px !important;
  height: 70px;
  margin: 0 auto;
  transform: rotate(90deg);
  /* translate: -50%; */
  z-index: 1; /* make sure it's on top of background but behind content */
  pointer-events: none; /* so it doesn’t block clicks */
  background: linear-gradient(198deg, #0df 15.42%, #0053ff 61.47%);
  filter: blur(140px);
  flex-shrink: 0;
  /* transform: translateX(50%); */
  z-index: 0;
}
.right-highlighter {
  position: absolute;
  max-width: 150px;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  transform: rotate(90deg);
  right: -200px;
  top: 0px;
  z-index: 1; /* make sure it's on top of background but behind content */
  pointer-events: none; /* so it doesn’t block clicks */
  background: linear-gradient(198deg, #0df 15.42%, #0053ff 61.47%);
  filter: blur(230px);
  flex-shrink: 0;
}

.width-class {
  overflow: hidden;
  position: unset !important;
}

footer {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header-btn {
    display: none;
  }
  .width-class {
    display: none !important;
  }
}
p {
  color: #000;
  font-size: 16px;
}
a,
button {
  transition: all ease 0.3s;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1280px !important;
}
a:hover,
button:hover {
  text-decoration: none;
}
.container {
  max-width: 1440px;
}
h2 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 15px;
  font-family: "Space Grotesk";
}
.btn-started {
  font-weight: 300;
  font-family: "Outfit";
  font-size: 18px;
  color: #ffffff;
  background-color: #0053ff;
  border-radius: 10px;
  padding: 4px 30px;
  border: none;
  min-height: 50px;
}
.btn-started:hover {
  background-color: rgba(0, 221, 255, 1);
  color: rgba(17, 17, 17, 1);
}
.a-button:hover {
  text-decoration: none;
}
.a-button {
  text-decoration: none;
}

header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  padding: 16px 0px;
  z-index: 1030;
  transition: all ease 0.3s;
  border-bottom: 0.5px solid #ffffff33;
  z-index: 99;
}

header .logo {
  transition: all ease 0.3s;
}
header .logo:hover {
  transform: scale(0.9) !important;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav > ul {
  display: flex;
  list-style: none;
}
header nav > ul > li {
  position: relative;
  padding: 8px 0px;
}
header nav > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  transition: transform 0.6s ease, color 0.3s ease, text-decoration 0.3s ease;
  padding: 0px 30px;
}
header nav > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
header nav > ul > li .mega-menu {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  box-shadow: 0px 3px 18px #0000000d;
  background: #fff;
  display: none;
  width: 700px;
  margin: 0 auto;
  padding: 15px;
}
header nav > ul > li .mega-menu .main-link {
  font-family: "Space Grotesk";
  font-weight: bolder;
  color: #000;
  display: block;
  font-size: 20px;
}
header nav > ul > li .mega-menu .submenu {
  margin-top: 10px;
}
header nav > ul > li .mega-menu .submenu li {
  padding: 10px 0px;
}
header nav > ul > li .mega-menu .submenu li a {
  font-weight: 400;
  color: #000;
  opacity: 0.6;
  text-transform: capitalize;
}
header nav > ul > li .mega-menu .submenu li a:hover {
  padding-left: 5px;
  color: #2c99ae;
  opacity: 1;
}
header nav > ul > li .mega-menu .clm {
  width: calc(100% / 3 - 5px);
  margin: 0px 10px;
}
header nav > ul > li:hover .mega-menu {
  display: flex;
}

header.inner-header,
header.fixed-header {
  background: #111111;
  backdrop-filter: blur(7px);
}
.banner-section {
  background: #f1fcfb;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
}
.banner-section .sp-sm {
  background: #f8dad0;
  width: 200px;
  margin-bottom: 15px;
  height: 3px;
}
.banner-section h1 {
  font-weight: 900;
  font-size: 90px;
  max-width: 1015px;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-top: 0px;
  margin-bottom: 0px;
}
.banner-section img {
  margin-top: -100px;
  max-width: 300px;
  animation-name: spin;
  animation-duration: 18000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  bottom: 70px;
}
.spin-animation {
  animation-name: spin;
  animation-duration: 18000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.outline-heading {
  position: relative;
  margin-bottom: 60px;
}
.outline-heading .outline-h {
  font-size: 100px;
  font-weight: 900;
  -webkit-text-stroke: 1px #e3b3a3;
  line-height: 58px;
  font-family: "DunbarTall Ultra";
  color: transparent;
}
.outline-heading h2 {
  font-size: 52px;
  font-weight: 900;
  position: relative;
  z-index: 2;
}
.services-section {
  padding: 100px 0px;
}
.services-section .service-block a {
  position: relative;
  background: #80ddd7;
  padding: 0px 20px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  color: #000;
}
.services-section .service-block a .count-number {
  font-size: 50px;
  text-transform: uppercase;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-stroke-color: #fefefe;
  -webkit-text-stroke-color: #0e0d0d;
  -moz-text-stroke-width: 0.025em;
  -webkit-text-stroke-width: 0.5px;
  position: absolute;
  top: -30px;
  right: -15px;
  font-family: "DunbarTall Ultra";
  font-weight: bold;
}
.services-section .service-block a img {
  margin-bottom: 15px;
  transition: all ease 0.4s;
}
.services-section .service-block a h3 {
  font-weight: bolder;
  font-size: 40px;
  margin: 0px 0px 15px 0px;
  color: #000;
}
.services-section .service-block a p {
  max-width: 300px;
  color: #000;
  font-weight: 400;
}
.services-section .service-block a:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.services-section .service-block a:hover img {
  transform: scale(1.1);
}
.services-section .service-block.postID_44 a {
  background: #f8dad0;
}
.guide-cta {
  padding: 100px 0px;
  overflow: hidden;
  position: relative;
}
.guide-cta:after {
  content: "";
  position: absolute;
  background: #f1fcfb;
  top: 0;
  width: 200%;
  border-radius: 50%;
  height: 100%;
  left: -50%;
  z-index: -1;
}
.guide-cta .spin-animation {
  position: absolute;
  right: -80px;
  top: -20px;
  max-width: 280px;
}
.guide-cta .sp-sm {
  background: #f8dad0;
  width: 200px;
  margin-bottom: 15px;
  height: 3px;
}
.guide-cta p {
  line-height: 24px;
}
.guide-cta h2 {
  color: #000;
  font-weight: bolder;
  font-size: 42px;
  margin-bottom: 15px;
}
.guide-cta a {
  color: #2c99ae;
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
}
.guide-cta a i {
  padding-left: 8px;
}
.guide-cta a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0d5676;
  height: 3px;
  width: 0;
  transition: all ease 0.3s;
}
.guide-cta a:hover {
  color: #0d5676;
}
.guide-cta a:hover:after {
  width: 100%;
}
.guide-cta a:hover i {
  padding-left: 10px;
}
.sp-sm {
  background: #f8dad0;
  width: 200px;
  margin-bottom: 15px;
  height: 3px;
}
.why-choose-us {
  margin: 100px 0px;
  position: relative;
  padding: 60px 0px 80px 0px;
}
.why-choose-us .row {
  align-items: center;
}
.why-choose-us .row p {
  line-height: 26px;
  font-weight: 500;
}
.why-choose-us .why-img {
  max-width: 380px;
  margin: 0 auto;
  display: block;
  animation: nudge 3s ease infinite alternate;
}
@keyframes nudge {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 10px);
  }
  80% {
    transform: translate(-10px, 15px);
  }
}
.why-choose-us:after {
  content: "";
  position: absolute;
  top: 30px;
  background: #f1fcfb;
  right: 0;
  width: 80%;
  height: 76%;
  z-index: -1;
}
.counter-section {
  padding: 80px 0px;
  background: #0d5676;
  position: relative;
}
.counter-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/counts-bg.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.counter-section .container {
  position: relative;
  z-index: 3;
}
.counter-section .circle-wrapper {
  text-align: center;
}
.counter-section .circle-wrapper h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  color: #fff;
}
.counter-section .circle-wrap {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
}
.counter-section .circle-wrap:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: #fff solid 1px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.counter-section .circle-wrap .circle .mask,
.counter-section .circle-wrap .circle .fill {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}
.counter-section .circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 74px);
}
.counter-section .circle-wrap .circle .mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
  border: #fff solid 2px;
}
.counter-section .circle-wrap.firstPercentage .circle .mask.full,
.counter-section .circle-wrap.firstPercentage .circle .fill {
  animation: firstPercentage ease-in-out 3s forwards;
}
.counter-section .circle-wrap.secondPercentage .circle .mask.full,
.counter-section .circle-wrap.secondPercentage .circle .fill {
  animation: secondPercentage ease-in-out 3s forwards;
}
.counter-section .circle-wrap.thirdPercentage .circle .mask.full,
.counter-section .circle-wrap.thirdPercentage .circle .fill {
  animation: thirdPercentage ease-in-out 3s forwards;
}
.counter-section .circle-wrap.fourPercentage .circle .mask.full,
.counter-section .circle-wrap.fourPercentage .circle .fill {
  animation: thirdPercentage ease-in-out 3s forwards;
}
.counter-section .circle-wrap .inside-circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 1;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #fff;
}
@keyframes firstPercentage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(173deg);
  }
}
@keyframes secondPercentage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes thirdPercentage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes fourPercentage {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(145deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.testimonial {
  margin: 80px 0px;
  position: relative;
}
.testimonial:after {
  content: "";
  position: absolute;
  top: 0;
  background: #f1fcfb;
  right: 0;
  width: 80%;
  height: 95%;
  z-index: -1;
}
.testimonial .owl-carousel {
  background: url(../images/qoute.png) no-repeat 0px 45px;
}
.testimonial .owl-dots {
  position: absolute;
  bottom: 55px;
  display: flex;
  align-items: center;
}
.testimonial .owl-dots button {
  background: #e0e0e0;
  width: 30px;
  height: 4px;
  margin: 0px 6px;
}
.testimonial .owl-dots button.active {
  background: #0d5676;
}
.testimonial .owl-nav {
  display: none;
}
.testimonial .slider-clm {
  padding: 80px 0px 120px 0px;
}
.testimonial .slider-clm p {
  line-height: 26px;
  font-size: 18px;
  max-width: 90%;
}
.testimonial .slider-clm .client-info {
  background: #0c5776;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0px;
  padding: 20px 40px;
}
.testimonial .slider-clm .client-info h4 {
  font-family: "DunbarTall Ultra";
  font-size: 20px;
}
.testimonial .slider-clm .client-info h5 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 6px;
  color: #bcfefd;
}
.blue-btn {
  background: #2c99ae;
  padding: 16px 50px;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}
.blue-btn:hover {
  background: #0d5676;
  color: #fff;
}
.cta-section {
  background: url(../images/cta-bg.png) no-repeat center center;
  background-size: cover;
}
.cta-section .container {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.cta-section .container .outline-heading .outline-h {
  font-size: 70px;
  line-height: 33px;
}
.cta-section .container .outline-heading h2 {
  font-size: 58px;
}
.contact-section {
  position: relative;
}
.contact-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(50% - 15px);
  background: #bcfefd;
  opacity: 0.2;
}
.contact-section .container {
  position: relative;
  z-index: 3;
}
.contact-section .say-hello {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact-section .say-hello h2 {
  color: #2c99ae;
}
.contact-section .say-hello p {
  max-width: 200px;
}
.contact-section .wpforms-field-container .wpforms-field-label {
  color: #2c99ae;
}
.contact-section .wpforms-field-container .wpforms-field-large {
  border: none !important;
  border-bottom: #f3f3f3 solid 2px !important;
  height: 25px !important;
  padding-left: 0 !important;
}
.contact-section .wpforms-field-container .wpforms-field-medium {
  border: none !important;
  border-bottom: #f3f3f3 solid 2px !important;
  height: 120px !important;
  padding-left: 0 !important;
}
.contact-section .wpforms-submit-container .wpforms-submit {
  background: #2c99ae !important;
  padding: 16px 50px !important;
  border: none !important;
  outline: none !important;
  color: #fff !important;
  text-transform: uppercase !important;
  display: inline-block !important;
}
.contact-section .wpforms-submit-container .wpforms-submit:hover {
  background: #0d5676 !important;
}
.contact-page {
  margin-top: 67px;
}
.contact-page .contact-clm {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer {
  padding-top: 60px;
  background-color: rgba(17, 17, 17, 1) !important;
  border-top: 0.5px solid rgba(255, 255, 255, 0.2);
  z-index: 99;
}
footer .container {
  position: relative;
  z-index: 3;
}
footer .consult-input {
  margin-left: 0px !important;
  width: 100%;
}

footer .ft-logo {
  margin-bottom: 40px;
}
footer h4 {
  font-size: 14px;
  color: #ffffff66;
}
footer .ft-menu > li {
  margin: 15px 0px;
}
footer .ft-menu > li > a {
  color: #ffffff66;
  font-size: 16px;
  font-weight: 400;
  display: block;
  font-family: "Outfit";
}
footer .ft-menu > li > a:hover {
  cursor: pointer;
}
footer .ft-menu > li ul {
  padding-left: 10px;
  margin-top: 10px;
  font-family: "Outfit";
}
footer .ft-menu > li ul li a {
  color: #ffffff66;
  font-size: 14px;
  padding: 6px 0px;
  display: inline-block;
  font-family: "Outfit";
}
footer .ft-menu > li ul li a:hover {
  color: #2c99ae;
  padding-left: 8px;
}
footer .copyright {
  border-top: 1px solid #ffffff33;
  padding: 20px 0px 20px;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .copyright .copy-text {
  color: #ffffff66;
  font-size: 12px;
  font-weight: 300;
}
footer .copyright .copy-text .white-copy-right {
  color: #ffffff;
}
footer .social-icons {
  display: flex;
  justify-content: flex-end;
}

footer .social-icons li a {
  margin-right: 5px;
}
.hover {
  display: none;
}
footer .footer-heading {
  max-width: 312px;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  font-family: "Menseal";
  margin-bottom: 15px;
  margin-top: 30px;
}
footer .footer-details {
  max-width: 200px;
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 300;
  font-family: "Outfit";
}
footer .social-icons li a:hover .hover {
  display: unset;
}
footer .social-icons li a:hover .normal {
  display: none;
}
.service-banner {
  margin-top: 66px;
  padding: 80px 0px;
}
.service-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-banner .container h1 {
  font-size: 62px;
  font-weight: bolder;
  font-family: "DunbarTall Ultra";
  margin: 0;
  padding-bottom: 15px;
}

.service-banner p {
  font-size: 20px;
  line-height: normal;
}

#navigation-menu {
  position: sticky;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 0px 3px 18px #0000000d;
  padding: 0px 0px;
  width: 100%;
  z-index: 1041;
}
#navigation-menu ul {
  display: flex;
  justify-content: center;
  padding: 10px 0px 8px;
}
#navigation-menu ul li a {
  font-size: 20px;
  font-weight: 500;
  padding: 6px 0px;
  color: #000;
  position: relative;
  display: inline-block;
  margin: 0px 15px;
}
#navigation-menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 4px;
  background: #f8dad0;
  transition: all ease 0.3s;
}
#navigation-menu ul li a:hover {
  color: #0d5676;
}
#navigation-menu ul li a.mPS2id-highlight {
  color: #0d5676;
}
#navigation-menu ul li a.mPS2id-highlight:before {
  width: 40px;
}
.single-sercice .service-row {
  padding: 50px 0px;
}
.single-sercice .service-row .row {
  justify-content: space-between;
}

.single-sercice .service-row .row .col-lg-3 img {
  max-height: 220px;
  display: block;
  margin-left: auto;
  margin: auto;
}

.single-sercice .service-row p {
  line-height: 26px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 32px;
}

.single-sercice .service-row h2 {
  color: #0d5676;
}

.single-sercice .service-row ul {
  margin: 15px 0px;
  padding: 0px 0px;
  display: flex;
  flex-wrap: wrap;
}
.single-sercice .service-row ul li {
  width: calc(100% / 2 - 40px);
  padding: 5px 0px;
  list-style: disc;
  margin: 0px 20px;
  font-size: 20px;
  line-height: normal;
}

.single-sercice .service-row h4 {
  font-size: 20px;
  line-height: normal;
}

.menu-icon,
.open-sb-menu {
  display: none;
}

.explore-more {
  margin-bottom: 60px;
}

.explore-more .row {
  justify-content: center;
}

.explore-more .row .hide_post {
  display: none;
}

.explore-more .service-block a {
  position: relative;
  background: #80ddd7;
  padding: 0px 20px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  color: #000;
}

.explore-more .service-block a .count-number {
  font-size: 50px;
  text-transform: uppercase;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-stroke-color: #fefefe;
  -webkit-text-stroke-color: #0e0d0d;
  -moz-text-stroke-width: 0.025em;
  -webkit-text-stroke-width: 0.5px;
  position: absolute;
  top: -30px;
  right: -15px;
  font-family: "DunbarTall Ultra";
  font-weight: bold;
}

.explore-more .service-block a img {
  margin-bottom: 15px;
  transition: all ease 0.4s;
}

.about-banner-container {
  max-width: 1440px;
  margin: 60px auto 0 auto;
  padding: 0px 15px;
  line-height: 28px;
}

.company-thumb {
  width: 100%;
  margin-bottom: 30px;
  color: #000;
}

.company-thumb h3 {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px;
}

.company-thumb p {
  line-height: 28px;
  margin-bottom: 20px;
}

.go-web {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 900;
  font-size: 16px;
}

.go-web i {
  color: #2c99ae;
  font-size: 20px;
  margin-right: 10px;
}

.company-thumb:hover .go-web {
  color: #2c99ae;
}

.company-thumb img {
  box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.24);
  transition: all ease 0.3s;
}

.company-thumb:hover img {
  transform: translateY(-5px);
}

.about-wrapper {
  padding: 0px 0px 80px 0px;
}

.explore-more .service-block a h3 {
  font-weight: bolder;
  font-size: 40px;
  margin: 0px 0px 15px 0px;
  color: #000;
}

.explore-more .service-block a p {
  max-width: 300px;
  color: #000;
  font-weight: 400;
}

.explore-more .service-block a:after {
  display: none;
}

.explore-more .service-block a:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.explore-more .service-block a:hover img {
  transform: scale(1.1);
}

.explore-more .col-md-4:last-child .service-block a {
  background: #f8dad0;
}

.postid-46 .explore-more .col-md-4:nth-child(2) .service-block a {
  background: #f8dad0;
}

.explore-more h2 {
  text-align: center;
  font-size: 80px;
  position: relative;
  margin-bottom: 80px;
  padding-top: 20px;
}

.explore-more h2:after {
  background: #f8dad0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  height: 3px;
}

@media only screen and (max-width: 1440px) {
  .container,
  .about-banner-container {
    max-width: 1170px;
  }
  .guide-cta h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  header nav > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    background-color: rgba(20, 20, 20, 0.9);
    width: 100%;
    padding: 15px;
  }
  .explore-more h2 {
    margin-bottom: 30px;
  }
  header nav > ul > li > a {
    padding: 0px 0px;
  }
  .single-sercice .service-row .row .col-lg-3 img {
    margin: 0 auto;
  }
  .menu-icon {
    display: flex;
    background: rgba(0, 83, 255, 1) !important;
    border-radius: 10px;
    color: #fff;
    padding: 8px 14px;
    font-size: 16px;
  }
  .banner-section h1 {
    font-size: 42px;
  }
  .banner-section {
    min-height: 65vh;
  }
  .services-section {
    padding: 40px 0px;
  }
  .outline-heading .outline-h {
    font-size: 52px;
    line-height: 32px;
  }
  .outline-heading h2 {
    font-size: 32px;
  }
  .services-section .service-block a .count-number {
    right: -10px;
  }
  .service-block {
    margin-bottom: 50px;
  }
  .services-section .service-block a h3 {
    font-size: 32px;
    margin: 0px 0px 10px 0px;
  }
  .guide-cta .spin-animation {
    max-width: 200px;
  }
  .guide-cta h2 {
    font-size: 26px;
  }
  .why-choose-us .why-img {
    max-width: 200px;
  }
  .why-choose-us {
    padding: 60px 0px 0px 0px;
  }
  .guide-cta:after {
    border-radius: 40%;
  }
  h2 {
    font-size: 32px;
  }
  .counter-section .circle-wrapper {
    margin-bottom: 30px;
  }
  .testimonial .slider-clm {
    padding: 30px 0px 120px 0px;
  }
  .testimonial .owl-dots {
    position: inherit;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 32px;
  }
  .cta-section .container {
    min-height: 300px;
  }
  .cta-section .container .outline-heading .outline-h {
    font-size: 32px;
    line-height: 33px;
    position: relative;
    top: 12px;
  }
  .cta-section .container .outline-heading h2 {
    font-size: 38px;
  }
  .contact-section:after {
    width: 100%;
  }
  .contact-section .say-hello {
    padding: 60px 0px;
  }
  .contact-section .wpforms-field-container .wpforms-field-large {
    border: none !important;
    border-bottom: #e1e1e1 solid 2px !important;
    height: 25px !important;
    padding-left: 0 !important;
    background: none !important;
  }
  .contact-section .wpforms-field-container .wpforms-field-medium {
    border: none !important;
    border-bottom: #e1e1e1 solid 2px !important;
    height: 120px !important;
    padding-left: 0 !important;
    background: none !important;
  }
  footer .copyright {
    flex-direction: column;
  }
  footer .copyright .copy-text {
    padding-bottom: 15px;
  }
  header nav > ul > li .mega-menu {
    position: initial;
    width: 100%;
    left: 0;
    transform: translateX(0);
    margin: 12px 0px;
    flex-direction: column;
  }
  header nav > ul > li .mega-menu .clm {
    width: 100%;
    margin: 8px 0px;
  }
  .open-sb-menu {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 22px;
    display: block;
  }
  .service-banner {
    padding: 60px 0px;
  }
  .service-banner img {
    display: none;
  }
  .service-banner .container h1 {
    font-size: 42px;
  }
  #navigation-menu ul {
    flex-direction: column;
  }
  #navigation-menu {
    position: inherit;
  }
  .single-sercice .service-row ul li {
    width: 100%;
  }
  .single-sercice .service-row {
    padding: 20px 0px;
  }

  .explore-more .service-block a h3 {
    font-size: 32px;
    margin: 0px 0px 10px 0px;
  }
  .explore-more .service-block a .count-number {
    right: -10px;
  }

  .company-thumb h3 {
    font-size: 26px;
  }

  .single-sercice .service-row p,
  .single-sercice .service-row ul li,
  .single-sercice .service-row h4 {
    font-size: 18px;
    line-height: normal;
  }
}
