@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  margin: 20px 0px;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

main {
  overflow: hidden;
}

ul {
list-style: none;
  margin: 0;
  padding: 0;
}


img {
  max-width: 100%;
}

.desktop {
  display: block !important;
}

.mobile {
  display: none !important;
}

.title {
  text-align: center;
  margin-bottom: 40px;
}
.title a {
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
  color: #ff5b59;
}
.title span {
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
  color: #ff5b59;
}
.title h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #000000;
}

.form-control {
  background-color: #ffffff;
  border-radius: 10px;
  height: 64px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 30px;
  padding-right: 30px;
  border: auto;
  z-index: 1;
  position: relative;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
}

textarea.form-control {
  resize: none;
  height: 144px;
  padding: 20px 30px;
}

.clients + .caseStudiesSection {
  margin-top: 100px;
}

.trustedSlider + .clients {
  margin-top: 30px;
}

.clientsCards + .clients {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  body {
    margin: 56px 0 0 0;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .clients + .caseStudiesSection {
    margin-top: 50px;
  }
  .title {
    margin-bottom: 18px;
  }
  .title span {
    font-size: 18px;
    line-height: 16px;
    color: #ff5b59;
  }
  .title h3 {
    font-size: 28px;
    line-height: 36px;
    color: #000000;
  }
  .form-control {
    height: 39px;
    padding: 12px 16px;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }
  textarea.form-control {
    padding: 12px 16px;
  }
  .clients + .twoButtons {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .rowReverse {
    flex-flow: column-reverse;
  }
  .clients + .caseStudiesSection {
    margin-top: 0;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1346px;
  }
  .containerLarge {
    max-width: 1550px;
  }
}
.containerLarge {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

.buttonPrimary {
  background-color: #112236;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
  padding: 17px 50px;
  display: inline-block;
  border: 1px solid #112236;
  transition: all 0.4s;
}
.buttonPrimary:hover {
  background-color: #ff5b59;
  border: 1px solid #ff5b59;
  color: #ffffff;
}
.buttonPrimary img {
  display: inline;
  margin-right: 20px;
}

.buttonSecondary {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #112236;
  border: 1px solid #112236;
  padding: 17px 50px;
  display: inline-block;
  transition: all 0.4s;
}
.buttonSecondary:hover {
  background-color: #ff5b59;
  border: 1px solid #ff5b59;
  color: #112236;
}

.buttonTeritory {
  background-color: transparent;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 17px 50px;
  display: inline-block;
  transition: all 0.4s;
}
.buttonTeritory:hover {
  background-color: #ffffff;
  color: #112236;
}

.buttonOrange {
  background-color: #ff5b59;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
  border: 1px solid #ff5b59;
  padding: 17px 50px;
  display: inline-block;
  transition: all 0.4s;
}
.buttonOrange:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #112236;
}

.buttonPurple {
  background-color: #6461ff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
  border: 1px solid #6461ff;
  padding: 17px 50px;
  display: inline-block;
  transition: all 0.4s;
}
.buttonPurple:hover {
  background-color: #112236;
  border: 1px solid #112236;
  color: #ffffff;
}

.buttonLink {
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  color: #6461ff;
  border-bottom: 2px solid #6461ff;
  padding-bottom: 10px;
  transition: all 0.4s;
}
.buttonLink:hover {
  color: #112236;
  border-bottom: 2px solid #112236;
}

.buttonBlog {
  border: 1px solid #ff5b59;
  color: #ff5b59;
  padding: 6px 18px 6px 18px;
  border-radius: 24px;
  display: inline-block;
  background-color: transparent;
  transition: all 0.4s;
}
.buttonBlog:hover {
  background-color: #ff5b59;
  color: #ffffff;
}

@media screen and (max-width: 1399px) {
  .buttonPrimary,
  .buttonSecondary,
  .buttonTeritory,
  .buttonOrange,
  .buttonPurple {
    padding: 17px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
}
@media screen and (max-width: 991px) {
  .buttonPrimary,
  .buttonSecondary,
  .buttonTeritory,
  .buttonOrange,
  .buttonPurple {
    padding: 9px 59px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
  .buttonPrimary img,
  .buttonSecondary img,
  .buttonTeritory img,
  .buttonOrange img,
  .buttonPurple img {
    margin-right: 12px;
  }
  .buttonLink {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding-bottom: 3px;
  }
  .buttonBlog {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 6px 18px 6px 18px;
  }
}
h1 {
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -0.03em;
  font-weight: 600;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
  line-height: 60px;
}

h4 {
  font-size: 36px;
  line-height: 52px;
}

h5 {
  font-size: 20px;
  line-height: 29px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 14px;
    line-height: 21px;
  }
  p {
    font-size: 12px;
    line-height: 18px;
  }
}
.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

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

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

@media (max-width: 991px) {
  .mt-100 {
    margin-top: 50px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .mt-50 {
    margin-top: 24px !important;
  }
  .mb-50 {
    margin-bottom: 50px !important;
  }
  .mt-30 {
    margin-top: 16px !important;
  }
  .mb-30 {
    margin-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .mt-100,
  .mt-50,
  .mt-30 {
    margin-top: 0px !important;
  }
  .mb-100,
  .mb-50,
  .mb-30 {
    margin-bottom: 0 !important;
  }
}
header {
  padding: 0 40px;
  z-index: 1030;
  position: relative;
  transition: all 0.5s ease-in-out;
}
header.stickyHeader {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}
header.stickyHeader .navbar {
  border-radius: 0px;
}
header .navbar {
  background-color: #112236;
  padding: 0 20px 0 50px;
  border-radius: 50px;
}
header .navbar.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
  margin: 0 36px;
}
header .navbar .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
header .navbar .nav-link:hover {
  color: #ff5b59;
}
header .navbar .navbar-brand {
  margin-right: 117px;
}
header .navbar .nav-item {
  padding: 22px 0px;
}
header .navbar .nav-item.hasChild {
  position: relative;
}
header .navbar .nav-item.hasChild span {
  position: absolute;
  right: 0;
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  top: 30px;
  transition: all 0.5s ease-in-out;
}
header .navbar .nav-item.hasChild span img {
  transform: rotate(0deg);
}
header .navbar .nav-item.hasChild:hover span {
  top: 30px;
}
header .navbar .nav-item.hasChild:hover span img {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}
header .navbar .nav-item.hasChild:hover .nav-link {
  color: #ffffff;
}
header .navbar .nav-item.hasChild:hover .nav-link::after {
  width: 100%;
}
header .navbar .nav-item.hasChild:hover .subMenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
header .navbar .nav-item.hasChild .subMenu {
  background-color: #112236;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  top: 84px;
  min-width: -moz-min-content;
  min-width: min-content;
  box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.3019607843);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
header .navbar .nav-item.hasChild .subMenu li:last-child {
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
header .navbar .nav-item.hasChild .subMenu .hasChild {
  position: relative;
  transition: all 0.5s ease-in-out;
}
header .navbar .nav-item.hasChild .subMenu .hasChild:hover {
  background: #ff5b59;
}
header .navbar .nav-item.hasChild .subMenu .hasChild:hover .subMenuSecondLevel {
  visibility: visible;
  opacity: 1;
}
header .navbar .nav-item.hasChild .subMenu .hasChild > a {
  position: relative;
  padding-right: 40px;
}
header .navbar .nav-item.hasChild .subMenu .hasChild > a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 14px;
  right: 8px;
  transform: rotate(-90deg);
  background: url("../images/Menu_Icon.svg") no-repeat;
  background-size: contain;
  transition: all 0.4s;
}
header .navbar .nav-item.hasChild .subMenu .subMenuSecondLevel {
  padding-left: 32px;
  position: absolute;
  left: 100%;
  top: 0;
  background: #112236;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  padding-left: 0;
  border-radius: 0 0 12px 12px;
}
header .navbar .nav-item.hasChild .subMenu .subMenuSecondLevel li {
  border: none;
}
header .navbar .nav-item.hasChild .subMenu .subMenuSecondLevel li a {
  position: relative;
}
header .navbar .nav-item.hasChild .subMenu .subMenuSecondLevel li a:hover {
  background-color: #112236;
  color: #ff5b59;
}
header .navbar .nav-item.hasChild .subMenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .navbar .nav-item.hasChild .subMenu li:last-child {
  border: none;
}
header .navbar .nav-item.hasChild .subMenu li a {
  text-transform: capitalize;
  color: #ffffff;
  padding: 10px 20px;
  display: block;
  white-space: nowrap;
}
header .navbar .nav-item.hasChild .subMenu li a:hover {
  background-color: #ff5b59;
}
header .navbar .nav-item.hasChild .nav-link {
  position: relative;
}
header .navbar .nav-item.hasChild .nav-link::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #ffffff;
  bottom: 0;
  position: absolute;
  left: 0;
  transition: all 0.5s ease-in-out;
}
header .navbar .endElements {
  display: flex;
  align-items: center;
}
header .navbar .endElements li {
  display: inline-block;
  margin-left: 24px;
}
header .navbar .endElements .contact i {
  font-style: normal;
  transition: all 0.5s ease-in-out;
}
header .navbar .endElements .contact a {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  gap: 12px;
  color: #ffffff;
  align-items: center;
}
header .navbar .endElements .contact a:hover i {
  color: #fdbc04;
}
header .navbar .endElements .contact span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 6px;
}
header .navbar .endElements .navButton a {
  padding: 15px 27px 13px 55px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  animation: ButtonBgColor 1s infinite alternate;
  color: #112236;
  border-radius: 40px;
  text-transform: uppercase;
  background-image: url("../images/Nav_Button_Design.svg");
  background-position: 140px 8px;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
header .navbar .endElements .navButton a:hover::after {
  right: 30px;
}
header .navbar .endElements .navButton a::after {
  content: "";
  position: absolute;
  bottom: -19px;
  right: 46px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  animation: ButtonColorCorner 1s infinite alternate;
  transform: rotate(175deg);
  transition: all 0.5s ease-in-out;
}
header .navbar .endElements .navButton a::before {
  content: "";
  position: absolute;
  background-image: url("https://www.pixi.co.nz/staging/wp-content/uploads/2025/06/chat-us-image.png");
  width: 44px;
  height: 51px;
  z-index: 9;
  left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 6px;
}

@media screen and (max-width: 1600px) {
  header .navbar.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 25px;
  }
}
@media screen and (max-width: 1599px) {
  header .navbar {
    padding: 0 20px;
  }
  header .navbar .navbar-brand {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1399px) {
  header .navbar {
    padding: 0 20px;
  }
  header .navbar .navbar-brand {
    margin-right: 10px;
  }
  header .navbar .navbar-brand img {
    max-width: 110px;
  }
  header .navbar .nav-link {
    font-size: 12px;
  }
  header .navbar.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 15px;
  }
  header .navbar .endElements .contact a {
    font-size: 14px;
  }
  header .navbar .endElements .contact span {
    font-size: 10px;
  }
  header .navbar .nav-item.hasChild span {
    right: -7px;
    width: 15px;
    height: 9px;
    top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  header .navbar .endElements .navButton a {
    padding: 15px 27px 13px 50px;
  }
  header .navbar.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 20px;
  }
  header .navbar .nav-item.hasChild span {
    right: 0;
    width: 12px;
    height: 8px;
    top: 30px;
    background-size: contain;
  }
}
@media screen and (max-width: 1050px) {
  header .navbar .endElements li {
    margin-left: 5px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar .nav-item.hasChild .subMenu .hasChild > a::after {
    display: none;
  }
  header .navbar .nav-item.hasChild:hover span img {
    transform: rotate(0deg);
  }
  header .navbar .nav-item.hasChild:hover span {
    top: 18px;
  }
  header .navbar .nav-item.hasChild.rotate span img {
    transform: rotate(180deg);
  }
  header .navbar .nav-item.hasChild span img {
    transform: rotate(0deg);
  }
  header .navbar .nav-item.hasChild .subMenu .hasChild.rotate::after {
    transform: rotate(180deg);
  }
  header .navbar .nav-item.hasChild .subMenu .hasChild {
    position: relative;
  }
  header .navbar .nav-item.hasChild .subMenu .hasChild::after {
    content: "";
    background-image: url(../images/Menu_Icon.svg);
    position: absolute;
    right: 24px;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    top: 16px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    background-size: contain;
  }
  header .navbar .nav-item.hasChild .subMenu .subMenuSecondLevel {
    position: unset;
    background: #ff5b59;
    color: #ffffff;
    visibility: visible;
    opacity: 1;
    padding-left: 20px;
    display: none;
  }
  header .navbar .nav-item.hasChild .subMenu .subMenuSecondLevel.active {
    display: block;
  }
  header .navbar .nav-item.hasChild span img {
    top: 33px;
  }
  header .navbar .nav-item.hasChild:hover span img {
    top: 33px;
  }
  header .navbar .nav-item.hasChild.rotate:hover span img {
    top: 18px;
  }
  header .navbar .nav-item.hasChild:hover span,
  header .navbar .nav-item.hasChild.rotate span {
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
  }
  header .navbar .nav-item.hasChild span {
    transition: all 0.5s ease-in-out;
  }
  header {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  header .container-fluid {
    padding: 0;
  }
  header .navbar.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0;
    max-width: 90%;
  }
  header .navbar-nav {
    margin-top: 30px;
  }
  header .navbar {
    border-radius: 0;
    justify-content: space-between;
    padding: 9px 16px;
  }
  header .navbar .endElements .contact {
    display: none;
  }
  header .navbar .endElements li {
    display: block;
  }
  header .navbar .contact i {
    font-style: normal;
  }
  header .navbar .contact a {
    display: flex;
    gap: 5px;
    color: #ffffff;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
  }
  header .navbar .contact a img {
    max-width: 16px;
  }
  header .navbar .contact span {
    color: #ffffff;
    display: block;
    margin-bottom: 0;
    font-size: 8px;
    font-weight: 400;
    line-height: 14px;
  }
  header .navbar .nav-item {
    padding: 10px 0px;
  }
  header .navbar .nav-item.hasChild:hover::before {
    transform: rotate(0deg);
  }
  header .navbar .nav-item.hasChild .subMenu {
    background-color: #ff5b59;
    border-radius: 0px;
  }
  header .navbar .nav-item.hasChild .subMenu li a {
    font-size: 12px;
    max-width: 80%;
  }
  header .navbar .nav-item.hasChild.rotate::before {
    top: 26px;
  }
  header .navbar .nav-item.hasChild .nav-link::before {
    right: -7%;
  }
  header .navbar .nav-item.hasChild .nav-link::after {
    display: none;
  }
  header .navbar .nav-item.hasChild .subMenu {
    opacity: 1;
    visibility: visible;
    position: initial;
    transform: translateY(0%);
    display: none;
    transition: none;
  }
  header .navbar .navbar-brand {
    margin-right: 0;
  }
  header .navbar .navbar-brand img {
    max-width: 102px;
  }
  header .navbar .endElements {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  header .navbar .endElements .navButton {
    margin-left: 0;
  }
  header .navbar .endElements .navButton a {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    background-image: none;
    overflow: visible;
  }
  header .navbar-toggler {
    padding: 0;
    margin-right: 60px;
  }
  header .navbar-toggler:focus {
    box-shadow: none;
  }
  header .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url("../images/MenuClose.svg");
  }
  header .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/HamBurger.svg");
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 359px) {
  header .navbar {
    padding: 9px 10px;
  }
  header .navbar .contact a img {
    display: none;
  }
  header .navbar .navbar-brand img {
    max-width: 90px;
  }
}
@keyframes ButtonBgColor {
  0% {
    background-color: #ff5b59;
  }
  50% {
    background-color: #fdbc04;
  }
  100% {
    background-color: #89bb3f;
  }
}
@keyframes ButtonColorCorner {
  0% {
    border-color: transparent transparent #ff5b59 transparent;
  }
  50% {
    border-color: transparent transparent #fdbc04 transparent;
  }
  100% {
    border-color: transparent transparent #89bb3f transparent;
  }
}
footer {
  background-color: #112236;
  border-radius: 32px;
  margin: 0 40px;
}
footer .contactSection {
  padding: 100px 0 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
footer .contactSection__content span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}
footer .contactSection__content h3 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}
footer .contactSection__content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
footer .contactSection__content__grid {
  margin-top: 60px;
  display: flex;
  gap: 100px;
}
footer .contactSection__content__grid div {
  flex: 1;
}
footer .contactSection__content__grid h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
footer .contactSection__content__grid a:hover span {
  transition: all 0.5s ease-in-out;
  color: #ff5b59;
}
footer .contactSection__content__grid span {
  display: block;
}
footer .contactSection__content__grid p {
  max-width: 55%;
}
footer .contactSection__content__grid h5 {
  color: #f6e911;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
}
footer .contactSection__content__grid h5 a {
  color: #f6e911;
}
footer .contactSection__content__grid h5 a:hover {
  color: #ff5b59;
}
footer .contactSection__content__grid ul li {
  margin-right: 12px;
  display: inline-block;
}
footer .contactSection__content__grid ul li a:hover img {
  transform: scale(1.2);
}
footer .contactSection__content__grid ul li a img {
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
footer .contactSection__form {
  background-color: #f6e911;
  padding: 40px;
  border-radius: 20px;
  max-width: 680px;
  margin-left: auto;
  position: relative;
}
footer .contactSection__form__star {
  position: absolute;
  bottom: 0;
  right: 0;
}
footer .contactSection__form__rocket {
  position: absolute;
  top: 70px;
  right: -28px;
}
footer .contactSection__form h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.03em;
  color: #000000;
}
footer .contactSection__form p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
  max-width: 80%;
}
footer .footer {
  padding: 50px 0 0;
}
footer .footer__logos__brand {
  display: block;
  margin-bottom: 32px;
}
footer .footer__logos__grid {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  justify-content: left;
}
footer .footer__logos__grid img {
  display: block;
  width: 100%;
  max-width: 186px;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
footer .footer .col-lg-8 .footer__linksGrid ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
footer .footer__links h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}
footer .footer__links ul li {
  padding: 10px 0px;
}
footer .footer__links ul li a {
  color: #ffffff;
}
footer .footer__links ul li a:hover {
  color: #ff5b59;
}
footer .footer__copyright {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  align-items: center;
  padding: 15px 30px;
}
footer .footer__copyright span {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #102236;
}
footer .footer__copyright ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
footer .footer__copyright ul li::before {
  content: "|";
  position: absolute;
  right: -10px;
  top: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  height: 100%;
  width: 1px;
  color: #102236;
}
footer .footer__copyright ul li:last-child {
  margin-right: 0;
}
footer .footer__copyright ul li:last-child::before {
  display: none;
}
footer .footer__copyright ul li a {
  color: #102236;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
footer .footer__copyright ul li a:hover {
  color: #ff5b59;
}

footer section.footer {
  padding-top: 100px;
}

footer .contactSection form .wpcf7-response-output {
  margin: 10px 0 0;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1399px) {
  footer .contactSection__content__grid {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  footer .contactSection {
    padding: 50px 0px;
  }
  footer .contactSection__content h3 {
    font-size: 24px;
    line-height: 36px;
  }
  footer .contactSection__content p {
    font-size: 14px;
    line-height: 18px;
  }
  footer .contactSection__content__grid h5,
  footer .contactSection__content__grid span {
    font-size: 14px;
  }
  footer .footer__links ul li a {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 991px) {
  footer section.footer {
    padding-top: 24px;
  }
  footer {
    margin: 0 12px 16px 12px;
    border-radius: 14px;
  }
  footer .contactSection {
    padding: 24px 0 0;
    border-bottom: none;
  }
  footer .contactSection__content__grid {
    margin-top: 20px;
    gap: 20px;
    display: flex;
  }
  footer .contactSection__content__grid h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 4px;
  }
  footer .contactSection__content__grid h5 {
    line-height: 12px;
  }
  footer .contactSection__content__grid h5 a {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
  }
  footer .contactSection__content span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  footer .contactSection__content h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.03em;
  }
  footer .contactSection__content p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  footer .contactSection__form {
    margin-top: 26px;
    max-width: 100%;
    padding: 18px;
  }
  footer .contactSection__form .buttonPrimary {
    display: block;
    text-align: center;
    z-index: 1;
    position: relative;
  }
  footer .contactSection__form h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.03em;
  }
  footer .contactSection__form p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 12px;
  }
  footer .contactSection__form__rocket {
    max-width: 80px;
    top: 20px;
    right: -11px;
  }
  footer .contactSection__form__star {
    max-width: 178px;
  }
  footer .footer {
    padding: 24px 0 0;
  }
  footer .footer__logos__brand img {
    max-width: 130px;
  }
  footer .footer__logos__gridMobile {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  footer .footer__logos__gridMobile::-webkit-scrollbar {
    display: none;
  }
  footer .footer__logos__gridMobile img {
    min-width: 102px;
  }
  footer .footer__copyright {
    margin-top: 0;
    max-width: 302px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 8px 30px;
  }
  footer .footer .accordion .accordion-item {
    border: none;
    background-color: #112236;
  }
  footer .footer .accordion .accordion-button:not(.collapsed)::after {
    background-image: url("../images/Minus_Icon.svg");
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  footer .footer .accordion .accordion-button {
    background-color: #112236;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border: none;
    padding: 10px 0px;
    border-radius: 0;
    box-shadow: none;
  }
  footer .footer .accordion .accordion-button::after {
    background-image: url("../images/Plus_Icon.svg");
    background-size: 10px;
    height: 10px;
    width: 10px;
  }
  footer .footer .accordion .accordion-button:focus {
    box-shadow: none;
  }
  footer .footer .accordion .accordion-body {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    padding: 5px 0;
  }
  footer .footer .accordion .accordion-body p {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    margin: 0;
  }
  footer .footer .accordion .accordion-body ul li {
    margin: 10px 0;
  }
  footer .footer .accordion .accordion-body ul li a {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    margin: 0;
    font-weight: 500;
  }
}
@media screen and (max-width: 419px) {
  footer .contactSection__content span {
    font-size: 10px;
  }
  footer .contactSection__content__grid h6 {
    font-size: 12px;
    line-height: 18px;
  }
  footer .contactSection__content__grid ul li {
    margin-right: 5px;
  }
  footer .contactSection__content__grid ul li a img {
    max-width: 14px;
  }
}
.heroBanner {
  background-color: #f6f6f7;
  border-radius: 32px;
  margin: 25px 40px 40px 40px;
  position: relative;
  overflow: hidden;
  padding: 129px 0 151px;
}
.heroBanner::before {
  content: "";
  background-image: url("../images/Banner_Google.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  z-index: 0;
}
.heroBanner::after {
  content: "";
  background-image: url("../images/Banner_Yellow.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 62%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  z-index: 0;
}
.heroBanner .buttonPrimary {
  margin-right: 15px;
}
.heroBanner .col-lg-5,
.heroBanner .col-lg-7 {
  z-index: 1;
}
.heroBanner h1 {
  text-transform: capitalize;
  color: #112236;
  margin-bottom: 16px;
}
.heroBanner h1 span {
  font-size: 104px;
  line-height: 72px;
}
.heroBanner h5 {
  color: #112236;
  margin-bottom: 60px;
  font-weight: 400;
}
.heroBanner .awardsRow {
  margin-top: 40px;
}
.heroBanner__awards {
  width: 186px;
}
.heroBanner__awards img {
  box-shadow: 0px 4px 20px rgba(17, 34, 54, 0.1);
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.heroBanner__review {
  position: absolute;
  bottom: 20px;
  right: 120px;
  transition: all 0.5s ease-in-out;
  background-color: #ff5b59;
  box-shadow: 0px 4px 20px 0px rgba(17, 34, 54, 0.1019607843);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 18px;
  padding: 30px;
  max-width: 390px;
}
.heroBanner__review .d-flex {
  margin-bottom: 12px;
}
.heroBanner__review .d-flex ul {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.heroBanner__review .d-flex ul li {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
  color: #ffffff;
  vertical-align: middle;
  margin: 0 -2px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.heroBanner__review h6 {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.heroBanner__review date {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.heroBanner__review__avatar {
  display: flex;
  gap: 12px;
  align-items: center;
}
.heroBanner__review__avatar__circle {
  background-color: #f6d055;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0784313725);
  height: 56px;
  width: 56px;
  overflow: hidden;
  border-radius: 50%;
}
.heroBanner__review__avatar__circle img {
  max-width: 44px;
}
.heroBanner__review__avatar h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0;
}
.heroBanner__review__avatar span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.heroBanner__googleOne {
  position: absolute;
  bottom: 293px;
  right: 47%;
  box-shadow: 0px 6px 24px -4px rgba(16, 34, 54, 0.1607843137);
}

.heroBannerResponsive {
  display: none;
}

@media screen and (min-width: 1600px) {
  .heroBanner .container {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1399px) {
  .heroBanner {
    background-color: #f6e911;
  }
  .heroBanner::after {
    display: none;
  }
  .heroBanner::before {
    background-size: contain;
    height: 440px;
    bottom: 0;
    top: auto;
  }
  .heroBanner h1 span {
    font-size: 78px;
  }
  .heroBanner__review {
    bottom: auto;
    right: 50px;
    top: 40px;
  }
  .heroBanner__googleOne {
    bottom: auto;
    right: 50px;
    top: 63%;
  }
  .heroBanner .row.awardsRow {
    gap: 16px;
  }
  .heroBanner .row.awardsRow .col-lg-3.col-md-2 {
    width: 186px;
  }
}
@media screen and (max-width: 991px) {
  .heroBanner__review h6 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 10.23px;
    font-weight: 500;
    line-height: 15.34px;
  }
  .heroBanner .row.awardsRow .col-lg-3.col-md-2 {
    width: 100%;
  }
  .heroBanner__review .d-flex {
    margin-bottom: 10px;
  }
  .heroBanner {
    display: block;
    margin: 16px;
    padding: 14px 0;
    background-color: #f6e911;
    border-radius: 14px;
  }
  .heroBanner::before {
    height: 350px;
    max-width: 100%;
    background-size: cover;
    bottom: 0;
    top: auto;
    width: 100%;
  }
  .heroBanner h1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .heroBanner h1 span {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    display: block;
  }
  .heroBanner h5 {
    margin-bottom: 12px;
  }
  .heroBanner__review {
    max-width: 220px;
    right: 10px;
    top: auto;
    bottom: 10px;
    padding: 8px;
  }
  .heroBanner__review__avatar__circle {
    width: 32px;
    height: 32px;
  }
  .heroBanner__review__avatar__circle img {
    max-width: 24px;
  }
  .heroBanner__review__avatar h5 {
    font-size: 11.93px;
    font-weight: 500;
    line-height: 17.9px;
    margin: 0;
  }
  .heroBanner__review__avatar span {
    font-size: 10.23px;
    font-weight: 400;
    line-height: 15.34px;
    letter-spacing: -0.03em;
  }
  .heroBanner__awards img {
    max-width: 110px;
    margin-bottom: 8px;
  }
  .heroBanner .awardsRow {
    margin-top: 23px;
  }
  .heroBanner__googleOne {
    max-width: 38px;
    top: 8%;
    right: 30px;
  }
  .heroBannerResponsive {
    display: none;
    background-color: #f6e911;
    margin: 16px 16px 0 16px;
    border-radius: 16px;
    padding: 14px;
    background-image: url("../images/Banner_Google.png");
    background-size: 264px;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .heroBannerResponsive .d-top-flex {
    align-items: center;
    justify-content: space-between;
  }
  .heroBannerResponsive .d-top-flex img {
    max-width: 110px;
    margin-bottom: 12px;
  }
  .heroBannerResponsive .d-top-flex .buttonPrimary {
    padding: 9px 45px;
  }
  .heroBannerResponsive .d-bottom-flex {
    margin-top: 50px;
    align-items: center;
  }
  .heroBannerResponsive .d-bottom-flex div {
    flex: 1;
    text-align: center;
  }
  .heroBannerResponsive__award {
    max-width: 110px;
    margin: 6px 0 6px 0;
    display: block;
  }
  .heroBannerResponsive__review {
    max-width: 243px;
  }
  .heroBannerResponsive__one {
    max-width: 38px;
    margin-top: 0;
    margin-right: auto;
    display: block;
  }
  .heroBannerResponsive h1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #112236;
  }
  .heroBannerResponsive h1 span {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .heroBanner .buttonSecondary {
    display: none;
  }
  .heroBanner .buttonPrimary {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .heroBannerResponsive__award {
    margin: 6px auto 6px auto;
  }
  .heroBannerResponsive__one {
    margin-right: 0;
    display: initial;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .heroBannerResponsive .d-bottom-flex {
    align-items: end;
  }
  .heroBannerResponsive__one {
    max-width: 38px;
    margin-top: 5px;
  }
  .heroBannerResponsive__googleOne {
    top: 43%;
  }
}
@media screen and (max-width: 400px) {
  .heroBanner__review {
    display: none;
  }
}
@media screen and (max-width: 376px) {
  .heroBanner__awards img {
    max-width: 70px;
  }
  .heroBanner::before {
    height: 244px;
    max-width: 100%;
    background-size: contain;
    bottom: -10px;
    top: auto;
    width: 100%;
  }
  .heroBanner__googleOne {
    top: 51%;
  }
  .heroBannerResponsive__review {
    max-width: 140px;
  }
  .heroBannerResponsive .d-top-flex .buttonPrimary {
    text-align: center;
    white-space: nowrap;
  }
}
.trustedSlider {
  background-color: #f6f6f7;
  padding: 20px 55px;
  margin: 0 40px;
  border-radius: 32px;
}
.trustedSlider .slick-track {
  display: flex;
  align-items: center;
}
.trustedSlider .trusted-slider {
  padding-left: 50px;
}
.trustedSlider h5 {
  margin: 0;
  font-size: 15px;
  line-height: 42px;
  font-weight: 500;
  position: relative;
  padding-right: 15px;
}
.trustedSlider h5::before {
  content: "";
  background-color: rgba(17, 34, 54, 0.16);
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  right: 0;
}
.trustedSlider h5 span {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .trustedSlider {
    padding: 16px 14px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 24px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .trustedSlider .trusted-slider {
    padding-left: 0;
  }
  .trustedSlider .row {
    flex-wrap: nowrap;
  }
  .trustedSlider .col-lg-2.col-xs-2 {
    max-width: 40%;
    width: 40%;
  }
  .trustedSlider .col-lg-1.col-xs-1 {
    display: none;
  }
  .trustedSlider h5 {
    line-height: 26px;
    color: #404e5e;
  }
  .trustedSlider .slick-slide img {
    max-width: 100px;
  }
}
@media screen and (max-width: 375px) {
  .trustedSlider {
    padding: 16px 14px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 24px;
  }
  .trustedSlider .row {
    flex-wrap: wrap;
  }
  .trustedSlider .col-lg-2.col-xs-2 {
    max-width: 100%;
    width: 100%;
  }
  .trustedSlider .col-lg-1.col-xs-1 {
    display: none;
  }
  .trustedSlider h5 {
    margin-bottom: 15px;
  }
  .trustedSlider h5::before {
    display: none;
  }
}
.ourServices {
  margin: 40px;
  background-color: #f6f6f7;
  padding: 80px 0px;
  border-radius: 32px;
  position: relative;
}
.ourServices .title {
  position: relative;
}
.ourServices .title::before {
  content: "";
  background-image: url("../images/ourServicesLines.svg");
  position: absolute;
  right: -40px;
  bottom: -30px;
  background-size: contain;
  height: 37px;
  width: 55px;
  background-repeat: no-repeat;
  background-position: right;
}
.ourServices__whiteBox {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-bottom: 21px;
}
.ourServices__whiteBox .d-flex {
  gap: 20px;
  align-items: center;
  margin-bottom: 8px;
}
.ourServices__whiteBox .d-flex span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.03em;
}
.ourServices__whiteBox .d-flex a {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #112236;
}
.ourServices__whiteBox .d-flex a:hover {
  color: #ff5b59;
}
.ourServices__whiteBox .d-flex h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.03em;
}
.ourServices__whiteBox p {
  color: rgba(17, 34, 54, 0.6980392157);
  margin-bottom: 10px;
}
.ourServices__whiteBox .col-lg-4 {
  margin-top: 20px;
}
.ourServices__whiteBox__innerBox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 10px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.ourServices__whiteBox__innerBox:hover {
  border: 1px solid #6461ff;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.ourServices__whiteBox__innerBox:hover h6 {
  color: #6461ff;
}
.ourServices__whiteBox__innerBox img {
  max-width: 50px;
}
.ourServices__whiteBox__innerBox h6 {
  margin-top: 16px;
  color: #112236;
}
.ourServices__gridBox {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.ourServices__gridBox__content {
  padding: 20px 50px 20px 50px;
}
.ourServices__gridBox__icons {
  padding: 16px 24px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.ourServices__gridBox__icons:hover {
  background-color: rgba(100, 97, 255, 0.1607843137);
}
.ourServices__gridBox__icons img {
  margin-bottom: 15px;
  max-height: 32px;
  min-height: 32px;
}
.ourServices__gridBox__icons span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.03em;
}
.ourServices__gridBox__icons h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.ourServices__gridBox__icons h4 span {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.03em;
}
.ourServices__gridBox .d-flex {
  gap: 20px;
  align-items: center;
  margin-bottom: 8px;
}
.ourServices__gridBox .d-flex span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.03em;
}
.ourServices__gridBox .d-flex a {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #112236;
}
.ourServices__gridBox .d-flex a:hover {
  color: #ff5b59;
}
.ourServices__gridBox .d-flex h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.03em;
}
.ourServices__sale {
  background-color: #112236;
  border-radius: 16px;
  padding: 30px 26px 31px 235px;
  position: relative;
}
.ourServices__sale::before {
  content: "";
  background-color: #ff5b59;
  border-radius: 16px;
  height: 100%;
  width: 130px;
  left: 0;
  top: 0;
  position: absolute;
}
.ourServices__sale__people {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ourServices__sale .d-flex {
  gap: 20px;
  align-items: center;
}
.ourServices__sale .d-flex a {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #fcbd05;
}
.ourServices__sale .d-flex a:hover img {
  padding-left: 16px;
}
.ourServices__sale .d-flex a img {
  padding-left: 8px;
  transition: all 0.5s ease-in-out;
}
.ourServices__sale .d-flex span {
  font-size: 62px;
  font-weight: 800;
  line-height: 93px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.ourServices__sale .d-flex h6 {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 1199px) {
  .ourServices__whiteBox .col-lg-4 {
    padding: 0;
    margin-bottom: 0;
  }
  .ourServices__whiteBox__innerBox {
    border-radius: 0;
    border: 0.2px solid rgba(0, 0, 0, 0.1);
  }
  .ourServices__whiteBox__innerBox h6 {
    font-size: 12px;
    line-height: 18px;
  }
  .ourServices__gridBox__icons {
    padding: 21px 5px;
  }
  .ourServices__gridBox__icons span {
    font-size: 10px;
  }
  .ourServices__sale {
    padding: 26px 26px 26px 145px;
  }
  .ourServices__sale__people {
    max-width: 146px;
  }
  .ourServices__sale .d-flex span {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .ourServices__whiteBox p {
    margin-bottom: 18px;
  }
  .ourServices__whiteBox .col-lg-4 .ourServices__whiteBox__innerBox {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ourServices__whiteBox .col-lg-4:nth-child(3) .ourServices__whiteBox__innerBox, .ourServices__whiteBox .col-lg-4:nth-child(6) .ourServices__whiteBox__innerBox {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ourServices__whiteBox .col-lg-4:nth-child(4) .ourServices__whiteBox__innerBox, .ourServices__whiteBox .col-lg-4:nth-child(5) .ourServices__whiteBox__innerBox, .ourServices__whiteBox .col-lg-4:nth-child(6) .ourServices__whiteBox__innerBox {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ourServices__whiteBox .only3 .col-lg-4:nth-child(1) .ourServices__whiteBox__innerBox, .ourServices__whiteBox .only3 .col-lg-4:nth-child(2) .ourServices__whiteBox__innerBox, .ourServices__whiteBox .only3 .col-lg-4:nth-child(3) .ourServices__whiteBox__innerBox {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ourServices__whiteBox .d-flex {
    margin-bottom: 4px;
  }
  .ourServices {
    padding: 18px 0;
    margin: 24px 16px;
    border-radius: 14px;
  }
  .ourServices .title::before {
    display: none;
  }
  .ourServices .title span {
    font-size: 18px;
    font-weight: 500;
    line-height: 16px;
  }
  .ourServices .title h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 0;
  }
  .ourServices__gridBox__content {
    padding: 16px;
  }
  .ourServices__gridBox__icons {
    padding: 12px 8px;
  }
  .ourServices__gridBox__icons h4 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.03em;
  }
  .ourServices__gridBox__icons h4 span {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.03em;
  }
  .ourServices__gridBox__icons span {
    font-size: 8px;
    line-height: 12px;
    letter-spacing: -0.03em;
  }
  .ourServices__gridBox__icons img {
    max-width: 32px;
  }
  .ourServices__gridBox .col-lg-3 {
    max-width: 25%;
    margin: 0;
  }
  .ourServices__gridBox .d-flex span {
    font-size: 12px;
    line-height: 18px;
  }
  .ourServices__gridBox .d-flex h4 {
    font-size: 18px;
    line-height: 27px;
  }
  .ourServices__gridBox .d-flex a {
    font-size: 18px;
    line-height: 27px;
  }
  .ourServices__gridBox .d-flex img {
    max-width: 40px;
  }
  .ourServices__whiteBox {
    padding: 30px;
  }
  .ourServices__whiteBox .col-lg-4:nth-child(1) .ourServices__whiteBox__innerBox {
    border-radius: 8px 0 0 0;
  }
  .ourServices__whiteBox .col-lg-4:nth-child(3) .ourServices__whiteBox__innerBox {
    border-radius: 0 8px 0 0;
  }
  .ourServices__whiteBox .col-lg-4:nth-child(4) .ourServices__whiteBox__innerBox {
    border-radius: 0 0 0 8px;
  }
  .ourServices__whiteBox .col-lg-4:nth-child(6) .ourServices__whiteBox__innerBox {
    border-radius: 0 0 8px 0;
  }
  .ourServices__whiteBox .only3 .col-lg-4:nth-child(1) .ourServices__whiteBox__innerBox {
    border-radius: 8px 0 0 8px;
  }
  .ourServices__whiteBox .only3 .col-lg-4:nth-child(3) .ourServices__whiteBox__innerBox {
    border-radius: 0 8px 8px 0;
  }
  .ourServices__whiteBox__innerBox {
    padding: 18px 1px;
    border-radius: 0px;
  }
  .ourServices__whiteBox__innerBox h6 {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .ourServices__whiteBox__innerBox img {
    max-width: 28px;
    max-height: 28px;
    min-height: 28px;
  }
  .ourServices__whiteBox .col-lg-4 {
    padding: 0;
    max-width: 33.33333%;
    margin: 0;
  }
  .ourServices__whiteBox .d-flex span {
    font-size: 12px;
    line-height: 18px;
  }
  .ourServices__whiteBox .d-flex h4,
  .ourServices__whiteBox .d-flex a {
    font-size: 18px;
    line-height: 27px;
  }
  .ourServices__whiteBox .d-flex img {
    max-width: 40px;
  }
  .ourServices__sale {
    padding: 17px 5px 17px 125px;
    margin-bottom: 24px;
  }
  .ourServices__sale::before {
    width: 77px;
  }
  .ourServices__sale .d-flex {
    justify-content: center;
  }
  .ourServices__sale .d-flex span {
    font-size: 36px;
    line-height: 54px;
  }
  .ourServices__sale .d-flex h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.03em;
    margin-bottom: 0;
  }
  .ourServices__sale .d-flex a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }
  .ourServices__sale__people {
    max-width: 126px;
  }
}
@media screen and (max-width: 767px) {
  .ourServices__sale .d-flex {
    justify-content: start;
  }
  .ourServices__gridBox__icons {
    border: none;
  }
  .row.counter__main {
    width: 100%;
    margin: 0 auto;
  }
  .row.counter__main .col-lg-3 .ourServices__gridBox__icons {
    border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
    border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
  .row.counter__main .col-lg-3:nth-child(1) .ourServices__gridBox__icons {
    border-left: none;
  }
  .row.counter__main .col-lg-3:nth-child(5) .ourServices__gridBox__icons {
    border-left: none;
  }
}
@media screen and (max-width: 419px) {
  .ourServices__whiteBox .col-lg-4 {
    max-width: 50%;
  }
  .ourServices__gridBox .col-lg-3 {
    max-width: 50%;
  }
  .ourServices__sale {
    padding: 17px 5px 17px 55px;
  }
  .ourServices__sale::before {
    width: 37px;
  }
  .ourServices__sale__people {
    display: none;
  }
  .ourServices__whiteBox .col-lg-4 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .ourServices__whiteBox__innerBox {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
    display: block;
  }
  .row.counter__main .col-lg-3:nth-child(3) .ourServices__gridBox__icons {
    border-left: none;
  }
  .row.counter__main .col-lg-3:nth-child(5) .ourServices__gridBox__icons {
    border-left: none;
  }
  .row.counter__main .col-lg-3:nth-child(7) .ourServices__gridBox__icons {
    border-left: none;
  }
}
.aboutusSection {
  margin: 100px 40px;
  overflow: hidden;
}
.aboutusSection span {
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  color: #ff5b59;
}
.aboutusSection__animation {
  background-color: #dceeff;
  border-radius: 32px;
  height: 356px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.aboutusSection__animation::before {
  content: "";
  background-image: url("../images/AnimationBg2.svg");
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 84px;
  width: 84px;
}
.aboutusSection__animation::after {
  content: "";
  background-image: url("../images/AnimationBg1.svg");
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 174px;
  width: 174px;
}
.aboutusSection__animation__circle {
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  z-index: 11;
}
.aboutusSection__animation__circle__one {
  height: 52px;
  width: 52px;
  right: 56px;
  top: 65px;
}
.aboutusSection__animation__circle__two {
  height: 83px;
  width: 83px;
  left: 75px;
  top: 100px;
}
.aboutusSection__animation__circle__three {
  height: 71px;
  width: 71px;
  right: 71px;
  bottom: 106px;
}
.aboutusSection__animation__circle__four {
  height: 52px;
  width: 52px;
  left: 97px;
  bottom: 61px;
}
.aboutusSection__animation a:nth-child(1) .aboutusSection__animation__badge {
  top: 62px;
  left: 92px;
  rotate: 12.75deg;
}
.aboutusSection__animation a:nth-child(1) .aboutusSection__animation__badge img {
  rotate: -12.75deg;
}
.aboutusSection__animation a:nth-child(2) .aboutusSection__animation__badge {
  top: 132px;
  left: 150px;
  rotate: -12.75deg;
}
.aboutusSection__animation a:nth-child(3) .aboutusSection__animation__badge {
  top: 190px;
  rotate: 14deg;
  left: 18px;
}
.aboutusSection__animation a:nth-child(3) .aboutusSection__animation__badge img {
  rotate: -14deg;
}
.aboutusSection__animation a:nth-child(4) .aboutusSection__animation__badge {
  bottom: 45px;
  rotate: -14deg;
  left: 142px;
}
.aboutusSection__animation a:nth-child(4) .aboutusSection__animation__badge img {
  rotate: 14deg;
}
.aboutusSection__animation__badge {
  padding: 12px 24px;
  border-radius: 40px;
  display: flex;
  gap: 8px;
  display: inline-block;
  align-items: center;
  position: absolute;
  overflow: hidden;
  z-index: 11;
}
.aboutusSection__animation__badge img {
  max-width: 24px;
}
.aboutusSection__animation__badge__image {
  width: 170px;
  height: 48px;
  padding: 0;
}
.aboutusSection__animation__badge__image img {
  max-width: 100%;
  border-radius: 0 !important;
  width: 170px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.aboutusSection__animation__badge span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
}
.aboutusSection__animation__badge__orange {
  background-color: #ec6b7d;
}
.aboutusSection__animation__badge__green {
  background-color: #89bb3f;
}
.aboutusSection__animation__badge__lightOrange {
  background-color: #ff5b59;
}
.aboutusSection__imagesResponsive {
  display: none;
}
.aboutusSection h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 16px;
}
.aboutusSection p {
  color: rgba(17, 34, 54, 0.6980392157);
  font-size: 14px;
  line-height: 24px;
}
.aboutusSection .buttonPrimary {
  margin-top: 40px;
}
.aboutusSection__images {
  position: relative;
}
.aboutusSection__images img {
  border-radius: 32px;
}
.aboutusSection__images video {
  border-radius: 32px;
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 20px;
}
.aboutusSection__video {
  position: relative;
}
.aboutusSection__video a {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 45%;
  background: transparent;
}
.aboutusSection__quote {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 60px;
  position: relative;
  left: -70px;
}
.aboutusSection__award {
  box-shadow: 0px 4px 20px 0px rgba(17, 34, 54, 0.1019607843);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px 20px;
  display: flex;
  gap: 40px;
  align-items: center;
  position: relative;
  max-width: 91%;
  margin-left: auto;
  margin-top: -30px;
}
.aboutusSection__award::before {
  content: "";
  position: absolute;
  left: 90px;
  top: 30%;
  height: 60px;
  width: 1px;
  background-color: #6461ff;
}
.aboutusSection__award span {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #102236;
  white-space: nowrap;
}
.aboutusSection__award h3 {
  margin: 0;
}
.aboutusSection__award h3 span {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}
.aboutusSection__award img {
  min-width: 50px;
}
.aboutusSection__review {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 30px;
  z-index: 11;
}
.aboutusSection__review img {
  border-radius: 0;
  box-shadow: 0px 4.1px 16.38px -2.73px rgba(16, 34, 54, 0.1607843137);
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}

.aboutusSectionResponsive {
  margin-bottom: 24px;
}
.aboutusSectionResponsive__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.aboutusSectionResponsive__title span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #ff5b59;
}
.aboutusSectionResponsive__title h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #112236;
}
.aboutusSectionResponsive__title img {
  box-shadow: 0px 4.1px 16.38px -2.73px rgba(16, 34, 54, 0.0784313725);
  transform: rotate(0deg);
}
.aboutusSectionResponsive p {
  color: rgba(17, 34, 54, 0.6980392157);
  font-size: 14px;
  line-height: 24px;
}
.aboutusSectionResponsive__images {
  margin-top: 10px;
}
.aboutusSectionResponsive__quote {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 10px 0px;
}
.aboutusSectionResponsive__quote h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
.aboutusSectionResponsive__quote img {
  max-width: 16px;
}
.aboutusSectionResponsive__video {
  position: relative;
}
.aboutusSectionResponsive__video video {
  border-radius: 6px;
  height: 170px;
  width: 76%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.aboutusSectionResponsive__video a {
  position: absolute;
  left: 36%;
  margin: auto;
  text-align: center;
  top: 38%;
  background: transparent;
}
.aboutusSectionResponsive__video a img {
  max-width: 23px;
}

@media screen and (max-width: 1399px) {
  .aboutusSection {
    text-align: center;
  }
  .aboutusSection__animation::before {
    z-index: 0;
  }
  .aboutusSection__animation::after {
    z-index: 0;
  }
  .aboutusSection__animation__badge {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 30px;
    rotate: 0deg !important;
  }
  .aboutusSection__animation__badge span {
    font-size: 12px;
  }
  .aboutusSection__animation__circle {
    display: none;
  }
  .aboutusSection__award {
    max-width: 100%;
  }
  .aboutusSection__award span {
    font-size: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .aboutusSection h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .aboutusSection__quote {
    margin-top: 40px;
  }
  .aboutusSection__quote h6 {
    font-size: 12px;
  }
  .aboutusSection__award {
    gap: 23px;
    padding: 13px 20px;
    max-width: 100%;
  }
  .aboutusSection__award::before {
    left: 72px;
    top: 24%;
    height: 40px;
  }
  .aboutusSection__award h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .aboutusSection__award img {
    min-width: 25px;
  }
  .aboutusSection__award span {
    font-size: 9px;
  }
}
@media screen and (max-width: 991px) {
  .aboutusSection {
    margin: 24px 0px;
    text-align: left;
  }
  .aboutusSection span {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
  }
  .aboutusSection h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
  }
  .aboutusSection .buttonPrimary {
    margin-top: 14px;
    display: block;
    text-align: center;
  }
  .aboutusSection__award {
    width: 100%;
    gap: 30px;
    align-items: center;
    padding: 13px 7px;
    margin-top: 0;
    min-height: 79px;
    flex: 1;
  }
  .aboutusSection__award::before {
    left: 51px;
    top: 27%;
    height: 36px;
  }
  .aboutusSection__award img {
    max-width: 30px;
  }
  .aboutusSection__award .counter__content span {
    display: inline;
  }
  .aboutusSection__award h3 {
    font-size: 26px;
    line-height: 8px;
    margin-bottom: 0;
  }
  .aboutusSection__award h3 span {
    font-size: 26px;
    line-height: 8px;
  }
  .aboutusSection__award span {
    font-size: 9px;
    font-weight: 500;
    line-height: 12px;
    display: block;
    margin-top: 10px;
    white-space: break-spaces;
  }
  .aboutusSection__review {
    position: initial;
  }
  .aboutusSection__quote {
    display: none;
  }
  .aboutusSection__images {
    margin-top: 12px;
    display: none;
  }
  .aboutusSection__imagesResponsive {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  .aboutusSection__imagesResponsive .d-flex.align-items-center {
    gap: 12px;
    margin-bottom: 15px;
  }
  .aboutusSection__imagesResponsive__imageOne {
    min-width: 146px;
    height: 202px;
  }
  .aboutusSection__imagesResponsive__imageTwo {
    width: 100%;
    margin-bottom: 16px;
    min-width: 140px;
  }
  .aboutusSection__imagesResponsive__imageThree {
    width: 100%;
    min-width: 133px;
  }
  .aboutusSection__imagesResponsive img {
    border-radius: 6px;
    box-shadow: 0px 4px 20px 0px rgba(17, 34, 54, 0.1019607843);
    flex: 1;
    max-height: 79px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .aboutusSection__video {
    position: relative;
  }
  .aboutusSection__video video {
    border-radius: 6px;
    height: 170px;
    min-width: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .aboutusSection__video a {
    position: absolute;
    left: 5%;
    margin: auto;
    text-align: center;
    top: 38%;
    background: transparent;
  }
  .aboutusSection__video a img {
    max-width: 23px;
  }
}
@media screen and (max-width: 767px) {
  .aboutusSectionResponsive__title {
    margin-bottom: 0;
  }
  .aboutusSectionResponsive__video video {
    height: 120px;
    width: 59%;
  }
  .aboutusSectionResponsive__video a {
    left: 25%;
  }
}
@media screen and (max-width: 490px) {
  .aboutusSectionResponsive__title img {
    box-shadow: 0px 4.1px 16.38px -2.73px rgba(16, 34, 54, 0.0784313725);
    transform: rotate(-25deg);
  }
}
@media screen and (max-width: 419px) {
  .aboutusSectionResponsive__video {
    position: relative;
  }
  .aboutusSectionResponsive__video video {
    border-radius: 6px;
    height: 120px;
    width: 45%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .aboutusSectionResponsive__video a {
    position: absolute;
    left: 19%;
    margin: auto;
    text-align: center;
    top: 38%;
    background: transparent;
  }
  .aboutusSectionResponsive__video a img {
    max-width: 23px;
  }
}
.caseStudiesSection {
  margin: 0 40px;
  background-color: #f6f6f7;
  padding: 100px 0px;
  position: relative;
  border-radius: 40px;
}
.caseStudiesSection::before {
  content: "";
  background-image: url("../images/Yellow_Pattern.svg");
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: left top;
  height: 408px;
  width: 487px;
  z-index: 0;
}
.caseStudiesSection::after {
  content: "";
  background-image: url("../images/Yellow_Pattern.svg");
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 408px;
  width: 487px;
  transform: rotate(180deg);
  z-index: 0;
}
.caseStudiesSection .text-center {
  margin-top: 60px;
}
.caseStudiesSection .slick-prev {
  border: 3.5px solid #f6f6f7;
  height: 66px;
  width: 66px;
  background-color: #ffffff;
  border-radius: 40px;
  z-index: 2;
  left: -34px;
}
.caseStudiesSection .slick-prev::before {
  background-image: url("../images/Slider_Arrow_Left.svg");
  background-size: 8px 16px;
  color: transparent;
  line-height: 10px;
  height: 16px;
  width: 16px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  left: 22px;
}
.caseStudiesSection .slick-next {
  border: 3.5px solid #f6f6f7;
  height: 66px;
  width: 66px;
  background-color: #ffffff;
  border-radius: 40px;
  z-index: 2;
  right: -34px;
}
.caseStudiesSection .slick-next::before {
  content: "";
  background-image: url("../images/Slider_Arrow_Right.svg");
  background-size: 8px 16px;
  color: transparent;
  line-height: 10px;
  height: 16px;
  width: 16px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  right: -27px;
}
.caseStudiesSection__slider {
  position: relative;
  z-index: 1;
}
.caseStudiesSection__slider__box {
  padding: 60px 80px;
  background-color: #ffffff;
  box-shadow: 0px 8px 24px -6px rgba(16, 34, 54, 0.1019607843);
  border-radius: 16px;
}
.caseStudiesSection__slider__box__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.caseStudiesSection__slider__box__header ul li {
  display: inline-block;
  margin: 0 3px;
}
.caseStudiesSection__slider__box h4 {
  color: #112236;
  margin-bottom: 30px;
}
.caseStudiesSection__slider__box__body {
  background-color: #f6f6f7;
  padding: 36px 40px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.caseStudiesSection__slider__box__body h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #112236;
  margin-bottom: 20px;
}
.caseStudiesSection__slider__box__body__username {
  display: flex;
  align-items: center;
  gap: 12px;
}
.caseStudiesSection__slider__box__body__username img {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0784313725);
  border: 2px solid #ffffff;
  border-radius: 80px;
  height: 56px;
  width: 56px;
}
.caseStudiesSection__slider__box__body__username h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #112236;
  margin: 0;
}
.caseStudiesSection__slider__box__body__username span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: rgba(17, 34, 54, 0.6980392157);
}
.caseStudiesSection__slider__box__footer .d-flex {
  gap: 30px;
  align-items: center;
}
.caseStudiesSection__slider__overlay {
  background-image: url("../images/sliderBgImage.png");
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  position: relative;
  color: #ffffff;
  padding: 124px 90px;
  max-width: 520px;
  margin-left: auto;
}
.caseStudiesSection__slider__overlay img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
.caseStudiesSection__slider__overlay::before {
  content: "";
  background-color: rgba(16, 34, 54, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 12px;
}
.caseStudiesSection__slider__overlay .d-flex {
  gap: 68px;
  margin-top: 64px;
}
.caseStudiesSection__slider__overlay h3 {
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -0.01em;
}
.caseStudiesSection__slider__overlay h3 span {
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 48px;
  font-weight: 700;
  line-height: 66px;
  letter-spacing: -0.01em;
  opacity: 1;
}
.caseStudiesSection__slider__overlay span {
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.8;
}

.caseStudiesSection.caseStudies::before {
  transform: rotate(180deg);
  width: 276px;
  height: 272px;
  background: url(../images/caseStudiesbg.png) no-repeat;
  top: -64px;
  left: -25px;
}
.caseStudiesSection.caseStudies::after {
  width: 276px;
  height: 272px;
  background: url(../images/caseStudiesbg.png) no-repeat;
  transform: rotate(0deg);
}
.caseStudiesSection.caseStudies .caseStudiesSection__slider__box__body {
  background: #fff;
  position: relative;
}
.caseStudiesSection.caseStudies .caseStudiesSection__slider__box__body .icon {
  position: absolute;
  width: 103px;
  height: 72px;
  bottom: -51px;
  right: -44px;
}

.caseStudiesSection.caseStudies,
.caseStudiesSection.caseStudies2 {
  position: relative;
  overflow: hidden;
}
.caseStudiesSection.caseStudies .caseStudiesSection__slider__box__body,
.caseStudiesSection.caseStudies2 .caseStudiesSection__slider__box__body {
  background: #fff;
  position: relative;
}
.caseStudiesSection.caseStudies [class*=col-],
.caseStudiesSection.caseStudies2 [class*=col-] {
  position: relative;
  z-index: 9;
}
.caseStudiesSection.caseStudies h4,
.caseStudiesSection.caseStudies2 h4 {
  margin-bottom: 30px;
}
.caseStudiesSection.caseStudies .featured,
.caseStudiesSection.caseStudies2 .featured {
  position: absolute;
  top: 30px;
  left: 2px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  transform: rotate(-45deg);
  color: #112236;
}
.caseStudiesSection.caseStudies .caseStudiesSection__slider__box__header span,
.caseStudiesSection.caseStudies2 .caseStudiesSection__slider__box__header span {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #404e5e;
}
.caseStudiesSection.caseStudies .caseStudiesSection__slider__overlay,
.caseStudiesSection.caseStudies2 .caseStudiesSection__slider__overlay {
  position: relative;
}
.caseStudiesSection.caseStudies .caseStudiesSection__slider__overlay .badge,
.caseStudiesSection.caseStudies2 .caseStudiesSection__slider__overlay .badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #112236;
  background: #f6f6f7;
  border-radius: 8px;
}

.caseStudiesSection.responsive {
  display: none;
}

.caseStudiesSection.caseStudies2 {
  box-shadow: 0px 8px 24px -6px rgba(16, 34, 54, 0.1019607843);
  margin-bottom: 100px;
}
.caseStudiesSection.caseStudies2::before {
  width: 276px;
  height: 272px;
  background: url(../images/caseStudiesBg21.png) no-repeat;
  top: 0;
  right: 0;
  left: unset;
}
.caseStudiesSection.caseStudies2::after {
  width: 157px;
  height: 196px;
  transform: rotate(0deg);
  background: url(../images/caseStudiesBg22.png) no-repeat;
  top: unset;
  bottom: 0;
  right: unset;
  left: 0;
}
.caseStudiesSection.caseStudies2 h4 {
  position: relative;
}
.caseStudiesSection.caseStudies2 h4::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 17px;
  top: 12px;
  left: -34px;
  background: url(../images/caseStudiesIcon23.png) no-repeat;
}
.caseStudiesSection.caseStudies2 .caseStudiesSection__slider__box__body {
  background: #fff;
  position: relative;
}
.caseStudiesSection.caseStudies2 .caseStudiesSection__slider__box__body .icon {
  position: absolute;
  width: 36px;
  height: 41px;
  top: -22px;
  right: 3px;
}

@media screen and (max-width: 1199px) {
  .caseStudiesSection .row {
    align-items: center;
  }
  .caseStudiesSection__slider__box__header ul li img {
    max-width: 25px;
  }
  .caseStudiesSection__slider__box h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .caseStudiesSection.responsive {
    display: block !important;
  }
  .caseStudiesSection.dekstop {
    display: none;
  }
  .caseStudiesSection__slider__overlay {
    margin-bottom: 24px;
  }
  .caseStudiesSection {
    margin: 0 12px;
    border-radius: 12px;
    padding: 22px 0;
  }
  .caseStudiesSection::before, .caseStudiesSection::after {
    width: 84px;
    height: 70px;
    background-image: url("../images/Yellow_Pattern_Small.svg");
  }
  .caseStudiesSection .text-center {
    margin-top: 16px;
  }
  .caseStudiesSection .slick-prev {
    height: 31px;
    width: 31px;
    left: -9px;
    top: 48%;
    border: 1px solid #f6f6f7;
  }
  .caseStudiesSection .slick-prev::before {
    left: 8px;
  }
  .caseStudiesSection .slick-next {
    height: 31px;
    width: 31px;
    right: -9px;
    top: 48%;
    border: 1px solid #f6f6f7;
  }
  .caseStudiesSection .slick-next::before {
    right: -11px;
  }
  .caseStudiesSection__slider__box {
    padding: 18px 9px;
    box-shadow: none;
  }
  .caseStudiesSection__slider__box h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-bottom: 14px;
  }
  .caseStudiesSection__slider__box__header {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .caseStudiesSection__slider__box__header span {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.06em;
    display: block;
    margin-bottom: 8px;
  }
  .caseStudiesSection__slider__box__header ul {
    text-align: center;
  }
  .caseStudiesSection__slider__box__header ul li img {
    max-width: 24px;
  }
  .caseStudiesSection__slider__box__body {
    padding: 18px 12px;
    margin-bottom: 14px;
  }
  .caseStudiesSection__slider__box__body h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .caseStudiesSection__slider__box__body__username img {
    height: 35px;
    width: 35px;
  }
  .caseStudiesSection__slider__box__body__username h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.03em;
  }
  .caseStudiesSection__slider__box__body__username span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.03em;
  }
  .caseStudiesSection__slider__box__footer .buttonPrimary {
    padding: 11px 24px;
  }
  .caseStudiesSection__slider__box__footer .d-flex {
    justify-content: center;
    margin-bottom: 18px;
  }
  .caseStudiesSection__slider__overlay {
    padding: 36px 22px;
    max-width: 100%;
  }
  .caseStudiesSection__slider__overlay img {
    max-width: 60px;
  }
  .caseStudiesSection__slider__overlay .d-flex {
    margin-top: 17px;
    gap: 25px;
  }
  .caseStudiesSection__slider__overlay .d-flex div {
    text-align: center;
  }
  .caseStudiesSection__slider__overlay .d-flex h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.01em;
  }
  .caseStudiesSection__slider__overlay .d-flex h3 span {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.01em;
  }
  .caseStudiesSection__slider__overlay .d-flex span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
  }
  .caseStudiesSection.caseStudies::after {
    width: 140px;
  }
  .caseStudiesSection.caseStudies::before {
    top: -2px;
    left: -20px;
    width: 160px;
    height: 269px;
  }
  .caseStudiesSection.caseStudies h4,
  .caseStudiesSection.caseStudies2 h4 {
    font-size: 24px;
    line-height: 1.3;
  }
  .caseStudiesSection.caseStudies .featured,
  .caseStudiesSection.caseStudies2 .featured {
    font-size: 14px;
    top: 15px;
    left: -4px;
  }
  .caseStudiesSection.caseStudies .caseStudiesSection__slider__box__body .icon,
  .caseStudiesSection.caseStudies2 .caseStudiesSection__slider__box__body .icon {
    width: 48px;
    height: 33px;
    bottom: -21px;
    right: -15px;
  }
  .caseStudiesSection.caseStudies .buttonPrimary,
  .caseStudiesSection.caseStudies2 .buttonPrimary {
    padding: 9px 20px;
  }
  .caseStudiesSection.caseStudies .caseStudiesSection__slider__overlay .badge,
  .caseStudiesSection.caseStudies2 .caseStudiesSection__slider__overlay .badge {
    font-size: 12px;
    padding: 6px 12px;
    top: 10px;
    left: 10px;
  }
  .caseStudiesSection.caseStudies2 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .caseStudiesSection.caseStudies2::before {
    bottom: -19px;
    right: 0;
    top: unset;
    left: unset;
    transform: rotate(90deg);
    width: 243px;
    height: 264px;
  }
  .caseStudiesSection.caseStudies2::after {
    top: -19px;
    right: unset;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    width: 143px;
    height: 142px;
  }
  .caseStudiesSection.caseStudies2 .caseStudiesSection__slider__box__body .icon {
    width: 28px;
    height: 33px;
  }
  .caseStudiesSection.caseStudies2 h4::after {
    display: none;
  }
}
@media screen and (max-width: 419px) {
  .caseStudiesSection__slider__overlay .d-flex span {
    font-size: 12px;
  }
  .caseStudiesSection__slider__box__footer .d-flex {
    gap: 10px;
  }
  .caseStudiesSection__slider__box__footer .buttonPrimary {
    padding: 11px 14px;
  }
}
@media screen and (max-width: 375px) {
  .caseStudiesSection.caseStudies .caseStudiesSection__slider__overlay .badge {
    display: none;
  }
  .caseStudiesSection.caseStudies2 .caseStudiesSection__slider__overlay .badge {
    display: none;
  }
}
.allArticles {
  margin: 100px 40px;
  position: relative;
}
.allArticles::before {
  content: "";
  position: absolute;
  height: 82%;
  width: 1px;
  background-color: #dddddd;
  left: 50%;
  bottom: 0;
}
.allArticles__header {
  margin-bottom: 24px;
}
.allArticles__header span {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.allArticles__header span img {
  margin-right: 4px;
}
.allArticles__left {
  padding-right: 50px;
}
.allArticles__right {
  padding-left: 50px;
}
.allArticles__largePost {
  overflow: hidden;
}
.allArticles__largePost .overflow-hidden {
  border-radius: 40px;
}
.allArticles__largePost:hover h5 {
  color: #ff5b59;
}
.allArticles__largePost:hover .overflow-hidden img {
  transform: scale(1.1);
}
.allArticles__largePost__image {
  border-radius: 40px;
  max-height: 370px;
}
.allArticles__largePost h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #112236;
  margin: 24px 0 16px 0;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.allArticles__largePost img {
  transition: all 0.5s ease-in-out;
}
.allArticles__largePost .d-flex {
  gap: 32px;
  position: relative;
}
.allArticles__largePost .d-flex::before {
  content: "";
  position: absolute;
  left: 138px;
  text-align: center;
  height: 100%;
  width: 1px;
  background-color: rgba(17, 34, 54, 0.2);
}
.allArticles__largePost .d-flex span {
  font-size: 16px;
  font-weight: 400;
  line-height: 11px;
  color: rgba(17, 34, 54, 0.8);
  display: flex;
  align-items: center;
  gap: 5px;
}
.allArticles__smallPost {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
}
.allArticles__smallPost__image {
  max-width: 237px;
  min-width: 237px;
  max-height: 160px;
  min-height: 160px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.allArticles__smallPost .overflow-hidden {
  border-radius: 20px;
  max-width: 237px;
  min-width: 237px;
  max-height: 160px;
  min-height: 160px;
}
.allArticles__smallPost .overflow-hidden img {
  transition: all 0.4s;
}
.allArticles__smallPost:hover h5 {
  color: #ff5b59;
}
.allArticles__smallPost:hover .overflow-hidden img {
  transform: scale(1.1);
}
.allArticles__smallPost h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #112236;
  margin-bottom: 16px;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.allArticles__smallPost .d-flex {
  gap: 32px;
  position: relative;
}
.allArticles__smallPost .d-flex::before {
  content: "";
  position: absolute;
  left: 138px;
  text-align: center;
  height: 100%;
  width: 1px;
  background-color: rgba(17, 34, 54, 0.2);
}
.allArticles__smallPost .d-flex span {
  font-size: 16px;
  font-weight: 400;
  line-height: 11px;
  color: rgba(17, 34, 54, 0.8);
  display: flex;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 1399px) {
  .allArticles__smallPost .d-flex {
    gap: 10px;
  }
  .allArticles__smallPost .d-flex::before {
    opacity: 0;
  }
  .allArticles__left {
    padding-right: 25px;
  }
  .allArticles__right {
    padding-left: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .allArticles__largePost__image {
    border-radius: 20px;
  }
  .allArticles__smallPost {
    gap: 12px;
  }
  .allArticles__smallPost__image {
    max-width: 190px;
    min-width: 190px;
    max-height: 120px;
    min-height: 120px;
  }
  .allArticles__smallPost .overflow-hidden {
    max-width: 190px;
    min-width: 190px;
    max-height: 120px;
    min-height: 120px;
  }
  .allArticles__smallPost .d-flex {
    gap: 10px;
    display: block !important;
  }
  .allArticles__smallPost .d-flex::before {
    opacity: 0;
  }
  .allArticles__smallPost .d-flex span {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
  }
  .allArticles__smallPost .d-flex span img {
    max-width: 12px;
  }
  .allArticles__smallPost h5 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .allArticles {
    margin: 42px 0;
  }
  .allArticles__header {
    margin-bottom: 10px;
  }
  .allArticles__header span {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }
  .allArticles__left {
    padding-right: 0;
  }
  .allArticles__right {
    padding-left: 0;
  }
  .allArticles::before {
    display: none;
  }
  .allArticles__largePost {
    margin-bottom: 16px;
    display: block;
  }
  .allArticles__largePost h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 12px 0 8px 0;
  }
  .allArticles__largePost .overflow-hidden {
    all: unset;
    display: block;
  }
  .allArticles__largePost__image {
    border-radius: 4px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .allArticles__largePost .d-flex::before {
    left: 98px;
  }
  .allArticles__largePost .d-flex span {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    display: initial;
    margin-bottom: 0;
  }
  .allArticles__largePost .d-flex img {
    max-width: 10px;
  }
  .allArticles__row {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 30px;
  }
  .allArticles__smallPost {
    min-width: 263px;
    gap: 10px;
    width: 48%;
    margin-bottom: 0;
  }
  .allArticles__smallPost .overflow-hidden {
    max-width: 61px;
    min-width: 61px;
    max-height: 52px;
    min-height: 52px;
    border-radius: 2px;
  }
  .allArticles__smallPost__image {
    max-width: 61px;
    min-width: 61px;
    max-height: 52px;
    min-height: 52px;
    border-radius: 2px;
  }
  .allArticles__smallPost h5 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .allArticles__smallPost .d-flex {
    gap: 14px;
    display: flex !important;
  }
  .allArticles__smallPost .d-flex span {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
  }
  .allArticles__smallPost .d-flex span img {
    max-width: 10px;
  }
  .allArticles__smallPost .d-flex::before {
    left: 82px;
    height: 65%;
    bottom: 5px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .allArticles__largePost h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin: 12px 0 8px 0;
  }
  .allArticles__smallPost h5 {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 0;
  }
  .allArticles__smallPost .d-flex {
    margin-top: 4px;
  }
  .allArticles__smallPost .d-flex span {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    display: flex;
  }
  .allArticles__smallPost .d-flex span img {
    max-width: 5px;
  }
  .allArticles__smallPost .d-flex::before {
    left: 54px;
    height: 40%;
    bottom: auto;
    top: 3px;
  }
}
@media screen and (max-width: 419px) {
  .allArticles__smallPost {
    width: 100%;
    margin-bottom: 20px;
  }
  .allArticles__smallPost h5 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .allArticles__smallPost .d-flex span {
    font-size: 12px;
    line-height: 16px;
  }
  .allArticles__smallPost .d-flex span img {
    max-width: 12px;
  }
  .allArticles__smallPost .d-flex::before {
    left: 100px;
  }
}
.clients {
  background-color: #f9f9f9;
  padding: 117px 0 80px;
  margin-top: 100px;
}
.clients .row > * {
  padding-left: 20px;
  padding-right: 20px;
}
.clients .col-lg-3 .clients__smallBox:first-child,
.clients .col-lg-3 .clients__smallVideo:first-child {
  margin-bottom: 150px;
}
.clients .col-lg-3 .clients__smallBox:first-child::before,
.clients .col-lg-3 .clients__smallVideo:first-child::before {
  content: "";
  background-image: url("../images/1.svg");
  background-position: right top;
  right: 0;
  top: -60px;
  position: absolute;
  width: 56px;
  height: 36px;
  background-repeat: no-repeat;
}
.clients .col-lg-3 .clients__smallBox:first-child::after,
.clients .col-lg-3 .clients__smallVideo:first-child::after {
  content: "";
  background-image: url("../images/2.svg");
  background-position: right bottom;
  right: 0;
  bottom: -60px;
  position: absolute;
  width: 128px;
  height: 65px;
  background-repeat: no-repeat;
}
.clients .col-lg-3 .clients__smallBox:last-child::after,
.clients .col-lg-3 .clients__smallVideo:last-child::after {
  content: "";
  background-image: url("../images/3.svg");
  background-position: right bottom;
  right: 0;
  bottom: -50px;
  position: absolute;
  width: 68px;
  height: 65px;
  background-repeat: no-repeat;
}
.clients .col-lg-3 .clients__smallBox:last-child::before,
.clients .col-lg-3 .clients__smallVideo:last-child::before {
  content: "";
  background-image: url("../images/4.svg");
  background-position: left top;
  left: -40px;
  top: -50px;
  position: absolute;
  width: 54px;
  height: 80px;
  background-repeat: no-repeat;
}
.clients .col-lg-9 .col-lg-7 {
  position: relative;
  padding-bottom: 50px;
}
.clients .col-lg-9 .col-lg-7:first-child::before {
  content: "";
  background-image: url("../images/9.svg");
  background-position: left top;
  left: -41px;
  top: -60px;
  position: absolute;
  width: 89px;
  height: 80px;
  background-repeat: no-repeat;
}
.clients .col-lg-9 .col-lg-5 {
  position: relative;
}
.clients .col-lg-9 .col-lg-5:nth-child(2)::before {
  content: "";
  background-image: url("../images/5.svg");
  background-position: left top;
  right: -10px;
  top: -20px;
  position: absolute;
  width: 54px;
  height: 80px;
  background-repeat: no-repeat;
}
.clients .col-lg-9 .col-lg-5:nth-child(3)::before {
  content: "";
  background-image: url("../images/6.svg");
  background-position: left top;
  right: -30px;
  top: -50px;
  position: absolute;
  width: 96px;
  height: 80px;
  background-repeat: no-repeat;
  z-index: 1;
}
.clients .col-lg-9 .col-lg-5:nth-child(3)::after {
  content: "";
  background-image: url("../images/7.svg");
  background-position: right bottom;
  right: -10px;
  bottom: 70px;
  position: absolute;
  width: 96px;
  height: 80px;
  background-repeat: no-repeat;
}
.clients__largeBoxThree::before {
  content: "";
  background-image: url("../images/8.svg");
  background-position: left top;
  left: -41px;
  top: -40px;
  position: absolute;
  width: 67px;
  height: 40px;
  background-repeat: no-repeat;
}
.clients__largeBox {
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(17, 34, 54, 0.1019607843);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 30px;
  padding: 30px;
  position: relative;
}
.clients__largeBox h6 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clients__smallBox {
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(17, 34, 54, 0.1019607843);
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 30px;
  padding: 30px;
  position: relative;
}
.clients__smallBox h6 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clients__smallBox a {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: inline;
  max-width: 50px;
}
.clients__smallBox video {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.clients__smallVideo {
  position: relative;
}
.clients__smallVideo a {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: inline;
  max-width: 50px;
}
.clients__smallVideo video {
  width: 100%;
  height: 357px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.clients__videoOne {
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}
.clients__videoTwo {
  margin-top: -60px;
  margin-bottom: 120px;
  position: relative;
}
.clients__videoThree {
  margin-top: -30px;
}
.clients__video {
  position: relative;
}
.clients__video a {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: inline;
  max-width: 50px;
}
.clients__video video {
  width: 100%;
  height: 280px;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.clients date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.03em;
  color: rgba(17, 34, 54, 0.6980392157);
}
.clients h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.03em;
  color: #112236;
  margin-bottom: 8px;
}
.clients__avatar {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 30px;
}
.clients__avatar__circle {
  background-color: #f6d055;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0784313725);
  height: 56px;
  width: 56px;
  overflow: hidden;
  border-radius: 50%;
}
.clients__avatar__circle img {
  max-width: 44px;
}
.clients__avatar h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #112236;
  margin: 0;
}
.clients__avatar span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: rgba(17, 34, 54, 0.6980392157);
}

@media screen and (max-width: 1199px) {
  .clients h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .clients date {
    font-size: 12px;
  }
  .clients__avatar {
    margin-bottom: 15px;
  }
  .clients__avatar h5 {
    font-size: 14px;
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
    max-width: 90px;
  }
  .clients__avatar span {
    max-height: 17px;
    overflow: hidden;
    max-width: 85px;
  }
  .clients__smallBox {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 991px) {
  .clients {
    margin: 24px 0;
    padding: 24px 0px;
  }
  .clients .row > * {
    padding-left: 16px;
    padding-right: 16px;
  }
  .clients__largeBox {
    padding: 16px 18px;
    border-radius: 8px;
  }
  .clients .col-lg-5:nth-child(3) {
    order: 4;
  }
  .clients .col-lg-7:nth-child(4) {
    order: 3;
  }
  .clients .col-lg-3 .clients__smallBox:first-child::before,
  .clients .col-lg-3 .clients__smallVideo:first-child::before {
    content: "";
    background-position: right top;
    left: 0;
    top: -10px;
    position: absolute;
    width: 26px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: 26px 17px;
  }
  .clients .col-lg-9 .col-lg-5:nth-child(3)::before {
    content: "";
    background-position: left top;
    right: 30px;
    top: -30px;
    position: absolute;
    width: 60px;
    height: 22px;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: 60px 22px;
  }
  .clients .col-lg-3 .clients__smallBox:last-child::after,
  .clients .col-lg-3 .clients__smallVideo:last-child::after {
    content: "";
    background-image: url(../images/3.svg);
    right: 0;
    bottom: -20px;
    position: absolute;
    width: 32px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 32px 35px;
  }
  .clients .col-lg-9 .col-lg-5:nth-child(3)::after, .clients__largeBoxThree::before,
  .clients .col-lg-3 .clients__smallBox:last-child::before,
  .clients .col-lg-3 .clients__smallBox:first-child::after {
    display: none;
  }
  .clients .col-lg-9 .col-lg-7:first-child::before {
    left: 0;
    top: -25px;
    width: 48px;
    height: 33px;
    background-size: 48px 33px;
  }
  .clients .col-lg-9 .col-lg-5:nth-child(2)::before {
    width: 26px;
    height: 17px;
    background-size: 26px 17px;
  }
  .clients__smallBox {
    padding: 16px 18px;
    border-radius: 8px;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .clients__smallBox:first-child {
    margin-bottom: 12px !important;
  }
  .clients .col-lg-5 {
    margin-bottom: 12px;
  }
  .clients .col-lg-7 {
    margin-bottom: 12px;
  }
  .clients h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  .clients__avatar {
    margin-bottom: 12px;
  }
  .clients date {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }
  .clients__video {
    margin: 0;
  }
  .clients__video video {
    border-radius: 8px;
    height: 264px;
  }
  .clientResponsive.row > div:nth-child(n+5) {
    display: none !important;
  }
  .clientResponsive[class*=col-] {
    display: none !important;
  }
}
.twoButtons {
  padding: 60px 0px;
}
.twoButtons .d-lg-flex {
  gap: 24px;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .twoButtons {
    padding: 24px 0;
  }
  .twoButtons .d-lg-flex .buttonPrimary {
    margin-bottom: 12px;
    width: 100%;
    padding: 9px 16px;
  }
}
.AboutBanner {
  background-color: #ff5b59;
  border-radius: 32px;
  padding: 100px 0 0 0;
  margin: 20px 40px;
  overflow: hidden;
}
.AboutBanner__slickSlider {
  margin-top: 80px;
}
.AboutBanner__slickSlider .slick-track {
  display: flex;
  align-items: baseline;
}
.AboutBanner__slickSlider .slick-slide {
  margin: 0 10px;
}
.AboutBanner__slickSlider__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  margin-bottom: -7px;
}
.AboutBanner__slickSlider .imageType1 img {
  width: 210px;
  min-width: 210px;
  height: 357px;
}
.AboutBanner__slickSlider .imageType2 img {
  width: 357px;
  min-width: 357px;
  height: 205px;
}
.AboutBanner__slickSlider .imageType3 img {
  width: 227px;
  min-width: 227px;
  height: 227px;
}
.AboutBanner__slickSlider .imageType4 img {
  width: 357px;
  min-width: 357px;
  height: 301px;
}
.AboutBanner__exp {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}
.AboutBanner__exp::before {
  content: "";
  background-image: url("../images/AboutBannerPattern3.svg");
  width: 71px;
  height: 47px;
  background-size: contain;
  position: absolute;
  bottom: -56px;
  left: -79px;
  background-repeat: no-repeat;
}
.AboutBanner__exp span {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.AboutBanner__exp__img li {
  display: inline-block;
  border-radius: 50%;
  background-color: #112236;
  color: #ffffff;
  border: 3px solid #ffffff;
  vertical-align: middle;
  margin: 0 -10px;
}
.AboutBanner__exp__img li:last-child {
  width: 55px;
  height: 55px;
  text-align: center;
  padding-top: 13px;
}
.AboutBanner__exp__img li img {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.AboutBanner h1 {
  font-size: 104px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -0.03em;
  color: #ffffff;
  position: relative;
  margin-bottom: 44px;
}
.AboutBanner h1::before {
  content: "";
  background-image: url("../images/AboutBannerPattern1.svg");
  width: 71px;
  height: 47px;
  background-size: contain;
  position: absolute;
  top: -36px;
  left: -29px;
  background-repeat: no-repeat;
}
.AboutBanner p {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  color: #ffffff;
  position: relative;
  margin-bottom: 31px;
}
.AboutBanner p::before {
  content: "";
  background-image: url("../images/AboutBannerPattern2.svg");
  width: 54px;
  height: 80px;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: -80px;
  background-repeat: no-repeat;
}
.AboutBanner p span {
  color: #f6e911;
  font-weight: 700;
}
.AboutBanner .d-sm-flex {
  gap: 14px;
}
.AboutBanner .buttonPrimary:hover {
  background-color: #ffffff;
  color: #112236;
}

@keyframes bannermove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1199px) {
  .AboutBanner h1 {
    font-size: 80px;
    line-height: 90px;
  }
  .AboutBanner h1::before {
    top: -26px;
    left: -9px;
  }
  .AboutBanner p {
    font-size: 18px;
  }
  .AboutBanner p::before {
    top: -90px;
    right: 40px;
  }
  .AboutBanner__exp::before {
    bottom: -56px;
    left: 0;
  }
  .AboutBanner__exp img {
    max-width: 110px;
  }
}
@media screen and (max-width: 991px) {
  .AboutBanner {
    padding: 30px 0 0 0;
    margin: 20px 12px;
    border-radius: 14px;
  }
  .AboutBanner h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
  }
  .AboutBanner h1::before {
    width: 27px;
    height: 18px;
    top: -6px;
    left: 0;
    right: 140px;
    margin: auto;
  }
  .AboutBanner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
  }
  .AboutBanner p::before {
    width: 17px;
    height: 24px;
    top: -123px;
    right: 4px;
  }
  .AboutBanner__exp {
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .AboutBanner__exp__img li img {
    width: 32px;
    height: 32px;
  }
  .AboutBanner__exp__img li:last-child {
    width: 38px;
    height: 38px;
    padding-top: 5px;
  }
  .AboutBanner__exp::before {
    width: 33px;
    height: 23px;
    bottom: 12px;
    left: 0;
  }
  .AboutBanner__exp img {
    max-width: 98px;
  }
  .AboutBanner__exp span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .AboutBanner .d-block {
    justify-content: center;
  }
  .AboutBanner .d-block a {
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }
  .AboutBanner__slickSlider {
    margin-top: 30px;
  }
  .AboutBanner__slickSlider .slick-slide {
    margin: 0 6px;
  }
  .AboutBanner__slickSlider .imageType1 img {
    width: 112px;
    min-width: 112px;
    height: 190px;
  }
  .AboutBanner__slickSlider .imageType2 img {
    width: 164px;
    min-width: 164px;
    height: 94px;
  }
  .AboutBanner__slickSlider .imageType3 img {
    width: 192px;
    min-width: 192px;
    height: 160px;
  }
  .AboutBanner__slickSlider .imageType4 img {
    width: 112px;
    min-width: 112px;
    height: 190px;
  }
}
@media screen and (max-width: 419px) {
  .AboutBanner__exp span {
    font-size: 14px;
  }
  .AboutBanner__exp::before {
    bottom: 45px;
  }
}
.awardColumn {
  background-color: #f6f6f7;
  border-radius: 32px;
  padding: 18px 18px 3px 18px;
  margin: 0 40px 20px 40px;
}
.awardColumn .col-lg-3 {
  margin-bottom: 15px;
}
.awardColumn .col-lg-3:last-child .awardColumn__box::after {
  display: none;
}
.awardColumn__box {
  background-color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(17, 34, 54, 0.1019607843);
  border-radius: 10px;
  padding: 25px 19px;
  position: relative;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.awardColumn__box:hover img {
  transform: scale(1.2);
}
.awardColumn__box::after {
  content: "";
  background-color: #dde0e3;
  width: 1px;
  height: 86px;
  position: absolute;
  right: -50px;
  top: 19px;
}
.awardColumn__box .d-flex {
  gap: 25px;
  align-items: center;
}
.awardColumn__box img {
  max-width: 50px;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.awardColumn__box h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.01em;
  margin: 0;
  color: #102236;
}
.awardColumn__box h4 span {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.01em;
  margin: 0;
  color: #102236;
}
.awardColumn__box h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 -8px 0;
  color: #102236;
  margin-bottom: 1px;
}
.awardColumn__box h6 span {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #102236;
}
.awardColumn__box span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #102236;
}
.awardColumn__box__rating {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: -4px;
}
.awardColumn__box__rating h6 {
  font-size: 12px;
  font-weight: 600;
  line-height: 10.92px;
  color: #fcbd05;
  margin: 0;
  position: relative;
  top: 1px;
}
.awardColumn__box ul li {
  display: inline-block;
  margin: 0 -2px;
}

@media screen and (max-width: 1399px) {
  .awardColumn .col-lg-3 .awardColumn__box::after {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .awardColumn__box {
    padding: 25px 8px;
  }
  .awardColumn__box img {
    max-width: 30px;
  }
  .awardColumn__box span {
    line-height: 12px;
  }
  .awardColumn__box::before {
    right: auto;
    left: 60px;
  }
}
@media screen and (max-width: 991px) {
  .awardColumn {
    border-radius: 14px;
    padding: 0 0 12px 12px;
  }
  .awardColumn .col-lg-3 {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .awardColumn .col-lg-3:nth-child(odd) .awardColumn__box {
    margin-left: auto;
  }
  .awardColumn .col-lg-3:nth-child(even) .awardColumn__box {
    margin-right: auto;
  }
  .awardColumn__box::before {
    right: auto;
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .awardColumn {
    margin: 0 12px 24px 12px;
  }
  .awardColumn h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
  }
  .awardColumn__box {
    padding: 14px 11px;
    display: block;
    text-align: center;
  }
  .awardColumn__box__rating {
    justify-content: center;
    align-items: center;
  }
  .awardColumn__box .d-flex {
    display: block !important;
    text-align: center;
  }
  .awardColumn__box h4 {
    margin-bottom: -4px;
  }
  .awardColumn__box::before {
    right: auto;
    left: 44px;
    top: 17px;
    height: 40px;
    background-color: #9fa7af;
  }
  .awardColumn__box img {
    max-width: 50px;
    margin-bottom: 5px;
  }
  .awardColumn__box h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
  }
  .awardColumn__box h6 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .awardColumn .col-lg-3 {
    width: 50%;
  }
}
@media screen and (max-width: 419px) {
  .awardColumn .col-lg-3 {
    width: 100%;
  }
  .awardColumn__box {
    max-width: 100%;
  }
  .awardColumn__box::before {
    right: auto;
    left: 50px;
    top: 18px;
  }
  .awardColumn__box .d-flex {
    gap: 37px;
  }
}
.moreAbout {
  padding: 69px 0 0 0;
  background-color: #f6f6f7;
  border-radius: 32px;
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}
.moreAbout::before {
  content: "";
  background-image: url("../images/MoreAboutBg1.svg");
  position: absolute;
  top: 0;
  left: 0;
  background-position: top left;
  width: 537px;
  height: 554px;
  background-size: contain;
  background-repeat: no-repeat;
}
.moreAbout::after {
  content: "";
  background-image: url("../images/MoreAboutBg2.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: bottom right;
  width: 167px;
  height: 172px;
  background-size: contain;
  background-repeat: no-repeat;
}
.moreAbout__video {
  position: relative;
}
.moreAbout__video video {
  height: 475px;
  width: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.moreAbout__video a {
  position: absolute;
  left: 47%;
  text-align: center;
  top: 45%;
  background: transparent;
}
.moreAbout p {
  line-height: 30px;
}
.moreAbout__content {
  padding-left: 55px;
}
.moreAbout__content h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}
.moreAbout__content p {
  color: #112236;
  line-height: 30px;
}
.moreAbout__content li {
  line-height: 30px;
}
.moreAbout blockquote {
  padding-left: 40px;
  border-left: 5px solid #ff5b59;
  margin: 28px 0px;
}
.moreAbout blockquote span {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.moreAbout blockquote p {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}
.moreAbout__images {
  display: flex;
  align-items: center;
  gap: 20px;
  transform: rotate(21.92deg);
  margin-left: auto;
  position: relative;
  gap: 10px;
  margin-right: auto;
  justify-content: center;
}
.moreAbout__images::before {
  content: "";
  background-image: url("../images/MoreAboutPattern1.svg");
  position: absolute;
  top: 200px;
  left: -290px;
  background-position: center;
  width: 82px;
  height: 57px;
  background-size: contain;
  background-repeat: no-repeat;
}
.moreAbout__images__twoImages {
  display: grid;
  gap: 20px;
  position: relative;
}
.moreAbout__images__twoImages::before {
  content: "";
  background-image: url("../images/MoreAboutPattern3.svg");
  position: absolute;
  bottom: -20px;
  left: -20px;
  background-position: center;
  width: 66px;
  height: 66px;
  background-size: contain;
  background-repeat: no-repeat;
}
.moreAbout__images__twoImages img:nth-child(1) {
  height: 305px;
}
.moreAbout__images__twoImages img:nth-child(2) {
  height: 292px;
}
.moreAbout__images__threeImages {
  display: grid;
  gap: 10px;
  position: relative;
}
.moreAbout__images__threeImages::before {
  content: "";
  background-image: url("../images/MoreAboutPattern2.svg");
  position: absolute;
  top: 10px;
  left: 140px;
  background-position: center;
  width: 78px;
  height: 88px;
  background-size: contain;
  background-repeat: no-repeat;
}
.moreAbout__images__threeImages img:nth-child(1) {
  height: 195px;
}
.moreAbout__images__threeImages img:nth-child(2) {
  height: 187px;
}
.moreAbout__images__threeImages img:nth-child(3) {
  height: 172px;
}
.moreAbout__images__singleImages img {
  height: 418px;
}
.moreAbout__images img {
  max-width: 98px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 1400px) {
  .moreAbout {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .moreAbout::before {
    width: 225px;
  }
  .moreAbout::after {
    width: 107px;
  }
  .moreAbout__images::before {
    top: 0;
    left: 0;
  }
  .moreAbout__images img {
    max-width: 62px;
  }
  .moreAbout__images__singleImages img {
    height: 268px;
  }
  .moreAbout__images__twoImages::before {
    width: 23px;
    height: 23px;
    bottom: -10px;
    left: 0px;
  }
  .moreAbout__images__twoImages img:nth-child(1) {
    height: 195px;
  }
  .moreAbout__images__twoImages img:nth-child(2) {
    height: 186px;
  }
  .moreAbout__images__threeImages::before {
    width: 30px;
    height: 34px;
    top: 33px;
    left: 98px;
  }
  .moreAbout__images__threeImages img:nth-child(1) {
    height: 125px;
  }
  .moreAbout__images__threeImages img:nth-child(2) {
    height: 121px;
  }
  .moreAbout__images__threeImages img:nth-child(3) {
    height: 109px;
  }
}
@media screen and (max-width: 991px) {
  .moreAbout {
    margin: 0 12px 24px 12px;
    padding: 12px 0 12px 0;
    border-radius: 8px;
  }
  .moreAbout::before {
    width: 228px;
    height: 235px;
  }
  .moreAbout .buttonPrimary {
    display: block;
    text-align: center;
  }
  .moreAbout blockquote {
    padding-left: 16px;
    border-left: 2px solid #ff5b59;
    margin-bottom: 14px;
  }
  .moreAbout blockquote span {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }
  .moreAbout blockquote p {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }
  .moreAbout__video video {
    height: 234px;
    border-radius: 8px;
  }
  .moreAbout__video a img {
    max-width: 32px;
  }
  .moreAbout p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  .moreAbout__content {
    padding-left: 0;
    margin-top: 18px;
  }
  .moreAbout__content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
  }
  .moreAbout__content h4::before {
    content: "";
    background-image: url("../images/MoreAboutPattern1.svg");
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    width: 45px;
    height: 31px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .moreAbout__content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  .moreAbout__content li {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  .moreAbout__images::before {
    display: none;
    top: -70px;
    left: auto;
    width: 45px;
    height: 31px;
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .moreAbout {
    margin-bottom: 0;
  }
  .moreAbout::after {
    bottom: 0;
  }
  .moreAbout .row {
    position: relative;
    z-index: 9;
  }
}
@media screen and (max-width: 419px) {
  .moreAbout__content h4 {
    font-size: 20px;
  }
}
.pixiTeam {
  margin: 0 40px;
  padding: 80px 0px;
}
.pixiTeam .containerLarge {
  padding: 0;
}
.pixiTeam .title h3 {
  font-size: 62px;
  font-weight: 600;
  line-height: 93px;
  color: #112236;
}
.pixiTeam__box {
  text-align: center;
  margin-bottom: 45px;
}
.pixiTeam__box:hover .pixiTeam__box__hover {
  transform: translateY(-100%);
}
.pixiTeam__box:hover h4 {
  background: linear-gradient(90deg, #0064e1 24.45%, #ff5b59 76.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: color 0.5s ease;
}
.pixiTeam__box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
  width: 100%;
  max-height: 362px;
}
.pixiTeam__box h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  margin-top: 18px;
  margin-bottom: 0;
}
.pixiTeam__box span {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #404e5e;
}
.pixiTeam__box__image {
  overflow: hidden;
  max-width: 100%;
  max-height: 362px;
  margin: auto;
  border-radius: 24px;
}
.pixiTeam__box__hover {
  background-color: rgba(0, 0, 0, 0.8509803922);
  padding: 18px 0px;
  max-width: 100%;
  max-height: 362px;
  margin: auto;
  transition: all 0.5s ease-in-out;
  transform: translateY(0%);
}
.pixiTeam__box__hover h5 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}
.pixiTeam__box__hover p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0;
}

@media (max-width: 1599px) {
  .pixiTeam__box img {
    max-height: 300px;
    min-height: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1621px) {
  .pixiTeam__box:hover .pixiTeam__box__hover {
    opacity: 1;
    transform: translateY(0%);
    width: 100%;
  }
  .pixiTeam__box__image {
    position: relative;
  }
  .pixiTeam__box__hover {
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .pixiTeam__box__image {
    max-height: 250px;
  }
  .pixiTeam__box img {
    max-height: 250px;
    min-height: 250px;
  }
  .pixiTeam__box h4 {
    font-size: 20px;
    line-height: 24px;
    background: linear-gradient(90deg, #0064e1 24.45%, #ff5b59 76.24%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: color 0.5s ease;
  }
  .pixiTeam__box span {
    font-size: 16px;
    line-height: 20px;
  }
  .pixiTeam__box__hover {
    transform: translateY(-100%);
    padding: 5px 15px;
  }
  .pixiTeam__box__hover h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }
  .pixiTeam__box__hover p {
    font-size: 9px;
    font-weight: 400;
    line-height: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .pixiTeam {
    padding: 24px 0px;
    margin: 0 12px;
  }
  .pixiTeam .title h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }
  .pixiTeam .col-lg-3 {
    width: 50%;
    padding: 0 5px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .pixiTeam__box {
    margin-bottom: 12px;
  }
  .pixiTeam__box img {
    border-radius: 8px;
    max-height: 191px;
    min-height: 191px;
  }
  .pixiTeam__box h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 10px;
  }
  .pixiTeam__box span {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  .pixiTeam__box__hover {
    transform: translateY(-100%);
  }
  .pixiTeam__box__image {
    max-width: 191px;
    max-height: 191px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 419px) {
  .pixiTeam .col-lg-3 {
    width: 100%;
    max-width: 100%;
  }
  .pixiTeam__box__image {
    width: 100%;
    max-width: 100%;
    max-height: 240px;
  }
  .pixiTeam__box__image img {
    max-height: 240px;
    min-height: 240px;
  }
  .pixiTeam__box__hover p {
    font-size: 8px;
  }
}
.whatWeDo {
  background-color: #f6f6f7;
  border-radius: 32px;
  margin: 0 40px 80px 40px;
  padding: 80px 0px;
  position: relative;
}
.whatWeDo::before {
  content: "";
  background-image: url("../images/WWD_BG.svg");
  background-position: right bottom;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  position: absolute;
  width: 485px;
  height: 405px;
  z-index: 0;
  background-size: contain;
}
.whatWeDo__btn {
  text-align: center;
  margin-top: 42px;
  position: relative;
  z-index: 1;
}
.whatWeDo__card {
  padding: 50px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 16px;
}
.whatWeDo__card img {
  max-width: 50px;
  margin-bottom: 20px;
}
.whatWeDo__card span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.03em;
  display: block;
  color: #112236;
}
.whatWeDo__card a {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #112236;
  margin-bottom: 20px;
  display: block;
}
.whatWeDo__card a:hover {
  color: #FF5B59;
}
.whatWeDo__card h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #112236;
  margin-bottom: 20px;
}
.whatWeDo__card .buttonLink {
  display: inline-block;
  margin-bottom: 0;
  color: #6461FF;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
}
.whatWeDo__card .buttonLink:hover {
  color: #112236;
}

@media screen and (max-width: 991px) {
  .whatWeDo {
    border-radius: 8px;
    margin: 0 12px;
    padding: 24px 0;
  }
  .whatWeDo::before {
    width: 239px;
    height: 202px;
  }
  .whatWeDo .col-lg-4 {
    margin-bottom: 12px;
  }
  .whatWeDo__btn {
    margin-top: 4px;
  }
  .whatWeDo__btn .buttonPrimary {
    display: block;
    text-align: center;
  }
  .whatWeDo__card {
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 22px;
  }
  .whatWeDo__card span {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  .whatWeDo__card a {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 12px;
  }
  .whatWeDo__card h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 12px;
  }
  .whatWeDo__card .buttonLink {
    font-size: 14px;
    font-weight: 600;
    line-height: 16.94px;
  }
  .whatWeDo__card img {
    max-width: 50px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 419px) {
  .whatWeDo__card {
    display: block;
  }
  .whatWeDo__card img {
    max-width: 30px;
    margin-bottom: 22px;
  }
}
.accordionSection {
  margin: 0 40px 80px 40px;
  background-color: #6461ff;
  border-radius: 32px;
  padding: 80px 0px;
  min-height: 880px;
  background-image: url("../images/AccordionBGRight.svg");
  background-size: 407px 420px;
  background-repeat: no-repeat;
  background-position: right -50px top;
  position: relative;
  overflow: hidden;
}
.accordionSection::before {
  content: "";
  background-image: url("../images/AS_BG.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  height: 328px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.accordionSection .buttonPrimary {
  z-index: 1;
  position: relative;
}
.accordionSection__grid {
  display: none;
}
.accordionSection__grid .col-lg-6 {
  width: 50%;
}
.accordionSection__grid .col-lg-6 p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.accordionSection__grid .col-lg-12 p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.accordionSection__grid__box {
  background-color: #ffffff;
  padding: 12px 14px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.accordionSection__grid__box h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  color: #112236;
  margin-bottom: 6px;
}
.accordionSection__grid__box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #404e5e;
}
.accordionSection__whiteBox {
  padding: 50px 50px 64px;
  background-color: #ffffff;
  border-radius: 16px;
  margin-bottom: 8px;
  position: relative;
  min-height: 715px;
  overflow: hidden;
}
.accordionSection__whiteBox::before {
  content: "";
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/AccordionBG.png");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 707px;
  height: 361px;
}
.accordionSection__whiteBox__title {
  display: flex;
  gap: 20px;
  align-items: center;
}
.accordionSection__whiteBox__title span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.03em;
  color: #112236;
}
.accordionSection__whiteBox__title h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #112236;
}
.accordionSection__whiteBox p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(17, 34, 54, 0.6980392157);
}
.accordionSection__whiteBox .accordion {
  margin-bottom: 50px;
  min-height: 330px;
}
.accordionSection__whiteBox .accordion .accordion-item {
  border: none;
}
.accordionSection__whiteBox .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../images/AccordionExpanded.svg");
}
.accordionSection__whiteBox .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  background-image: url("../images/AccordionCheckPurple.svg");
}
.accordionSection__whiteBox .accordion .accordion-item .accordion-button {
  background-color: transparent;
  color: rgba(17, 34, 54, 0.6980392157);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  border: none;
  padding: 10px 0px 10px 32px;
  border-radius: 0;
  box-shadow: none;
}
.accordionSection__whiteBox .accordion .accordion-item .accordion-button::before {
  content: "";
  background-image: url("../images/AccordionCheckGray.svg");
  background-size: 14px;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 16px;
}
.accordionSection__whiteBox .accordion .accordion-item .accordion-button[aria-expanded=true] {
  color: #6461ff;
}
.accordionSection__whiteBox .accordion .accordion-item .accordion-button::after {
  background-image: url("../images/AccordionNormal.svg");
  background-size: 14px;
  height: 14px;
  width: 14px;
}
.accordionSection__whiteBox .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.accordionSection__whiteBox .accordion .accordion-item .accordion-body {
  padding: 0;
}
.accordionSection__slider {
  padding-left: 100px;
}
.accordionSection__slider .slick-current h4 {
  opacity: 1;
}
.accordionSection__slider .slick-current p {
  opacity: 1;
}
.accordionSection__slider__wrapper h4 {
  font-size: 34px;
  font-weight: 600;
  line-height: 51px;
  color: #ffffff;
  margin-bottom: 8px;
  opacity: 100%;
}
.accordionSection__slider__wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  opacity: 100%;
  margin-bottom: 56px;
}

@media screen and (max-width: 991px) {
  .accordionSection .buttonPrimary {
    width: 100%;
    text-align: center;
  }
  .accordionSection {
    margin: 0 16px 24px 16px;
    background-size: 210px 217px;
    padding: 24px 0px;
    border-radius: 8px;
  }
  .accordionSection::before {
    width: 110px;
    height: 58px;
  }
  .accordionSection__grid {
    display: none;
  }
  .accordionSection__whiteBox {
    padding: 20px 18px;
    border-radius: 8px;
    min-height: 100%;
  }
  .accordionSection__whiteBox__title img {
    max-width: 31px;
  }
  .accordionSection__whiteBox__title span {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
  .accordionSection__whiteBox__title h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }
  .accordionSection__whiteBox .accordion {
    min-height: 100%;
    margin-bottom: 18px;
  }
  .accordionSection__whiteBox .accordion .accordion-item .accordion-button {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-left: 24px;
  }
  .accordionSection__whiteBox .accordion .accordion-item .accordion-button::before {
    top: 12px;
  }
  .accordionSection__whiteBox .accordion .accordion-item .accordion-button::after {
    background-size: 10px;
    height: 10px;
    width: 10px;
  }
  .accordionSection p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  .accordionSection__slider {
    display: initial;
  }
  .accordionSection__slider h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    opacity: 1;
  }
  .accordionSection__slider__wrapper p {
    opacity: 1;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 400px) {
  .accordionSection .buttonPrimary {
    padding: 9px 45px;
  }
  .accordionSection__grid .col-lg-6 {
    width: 100%;
  }
  .accordionSection__whiteBox {
    min-height: 635px;
  }
  .accordionSection__whiteBox p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  .accordionSection__whiteBox__title img {
    max-width: 25px;
  }
  .accordionSection__whiteBox__title span {
    font-size: 12px;
    line-height: 18px;
  }
  .accordionSection__whiteBox__title h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .accordionSection__whiteBox .accordion {
    min-height: 360px;
    margin-bottom: 10px;
  }
  .accordionSection__whiteBox .accordion .accordion-item .accordion-button {
    font-size: 12px;
    line-height: 18px;
    padding-left: 20px;
    gap: 10px;
  }
}
.contactBox {
  background: #ff5b59;
  margin: 20px 40px;
  padding: 60px 0;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
.contactBox::after {
  content: "";
  position: absolute;
  width: 262px;
  height: 247px;
  top: 0;
  left: 0;
  background: url(../images/contactBoxIcon1.png) no-repeat;
  background-size: contain;
}
.contactBox::before {
  content: "";
  position: absolute;
  width: 262px;
  height: 247px;
  top: 0;
  right: 0;
  background: url(../images/contactBoxIcon3.png) no-repeat;
  background-size: contain;
}
.contactBox .title {
  text-align: center;
  margin-bottom: 40px;
}
.contactBox .title h3 {
  color: #112236;
  position: relative;
  display: inline-block;
}
.contactBox .title h3::after {
  content: "";
  position: absolute;
  width: 39px;
  height: 25px;
  top: 0;
  right: -30px;
  background: url(../images/contactBoxIcon14.svg) no-repeat;
  background-size: contain;
}
.contactBox .contactBoxForm {
  padding: 40px;
  background: #f6e911;
  border-radius: 20px;
  position: relative;
  min-height: 1091px;
  z-index: 9;
}
.contactBox .contactBoxForm::after {
  content: "";
  position: absolute;
  width: 134px;
  height: 119px;
  top: 20px;
  right: -30px;
  background: url(../images/contactBoxIcon4.png) no-repeat;
  background-size: contain;
}
.contactBox .contactBoxForm ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #112236;
  gap: 10px;
  justify-content: space-around;
  margin-top: 20px;
}
.contactBox .contactBoxForm ul li .nav-link {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #404e5e;
  padding: 0 0 20px 0;
}
.contactBox .contactBoxForm ul li .nav-link.active {
  color: #112236;
  position: relative;
  background: none;
  padding: 0;
  padding-bottom: 20px;
}
.contactBox .contactBoxForm ul li .nav-link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -4px;
  background: #112236;
}
.contactBox .contactBoxForm form {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.contactBox .contactBoxForm form input,
.contactBox .contactBoxForm form select,
.contactBox .contactBoxForm form textarea {
  width: 100%;
  color: #112236;
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 10px;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 24px;
}
.contactBox .contactBoxForm form input::-moz-placeholder, .contactBox .contactBoxForm form select::-moz-placeholder, .contactBox .contactBoxForm form textarea::-moz-placeholder {
  color: #112236;
}
.contactBox .contactBoxForm form input::placeholder,
.contactBox .contactBoxForm form select::placeholder,
.contactBox .contactBoxForm form textarea::placeholder {
  color: #112236;
}
.contactBox .contactBoxForm form label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #112236;
}
.contactBox .contactBoxForm form label input {
  width: -moz-max-content;
  width: max-content;
  accent-color: transparent;
}
.contactBox .contactBoxForm form input[type=submit] {
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
  background-color: #112236;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
  padding: 17px 50px;
  display: inline-block;
  transition: all 0.4s;
}
.contactBox .contactBoxForm form input[type=submit]:hover {
  background-color: #ff5b59;
}
.contactBox .r-tabs-accordion-title {
  display: none;
}
.contactBox .d-flex {
  gap: 10px;
  min-height: 50%;
  height: calc(50% - 6px);
  z-index: 9;
  position: relative;
}
.contactBox .rightBoxes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  position: relative;
}
.contactBox .rightBoxes::after {
  content: "";
  position: absolute;
  width: 262px;
  height: 247px;
  top: 45%;
  right: -262px;
  background: url(../images/contactBoxIcon1.png) no-repeat;
  background-size: contain;
  z-index: 1;
}
.contactBox .mapBox {
  position: relative;
  box-shadow: 0px 4px 20px 0px rgba(17, 34, 54, 0.1019607843);
  border-radius: 20px;
  overflow: hidden;
  width: calc(50% - 5px);
}
.contactBox .mapBox iframe {
  width: 100%;
  height: 100%;
}
.contactBox .mapBox .textBox {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #112236;
  padding: 27px 22px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contactBox .mapBox .textBox img {
  max-width: 34px;
}
.contactBox .mapBox .textBox p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
}
.contactBox .contactCards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(50% - 5px);
}
.contactBox .contactCards .card {
  display: block;
  padding: 26px;
  background: #6461ff;
  border-radius: 20px;
  height: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
}
.contactBox .contactCards .card p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  transition: all 0.4s;
}
.contactBox .contactCards .card:hover p {
  color: #112236;
}
.contactBox .contactCards .card.email {
  background: #fcbd05;
  position: relative;
  overflow: hidden;
}
.contactBox .contactCards .card.email::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 112px;
  top: -1px;
  right: -2px;
  background: url(../images/contactBoxIcon8.png) no-repeat;
  background-size: contain;
}
.contactBox .contactCards .card.email:hover p {
  color: #112236;
}

.contactBoxForm .wpcf7 form .wpcf7-response-output {
  margin: 0;
}

.subscribeBox .textBox .mb-3.mb-lg-4 {
  margin: 0 !important;
}

.subscribeBox .textBox .wpcf7 form {
  position: relative;
}

.subscribeBox .textBox .wpcf7 form .wpcf7-response-output {
  position: absolute;
  bottom: -50px;
  display: block;
  margin: 0;
  border: unset;
  padding: 0;
}

.subscribeBox .textBox .wpcf7-not-valid-tip {
  display: none;
}

.subscribeBox .textBox input.wpcf7-not-valid {
  border: 1px solid red;
}

.subscribeBox {
  background: #f6f6f7;
  border-radius: 12px;
  position: relative;
  height: 100%;
  z-index: 9;
}
.subscribeBox::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 140px;
  top: 0;
  right: -3px;
  background: url(../images/contactBoxIcon9.png) no-repeat;
  background-size: contain;
}
.subscribeBox::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 140px;
  bottom: 0;
  left: 0;
  background: url(../images/contactBoxIcon10.png) no-repeat;
  background-size: contain;
}
.subscribeBox .textBox {
  max-width: 540px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 9;
}
.subscribeBox .textBox h4 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  color: #ff5b59;
  margin-bottom: 44px;
}
.subscribeBox .textBox h4 span {
  color: #6461ff;
}
.subscribeBox form {
  display: flex;
  gap: 12px;
}
.subscribeBox form input {
  border-radius: 50px;
  background: #ffffff;
  padding: 20px 24px;
  color: #707a86;
  outline: none;
  border: 1px solid #dde0e3;
}
.subscribeBox form input[type=submit] {
  width: -moz-max-content;
  width: max-content;
  background-color: #6461ff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #ffffff;
  padding: 17px 50px;
  display: inline-block;
  transition: all 0.4s;
}
.subscribeBox form input[type=submit]:hover {
  background-color: #ff5b59;
}
.subscribeBox .icon1 {
  position: absolute;
  top: 0;
  right: -70px;
  z-index: 9;
}
.subscribeBox .icon2 {
  position: absolute;
  top: 54px;
  left: 172px;
}
.subscribeBox .icon3 {
  position: absolute;
  top: 45%;
  right: 58px;
}
.subscribeBox .icon4 {
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media (max-width: 1200px) {
  .contactBox .contactBoxForm {
    padding: 20px;
  }
  .contactBox .contactBoxForm ul {
    position: relative;
    z-index: 9;
  }
  .contactBox .contactBoxForm ul li .nav-link {
    padding: 0 0 20px 0;
  }
  .contactBox .mapBox .textBox {
    flex-direction: column;
  }
  .subscribeBox form {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .subscribeBox form input[type=submit] {
    width: 100%;
  }
  .subscribeBox .textBox .wpcf7 form .wpcf7-response-output {
    position: unset;
  }
}
@media (max-width: 991px) {
  .contactBox {
    margin: 16px;
    border-radius: 14px;
    padding: 24px 0;
  }
  .contactBox .contactBoxForm::after {
    display: none;
  }
  .contactBox .title h3 {
    font-size: 32px;
    margin-bottom: 0;
  }
  .contactBox .title {
    margin-bottom: 24px;
  }
  .contactBox .contactBoxForm {
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .contactBox .d-flex {
    margin-top: 18px;
    min-height: 450px;
  }
  .subscribeBox {
    padding: 50px 0;
  }
  .subscribeBox .icon2 {
    left: 30px;
  }
  .contactBox form select,
  .contactBox form input {
    height: auto;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .contactBox .contactBoxForm ul li .nav-link {
    font-size: 18px;
  }
  .contactBox .contactBoxForm {
    border-radius: 14px;
    padding: 20px 12px 24px 12px;
  }
  .contactBox .contactBoxForm form input[type=submit] {
    width: 100%;
  }
  .contactBox .d-flex {
    flex-direction: column;
    gap: 18px;
    height: 100%;
    min-height: auto;
  }
  .contactBox .mapBox {
    width: 100%;
    min-height: 310px;
    border-radius: 14px;
  }
  .contactBox .mapBox .textBox {
    flex-direction: row;
  }
  .contactBox .contactCards {
    flex-direction: row;
    min-height: 180px;
    width: 100%;
  }
  .contactBox .contactCards .card {
    height: 100%;
    width: calc(50% - 3px);
    border-radius: 14px;
    padding: 26px 18px;
  }
  .contactBox .contactCards .card p {
    font-size: 14px;
  }
  .contactBox .contactCards .card img {
    max-width: 34px;
  }
  .contactBox .contactCards .card.email::after {
    width: 70px;
  }
  .subscribeBox {
    overflow: hidden;
  }
  .subscribeBox::before {
    left: -49px;
    top: -26px;
    width: 90px;
    bottom: unset;
    transform: rotate(90deg);
  }
  .subscribeBox::after {
    right: 22px;
    top: unset;
    bottom: -44px;
    width: 90px;
    transform: rotate(90deg);
  }
  .subscribeBox .icon3,
  .subscribeBox .icon4,
  .subscribeBox .icon2 {
    display: none;
  }
  .subscribeBox .icon1 {
    width: 48.95px;
    height: 17.21px;
    right: 15px;
    top: 40px;
  }
  .subscribeBox .textBox h4 {
    font-size: 24px;
  }
  .subscribeBox form {
    position: relative;
    display: block;
  }
  .subscribeBox form input {
    width: 100%;
    padding: 16px 24px;
    padding-right: 175px;
  }
  .subscribeBox form input[type=submit] {
    position: absolute;
    right: 4px;
    top: 4px;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    padding: 10px 24px;
  }
  .contactBox .textBox .wpcf7 {
    width: 100%;
  }
  .subscribeBox form {
    margin: 0 auto;
  }
  .subscribeBox form input {
    height: auto;
  }
  .subscribeBox form button.buttonPurple {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
  }
}
@media (max-width: 400px) {
  .contactBox .contactBoxForm ul li .nav-link {
    font-size: 14px;
  }
  .contactBox .contactBoxForm form input,
  .contactBox .contactBoxForm form select,
  .contactBox .contactBoxForm form textarea {
    padding: 10px 15px;
  }
  .contactBox .mapBox .textBox p {
    font-size: 14px;
  }
  .contactBox .contactCards {
    flex-direction: column;
  }
  .contactBox .contactCards .card {
    width: 100%;
  }
  .subscribeBox form {
    display: flex;
  }
  .subscribeBox form input[type=submit] {
    position: unset;
    width: 100%;
  }
  .contactBox .contactCards .card p {
    margin-top: 14px;
  }
  .subscribeBox form button.buttonPurple {
    position: unset;
    width: 100%;
  }
  .subscribeBox form input {
    padding-right: 5px;
  }
}
.socialMedia {
  margin-bottom: 20px;
  margin: 0 28px 20px 28px;
}
.socialMedia .d-flex {
  border-radius: 24px;
  border: 1px solid #BEC4CA;
  width: 100%;
  background: #F6F6F7;
  overflow: hidden;
}
.socialMedia .d-flex .socialMediaCard {
  width: 20%;
  padding: 32px;
  display: block;
}
.socialMedia .d-flex .socialMediaCard svg {
  transition: all 0.4s;
}
.socialMedia .d-flex .socialMediaCard svg path {
  transition: all 0.4s;
}
.socialMedia .d-flex .socialMediaCard h5 {
  transition: color 0.5s ease-in-out;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #112236;
  margin-top: 72px;
  margin-bottom: 0;
}
.socialMedia .d-flex .socialMediaCard + .socialMediaCard {
  border-left: 1px solid #BEC4CA;
}
.socialMedia .d-flex .socialMediaCard.fb:hover svg path {
  fill: #1877F2;
}
.socialMedia .d-flex .socialMediaCard.fb:hover h5 {
  color: #1877F2;
}
.socialMedia .d-flex .socialMediaCard.insta img {
  display: none;
  width: 40px;
  height: 40px;
}
.socialMedia .d-flex .socialMediaCard.insta svg path {
  fill: #112236;
}
.socialMedia .d-flex .socialMediaCard.insta:hover img {
  display: block;
}
.socialMedia .d-flex .socialMediaCard.insta:hover svg {
  display: none;
}
.socialMedia .d-flex .socialMediaCard.insta:hover h5 {
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
  transition: all 0.4s ease-in-out;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.socialMedia .d-flex .socialMediaCard.link:hover svg path {
  fill: #0077b5;
}
.socialMedia .d-flex .socialMediaCard.link:hover h5 {
  color: #0077b5;
}
.socialMedia .d-flex .socialMediaCard.you:hover svg path {
  fill: #FF0000;
}
.socialMedia .d-flex .socialMediaCard.you:hover h5 {
  color: #FF0000;
}
.socialMedia .d-flex .socialMediaCard.goo img {
  display: none;
  width: 35px;
  height: 35px;
}
.socialMedia .d-flex .socialMediaCard.goo svg path {
  fill: #112236;
}
.socialMedia .d-flex .socialMediaCard.goo h5 {
  display: flex;
}
.socialMedia .d-flex .socialMediaCard.goo h5 span {
  transition: all 0.3s ease-in-out;
}
.socialMedia .d-flex .socialMediaCard.goo:hover img {
  display: block;
}
.socialMedia .d-flex .socialMediaCard.goo:hover svg {
  display: none;
}
.socialMedia .d-flex .socialMediaCard.goo:hover h5 span:nth-child(1) {
  color: #4285F4;
}
.socialMedia .d-flex .socialMediaCard.goo:hover h5 span:nth-child(2) {
  color: #EA4335;
}
.socialMedia .d-flex .socialMediaCard.goo:hover h5 span:nth-child(3) {
  color: #FBBC05;
}
.socialMedia .d-flex .socialMediaCard.goo:hover h5 span:nth-child(4) {
  color: #4285F4;
}
.socialMedia .d-flex .socialMediaCard.goo:hover h5 span:nth-child(5) {
  color: #34A853;
}
.socialMedia .d-flex .socialMediaCard.goo:hover h5 span:nth-child(6) {
  color: #EA4335;
}

@media (max-width: 991px) {
  .socialMedia {
    margin: 0 4px 24px 4px;
  }
  .socialMedia .d-flex {
    flex-wrap: wrap;
  }
  .socialMedia .d-flex .socialMediaCard {
    width: 50%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .socialMedia .d-flex .socialMediaCard:nth-of-type(even) {
    border-bottom: 1px solid #BEC4CA;
  }
  .socialMedia .d-flex .socialMediaCard:nth-of-type(odd) {
    border-left: none;
    border-bottom: 1px solid #BEC4CA;
  }
  .socialMedia .d-flex .socialMediaCard:last-child {
    border-left: none;
    border-bottom: none;
  }
  .socialMedia .d-flex .socialMediaCard h5 {
    margin-top: 30px;
  }
  .socialMedia .d-flex .socialMediaCard {
    padding: 24px;
  }
}
@media (max-width: 400px) {
  .socialMedia .d-flex .socialMediaCard {
    width: 100%;
    border-top: 0;
  }
  .socialMedia .d-flex .socialMediaCard + .socialMediaCard {
    border-left: none;
    border-top: 1px solid #BEC4CA;
  }
}
.blogListBanner {
  margin: 20px 40px 100px 40px;
  background-color: #112236;
  border-radius: 32px;
  padding: 65px 0 90px;
  position: relative;
  overflow: hidden;
}
.blogListBanner .col-lg-6 {
  z-index: 1;
}
.blogListBanner__bgCircle {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.blogListBanner::before {
  content: "";
  background-image: url("../images/Featured_Article1.svg");
  background-position: left center;
  background-size: 116px 54px;
  width: 116px;
  height: 54px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}
.blogListBanner::after {
  content: "";
  background-image: url("../images/Featured_Article2.svg");
  background-position: right center;
  background-size: 104px 73px;
  width: 104px;
  height: 73px;
  position: absolute;
  right: 15px;
  background-repeat: no-repeat;
  top: 50px;
}
.blogListBanner h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #ff5b59;
  text-align: center;
  position: relative;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.blogListBanner h1::before {
  content: "";
  background-image: url("../images/Featured_Article.svg");
  width: 40px;
  height: 26px;
  background-size: 40px 26px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
}
.blogListBanner .mainTitle {
  font-size: 38px;
  font-weight: 600;
  line-height: 57px;
  color: #ffffff;
  margin-bottom: 6px;
  display: block;
}
.blogListBanner .mainTitle:hover {
  color: #ff5b59;
}
.blogListBanner span {
  display: block;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.blogListBanner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 16px;
}
.blogListBanner .d-flex {
  gap: 32px;
  position: relative;
  margin-bottom: 28px;
}
.blogListBanner .d-flex::before {
  content: "";
  position: absolute;
  left: 138px;
  text-align: center;
  height: 20px;
  width: 1px;
  background-color: #ffffff;
  top: 3px;
}
.blogListBanner .d-flex img {
  margin-right: 4px;
}
.blogListBanner .d-flex span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.blogListBanner__image {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  min-height: 440px;
}
.blogListBanner__image::before {
  content: "";
  background-image: url("../images/ImageLines.svg");
  width: 100%;
  height: 103%;
  background-size: 103%;
  position: absolute;
  background-repeat: no-repeat;
}
.blogListBanner__image img {
  border-radius: 32px;
  max-width: 600px;
  min-height: 440px;
  margin-left: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 1399px) {
  .blogListBanner__image img {
    max-width: 100%;
    min-height: 100%;
  }
  .blogListBanner__image {
    max-width: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .blogListBanner .mainTitle {
    font-size: 30px;
    line-height: 44px;
  }
  .blogListBanner__image {
    max-width: 100%;
    min-height: 100%;
  }
  .blogListBanner__image::before {
    left: 0;
    top: 0;
    height: 100%;
    background-size: 106%;
    background-position: center;
  }
  .blogListBanner__image img {
    max-width: 100%;
    min-height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .blogListBanner {
    margin: 16px 16px 24px 16px;
    padding: 14px 0 58px;
    border-radius: 14px;
    text-align: center;
  }
  .blogListBanner::before {
    background-size: 44px 31px;
    width: 44px;
    height: 31px;
    left: -16px;
    top: 80px;
  }
  .blogListBanner::after {
    background-size: 44px 31px;
    width: 44px;
    height: 31px;
    top: auto;
    bottom: 220px;
  }
  .blogListBanner h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 6px;
    max-width: 259px;
  }
  .blogListBanner h1::before {
    width: 25px;
    height: 17px;
    background-size: 25px 17px;
  }
  .blogListBanner span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .blogListBanner .mainTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
  }
  .blogListBanner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .blogListBanner .d-flex {
    justify-content: center;
    margin-bottom: 16px;
  }
  .blogListBanner .d-flex::before {
    height: 11px;
    left: 51%;
  }
  .blogListBanner .d-flex span {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }
  .blogListBanner .d-flex img {
    max-width: 10px;
  }
  .blogListBanner__image {
    max-width: 100%;
    min-height: 100%;
    margin-top: 24px;
  }
  .blogListBanner__image::before {
    left: 0;
    top: 0;
    height: 100%;
    background-position: center;
  }
  .blogListBanner__image img {
    max-width: 100%;
    min-height: 100%;
    border-radius: 18px;
  }
}
.blogListing {
  margin: 0 40px 100px 40px;
}
.blogListing .buttonLink {
  font-size: 16px;
  font-weight: 600;
  line-height: 19.36px;
  letter-spacing: 0.01em;
  padding-bottom: 6px;
}
.blogListing__details {
  margin-top: 20px;
}
.blogListing__details__banner {
  background-color: #ff5b59;
  border-radius: 32px;
  padding: 55px 25px;
  overflow: hidden;
  position: relative;
}
.blogListing__details__banner::after {
  content: "";
  position: absolute;
  width: 283px;
  height: 253px;
  top: 0;
  left: 0;
  background: url(../images/blogListingdetailsbannerIcon1.png) no-repeat;
  background-size: contain;
}
.blogListing__details__banner::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 221px;
  bottom: 0;
  right: 0;
  background: url(../images/blogListingdetailsbannerIcon2.png) no-repeat;
  background-size: contain;
}
.blogListing__details__banner .row {
  position: relative;
  z-index: 9;
}
.blogListing__details__banner h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin: 10px 0px 20px;
}
.blogListing__details__banner__mainImage {
  border-radius: 16px;
  box-shadow: 0px 4px 15px 0px rgba(17, 34, 54, 0.1019607843);
}
.blogListing__details__banner__badgeWrapper {
  display: flex;
  gap: 12px;
  overflow: auto;
  flex-wrap: wrap;
}
.blogListing__details__banner__badgeWrapper::-webkit-scrollbar {
  display: none;
}
.blogListing__details__banner__badge {
  width: 190px;
  height: 38px;
  background-color: #f6e911;
  padding: 10px 14px 10px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #112236;
  min-width: 190px;
  justify-content: center;
  text-align: center;
}
.blogListing__details__banner__badge a {
  color: #112236;
  max-width: 122px;
  max-height: 17px;
}
.blogListing__details__banner .d-flex {
  align-items: center;
  gap: 16px;
}
.blogListing__details__banner .d-flex img {
  max-width: 56px;
  border-radius: 50%;
}
.blogListing__details__banner .d-flex h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.blogListing__details__banner .d-flex span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.blogListing__details__banner ul {
  margin-top: 18px;
}
.blogListing__details__banner ul li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.blogListing__details__banner ul li::before {
  content: "|";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #ffffff;
  position: absolute;
  right: -16px;
  top: 3px;
}
.blogListing__details__banner ul li:last-child {
  margin-right: 0;
}
.blogListing__details__banner ul li:last-child::before {
  display: none;
}
.blogListing__details__banner ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.blogListing__details__banner ul li a img {
  margin-right: 6px;
  max-width: 14px;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.blogListing__details .rowImages .col-lg-6 img,
.blogListing__details .rowImages .col-lg-12 img {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 18px;
  margin-bottom: 40px;
  width: 100%;
}
.blogListing__details__content {
  padding: 40px 80px;
}
.blogListing__details__content__images {
  display: flex;
  gap: 36px;
  justify-content: center;
}
.blogListing__details__content__images img {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 18px;
  margin-bottom: 40px;
  max-width: 100%;
  width: 100%;
}
.blogListing__details__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #404e5e;
  margin-bottom: 18px;
}
.blogListing__details__content a {
  color: #404e5e;
  text-decoration: underline;
}
.blogListing__details__content a:hover {
  text-decoration: none;
}
.blogListing__details__content h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #ff5b59;
  margin: 20px 0 35px;
}
.blogListing__details__content span {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #112236;
  display: block;
  margin-bottom: 8px;
}
.blogListing__details__content ol {
  margin-bottom: 24px;
}
.blogListing__details__content ol li {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #404e5e;
  position: relative;
}
.blogListing__details__content ul {
  margin-bottom: 24px;
}
.blogListing__details__content ul li {
  padding-left: 36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #404e5e;
  position: relative;
}
.blogListing__details__content ul li::before {
  content: "•";
  font-size: 16px;
  color: #404e5e;
  position: absolute;
  left: 12px;
  top: 0px;
  height: 16px;
  width: 16px;
}
.blogListing__treding {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 42px;
}
.blogListing__treding h5 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #112236;
  margin: 0;
}
.blogListing__card {
  display: flex;
  gap: 24px;
  margin-bottom: 36px;
  width: 100%;
}
.blogListing__card .buttonLink {
  border-radius: 0;
  min-width: auto;
  max-width: auto;
}
.blogListing__card:hover a img {
  transform: scale(1.1);
}
.blogListing__card a {
  overflow: hidden;
  border-radius: 12px;
  min-width: 40%;
  max-width: 40%;
}
.blogListing__card a img {
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogListing__card__mainImage {
  box-shadow: 4px 4px 15px 0px rgba(17, 34, 54, 0.0784313725);
  border-radius: 12px;
}
.blogListing__card__views {
  display: flex;
  gap: 12px;
  align-items: center;
}
.blogListing__card__views span {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #707a86;
}
.blogListing__card h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #112236;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogListing__card h6 a {
  color: #112236;
}
.blogListing__card h6 a:hover {
  color: #6461ff;
}
.blogListing__card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #707a86;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogListing__card .d-flex {
  gap: 15px;
  align-items: center;
}
.blogListing__card .d-flex img {
  max-width: 34px;
  border-radius: 50%;
}
.blogListing__card .d-flex span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #404e5e;
}
.blogListing__pagination {
  background-color: #f6f6f7;
  border-radius: 10px;
  padding: 16px 0px 16px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  margin-top: 4px;
}
.blogListing__pagination span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.blogListing__pagination a {
  border: 1px solid #dde0e3;
  background-color: #ffffff;
  border-radius: 4px;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogListing__pagination a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.blogListing__spotLight {
  background-color: #f6f6f7;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #dde0e3;
  margin-top: 46;
}
.blogListing__spotLight__title {
  gap: 12px;
  align-items: center;
  margin-bottom: 28px;
}
.blogListing__spotLight__title h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #112236;
  margin: 0;
}
.blogListing__spotLight__card {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
}
.blogListing__spotLight__card > a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  max-width: 132px;
  min-width: 132px;
  width: 100%;
  height: 132px;
}
.blogListing__spotLight__card > a img {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
}
.blogListing__spotLight__card:hover > a img {
  transform: scale(1.1);
}
.blogListing__spotLight__card span {
  font-size: 14px;
  white-space: nowrap;
}
.blogListing__spotLight__card__mainImage {
  height: 112px;
  width: 112px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: contain;
     object-position: contain;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.blogListing__spotLight__card .buttonLink {
  color: #112236;
  border-bottom: 2px solid #112236;
}
.blogListing__spotLight__card .buttonLink:hover {
  color: #6461ff;
  border-bottom: 2px solid #6461ff;
}
.blogListing__spotLight__card h6 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #112236;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogListing__spotLight__card h6 a {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #112236;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogListing__spotLight__card h6 a:hover {
  color: #6461ff;
}
.blogListing__spotLight__card .d-flex {
  gap: 25px;
  position: relative;
  margin-bottom: 12px;
}
.blogListing__CF {
  background-color: #f6f6f7;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #dde0e3;
  margin: 46px 0px;
  position: relative;
}
.blogListing__CF::before {
  content: "";
  background-image: url("../images/CF_BG.svg");
  position: absolute;
  top: 33%;
  right: -30px;
  width: 49px;
  height: 55px;
  background-repeat: no-repeat;
  background-size: contain;
}
.blogListing__CF__links li {
  margin: 10px 0px;
  color: #112236;
  padding-left: 15px;
  position: relative;
}
.blogListing__CF__links li:hover a {
  color: #ff5b59;
}
.blogListing__CF__links li:hover::before {
  color: #ff5b59;
}
.blogListing__CF__links li::before {
  content: "•";
  color: #112236;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 1px;
  height: 16px;
  width: 16px;
  transition: all 0.5s ease-in-out;
}
.blogListing__CF__links li a {
  color: #112236;
  font-size: 16px;
  line-height: 22px;
}
.blogListing__CF .clickBox {
  position: relative;
  cursor: pointer;
}
.blogListing__CF .clickBox::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 1px;
  width: 16px;
  height: 2px;
  background: #112236;
}
.blogListing__CF .clickBox::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 2px;
  height: 16px;
  background: #112236;
}
.blogListing__CF .clickBox.active::before {
  display: none;
}
.blogListing__CF .d-flex {
  border-bottom: 1px solid #dde0e3;
  padding-bottom: 12px;
  margin-bottom: 22px;
}
.blogListing__CF .d-flex:not(:first-child) {
  margin-top: 32px;
}
.blogListing__CF .d-flex h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.01em;
  color: #112236;
  margin-bottom: 0;
}
.blogListing__CF .form-check {
  margin-bottom: 12px;
}
.blogListing__CF .form-check .form-check-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #404e5e;
}
.blogListing__CF .form-check-input:focus {
  box-shadow: none;
}
.blogListing__CF .form-check-input:checked {
  background-color: transparent;
  border-color: #112236;
}
.blogListing__CF .form-check-input:checked[type=radio] {
  background-image: url("../images/Radio.svg");
  background-size: 10px 10px;
}
.blogListing__social {
  background-color: #f6f6f7;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #dde0e3;
  margin: 46px 0px;
  position: relative;
  text-align: center;
}
.blogListing__social::before {
  content: "";
  background-image: url("../images/Stay_With_Us1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 26px;
  position: absolute;
  bottom: 30px;
  right: 50px;
}
.blogListing__social h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #ff5b59;
  max-width: 153px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.blogListing__social h4::before {
  content: "";
  background-image: url("../images/Stay_With_Us.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 17px;
  position: absolute;
  top: 0;
  left: -20px;
}
.blogListing__social svg {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.blogListing__social svg:hover {
  transform: scale(1.1);
}
.blogListing__social ul li {
  display: inline-block;
  margin: 0 9px;
}

.blogListing__filter__responsive {
  display: none;
}

.filter .d-flex span {
  margin-left: 25px;
}

.newsletter {
  background-color: #f6f6f7;
  border: 1px solid #dde0e3;
  padding: 120px 42px 120px 42px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  margin-bottom: 46px;
}
.newsletter::before {
  content: "";
  background-image: url("../images/Newsletter_BG1.svg");
  position: absolute;
  top: 0;
  right: 0;
  width: 231px;
  height: 193px;
  background-repeat: no-repeat;
  background-size: contain;
}
.newsletter::after {
  content: "";
  background-image: url("../images/Newsletter_BG1.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 193px;
  height: 161px;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  z-index: 0;
}
.newsletter .buttonPurple {
  position: relative;
  z-index: 1;
}
.newsletter h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  color: #ff5b59;
}
.newsletter h3 span {
  color: #6461ff;
}
.newsletter .form-control {
  border-radius: 32px;
}
.newsletter__image {
  position: absolute;
  bottom: 0;
  left: 154px;
}

.newsletter .buttonPurple {
  width: 100%;
  transition: all 0.4s;
}

.newsletter form .wpcf7-not-valid-tip {
  display: none;
}

.newsletter form .wpcf7-response-output {
  margin: 10px 0 0;
  display: block !important;
  padding: 0;
  border: unset;
}

.newsletter form input.wpcf7-not-valid {
  border: 1px solid red;
}

.blogListing__card {
  margin-bottom: 56px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blogListing__social ul li {
    margin: 10px;
  }
  .blogListing__spotLight__card > a {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
  }
}
@media screen and (max-width: 1399px) {
  .blogListing__social::before {
    right: 20px;
  }
  .blogListing__spotLight {
    padding: 32px 15px;
    margin-top: 24px;
  }
  .blogListing__spotLight .d-flex {
    gap: 16px;
  }
  .blogListing__spotLight__card__mainImage {
    width: 72px;
    height: 72px;
  }
  .blogListing__spotLight__card .buttonLink {
    font-size: 12px;
  }
  .blogListing__spotLight__card span {
    white-space: nowrap;
  }
  .blogListing__spotLight__card h6 {
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blogListing__spotLight__card h6 a {
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blogListing__spotLight__card span {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
  }
  .blogListing__spotLight__card span img {
    max-width: 10px;
  }
  .blogListing__spotLight__card .d-flex::before {
    left: 83px;
    font-size: 13px;
    top: 1px;
  }
  .newsletter {
    padding: 32px 12px 36px 12px;
    margin-bottom: 24px;
  }
  .newsletter::before, .newsletter::after {
    width: 50px;
    height: 118px;
  }
  .newsletter h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }
  .newsletter__image {
    left: 20px;
    max-width: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .blogListing__details__banner h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .blogListing__details__banner .d-flex img {
    max-width: 38px;
  }
  .blogListing__details__banner .d-flex h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
  }
  .blogListing__details__banner .d-flex span {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
  }
  .blogListing__details__banner ul li {
    margin-right: 15px;
  }
  .blogListing__details__banner ul li::before {
    right: -13px;
  }
}
@media screen and (max-width: 991px) {
  .blogListing__social {
    margin: 24px 0;
  }
  .blogListing__spotLight__card > a {
    max-width: 90px;
    min-width: 90px;
    height: auto;
  }
  .blogListing__card {
    margin-bottom: 40px;
  }
  .blogListing__card .buttonLink {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .blogListing__card a {
    display: block;
    min-width: 100%;
    max-width: 100%;
  }
  .blogListing {
    margin: 0 1px;
  }
  .blogListing__details {
    margin-top: 20px;
  }
  .blogListing__details__banner {
    border-radius: 14px;
    padding: 35px 14px 25px 14px;
  }
  .blogListing__details__banner__mainImage {
    margin-bottom: 0 !important;
  }
  .blogListing__details__banner .d-flex {
    justify-content: center;
  }
  .blogListing__details__banner__badge {
    margin-left: auto;
    margin-right: auto;
    width: 162px;
    height: 28px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 5px 20px;
  }
  .blogListing__details__banner h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-top: 16px;
  }
  .blogListing__details__banner ul {
    text-align: center;
    margin-bottom: 19px;
  }
  .blogListing__details__banner ul li {
    margin-right: 20px;
  }
  .blogListing__details__banner ul li::before {
    right: -16px;
  }
  .blogListing__details__content {
    padding: 20px 0px 0px 0px;
  }
  .blogListing__details__content__images {
    gap: 8px;
  }
  .blogListing__details__content__images img {
    margin-bottom: 18px;
    border-radius: 3.91px;
  }
  .blogListing__details__content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .blogListing__details__content h6 {
    margin: 18px 0px;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }
  .blogListing__details__content span {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
  }
  .blogListing__details__content ul li,
  .blogListing__details__content ol li {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }
  .blogListing__details .rowImages .col-lg-6 {
    width: 50%;
  }
  .blogListing__details .rowImages .col-lg-6 img {
    border-radius: 4px;
    margin-bottom: 18px;
  }
  .blogListing__details .rowImages .col-lg-12 img {
    border-radius: 4px;
    margin-bottom: 18px;
  }
  .blogListing__card {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
  .blogListing__card .d-block.d-lg-none {
    margin-bottom: 20px;
  }
  .blogListing__card .d-block.d-lg-none span {
    font-size: 14px;
  }
  .blogListing__card a img {
    min-height: 100%;
    max-width: 100%;
  }
  .blogListing__card .d-flex.d-lg-block.align-items-center {
    gap: 12px;
  }
  .blogListing__card .d-flex.d-lg-block.align-items-center img {
    max-width: 42px;
  }
  .blogListing__card h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
  .blogListing__card h6 a {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }
  .blogListing__card p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.01em;
  }
  .blogListing__card__mainImage {
    max-width: 100%;
    margin-bottom: 14px;
  }
  .blogListing__card__views {
    justify-content: end;
  }
  .blogListing__card .d-flex {
    justify-content: space-between;
  }
  .blogListing__spotLight {
    padding: 16px 12px 16px 12px;
    overflow: hidden;
  }
  .blogListing__spotLight .d-flex {
    overflow: auto;
    margin-bottom: 8px;
  }
  .blogListing__spotLight__title h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
  }
  .blogListing__spotLight__card {
    min-width: 285px;
    gap: 14px;
  }
  .blogListing__spotLight__card .d-flex::before {
    left: 47%;
    top: 0;
    font-size: 13px;
  }
  .blogListing__spotLight__card h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .blogListing__spotLight__card h6 a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .blogListing__spotLight__card__mainImage {
    width: 92px !important;
    height: 92px !important;
  }
  .blogListing__treding {
    margin-bottom: 24px;
  }
  .blogListing__treding h5 {
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
  }
  .blogListing__CF {
    padding: 32px;
    margin: 24px 0px;
  }
  .blogListing__CF::before {
    display: none;
  }
  .blogListing__CF__links li a {
    font-size: 14px;
  }
  .blogListing__CF .d-flex h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.01em;
  }
  .blogListing__social h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }
  .blogListing__social ul li {
    margin: 0 7px;
  }
  .blogListing__social svg {
    max-width: 42px;
  }
  .blogListing__pagination {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .blogListing__filter__responsive {
    display: block;
    margin-bottom: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .blogListing__filter__responsive select {
    width: 50%;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #dde0e3;
    background: #f6f6f7;
    color: #112236;
    font-size: 16px;
  }
  .blogListing__CF {
    display: none;
  }
  .blogListing__details__banner::after {
    width: 130px;
    height: 174px;
  }
  .blogListing__details__banner::before {
    width: 130px;
    height: 111.64px;
  }
}
@media (max-width: 410px) {
  .blogListing__filter__responsive {
    flex-direction: column;
  }
  .blogListing__filter__responsive select {
    width: 100%;
  }
}
.relatedBlogs {
  margin-bottom: 100px;
}
.relatedBlogs h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #ff5b59;
  margin-bottom: 24px;
}
.relatedBlogs__box:hover img {
  transform: scale(1.1);
}
.relatedBlogs__box:hover h5 a {
  color: #ff5b59;
}
.relatedBlogs__box__image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
}
.relatedBlogs__box__image img {
  width: 100%;
  border-radius: 8px;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.relatedBlogs__box h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #404e5e;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.relatedBlogs__box h5 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #404e5e;
}
.relatedBlogs__box h5 a:hover {
  color: #ff5b59;
}
.relatedBlogs__box .d-flex {
  justify-content: space-between;
  align-items: center;
}
.relatedBlogs__box .d-flex span {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

@media screen and (max-width: 991px) {
  .relatedBlogs {
    margin-bottom: 6px;
  }
  .relatedBlogs h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 18px;
  }
  .relatedBlogs .col-lg-3 {
    width: 50%;
  }
  .relatedBlogs__box {
    margin-bottom: 18px;
  }
  .relatedBlogs__box h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .relatedBlogs__box h5 a {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
  .relatedBlogs__box .d-lg-flex span {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
  .relatedBlogs__box .d-lg-flex .buttonBlog {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .relatedBlogs .col-lg-3 {
    width: 100%;
  }
}
.serviceDetailsBanner {
  margin: 20px 40px;
}
.serviceDetailsBanner__text {
  background: #ed4365;
  border-radius: 40px;
  color: #fff;
  padding: 57px 77px 57px 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.serviceDetailsBanner__text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/ServiceDetailsBannerImage4.png) no-repeat;
  background-size: contain;
  z-index: 1;
}
.serviceDetailsBanner__text .textBox {
  position: relative;
  z-index: 9;
  max-width: 545px;
}
.serviceDetailsBanner__text .textBox h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.serviceDetailsBanner__text .textBox p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.serviceDetailsBanner__text .textBox .d-flex {
  gap: 28px;
}
.serviceDetailsBanner__text .textBox .buttonPrimary:hover {
  background: #fff;
  color: #000000;
}
.serviceDetailsBanner__text .imgBox {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 13px;
  flex-direction: column;
  min-width: 290px;
}
.serviceDetailsBanner__text .icon1 {
  position: absolute;
  top: 33px;
  left: 35px;
}
.serviceDetailsBanner__text .icon2 {
  position: absolute;
  top: 70%;
  left: 60%;
}
.serviceDetailsBanner__text .icon3 {
  position: absolute;
  bottom: 70px;
  left: 30%;
}
.serviceDetailsBanner__text .icon4 {
  position: absolute;
  bottom: 50px;
  right: 7px;
}
.serviceDetailsBanner__seo {
  background: #fede82;
  border-radius: 40px;
  padding: 30px 24px;
  height: 100%;
}
.serviceDetailsBanner__seo h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  color: #112236;
  text-align: center;
}
.serviceDetailsBanner__seo .seoBox {
  display: flex;
  background: #fff;
  border-radius: 16px;
  padding: 15px 44px;
  align-items: center;
  gap: 30px;
}
.serviceDetailsBanner__seo .seoBox h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #171717;
  margin-bottom: 0;
}
.serviceDetailsBanner__seo .seoBox h4 span {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #171717;
}
.serviceDetailsBanner__seo .seoBox .text {
  padding-left: 30px;
  border-left: 1px solid #dddddd;
}
.serviceDetailsBanner__seo .seoBox p {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 2px;
  color: #112236;
}
.serviceDetailsBanner__seo .seoBox span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #112236;
}
.serviceDetailsBanner__seo .seoBox + .seoBox {
  margin-top: 12px;
}
.serviceDetailsBanner__seo .profileCard {
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 0.69px solid rgba(0, 0, 0, 0.1019607843);
  margin-top: 12px;
}
.serviceDetailsBanner__seo .profileCard .d-flex {
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.serviceDetailsBanner__seo .profileCard .d-flex img {
  max-width: 38px;
  border-radius: 50%;
  background: #f6d055;
  box-shadow: 0px 2.78px 2.78px 0px rgba(0, 0, 0, 0.0784313725);
  border: 1.39px solid #ffffff;
}
.serviceDetailsBanner__seo .profileCard .d-flex p {
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #112236;
  margin-bottom: 0;
}
.serviceDetailsBanner__seo .profileCard .d-flex span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(17, 34, 54, 0.6980392157);
}
.serviceDetailsBanner__seo .profileCard p {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #112236;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.serviceDetailsBanner__seo .profileCard span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(17, 34, 54, 0.6980392157);
}

@media (max-width: 1500px) {
  .serviceDetailsBanner__text .textBox .d-flex {
    gap: 16px;
  }
  .serviceDetailsBanner__text {
    padding: 50px 30px;
  }
}
@media (max-width: 1200px) {
  .serviceDetailsBanner__text .textBox .d-flex {
    flex-direction: column;
    text-align: center;
  }
  .serviceDetailsBanner__seo .seoBox {
    padding: 15px;
    gap: 16px;
  }
  .serviceDetailsBanner__seo .seoBox .text {
    padding-left: 16px;
  }
}
@media (max-width: 1100px) {
  .serviceDetailsBanner__text .imgBox {
    min-width: 40%;
  }
}
@media (max-width: 991px) {
  .serviceDetailsBanner {
    margin: 16px 16px 40px 16px;
  }
  .serviceDetailsBanner__text {
    padding: 24px 14px;
    flex-direction: column;
    border-radius: 14px;
  }
  .serviceDetailsBanner__text .icon1 {
    top: 0;
    left: 0;
    max-width: 44px;
  }
  .serviceDetailsBanner__text .textBox {
    max-width: 100%;
    text-align: center;
  }
  .serviceDetailsBanner__text .textBox .d-flex {
    flex-direction: row;
    justify-content: center;
  }
  .serviceDetailsBanner__text .imgBox {
    width: 100%;
  }
  .serviceDetailsBanner__seo {
    margin-top: 24px;
    padding: 24px 14px;
    border-radius: 14px;
  }
}
@media (max-width: 767px) {
  .serviceDetailsBanner__text .textBox h1 {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .serviceDetailsBanner__text .textBox p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .serviceDetailsBanner__text .textBox .d-flex {
    flex-direction: column;
    gap: 18px;
  }
  .serviceDetailsBanner__text .imgBox {
    margin-top: 32px;
  }
  .serviceDetailsBanner__seo {
    height: -moz-max-content;
    height: max-content;
  }
  .serviceDetailsBanner__seo h5 {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .serviceDetailsBanner__seo .seoBox {
    border-radius: 16px;
    padding: 15px 35px;
  }
  .serviceDetailsBanner__seo .seoBox h4 {
    margin-bottom: 0;
    font-size: 32px;
  }
  .serviceDetailsBanner__seo .seoBox p {
    font-size: 18px;
  }
  .serviceDetailsBanner__seo .seoBox span {
    font-size: 14px;
  }
  .serviceDetailsBanner__seo .seoBox + .seoBox {
    margin-top: 12px;
  }
  .serviceDetailsBanner__seo .profileCard {
    padding: 18px;
    border-radius: 16px;
    margin-top: 12px;
  }
  .serviceDetailsBanner__seo .profileCard .d-flex {
    margin-bottom: 20px;
  }
  .serviceDetailsBanner__seo .profileCard .d-flex p {
    font-size: 14px;
  }
  .serviceDetailsBanner__seo .profileCard .d-flex span {
    font-size: 10px;
  }
  .serviceDetailsBanner__seo .profileCard p {
    font-size: 14px;
  }
  .serviceDetailsBanner__seo .profileCard span {
    font-size: 10px;
  }
  .serviceDetailsBanner__text .icon2 {
    left: 0;
  }
}
@media (max-width: 400px) {
  .serviceDetailsBanner__seo .seoBox {
    padding: 15px;
  }
}
.servicetypo {
  background: #F6F6F7;
  margin: 30px 40px;
  border-radius: 40px;
  overflow: hidden;
  padding: 90px 0;
  position: relative;
}
.servicetypo::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 185px;
  top: 0;
  right: 0;
  background: url(../images/servicetypoIcon1.png) no-repeat;
  background-size: contain;
}
.servicetypo__text span {
  color: #FF5B59;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  line-height: 16px;
}
.servicetypo__text h3 {
  color: #112236;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48.41px;
}
.servicetypo__text h6 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: rgba(16, 34, 54, 0.8);
  max-width: 530px;
}
.servicetypo__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(16, 34, 54, 0.8);
  margin-bottom: 20px;
  max-width: 530px;
}
.servicetypo__text a {
  margin-top: 60px;
}
.servicetypo__image {
  position: relative;
  z-index: 9;
}
.servicetypo__image img {
  border-radius: 290px;
  width: 100%;
  max-height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
.servicetypo__image .icon {
  position: absolute;
  top: 40px;
  right: 0;
  max-height: 108px;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 991px) {
  .servicetypo {
    border-radius: 14px;
    margin: 16px;
  }
  .servicetypo::after {
    width: 96px;
    height: 80px;
  }
  .servicetypo__image {
    margin-top: 40px;
  }
  .servicetypo__image img {
    border-radius: 180px;
    max-height: 540px;
  }
}
@media (max-width: 767px) {
  .servicetypo {
    border-radius: 14px;
    padding: 24px 0;
  }
  .servicetypo__text span {
    font-size: 18px;
  }
  .servicetypo__text h3 {
    font-size: 28px;
    margin-bottom: 12px;
    line-height: 42px;
  }
  .servicetypo__text h6 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .servicetypo__text p {
    font-size: 14px;
  }
  .servicetypo__text a {
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
  .servicetypo__image {
    margin-top: 20px;
  }
  .servicetypo__image .icon {
    width: 46px;
    height: 50px;
    top: 60px;
  }
}
@media (max-width: 400px) {
  .servicetypo .servicetypo__text h3 {
    line-height: 1.2;
  }
  .servicetypo__text a {
    padding: 9px 20px;
  }
}
.seoService {
  padding: 80px 0;
  margin: 0 40px;
  border-radius: 32px;
  background: #F6F6F7;
  position: relative;
}
.seoService::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 300px;
  top: 0;
  right: 0;
  background: url(../images/seoServiceIcon.png) no-repeat;
  background-size: contain;
}
.seoService__card + .seoService__card {
  margin-top: 20px;
}
.seoService .gridBox {
  -moz-column-count: 2;
       column-count: 2;
}
.seoService__card {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 50px 42px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  z-index: 9;
}
.seoService__card img {
  border-radius: 20px;
  margin-bottom: 32px;
  width: 100%;
}
.seoService__card .mainTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #112236;
  margin-bottom: 8px;
  display: inline-block;
}
.seoService__card .mainTitle:hover {
  color: #ff5b59;
}
.seoService__card h6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.03em;
  color: #112236;
  margin-bottom: 8px;
}
.seoService__card p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(17, 34, 54, 0.6980392157);
}
.seoService__card .d-flex {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 32px;
}
.seoService__card .d-flex .box {
  width: 33.3333333333%;
  padding: 20px 12px;
  text-align: center;
}
.seoService__card .d-flex .box h5 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.03em;
  color: #112236;
}
.seoService__card .d-flex .box h5 span {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.03em;
  color: #112236;
}
.seoService__card .d-flex .box p {
  color: #112236;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.seoService__card .d-flex .box span {
  color: rgba(17, 34, 54, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.03em;
}
.seoService__card .d-flex .box + .box {
  border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.seoService__card .tagBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.seoService__card .tagBox span {
  padding: 10px 24px;
  border-radius: 40px;
  border: 1px solid #DDDDDD;
  background: #F6F6F7;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #000000;
}
.seoService__card p code {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #112236;
  font-style: normal;
  display: block;
  margin-top: 24px;
  margin-bottom: 0 !important;
  font-family: "Poppins", sans-serif;
}
.seoService__card ul {
  margin-bottom: 32px;
}
.seoService__card ul li + li {
  margin-top: 9px;
}
.seoService__card ul li {
  position: relative;
  padding-left: 28px;
}
.seoService__card ul li::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  background: url(../images/seoServiceIcon4.svg) no-repeat;
  background-size: contain;
}
.seoService__card .serviceBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  gap: 10px;
}
.seoService__card .serviceBox .box {
  width: calc(50% - 5px);
  display: flex;
  align-items: center;
  border-radius: 60px;
  background: #F6F6F7;
  padding: 10px;
  gap: 16px;
}
.seoService__card .serviceBox .box img {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
}
.seoService__card .serviceBox .box span {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #112236;
}
.seoService__card.full {
  display: flex;
  margin-top: 20px;
  position: relative;
  overflow: visible;
  -moz-column-span: all;
       column-span: all;
}
.seoService__card.full .icon {
  position: absolute;
  right: 60px;
  top: -40px;
  width: 78px;
  height: 88px;
}
.seoService__card.full .textPart {
  width: 50%;
  padding-right: 60px;
}
.seoService__card.full .imgPart {
  position: relative;
}
.seoService__card.full .imgPart .textBox {
  background: #112236;
  border-radius: 20px;
  padding: 24px 33px;
  display: flex;
  align-items: center;
  gap: 50px;
  position: absolute;
  bottom: 20px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.seoService__card.full .imgPart .textBox span {
  white-space: nowrap;
}
.seoService__card.full .imgPart .textBox h4 {
  font-size: 26.61px;
  font-weight: 600;
  line-height: 19.96px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.seoService__card.full .imgPart .textBox h4 span {
  font-size: 26.61px;
  font-weight: 600;
  line-height: 19.96px;
  letter-spacing: -0.02em;
}
.seoService__card.full .imgPart .textBox span {
  font-size: 14.97px;
  font-weight: 500;
  line-height: 22.45px;
}
.seoService .mt-20 {
  margin-top: 20px;
}
.seoService .touchBox {
  background: #FEDE82;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 50px;
  position: relative;
  margin-top: 20px;
  display: inline-block;
}
.seoService .touchBox .mainTitle {
  margin-bottom: 27px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
  z-index: 9;
  color: #000;
  display: inline-block;
}
.seoService .touchBox .mainTitle:hover {
  color: #ff5b59;
}
.seoService .touchBox h3 {
  margin-bottom: 27px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
  z-index: 9;
  color: #000;
}
.seoService .touchBox a {
  position: relative;
  z-index: 9;
}
.seoService .touchBox h5 {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #112236;
  margin-top: 66px;
}
.seoService .touchBox p {
  margin-bottom: 24px;
  color: #112236;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.seoService .touchBox .buttonLink {
  color: #112236;
  border-color: #112236;
}
.seoService .touchBox .buttonLink:hover {
  color: #ff5b59;
  border-color: #ff5b59;
}
.seoService .touchBox .mainImage {
  position: absolute;
  bottom: 0;
  right: 50px;
}
.seoService .touchBox .text {
  max-width: 300px;
  position: relative;
  z-index: 9;
}

.seoService .text-center .buttonPrimary {
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .seoService .touchBox .mainImage {
    max-height: 65%;
  }
}
@media (max-width: 1200px) {
  .seoService__card,
  .seoService .touchBox {
    padding: 24px;
  }
  .seoService .touchBox .mainImage {
    right: 16px;
  }
  .seoService__card.full .textPart {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .seoService {
    margin: 16px;
    padding: 50px 0;
  }
  .seoService .mt-20 {
    margin-top: 0;
  }
  .seoService .gridBox {
    -moz-column-count: 1;
         column-count: 1;
  }
  .seoService__card {
    margin-top: 20px;
  }
  .seoService__card.full {
    flex-direction: column;
  }
  .seoService__card.full .textPart {
    width: 100%;
  }
  .seoService__card.full .imgPart {
    margin-top: 40px;
  }
  .seoService .touchBox {
    margin-top: 20px;
  }
  .seoService__card.full .imgPart .textBox {
    padding: 20px;
    width: 100%;
    justify-content: center;
  }
  .seoService__card.full .imgPart .textBox h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .seoService__card.full .imgPart .textBox h4 span {
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
  }
  .seoService__card.full .imgPart .textBox span {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .seoService .text-center .buttonPrimary {
    width: 100%;
    text-align: center;
  }
  .seoService::after {
    width: 90px;
    height: 168px;
  }
  .seoService {
    border-radius: 14px;
    padding: 24px 0;
  }
  .seoService .title {
    margin-bottom: 4px;
  }
  .seoService__card {
    border-radius: 8px;
    padding: 18px 12px;
  }
  .seoService__card img {
    margin-bottom: 18px;
    border-radius: 8px;
  }
  .seoService__card .mainTitle {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .seoService__card h6 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .seoService__card p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .seoService__card .d-flex {
    margin-bottom: 18px;
  }
  .seoService__card .d-flex .box {
    padding: 20px 6px;
  }
  .seoService__card .d-flex .box h5 {
    font-size: 22px;
    line-height: 33px;
  }
  .seoService__card .d-flex .box h5 span {
    font-size: 22px;
    line-height: 33px;
  }
  .seoService__card .d-flex .box p {
    font-size: 12px;
  }
  .seoService__card .d-flex .box span {
    font-size: 12px;
    line-height: 16px;
  }
  .seoService__card .buttonPrimary {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 12px;
  }
  .seoService__card .tagBox {
    margin-bottom: 18px;
  }
  .seoService__card .tagBox span {
    font-size: 14px;
    padding: 8px 16px;
  }
  .seoService__card p code {
    font-size: 18px;
    margin-bottom: 14px;
    display: block;
    margin-top: 18px;
    font-weight: 600;
    line-height: 27px;
  }
  .seoService__card ul {
    margin-bottom: 18px;
  }
  .seoService__card ul li {
    font-size: 16px;
  }
  .seoService__card ul li + li {
    margin-top: 12px;
  }
  .seoService .touchBox {
    padding: 18px 16px;
    border-radius: 8px;
  }
  .seoService .touchBox .mainTitle {
    font-size: 28px;
    margin-bottom: 18px;
    line-height: 1.2;
  }
  .seoService .touchBox h3 {
    font-size: 28px;
    margin-bottom: 18px;
    line-height: 1.2;
  }
  .seoService .touchBox .text {
    max-width: 157px;
  }
  .seoService .touchBox h5 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .seoService .touchBox p {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .seoService .touchBox .mainImage {
    right: 0;
  }
  .seoService__card.full .icon {
    width: 50px;
    height: 55px;
    right: 0;
  }
  .seoService__card .serviceBox {
    margin-bottom: 18px;
  }
  .seoService__card .serviceBox .box {
    padding: 4px;
  }
  .seoService__card .serviceBox .box img {
    width: 30px;
    height: 30px;
  }
  .seoService__card .serviceBox .box span {
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .seoService__card .serviceBox .box {
    width: 100%;
  }
  .seoService__card.full .imgPart .textBox {
    flex-direction: column;
    position: unset;
    transform: none;
    text-align: center;
  }
}
.seoBenefits {
  padding: 100px 0;
}
.seoBenefits .col-lg-5 {
  margin-bottom: 18px;
}
.seoBenefits .col-lg-4 {
  margin-bottom: 18px;
}
.seoBenefits .col-lg-3 {
  margin-bottom: 18px;
}
.seoBenefits h3 {
  margin-bottom: 40px;
  color: #112236;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}
.seoBenefits__twoImages1 {
  background-image: url("../images/clipPath1.png");
  background-repeat: no-repeat;
  height: 196px;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 82%);
          clip-path: polygon(0 16%, 100% 0, 100% 100%, 0 82%);
  overflow: hidden;
}
.seoBenefits__twoImages2 {
  background-image: url("../images/clipPath2.png");
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center;
  transform: skewY(6deg);
  overflow: hidden;
}
.seoBenefits__box {
  background: #f6f6f7;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
  height: 100%;
}
.seoBenefits__box__content {
  max-width: 100%;
}
.seoBenefits__box__content img {
  max-width: 40px;
  margin-bottom: 24px;
}
.seoBenefits__box__content h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #112236;
  margin-bottom: 12px;
}
.seoBenefits__box__content p {
  color: #404e5e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.seoBenefits__boxSkew {
  position: relative;
  overflow: visible;
}
.seoBenefits__boxSkew::before {
  content: "";
  height: 50px;
  width: 100%;
  background-color: #f6f6f7;
  position: absolute;
  bottom: -20px;
  left: 0;
  transform: skewY(-6deg);
}
.seoBenefits__boxImage {
  background: #f6f6f7;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
  display: flex;
  position: relative;
  height: 100%;
}
.seoBenefits__boxImage__content {
  max-width: 68%;
}
.seoBenefits__boxImage__content img {
  max-width: 40px;
  margin-bottom: 24px;
}
.seoBenefits__boxImage__content h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #112236;
  margin-bottom: 12px;
}
.seoBenefits__boxImage__content p {
  color: #404e5e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.seoBenefits__boxImage__image {
  height: 475px;
  min-width: 385px;
  padding: 8px;
  background-color: #ffffff;
  position: absolute;
  right: -243px;
  top: -80px;
  transform: rotate(-15deg);
}
.seoBenefits__boxImage__image1 {
  width: 100%;
  height: 50%;
  background-image: url("../images/seoBenefitsImage1.png");
  background-repeat: no-repeat;
  background-size: 333px 256px;
  border-radius: 12px;
  margin-bottom: 8px;
  background-size: cover;
  background-position: center;
}
.seoBenefits__boxImage__image2 {
  width: 100%;
  height: 50%;
  background-image: url("../images/seoBenefitsImage2.png");
  background-repeat: no-repeat;
  background-size: 333px 256px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1199px) {
  .seoBenefits__boxImage__image {
    height: 585px;
    right: -280px;
    top: -80px;
  }
}
@media screen and (max-width: 991px) {
  .seoBenefits {
    padding: 24px 0;
  }
  .seoBenefits h3 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .seoBenefits__boxSkew::before {
    display: none;
  }
  .seoBenefits__boxSkewResponsive {
    position: relative;
    overflow: visible;
    border-radius: 0px;
  }
  .seoBenefits__boxSkewResponsive::before {
    content: "";
    height: 36px;
    width: 100%;
    background-color: #f6f6f7;
    position: absolute;
    bottom: -20px;
    left: 0;
    transform: skewY(-3deg);
  }
  .seoBenefits__box {
    padding: 24px 12px;
  }
  .seoBenefits__box__content h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }
  .seoBenefits__box__content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .seoBenefits__boxImage {
    display: block;
    padding: 24px 12px;
  }
  .seoBenefits__boxImage__content {
    max-width: 100%;
  }
  .seoBenefits__boxImage__content h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }
  .seoBenefits__boxImage__content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .seoBenefits__boxImage__image {
    position: initial;
    transform: rotate(0deg);
    min-width: 120%;
    max-width: 120%;
    display: flex;
    gap: 11px;
    padding: 11px;
    height: 250px;
    transform: skewY(-10deg);
    position: relative;
    right: 33px;
    top: 70px;
  }
  .seoBenefits__boxImage__image1 {
    height: 100%;
  }
  .seoBenefits__boxImage__image2 {
    height: 100%;
  }
}
@media screen and (max-width: 400px) {
  .seoBenefits__image {
    position: initial;
    transform: rotate(0deg);
    min-width: 100%;
    max-width: 100%;
    display: block;
  }
}
.faq {
  background: #f9f9f9;
  padding: 100px 0;
  position: relative;
}
.faq .icon1 {
  position: absolute;
  top: 30%;
  left: 5%;
}
.faq .icon2 {
  position: absolute;
  top: 35px;
  right: 0;
}
.faq .icon3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.faq h3 {
  color: #000;
  margin-bottom: 60px;
}
.faq .accordion {
  max-width: 1040px;
  margin: 0 auto;
}
.faq .accordion .accordion-item {
  border: none;
  background: none;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.faq .accordion .accordion-button {
  background: none;
  box-shadow: none;
  padding: 0;
  color: #112236;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  padding-right: 30px;
}
.faq .accordion .accordion-button::after {
  background-image: none;
  width: 2px;
  height: 16px;
  top: 9px;
  right: 6.5px;
  position: absolute;
  background: #112236;
}
.faq .accordion .accordion-button::before {
  content: "";
  background-image: none;
  width: 16px;
  height: 2px;
  top: 16px;
  right: 0;
  position: absolute;
  background: #112236;
}
.faq .accordion .accordion-item.open .accordion-button::after {
  display: none;
}
.faq .accordion .accordion-body {
  padding: 0;
  margin-top: 12px;
}
.faq .accordion .accordion-body p {
  color: rgba(16, 34, 54, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}
.faq .accordion .accordion-body a {
  color: #112236;
  border-color: #112236;
  display: inline-block;
}
.faq .accordion .accordion-body a:hover {
  color: #fdbc04;
  border-color: #fdbc04;
}
.faq .accordion .accordion-item + .accordion-item {
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .faq .icon1 {
    top: 15%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 40px 0;
  }
  .faq h3 {
    margin-bottom: 48px;
    font-size: 28px;
    line-height: 1;
  }
  .faq .icon3 {
    width: 31px;
    height: 36px;
    bottom: 14px;
  }
  .faq .icon2 {
    width: 45px;
    height: 31px;
  }
  .faq .icon1 {
    width: 44px;
    height: 65px;
    top: 53px;
  }
  .faq .accordion .accordion-button {
    font-size: 18px;
    line-height: 1.2;
  }
  .faq .accordion .accordion-body {
    margin-top: 12px;
  }
  .faq .accordion .accordion-body p {
    line-height: 1.2;
    font-size: 14px;
  }
  .faq .accordion .accordion-item {
    margin-top: 20px !important;
    padding-bottom: 20px;
  }
}
.caseStudiesBanner {
  background: #F6E911;
  margin: 20px 40px;
  border-radius: 40px;
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}
.caseStudiesBanner::after {
  content: "";
  position: absolute;
  width: 223px;
  height: 187px;
  bottom: 0;
  left: 0;
  background: url(../images/caseStudiesBannerImage1.png) no-repeat;
  background-size: contain;
}
.caseStudiesBanner::before {
  content: "";
  position: absolute;
  width: 223px;
  height: 187px;
  top: 0;
  right: -7px;
  background: url(../images/caseStudiesBannerImage2.png) no-repeat;
  background-size: contain;
}
.caseStudiesBanner h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #112236;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  z-index: 9;
}
.caseStudiesBanner .icon1 {
  position: absolute;
  bottom: 40%;
  left: 10%;
}
.caseStudiesBanner .icon2 {
  position: absolute;
  top: 26%;
  left: 30%;
}
.caseStudiesBanner .icon3 {
  position: absolute;
  bottom: 0;
  right: 10%;
}
.caseStudiesBanner .icon4 {
  position: absolute;
  top: 26px;
  right: 85px;
}

@media (max-width: 991px) {
  .caseStudiesBanner {
    margin: 16px;
  }
}
@media (max-width: 767px) {
  .caseStudiesBanner {
    margin: 16px;
    padding: 34px 0;
    border-radius: 14px;
  }
  .caseStudiesBanner::after {
    width: 52px;
    height: 44px;
  }
  .caseStudiesBanner::before {
    width: 124px;
  }
  .caseStudiesBanner h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  .caseStudiesBanner .icon4 {
    top: 17px;
    right: 47px;
    width: 30px;
    height: 44px;
  }
  .caseStudiesBanner .icon1 {
    width: 26px;
    height: 26px;
  }
  .caseStudiesBanner .icon2 {
    width: 38px;
    height: 26px;
    top: 5px;
  }
  .caseStudiesBanner .icon3 {
    width: 56px;
    height: 20px;
  }
}
.filter {
  padding: 32px 42px;
}
.filter .d-flex {
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.filter .d-flex span {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #404e5e;
}
.filter .d-flex select {
  display: none;
}
.filter .d-flex ul {
  display: flex;
  align-items: center;
  overflow: auto;
  gap: 14px;
}
.filter .d-flex ul li {
  padding: 11px 30px;
  color: #112236;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border: 1px solid #112236;
  background: #fff;
  border-radius: 56px;
  transition: all 0.5s ease-in-out;
}
.filter .d-flex ul li:hover {
  background: #fcbd05;
  cursor: pointer;
}
.filter .d-flex ul li a {
  color: #112236;
  white-space: nowrap;
}
.filter .d-flex ul li.active {
  background: #fcbd05;
}

@media (max-width: 991px) {
  .filter {
    padding: 8px 0 24px 0;
  }
  .filter .d-flex {
    justify-content: space-between;
    gap: 10px;
  }
  .filter .d-flex span {
    font-size: 16px;
  }
  .filter .d-flex select {
    display: block;
    border-radius: 56px;
    padding: 8px 12px;
    font-size: 12px;
    color: #112236;
    font-weight: 600;
    background: #f6f6f7;
  }
  .filter .d-flex ul {
    display: none;
  }
}
.infoCards {
  margin: 40px;
}
.infoCards__card {
  position: relative;
  background: #F6F6F7;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #DDE0E3;
}
.infoCards__card .imgBox {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.infoCards__card .imgBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.infoCards__card .imgBox .mainImage {
  width: 100%;
}
.infoCards__card .imgBox .leftBox {
  position: absolute;
  padding: 10px 14px;
  background: #F6F6F7;
  border-radius: 8px;
  top: 18px;
  left: 18px;
  z-index: 9;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #112236;
}
.infoCards__card .imgBox .textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 60px;
  z-index: 9;
  color: #fff;
  text-align: center;
  align-items: center;
}
.infoCards__card .imgBox .textBox img {
  width: -moz-max-content;
  width: max-content;
}
.infoCards__card .imgBox .textBox .d-flex {
  justify-content: space-between;
  width: 400px;
}
.infoCards__card .imgBox .textBox .d-flex .box {
  max-width: 166px;
}
.infoCards__card .imgBox .textBox .d-flex h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.infoCards__card .imgBox .textBox .d-flex p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.infoCards__card .bottomText {
  margin-top: 34px;
  padding: 28px;
  position: relative;
}
.infoCards__card .bottomText::after {
  content: "";
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/AccordionBG.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 707px;
  height: 361px;
}
.infoCards__card .bottomText .d-flex {
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 9;
}
.infoCards__card .bottomText .d-flex span {
  color: #404E5E;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.06em;
}
.infoCards__card .bottomText .d-flex ul {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}
.infoCards__card .bottomText .d-flex ul img {
  max-width: 40px;
}
.infoCards__card .bottomText .iconTitle {
  margin-top: 32px;
  position: relative;
  position: relative;
  z-index: 9;
}
.infoCards__card .bottomText .iconTitle h4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 52px;
  color: #112236;
  margin-bottom: 24px;
}
.infoCards__card .bottomText .iconTitle h4 span {
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  color: #112236;
}
.infoCards__card .bottomText .iconTitle img {
  position: absolute;
  width: 34px;
  height: 22px;
  top: -1px;
  left: -21px;
}
.infoCards__card .bottomText P {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #404E5E;
  margin-bottom: 24px;
  position: relative;
  z-index: 9;
}
.infoCards__card .bottomText .icon1 {
  position: absolute;
  width: 65px;
  top: 0;
  left: 40%;
  height: 45px;
}
.infoCards__card .bottomText .icon2 {
  position: absolute;
  bottom: 26px;
  right: 40%;
}

@media (max-width: 1200px) {
  .infoCards__card .imgBox .textBox {
    gap: 20px;
  }
  .infoCards__card .imgBox .textBox .d-flex h3 {
    margin-bottom: 0;
    line-height: 1.2;
  }
  .infoCards__card .imgBox .textBox img {
    max-height: 100px;
  }
  .infoCards__card .bottomText .d-flex {
    justify-content: center;
  }
  .infoCards__card .bottomText .d-flex ul {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .infoCards {
    margin: 0;
  }
  .infoCards__card .bottomText .d-flex.buttons {
    justify-content: left;
  }
  .infoCards__card {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .infoCards__card .imgBox .textBox img {
    max-height: 90px;
    max-width: 150px;
  }
  .infoCards__card .imgBox .textBox .d-flex {
    width: -moz-max-content;
    width: max-content;
    gap: 30px;
  }
  .infoCards__card .imgBox .leftBox {
    font-size: 12px;
    padding: 6px 12px;
  }
  .infoCards__card .imgBox {
    border-radius: 12px;
  }
  .infoCards__card {
    border-radius: 12px;
  }
  .infoCards__card .imgBox .textBox .d-flex h3 {
    font-size: 22px;
  }
  .infoCards__card .imgBox .textBox .d-flex p {
    font-size: 14px;
  }
  .infoCards__card .bottomText {
    padding: 24px 14px;
    margin-top: 0;
  }
  .infoCards__card .bottomText .d-flex {
    gap: 12px;
    flex-direction: column;
  }
  .infoCards__card .bottomText .d-flex.buttons {
    flex-direction: row;
  }
  .infoCards__card .bottomText .d-flex span {
    font-size: 16px;
  }
  .infoCards__card .bottomText .d-flex ul img {
    max-width: 30px;
  }
  .infoCards__card .bottomText .icon1 {
    left: 80%;
  }
  .infoCards__card .bottomText .iconTitle h4 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 24px;
  }
  .infoCards__card .bottomText .iconTitle h4 span {
    font-size: 24px;
    line-height: 1.3;
  }
  .infoCards__card .bottomText P {
    font-size: 14px;
    line-height: 1.3;
  }
  .infoCards__card .bottomText .iconTitle img {
    top: -4px;
    left: -20px;
  }
  .infoCards__card .bottomText .icon2 {
    display: none;
  }
}
@media (max-width: 400px) {
  .infoCards__card .imgBox .textBox .d-flex {
    gap: 5px;
  }
  .infoCards__card .imgBox .textBox img {
    max-height: 50px;
    max-width: 100px;
  }
  .infoCards__card .imgBox .textBox .d-flex .box {
    max-width: 110px;
  }
}
.serviceListBanner {
  background-color: #6461ff;
  padding: 150px 0;
  margin: 20px 40px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.serviceListBanner__image {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  right: 110px;
  top: 45px;
}
.serviceListBanner__image img {
  width: 480px;
  height: 480px;
  border-radius: 50%;
  outline: 116px solid #fcbd05;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  padding: 60px;
}
.serviceListBanner::before {
  content: "";
  background-image: url("../images/greenCircle.svg");
  width: 50px;
  height: 100px;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
}
.serviceListBanner::after {
  content: "";
  background-image: url("../images/OS1.svg");
  width: 54px;
  height: 80px;
  background-size: contain;
  position: absolute;
  top: 78px;
  right: 37%;
  background-repeat: no-repeat;
}
.serviceListBanner h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -0.03em;
  color: #ffffff;
  max-width: 423px;
  position: relative;
  margin-bottom: 16px;
}
.serviceListBanner h1::before {
  content: "";
  background-image: url("../images/AboutBannerPattern1.svg");
  width: 71px;
  height: 47px;
  background-size: contain;
  position: absolute;
  top: -24px;
  left: -29px;
  background-repeat: no-repeat;
}
.serviceListBanner p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 31px;
}
.serviceListBanner .buttonPrimary {
  margin-right: 20px;
}

@media screen and (max-width: 1399px) {
  .serviceListBanner__image {
    width: 370px;
    height: 370px;
    right: 0;
    top: 20%;
  }
  .serviceListBanner__image img {
    width: 370px;
    height: 370px;
    outline: 46px solid #fcbd05;
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .serviceListBanner {
    margin: 20px 16px;
    text-align: center;
    padding: 26px 0 0 0;
    background-position: bottom center;
    background-size: 270px 270px;
    border-radius: 14px;
  }
  .serviceListBanner__image {
    position: initial;
    width: 240px;
    height: 240px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .serviceListBanner__image img {
    padding: 20px;
    width: 240px;
    height: 240px;
    outline: 42px solid #fcbd05;
  }
  .serviceListBanner::after {
    width: 30px;
    height: 43px;
    top: auto;
    right: 73%;
    bottom: 33%;
  }
  .serviceListBanner::before {
    width: 30px;
  }
  .serviceListBanner .buttonPrimary {
    margin-right: 0px;
  }
  .serviceListBanner h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    max-width: 193px;
    margin-left: auto;
    margin-right: auto;
  }
  .serviceListBanner h1::before {
    width: 25px;
    height: 17px;
    top: -4px;
    left: -16px;
  }
  .serviceListBanner p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
}
@media screen and (max-width: 575px) {
  .serviceListBanner .buttonPrimary,
  .serviceListBanner .buttonTeritory {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
  }
}
.ourApproach {
  margin: 0 40px;
  background-color: #f6f6f7;
  border-radius: 40px;
  padding: 80px 0px;
  position: relative;
}
.ourApproach::after {
  content: "";
  background-image: url("../images/ourApproach3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: 80px;
  position: absolute;
  right: 120px;
  top: 24px;
}
.ourApproach__title {
  margin-bottom: 16px;
}
.ourApproach__title span {
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
  color: #ff5b59;
}
.ourApproach__title h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  color: #112236;
}
.ourApproach h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
}
.ourApproach p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(17, 34, 54, 0.6980392157);
  margin-bottom: 32px;
}
.ourApproach .col-lg-7 p {
  margin-bottom: 50px;
}
.ourApproach__yellowBg {
  background-color: #fede82;
  border-radius: 16px;
  width: 100%;
  height: 280px;
  position: relative;
}
.ourApproach__yellowBg::before {
  content: "";
  background-image: url("../images/ourApproach1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 65px;
  position: absolute;
  left: -10px;
  top: -24px;
}
.ourApproach__yellowBg::after {
  content: "";
  background-image: url("../images/ourApproach2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -30px;
  bottom: -24px;
}
.ourApproach__yellowBg img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 184px;
  margin: auto;
}

@media screen and (max-width: 1199px) {
  .ourApproach__yellowBg {
    height: 214px;
  }
  .ourApproach__yellowBg::before {
    width: 25px;
    height: 35px;
    left: -4px;
    top: -12px;
  }
  .ourApproach__yellowBg::after {
    width: 25px;
    left: -12px;
  }
  .ourApproach__yellowBg img {
    max-width: 138px;
  }
}
@media screen and (max-width: 991px) {
  .ourApproach__yellowBg {
    margin-bottom: 14px;
  }
  .ourApproach {
    margin: 0 16px;
    padding: 24px 0px;
    border-radius: 14px;
  }
  .ourApproach::after {
    width: 32px;
    height: 45px;
    right: 20px;
    top: 24px;
  }
  .ourApproach__title span {
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
  }
  .ourApproach__title h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
  }
  .ourApproach h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .ourApproach p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .ourApproach .buttonPrimary {
    margin-bottom: 24px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.searchEngineOptimisation {
  padding: 100px 0px 50px;
}
.searchEngineOptimisation h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 24px;
}
.searchEngineOptimisation p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(16, 34, 54, 0.8);
}
.searchEngineOptimisation .accordion {
  margin-bottom: 32px;
}
.searchEngineOptimisation .accordion .accordion-item {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.searchEngineOptimisation .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/Minus.svg");
}
.searchEngineOptimisation .accordion .accordion-button {
  background-color: transparent;
  color: rgba(17, 34, 54, 0.6980392157);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 30px 0px;
}
.searchEngineOptimisation .accordion .accordion-button::after {
  background-image: url("../images/AccordionNormal.svg");
  background-size: 14px;
  height: 14px;
  width: 14px;
}
.searchEngineOptimisation .accordion .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 30px;
}
.searchEngineOptimisation .accordion .accordion-body .buttonLink {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #112236;
  padding-bottom: 6px;
  border-bottom: 2px solid #112236;
}
.searchEngineOptimisation .accordion .accordion-body .buttonLink:hover {
  color: #6461ff;
  border-bottom: 2px solid #6461ff;
}
.searchEngineOptimisation .moreAbout__images {
  transform: rotate(0deg);
  justify-content: center;
  margin-left: 0;
  margin-top: 60px;
}
.searchEngineOptimisation .moreAbout__images::before {
  display: none;
}
.searchEngineOptimisation .moreAbout__images .moreAbout__images__singleImages img {
  height: 492px;
}
.searchEngineOptimisation .moreAbout__images .moreAbout__images__threeImages::before {
  display: none;
}
.searchEngineOptimisation .moreAbout__images .moreAbout__images__threeImages img:nth-child(1) {
  height: 120px;
}
.searchEngineOptimisation .moreAbout__images .moreAbout__images__threeImages img:nth-child(2) {
  height: 362px;
}
.searchEngineOptimisation .moreAbout__images .moreAbout__images__twoImages::before {
  display: none;
}
.searchEngineOptimisation .moreAbout__images .moreAbout__images__twoImages img:nth-child(1) {
  height: 210px;
}
.searchEngineOptimisation .moreAbout__images .moreAbout__images__twoImages img:nth-child(2) {
  height: 272px;
}

@media screen and (max-width: 991px) {
  .searchEngineOptimisation .accordion .accordion-body {
    padding-bottom: 18px;
  }
  .searchEngineOptimisation .accordion {
    margin-bottom: 20px;
  }
  .searchEngineOptimisation .buttonPrimary {
    width: 100%;
    text-align: center;
  }
  .searchEngineOptimisation {
    padding: 24px 0;
  }
  .searchEngineOptimisation h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
  }
  .searchEngineOptimisation p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .searchEngineOptimisation .col-lg-5 {
    margin-top: 24px;
  }
  .searchEngineOptimisation .accordion .accordion-button {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #112236;
    padding: 18px 0;
  }
  .searchEngineOptimisation .accordion .accordion-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .searchEngineOptimisation .moreAbout__images {
    justify-content: center;
    margin-top: 24px;
  }
  .searchEngineOptimisation .moreAbout__images .moreAbout__images__twoImages img:nth-child(1) {
    height: 157px;
  }
  .searchEngineOptimisation .moreAbout__images .moreAbout__images__twoImages img:nth-child(2) {
    height: 205px;
  }
  .searchEngineOptimisation .moreAbout__images .moreAbout__images__singleImages img {
    height: 370px;
  }
  .searchEngineOptimisation .moreAbout__images .moreAbout__images__threeImages img:nth-child(1) {
    height: 90px;
  }
  .searchEngineOptimisation .moreAbout__images .moreAbout__images__threeImages img:nth-child(2) {
    height: 272px;
  }
}
@media screen and (max-width: 400px) {
  .searchEngineOptimisation .accordion .accordion-button {
    font-size: 14px;
    line-height: 18px;
  }
}
.paidAdvertising {
  background-color: #f6f6f7;
  border-radius: 40px;
  padding: 60px 0px;
  margin: 50px 40px 20px;
  position: relative;
}
.paidAdvertising::before {
  content: "";
  background-image: url("../images/PA_BG.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 184px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.paidAdvertising__images {
  display: flex;
  max-width: 448px;
  justify-content: center;
  overflow: hidden;
  gap: 20px;
  align-items: center;
  position: relative;
}
.paidAdvertising__images::before {
  content: "";
  background-image: url("../images/PABG1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 61px;
  height: 58px;
  position: absolute;
  left: 40px;
  top: 0;
}
.paidAdvertising__images::after {
  content: "";
  background-image: url("../images/PABG2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 61px;
  height: 38px;
  position: absolute;
  right: 80px;
  bottom: 0;
}
.paidAdvertising__images img {
  width: 242px;
  height: 482px;
  max-width: 242px;
  max-height: 482px;
  border-radius: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.paidAdvertising__images img:nth-child(2) {
  width: 250px;
  height: 530px;
  max-width: 250px;
  max-height: 530px;
}
.paidAdvertising h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #112236;
}
.paidAdvertising p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(16, 34, 54, 0.8);
}
.paidAdvertising p strong {
  color: #112236;
}
.paidAdvertising__box {
  background-color: #ffffff;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #dddddd;
  border-radius: 12px;
  justify-content: center;
  margin-bottom: 40px;
  transition: all 0.4s ease-in-out;
}
.paidAdvertising__box:hover {
  transform: scale(0.9);
}
.paidAdvertising__box span {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.03em;
  color: #112236;
}
.paidAdvertising__box img {
  max-width: 40px;
}

@media screen and (max-width: 1399px) {
  .paidAdvertising__box span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .paidAdvertising__images {
    gap: 12px;
    justify-content: center;
    max-width: 364px;
    margin-left: auto;
    margin-right: auto;
  }
  .paidAdvertising__images::before {
    width: 21px;
    height: 18px;
  }
  .paidAdvertising__images::after {
    width: 41px;
    height: 18px;
    right: 30px;
  }
  .paidAdvertising__images img {
    width: 150px;
    height: 300px;
    max-width: 150px;
    max-height: 300px;
  }
  .paidAdvertising__images img:nth-child(2) {
    width: 186px;
    height: 348px;
    max-width: 186px;
    max-height: 348px;
  }
  .paidAdvertising img {
    position: relative;
    z-index: 1;
  }
  .paidAdvertising .col-lg-7 {
    z-index: 1;
  }
  .paidAdvertising img {
    position: relative;
    z-index: 1;
  }
  .paidAdvertising__box span {
    font-size: 12px;
  }
  .paidAdvertising__box img {
    max-width: 25px;
  }
}
@media screen and (max-width: 991px) {
  .paidAdvertising {
    margin: 0 16px;
    padding: 24px 0px;
    border-radius: 14px;
  }
  .paidAdvertising .row {
    justify-content: center !important;
  }
  .paidAdvertising::before {
    width: 101px;
    height: 84px;
  }
  .paidAdvertising h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    margin-top: 22px;
  }
  .paidAdvertising p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .paidAdvertising .row .col-lg-4 {
    width: 50%;
  }
  .paidAdvertising__box {
    margin-bottom: 12px;
  }
  .paidAdvertising__box span {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }
  .paidAdvertising__box img {
    max-width: 23px;
  }
  .paidAdvertising .buttonPrimary {
    display: block;
    width: 100%;
    text-align: center;
  }
  .paidAdvertising__images::after {
    right: 29%;
    z-index: 9;
  }
}
@media screen and (max-width: 400px) {
  .paidAdvertising .row {
    justify-content: center;
  }
  .paidAdvertising .row .col-lg-4 {
    width: 100%;
  }
}
.socialMediaMarketing {
  margin: 20px 40px;
  background-color: #f6f6f7;
  border-radius: 32px;
  padding: 72px 0px 100px;
  position: relative;
  overflow: hidden;
}
.socialMediaMarketing::before {
  content: "";
  background-image: url("../images/SMM_BG.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  height: 328px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.socialMediaMarketing .col-lg-6 {
  position: relative;
  z-index: 1;
}
.socialMediaMarketing .col-lg-12 {
  position: relative;
  z-index: 1;
}
.socialMediaMarketing h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #112236;
}
.socialMediaMarketing p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(16, 34, 54, 0.8);
}
.socialMediaMarketing .ourServices__gridBox__icons {
  border-left: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 767px) {
  .socialMediaMarketing .ourServices__gridBox__icons {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  }
}
.socialMediaMarketing .ourServices__gridBox__icons {
  padding: 20px;
  background-color: #ffffff;
}
.socialMediaMarketing .col-xl-4 .row {
  margin-bottom: 32px;
}
.socialMediaMarketing .col-xl-4 .row .col-lg-4:nth-child(1) .ourServices__gridBox__icons {
  border-radius: 10px 0 0 0;
  overflow: hidden;
}
.socialMediaMarketing .col-xl-4 .row .col-lg-4:nth-child(3) .ourServices__gridBox__icons {
  border-radius: 0 10px 0 0;
  overflow: hidden;
}
.socialMediaMarketing .col-xl-4 .row .col-lg-4:nth-child(4) .ourServices__gridBox__icons {
  border-radius: 0 0 0 10px;
  overflow: hidden;
}
.socialMediaMarketing .col-xl-4 .row .col-lg-4:nth-child(6) .ourServices__gridBox__icons {
  border-radius: 0 0 10px 0;
  overflow: hidden;
}
.socialMediaMarketing .col-xl-3 h3 {
  margin-bottom: 40px;
}
.socialMediaMarketing__wrap {
  padding-left: 30px;
  border-left: 3px solid #ff5b59;
  margin-bottom: 40px;
}
.socialMediaMarketing__wrap:last-child {
  border-left: 3px solid #fcbd05;
  margin-bottom: 0;
}
.socialMediaMarketing__wrap h5 {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  color: #112236;
  margin-bottom: 8px;
}
.socialMediaMarketing__wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(16, 34, 54, 0.8);
}

@media screen and (max-width: 1199px) {
  .socialMediaMarketing .col-xl-3.col-lg-12.col-md-12 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 991px) {
  .socialMediaMarketing {
    margin: 24px 16px;
    padding: 24px 0px;
    border-radius: 14px;
  }
  .socialMediaMarketing::before {
    width: 170px;
    height: 38px;
  }
  .socialMediaMarketing h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }
  .socialMediaMarketing p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }
  .socialMediaMarketing .col-lg-4.p-0 {
    width: 33.333333%;
  }
  .socialMediaMarketing .col-xl-4 .row {
    margin-bottom: 18px;
  }
  .socialMediaMarketing .buttonPrimary {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
  }
  .socialMediaMarketing .col-xl-3 h3 {
    margin-bottom: 18px;
  }
  .socialMediaMarketing__wrap {
    float: left;
    width: 50%;
    padding-left: 15px;
    margin-bottom: 0;
  }
  .socialMediaMarketing__wrap h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }
  .socialMediaMarketing__wrap p {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
  }
}
@media screen and (max-width: 400px) {
  .socialMediaMarketing__wrap {
    width: 100%;
    float: none;
  }
}
.conversionRate {
  padding: 100px 0px;
}
.conversionRate h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #112236;
}
.conversionRate p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(16, 34, 54, 0.8);
}
.conversionRate__image {
  position: relative;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  height: 480px;
}
.conversionRate__image::before {
  content: "";
  background-image: url("../images/CR1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 36px;
  width: 57px;
  position: absolute;
  left: -40px;
  top: -15px;
}
.conversionRate__image::after {
  content: "";
  background-image: url("../images/CR2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 54px;
  width: 40px;
  position: absolute;
  right: -20px;
  bottom: -25px;
}
.conversionRate__image__placeholder {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.conversionRate__image__overlay {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.conversionRate ul {
  margin-bottom: 32px;
}
.conversionRate ul li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: rgba(17, 34, 54, 0.6980392157);
  padding-left: 32px;
  margin: 10px 0;
}
.conversionRate ul li::before {
  content: "";
  background-image: url("../images/AccordionCheckGray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 5px;
}

@media screen and (max-width: 991px) {
  .conversionRate {
    padding: 24px 0px;
  }
  .conversionRate__image {
    max-width: 100%;
    width: 330px;
    height: 330px;
  }
  .conversionRate__image::before {
    left: 0;
  }
  .conversionRate__image::after {
    right: 0;
  }
  .conversionRate__image img {
    width: 100%;
  }
  .conversionRate h3 {
    margin-top: 18px;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
  .conversionRate p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .conversionRate .buttonPrimary {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.otherServices {
  padding: 76px 0px;
  background-color: #f6f6f7;
  border-radius: 40px;
  margin: 0 40px 50px 40px;
  position: relative;
}
.otherServices::before {
  content: "";
  background-image: url("../images/PA_BG.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 184px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.otherServices h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #112236;
  margin-bottom: 16px;
}
.otherServices p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(16, 34, 54, 0.8);
  margin-bottom: 8px;
}
.otherServices p strong {
  color: #112236;
}
.otherServices .col-lg-6 {
  position: relative;
}
.otherServices .buttonPrimary {
  margin-top: 32px;
}
.otherServices .moreAbout__images {
  transform: rotate(-30deg);
  position: absolute;
  top: -130px;
  right: 0;
}
.otherServices .moreAbout__images::before {
  display: none;
}
.otherServices .moreAbout__images .moreAbout__images__threeImages::before {
  display: none;
}
.otherServices .moreAbout__images .moreAbout__images__twoImages::before {
  display: none;
}

@media screen and (max-width: 1199px) {
  .otherServices .moreAbout__images {
    position: initial;
  }
}
@media screen and (max-width: 991px) {
  .otherServices {
    margin: 0 16px 24px 16px;
    padding: 35px 0;
    border-radius: 14px;
  }
  .otherServices::before {
    width: 101px;
    height: 84px;
  }
  .otherServices h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
  }
  .otherServices p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  .otherServices .buttonPrimary {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .otherServices .moreAbout__images {
    transform: rotate(0deg);
    margin-bottom: 30px;
  }
}
.successfulProjects {
  padding: 55px 0;
  margin: 50px 40px 80px 40px;
  background-color: #f6f6f7;
  border-radius: 40px;
  position: relative;
}
.successfulProjects::before {
  content: "";
  background-image: url("../images/PA_BG.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 184px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.successfulProjects__image {
  text-align: center;
}
.successfulProjects__image__awardImages {
  margin-top: -60px;
}
.successfulProjects__image__awardImages a {
  display: inline-block;
}
.successfulProjects__image__awardImages a img {
  max-width: 185px;
  transition: all 0.4s;
}
.successfulProjects__image__awardImages a:hover img {
  transform: scale(0.95);
}
.successfulProjects__image__awardImages a + a {
  margin-left: 10px;
}
.successfulProjects h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #112236;
}
.successfulProjects p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(16, 34, 54, 0.8);
}
.successfulProjects ul {
  margin-bottom: 32px;
}
.successfulProjects ul li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: rgba(17, 34, 54, 0.6980392157);
  padding-left: 32px;
  margin: 10px 0;
}
.successfulProjects ul li::before {
  content: "";
  background-image: url("../images/AccordionCheckGray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 5px;
}

@media screen and (max-width: 1199px) {
  .successfulProjects__image__awardImages {
    margin-top: -35px;
  }
  .successfulProjects__image__awardImages a img {
    max-width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .successfulProjects {
    padding: 24px 0px;
    margin: 0 16px;
    border-radius: 14px;
  }
  .successfulProjects::before {
    width: 101px;
    height: 84px;
  }
  .successfulProjects h3 {
    margin-top: 18px;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }
  .successfulProjects p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .successfulProjects .buttonPrimary {
    display: block;
    width: 100%;
    text-align: center;
  }
  .successfulProjects__image {
    margin-top: 18px;
  }
  .successfulProjects__image__awardImages {
    margin-top: -35px;
  }
  .successfulProjects__image__awardImages img {
    max-width: 100px;
  }
}
.caseStudiesDetailsBanner {
  position: relative;
  margin: 20px 40px;
  background: #413fa6;
  border-radius: 40px;
  padding: 72px 0;
  overflow: hidden;
}
.caseStudiesDetailsBanner::after {
  content: "";
  position: absolute;
  width: 256px;
  height: 256px;
  top: -140px;
  left: -140px;
  border-radius: 50%;
  background: #6461ff;
}
.caseStudiesDetailsBanner::before {
  content: "";
  position: absolute;
  width: 256px;
  height: 256px;
  bottom: -140px;
  right: -140px;
  border-radius: 50%;
  background: #6461ff;
}
.caseStudiesDetailsBanner .extraIcon {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -72px;
  z-index: 1;
}
.caseStudiesDetailsBanner .extraIcon::after {
  content: "";
  position: absolute;
  width: 224px;
  height: 201px;
  bottom: 0;
  left: 0;
  background: url(../images/caseStudiesDetailsBannerIcon6.png) no-repeat;
}
.caseStudiesDetailsBanner .extraIcon::before {
  content: "";
  position: absolute;
  width: 224px;
  height: 201px;
  top: 0;
  right: 0;
  background: url(../images/caseStudiesDetailsBannerIcon5.png) no-repeat;
}
.caseStudiesDetailsBanner .extraIcon .icon1 {
  position: absolute;
  top: 100px;
  left: 0;
}
.caseStudiesDetailsBanner .extraIcon .icon2 {
  position: absolute;
  bottom: 24px;
  left: 30%;
}
.caseStudiesDetailsBanner .extraIcon .icon3 {
  position: absolute;
  bottom: 100px;
  left: 45%;
}
.caseStudiesDetailsBanner .extraIcon .icon4 {
  position: absolute;
  top: 50px;
  right: 70px;
}
.caseStudiesDetailsBanner .row {
  position: relative;
  z-index: 9;
  align-items: center;
}
.caseStudiesDetailsBanner .imgBox {
  position: relative;
  margin-bottom: 18px;
  max-width: 155px;
}
.caseStudiesDetailsBanner .imgBox .icon {
  position: absolute;
  top: -19px;
  left: -25px;
}
.caseStudiesDetailsBanner h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.caseStudiesDetailsBanner p {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}
.caseStudiesDetailsBanner .buttonSecondary {
  display: flex;
  gap: 12px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
.caseStudiesDetailsBanner .buttonSecondary img {
  max-width: 44px;
}
.caseStudiesDetailsBanner .mainImageBox {
  text-align: right;
  position: relative;
  max-width: 525px;
  margin-left: auto;
}
.caseStudiesDetailsBanner .mainImageBox .mainImage {
  max-width: 386px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  z-index: 1;
  position: relative;
}
.caseStudiesDetailsBanner .mainImageBox__lines {
  position: absolute;
  left: 0;
  top: -63px;
  z-index: 0;
}

@media (max-width: 1400px) {
  .caseStudiesDetailsBanner .buttonSecondary img {
    max-width: 24px;
  }
  .caseStudiesDetailsBanner .mainImageBox .mainImage {
    width: 100%;
    max-width: 370px;
  }
}
@media (max-width: 1200px) {
  .caseStudiesDetailsBanner h2 {
    font-size: 52px;
  }
  .caseStudiesDetailsBanner .mainImageBox .mainImage {
    width: 100%;
    max-width: 290px;
  }
}
@media (max-width: 991px) {
  .caseStudiesDetailsBanner {
    margin: 16px;
    border-radius: 14px;
  }
  .caseStudiesDetailsBanner h2,
  .caseStudiesDetailsBanner p {
    text-align: center;
  }
  .caseStudiesDetailsBanner a {
    margin: 0 auto;
  }
  .caseStudiesDetailsBanner .imgBox {
    margin: 0 auto 18px auto;
  }
  .caseStudiesDetailsBanner .mainImageBox {
    text-align: center;
    margin-top: 85px;
    margin-right: auto;
  }
  .caseStudiesDetailsBanner .mainImageBox .mainImage {
    max-width: 175px;
  }
  .caseStudiesDetailsBanner .mainImageBox__lines {
    max-width: 300px;
    right: 0;
    margin: auto;
  }
  .caseStudiesDetailsBanner .extraIcon .icon2 {
    width: 25px;
    height: 29px;
    right: 62px;
    bottom: 62px;
    left: unset;
  }
  .caseStudiesDetailsBanner .extraIcon .icon3 {
    left: 8px;
    bottom: 100px;
    width: 50px;
    height: 35px;
  }
  .caseStudiesDetailsBanner .extraIcon .icon4 {
    right: 30px;
    bottom: 42%;
    top: unset;
  }
}
@media (max-width: 576px) {
  .caseStudiesDetailsBanner {
    padding: 34px 0;
  }
  .caseStudiesDetailsBanner .extraIcon {
    margin-top: -34px;
    left: 0;
    z-index: 1;
  }
  .caseStudiesDetailsBanner h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .caseStudiesDetailsBanner p {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .caseStudiesDetailsBanner .buttonSecondary {
    padding: 8px 12px;
    width: 100%;
    justify-content: center;
  }
}
.achievement {
  padding: 140px 0 100px 0;
  margin: 20px 40px;
  background: #F6F6F7;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.achievement::after {
  content: "";
  position: absolute;
  width: 185px;
  height: 183px;
  transform: rotate(0deg);
  background: url(../images/caseStudiesBg22.png) no-repeat;
  bottom: 0;
  right: 0;
  transform: rotate(-90deg);
  z-index: 1;
}
.achievement__card {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0784313725);
  width: 100%;
  border-radius: 14px;
  border: 1px solid #DDE0E3;
  background: #ffffff;
  text-align: center;
  padding: 0 16px 40px 16px;
  position: relative;
  z-index: 2;
}
.achievement__card .imgBox {
  width: 168px;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 12px solid #F6F6F7;
  background: #ffffff;
  margin: -84px auto 0 auto;
}
.achievement__card .imgBox img {
  max-width: 104px;
  transition: all 0.4s;
}
.achievement__card h4 {
  color: #6461FF;
  margin-bottom: 24px;
  padding: 8px 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 51px;
  margin-top: 50px;
  border: 3px solid transparent;
  border-image-source: linear-gradient(22.51deg, rgba(100, 97, 255, 0.8) 0%, rgba(100, 97, 255, 0) 21.63%, rgba(100, 97, 255, 0) 79.92%, rgba(100, 97, 255, 0.8) 100%);
  border-image-slice: 1;
  transition: border-image-source 0.5s ease, border 0.5s ease;
}
.achievement__card p {
  color: rgba(16, 34, 54, 0.8);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.achievement__card:hover h4 {
  border-image-source: linear-gradient(69.51deg, rgba(100, 97, 255, 0.8) 0%, rgba(100, 97, 255, 0.8) 100%);
  border-image-slice: 1;
}
.achievement__card:hover .imgBox img {
  transform: rotate(-20deg);
}
.achievement .icon1 {
  position: absolute;
  top: 153px;
  left: 5%;
  z-index: 9;
}
.achievement .icon2 {
  position: absolute;
  bottom: 0;
  right: 30%;
  z-index: 9;
}
.achievement .icon3 {
  position: absolute;
  top: 44px;
  right: 44px;
  z-index: 9;
}

@media (max-width: 1200px) {
  .achievement .icon3 {
    top: 10px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .achievement {
    padding: 50px 0;
    margin: 24px 16px;
    border-radius: 14px;
  }
  .achievement__card {
    margin-top: 104px;
  }
}
@media (max-width: 576px) {
  .achievement {
    padding-top: 0;
  }
  .achievement::after {
    width: 160px;
    height: 160px;
  }
  .achievement__card {
    padding: 0 16px 40px 16px;
    margin-top: 80px;
  }
  .achievement__card h4 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .achievement__card p {
    font-size: 14px;
  }
  .achievement__card .imgBox {
    width: 126px;
    height: 126px;
    margin: -63px auto 0 auto;
  }
  .achievement__card .imgBox img {
    max-width: 62px;
  }
  .achievement .icon3 {
    top: 36px;
    right: 20px;
    max-width: 48px;
  }
  .achievement .icon1 {
    top: 30%;
    left: 65px;
  }
  .achievement .icon2 {
    bottom: 27%;
    right: 1%;
    max-width: 47px;
  }
}
.giftBox {
  border-radius: 40px;
  background: #F6F6F7;
  margin: 50px 40px;
  overflow: hidden;
  position: relative;
}
.giftBox::after {
  content: "";
  position: absolute;
  width: 178px;
  height: 150px;
  top: 0;
  left: 0;
  background: url(../images/giftBoxIcon2.png) no-repeat;
  background-size: contain;
}
.giftBox::before {
  content: "";
  position: absolute;
  width: 800px;
  height: 300px;
  bottom: 0;
  left: 0;
  background: url(../images/giftBoxIcon3.png) no-repeat;
}
.giftBox .accordion {
  position: relative;
  z-index: 9;
}
.giftBox .accordion .accordion-item {
  border: none;
  background: transparent;
}
.giftBox .accordion .accordion-item button {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  gap: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.giftBox .accordion .accordion-item button img {
  width: 16px;
  height: 16px;
}
.giftBox .accordion .accordion-item .accordion-body {
  padding: 0;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #404E5E;
  padding-right: 16px;
}
.giftBox .accordion .accordion-item .accordion-button {
  color: #112236;
}
.giftBox .accordion .accordion-item .accordion-button::after {
  background: url(../images/whyUsIcon4.svg) no-repeat;
  transform: none;
  position: relative;
  top: 5px;
}
.giftBox .accordion .accordion-item .accordion-button .icon1 {
  display: none;
}
.giftBox .accordion .accordion-item .accordion-button .icon2 {
  display: block;
}
.giftBox .accordion .accordion-item.open .accordion-button {
  color: #6461FF;
}
.giftBox .accordion .accordion-item.open .accordion-button::after {
  background: url(../images/minusIcon.png) no-repeat;
  transform: none;
}
.giftBox .accordion .accordion-item.open .accordion-button .icon1 {
  display: block;
}
.giftBox .accordion .accordion-item.open .accordion-button .icon2 {
  display: none;
}
.giftBox .accordion .accordion-item + .accordion-item {
  margin-top: 32px;
}
.giftBox .cardBox {
  margin-top: 52px;
  display: flex;
  gap: 18px;
  position: relative;
  z-index: 1;
}
.giftBox .cardBox a:hover img {
  transform: scale(1.1);
}
.giftBox .cardBox img {
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(17, 34, 54, 0.0784313725);
  border: 1px solid rgba(17, 34, 54, 0.1411764706);
  padding: 10px 28px;
  border-radius: 8px;
  transition: all 0.4s;
}
.giftBox .icon {
  position: absolute;
  bottom: 10px;
  left: 20%;
}
.giftBox .icon3 {
  position: absolute;
  top: 16px;
  left: 42%;
  z-index: 9;
}
.giftBox .rightImgBox {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  gap: 16px;
}
.giftBox .rightImgBox .videoCard,
.giftBox .rightImgBox .imgBox {
  width: 50%;
}
.giftBox .rightImgBox .videoCard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.giftBox .rightImgBox .videoCard .bottomImage {
  margin-top: 19px;
  box-shadow: 0px -2px 12px 0px rgba(17, 34, 54, 0.0588235294);
  border-radius: 16px 16px 0px 0px;
  width: calc(100% - 92px);
}
.giftBox .rightImgBox .videoBox {
  overflow: hidden;
  position: relative;
  border-radius: 0px 0px 16px 16px;
}
.giftBox .rightImgBox .videoBox a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.giftBox .rightImgBox .videoBox video {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.giftBox .rightImgBox .imgBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.giftBox .rightImgBox .imgBox img:nth-child(1) {
  max-height: 352px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
  margin-bottom: 24px;
  border-radius: 18px;
}
.giftBox .rightImgBox .imgBox img:nth-child(2) {
  max-height: 233px;
  margin-top: -60px;
  -webkit-clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
  border-radius: 18px 0 18px 18px;
}

@media (max-width: 1600px) {
  .giftBox::after {
    width: 100px;
    height: 85px;
  }
}
@media (max-width: 1200px) {
  .giftBox .rightImgBox .videoBox video {
    height: 290px;
  }
  .giftBox .rightImgBox .imgBox img:nth-child(1) {
    margin-bottom: 30px;
  }
  .giftBox::after {
    display: none;
  }
  .giftBox .cardBox {
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .giftBox {
    margin: 16px;
    border-radius: 14px;
    padding: 24px 0;
  }
  .giftBox .icon3 {
    top: 36%;
    left: 0;
  }
  .giftBox .rightImgBox .imgBox img:nth-child(2) {
    margin-top: 0;
  }
  .giftBox .rightImgBox .imgBox img:nth-child(1) {
    margin-bottom: 0;
  }
  .giftBox .rightImgBox .imgBox img:nth-child(1) {
    max-height: 290px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  }
  .giftBox .rightImgBox .imgBox img:nth-child(2) {
    max-height: 260px;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  }
  .giftBox .rightImgBox .videoCard .bottomImage {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .giftBox .accordion .accordion-item button {
    font-size: 18px;
  }
  .giftBox .accordion .accordion-item .accordion-body {
    font-size: 14px;
  }
  .giftBox .accordion .accordion-item + .accordion-item {
    margin-top: 18px;
  }
  .giftBox .cardBox {
    margin: 24px 0;
  }
  .giftBox .rightImgBox {
    display: block;
  }
  .giftBox .rightImgBox .videoCard {
    width: 100%;
  }
  .giftBox .rightImgBox .videoCard .videoBox {
    width: 100%;
    border-radius: 14px;
  }
  .giftBox .rightImgBox .videoCard .bottomImage {
    margin-left: 0;
    width: 100%;
    border-radius: 14px;
  }
  .giftBox .rightImgBox .videoBox video {
    height: 260px;
  }
  .giftBox .rightImgBox .videoBox a {
    width: 36px;
  }
  .giftBox .cardBox {
    flex-wrap: wrap;
  }
  .giftBox .cardBox img {
    max-width: 160px;
  }
  .giftBox .rightImgBox .imgBox {
    flex-direction: row;
    margin-top: 18px;
    height: 100%;
    width: 100%;
  }
  .giftBox .rightImgBox .imgBox img:nth-child(1) {
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    max-width: none;
    height: 100%;
    width: 50%;
    max-height: none;
    border-radius: 16px 0 0 16px;
  }
  .giftBox .rightImgBox .imgBox img:nth-child(2) {
    width: 50%;
    max-width: none;
    height: 100%;
    max-height: none;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    margin-top: 0;
    border-radius: 0 16px 16px 0;
  }
  .giftBox .icon {
    display: none;
  }
}
.digitalStrategy {
  background: #F6F6F7;
  position: relative;
  margin: 50px 40px;
  border-radius: 32px;
  padding: 100px 0;
}
.digitalStrategy::after {
  content: "";
  position: absolute;
  width: 287px;
  height: 231px;
  bottom: 0;
  left: 0;
  background: url(../images/digitalStrategyIcon6.png) no-repeat;
}
.digitalStrategy::before {
  content: "";
  position: absolute;
  width: 58px;
  height: 70px;
  top: 0;
  right: 63px;
  background: url(../images/digitalStrategyIcon8.png) no-repeat;
}
.digitalStrategy .icon1 {
  position: absolute;
  top: 34px;
  left: 10%;
}
.digitalStrategy .icon2 {
  position: absolute;
  bottom: 65px;
  right: 25%;
}
.digitalStrategy__text {
  position: relative;
  z-index: 9;
}
.digitalStrategy__text .textBox {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.digitalStrategy__text .textBox img {
  position: absolute;
  right: -37px;
  top: -17px;
  left: unset;
}
.digitalStrategy__text h3 {
  margin-bottom: 18px;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #112236;
  display: inline-block;
}
.digitalStrategy__text ul {
  list-style: disc;
  padding-left: 20px;
}
.digitalStrategy__text ul li {
  color: #404E5E;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.digitalStrategy__text ul li + li {
  margin-top: 12px;
}
.digitalStrategy .mainImage {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 426px;
}
.digitalStrategy .col-lg-5 .row {
  margin-left: -6px;
  margin-right: -6px;
}
.digitalStrategy .col-lg-5 .row [class*=col-] {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}
.digitalStrategy__card {
  padding: 24px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #DDE0E3;
  height: 100%;
  position: relative;
  z-index: 9;
}
.digitalStrategy__card img {
  max-width: 45px;
  margin-bottom: 31px;
}
.digitalStrategy__card h6 {
  color: #112236;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
}
.digitalStrategy__card p {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #404E5E;
}
.digitalStrategy__card a {
  display: inline-block;
  color: #6461FF;
  padding-bottom: 0;
  font-size: 16px;
}

@media (max-width: 1300px) {
  .digitalStrategy__card {
    padding: 12px;
  }
  .digitalStrategy__card a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .digitalStrategy__text {
    margin-bottom: 24px;
  }
  .digitalStrategy {
    margin: 16px;
    border-radius: 14px;
    overflow: hidden;
    padding-bottom: 500px;
  }
  .digitalStrategy .mainImage {
    max-height: 480px;
  }
}
@media (max-width: 576px) {
  .digitalStrategy {
    padding-top: 24px;
    padding-bottom: 340px;
  }
  .digitalStrategy .col-lg-8.col-md-6.col-sm-6,
  .digitalStrategy .col-lg-4.col-md-6.col-sm-6 {
    width: 50%;
  }
  .digitalStrategy .mainImage {
    max-width: 300px;
  }
  .digitalStrategy__text h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 18px;
  }
  .digitalStrategy__text .textBox img {
    display: none;
  }
  .digitalStrategy__text ul li {
    font-size: 14px;
  }
  .digitalStrategy .icon1 {
    top: 112px;
    left: -45px;
  }
  .digitalStrategy::before {
    width: 32px;
    height: 47px;
    top: 0;
    right: 30px;
    background-size: contain;
  }
  .digitalStrategy__card {
    padding: 18px 16px;
    border-radius: 14px;
  }
  .digitalStrategy__card img {
    max-width: 40px;
    margin-bottom: 12px;
  }
  .digitalStrategy__card h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .digitalStrategy__card p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .digitalStrategy__card a {
    font-size: 16px;
  }
  .digitalStrategy::after {
    width: 87px;
    height: 66px;
    background-size: contain;
    bottom: 0;
  }
  .digitalStrategy .icon2 {
    bottom: 28%;
    right: 45%;
    z-index: 99;
  }
}
@media (max-width: 400px) {
  .digitalStrategy .col-lg-8.col-md-6.col-sm-6,
  .digitalStrategy .col-lg-4.col-md-6.col-sm-6 {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .digitalStrategy .mainImage {
    width: 100%;
  }
}
.results {
  margin: 100px 0;
}
.results .imgBox {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.results .imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.results .textBox {
  border-radius: 16px;
  padding: 50px;
  position: relative;
  background-color: #F6F6F7;
}
.results .textBox h3 {
  margin-bottom: 18px;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  color: #112236;
}
.results .textBox p {
  color: #404E5E;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 28px;
}
.results .textBox .d-flex {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.results .textBox .d-flex .card {
  padding: 26px 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  text-align: center;
  width: calc(50% - 9px);
}
.results .textBox .d-flex .card img {
  max-width: 60px;
  margin: 0 auto 16px auto;
}
.results .textBox .d-flex .card h5 {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #112236;
}
.results .textBox .d-flex .card p {
  color: #404E5E;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.results .textBox .icon {
  position: absolute;
  bottom: 10px;
  right: 20%;
}

@media (max-width: 991px) {
  .results {
    margin: 24px 0;
  }
  .results .textBox {
    margin-top: 18px;
  }
}
@media (max-width: 576px) {
  .results .textBox {
    padding: 24px 14px;
    border-radius: 16px;
  }
  .results .textBox h3 {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1.3;
  }
  .results .textBox p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 18px;
  }
  .results .textBox .d-flex {
    margin-bottom: 18px;
  }
  .results .textBox .d-flex .card {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
    text-align: left;
    padding: 20px;
  }
  .results .textBox .d-flex .card img {
    margin: 0;
  }
  .results .textBox .d-flex .card h5 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .results .textBox .d-flex .card p {
    font-size: 14px;
  }
  .results .textBox a {
    width: 100%;
    text-align: center;
    padding: 9px;
  }
  .results .textBox .icon {
    bottom: 66px;
    right: 0%;
  }
}
@media (max-width: 400px) {
  .results .textBox .d-flex .card {
    display: block;
  }
}
.clientTestimonials {
  position: relative;
  background-color: #F9F9F9;
  padding: 100px 0 80px 0;
}
.clientTestimonials::after {
  content: "";
  position: absolute;
  width: 63px;
  height: 72px;
  top: 100px;
  right: 25%;
  background: url(../images/clientTestimonialsIcon2.png) no-repeat;
}
.clientTestimonials::before {
  content: "";
  position: absolute;
  width: 63px;
  height: 72px;
  top: 232px;
  right: 0;
  background: url(../images/clientTestimonialsIcon1.png) no-repeat;
}
.clientTestimonials .titleBox {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  margin: 0 auto 60px auto;
}
.clientTestimonials .titleBox h3 {
  width: -moz-fit-content;
  width: fit-content;
}
.clientTestimonials .titleBox img {
  position: absolute;
  top: -18px;
  left: -32px;
}
.clientTestimonials .textBox {
  padding: 40px 30px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 4px 20px 0px rgba(17, 34, 54, 0.1019607843);
  border-radius: 30px;
  position: relative;
}
.clientTestimonials .textBox .d-flex {
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.clientTestimonials .textBox .d-flex img.profile {
  width: 72px;
  height: 72px;
  border: 2px solid #FFFFFF;
  background: #F6D055;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.0784313725);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.clientTestimonials .textBox .d-flex h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  color: #112236;
  margin-bottom: 0;
}
.clientTestimonials .textBox .d-flex span {
  color: rgba(17, 34, 54, 0.6980392157);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4px;
  display: block;
}
.clientTestimonials .textBox .d-flex ul {
  display: flex;
  align-items: center;
  gap: 2px;
}
.clientTestimonials .textBox .d-flex ul img {
  max-width: 20px;
}
.clientTestimonials .textBox h6 {
  color: #112236;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 12px;
}
.clientTestimonials .textBox span {
  color: rgba(17, 34, 54, 0.6980392157);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.clientTestimonials .textBox .icon1 {
  position: absolute;
  top: 0;
  left: -30px;
}
.clientTestimonials .textBox .icon2 {
  position: absolute;
  top: 0;
  right: -30px;
}
.clientTestimonials .textBox .icon3 {
  position: absolute;
  bottom: -40px;
  right: 45%;
}
.clientTestimonials .videoBox {
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  position: relative;
  height: 100%;
}
.clientTestimonials .videoBox video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.clientTestimonials .videoBox a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 991px) {
  .clientTestimonials .videoBox {
    margin-top: 24px;
  }
  .clientTestimonials::after {
    right: 40px;
  }
}
@media (max-width: 576px) {
  .clientTestimonials {
    padding: 24px 0;
  }
  .clientTestimonials .textBox {
    margin-bottom: 18px;
  }
  .clientTestimonials .textBox h3 {
    font-size: 28px;
    line-height: 1.2;
  }
  .clientTestimonials .videoBox {
    margin-top: 16px;
    border-radius: 14px;
  }
  .clientTestimonials .videoBox a {
    width: 35px;
  }
  .clientTestimonials .titleBox img {
    width: 29px;
    top: 1px;
    left: -14px;
    height: 19px;
  }
  .clientTestimonials .textBox {
    padding: 24px 12px;
    border-radius: 14px;
    margin-bottom: 0;
  }
  .clientTestimonials .textBox .d-flex {
    margin-bottom: 30px;
  }
  .clientTestimonials .textBox .d-flex h5 {
    line-height: 1.2;
    font-size: 18px;
  }
  .clientTestimonials .textBox .d-flex span {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .clientTestimonials .textBox .d-flex img.profile {
    width: 46px;
    height: 46px;
  }
  .clientTestimonials .textBox h6 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .clientTestimonials .textBox span {
    font-size: 14px;
  }
  .clientTestimonials .titleBox {
    margin-bottom: 18px;
  }
  .clientTestimonials .titleBox h3 {
    margin-bottom: 0;
  }
  .clientTestimonials::after {
    width: 34px;
    height: 50px;
    background-size: contain;
  }
  .clientTestimonials .titleBox h3 {
    width: auto;
  }
  .clientTestimonials .textBox .icon1 {
    width: 28px;
    height: 17px;
    left: -11px;
  }
  .clientTestimonials .textBox .icon2 {
    top: 152%;
    z-index: 9;
    width: 41px;
    height: 29px;
    right: unset;
    left: 0;
  }
  .clientTestimonials .textBox .icon3 {
    width: 81px;
    height: 28px;
    right: 12px;
    bottom: 0;
  }
}
@media (max-width: 400px) {
  .clientTestimonials::after,
  .clientTestimonials .titleBox img {
    display: none;
  }
  .clientTestimonials .titleBox h3 {
    line-height: 1.2;
  }
}
.newsletterCard {
  margin: 140px 0 100px 0;
  position: relative;
}
.newsletterCard .container {
  position: relative;
  border-radius: 24px;
}
.newsletterCard .mainCard {
  background: #ff5b59;
  border-radius: 24px;
  overflow: hidden;
  padding: 75px;
  position: relative;
  height: 100%;
}
.newsletterCard .mainCard .textBox {
  color: #fff;
  margin-left: auto;
  max-width: 61%;
  position: relative;
}
.newsletterCard .mainCard .textBox h3 {
  margin-bottom: 14px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.newsletterCard .mainCard .textBox p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.newsletterCard .mainCard .textBox form {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 32px;
  position: relative;
  z-index: 9;
}
.newsletterCard .mainCard .textBox form input {
  padding: 16px 26px;
  color: #707a86;
  border-radius: 50px;
  background: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.newsletterCard .mainCard .textBox form .buttonPrimary {
  padding: 16px 46px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.4s;
  background-color: #112236;
  color: #fff;
}
.newsletterCard .mainCard .textBox .icon1 {
  position: absolute;
  top: -65px;
  left: -93px;
}
.newsletterCard .mainCard .textBox .icon2 {
  position: absolute;
  bottom: -93px;
  right: 160px;
}
.newsletterCard .mainCard .textBox .icon3 {
  position: absolute;
  bottom: -50px;
  right: 0;
}
.newsletterCard .mainCard .imgBox {
  height: 636px;
  min-width: 530px;
  padding: 8px;
  background-color: #ffffff;
  position: absolute;
  left: -54px;
  top: -80px;
  transform: rotate(-22deg);
}
.newsletterCard .mainCard .imgBox .color1 {
  width: 100%;
  height: 50%;
  background: #ff5b59;
  border-radius: 24px;
  margin-bottom: 8px;
}
.newsletterCard .mainCard .imgBox .color2 {
  width: 100%;
  height: 50%;
  background: #89bb3f;
  border-radius: 24px;
  margin-bottom: 8px;
}
.newsletterCard .mainImage {
  position: absolute;
  bottom: 0;
  left: 75px;
  z-index: 9;
}

.newsletterCard .textBox .wpcf7-form-control-wrap {
  max-width: 50%;
}

.newsletterCard .textBox .wpcf7-spinner {
  display: none;
}

.newsletterCard .textBox form .wpcf7-not-valid-tip {
  display: none;
}

.newsletterCard .textBox .wpcf7 form .wpcf7-response-output {
  display: block;
  position: absolute;
  bottom: -40px;
  margin: 0;
  border: none;
}

.newsletterCard .mainCard .textBox form .buttonPrimary:hover {
  background: #89bb3f;
  color: #fff;
}

.newsletterCard .textBox .buttonPrimary {
  background-color: #112236;
  color: #fff;
}

.newsletterCard .textBox .buttonPrimary:hover {
  background: #89bb3f;
  color: #fff;
}

.newsletterCard .textBox .form-control {
  height: auto;
}

@media (max-width: 1599px) {
  .newsletterCard .mainCard .textBox {
    width: 50%;
  }
  .newsletterCard .mainCard .textBox .icon3 {
    bottom: -70px;
    right: -44px;
  }
}
@media (max-width: 1400px) {
  .newsletterCard .mainCard {
    padding: 30px 20px;
  }
  .newsletterCard .mainCard {
    padding: 30px 20px 50px 20px;
  }
}
@media (max-width: 1200px) {
  .newsletterCard .mainCard {
    padding: 30px 20px;
  }
  .newsletterCard .mainImage {
    max-width: 200px;
  }
  .newsletterCard .mainCard .imgBox {
    min-width: 340px;
  }
  .newsletterCard .mainCard .textBox {
    width: 60%;
  }
  .newsletterCard .textBox .wpcf7 form .wpcf7-response-output {
    position: unset;
  }
  .newsletterCard .mainCard .imgBox {
    height: 750px;
  }
}
@media (max-width: 991px) {
  .newsletterCard .mainCard .textBox {
    margin-left: 0;
    margin-top: 500px;
    width: 100%;
    max-width: 100%;
  }
  .newsletterCard .mainCard .imgBox {
    height: 866px;
    min-width: 1000px;
    left: -313px;
    top: -550px;
    transform: rotate(69deg);
  }
  .newsletterCard .mainImage {
    top: 30px;
    width: 266px;
    left: 50%;
    transform: translateX(-50%);
  }
  .newsletterCard .mainCard .textBox .icon3 {
    bottom: 0;
    right: 0;
  }
  .newsletterCard .mainCard .textBox .icon2 {
    bottom: -50px;
  }
  .newsletterCard .mainCard .textBox .icon1 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .newsletterCard .textBox .wpcf7-form-control-wrap {
    max-width: 100%;
    width: 100%;
  }
  .newsletterCard {
    margin: 24px 0;
  }
  .newsletterCard .mainCard {
    padding: 34px 14px;
    border-radius: 14px;
  }
  .newsletterCard .mainCard .textBox h3 {
    font-size: 30px;
    text-align: right;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .newsletterCard .mainCard .textBox p {
    line-height: 1.3;
    font-size: 14px;
  }
  .newsletterCard .mainCard .textBox form {
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;
  }
  .newsletterCard .mainCard .textBox form input {
    width: 100%;
    font-size: 16px;
    padding: 14px;
  }
  .newsletterCard .mainCard .textBox form button {
    width: 100%;
    font-size: 16px;
    padding: 14px;
  }
  .newsletterCard .mainCard .textBox p {
    display: block;
  }
  .newsletterCard .mainCard .textBox .icon3 {
    -o-object-fit: contain;
       object-fit: contain;
    width: 57px;
    height: 53.44px;
    top: -193px;
    left: 0;
  }
  .newsletterCard .mainCard .textBox .icon2 {
    width: 60.2px;
    -o-object-fit: contain;
       object-fit: contain;
    height: 21.16px;
    bottom: -34px;
  }
  .newsletterCard .mainCard .textBox .icon1 {
    width: 48px;
    height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
    top: -320px;
    right: 0;
    left: unset;
  }
}
@media (max-width: 576px) {
  .newsletterCard .mainCard .imgBox {
    height: 761px;
    min-width: 513px;
    left: -40px;
    top: -297px;
    transform: rotate(69deg);
  }
  .newsletterCard .mainCard .textBox {
    margin-top: 400px;
  }
}
.clientBanner {
  background: #FCBD05;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  margin: 20px 40px;
  padding: 60px 0;
}
.clientBanner::after {
  content: "";
  position: absolute;
  width: 231px;
  height: 184px;
  bottom: 0;
  left: 0;
  background: url(../images/clientBannerIcon6.png) no-repeat;
}
.clientBanner::before {
  content: "";
  position: absolute;
  width: 222px;
  height: 216px;
  top: 0;
  right: 0;
  background: url(../images/clientBannerIcon5.png) no-repeat;
}
.clientBanner .textBox {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.clientBanner .textBox h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  color: #112236;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}
.clientBanner .textBox img {
  position: absolute;
  top: -6px;
  left: -20px;
}
.clientBanner .d-flex {
  justify-content: center;
  gap: 24px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.clientBanner .icon1 {
  position: absolute;
  top: 25%;
  left: 15%;
}
.clientBanner .icon2 {
  position: absolute;
  bottom: 0;
  right: 15%;
}
.clientBanner .icon3 {
  position: absolute;
  top: 12px;
  right: 10%;
}
.clientBanner .textBox,
.clientBanner .d-flex {
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .clientBanner {
    margin: 16px;
    border-radius: 14px;
  }
}
@media (max-width: 767px) {
  .clientBanner {
    padding: 34px 0;
  }
  .clientBanner .textBox h3 {
    font-size: 32px;
  }
  .clientBanner .d-flex {
    margin-top: 38px;
    gap: 14px;
    flex-direction: column-reverse;
  }
  .clientBanner::before {
    width: 110px;
  }
  .clientBanner::after {
    height: 89px;
  }
  .clientBanner .icon1 {
    width: 32.06px;
    height: 22.26px;
  }
  .clientBanner .icon2 {
    width: 25.54px;
    height: 37.44px;
  }
  .clientBanner .icon3 {
    width: 26.2px;
    height: 29.84px;
  }
}
@media (max-width: 576px) {
  .clientBanner .d-flex a {
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 14px;
  }
}
.clientsCards {
  background: #F6F6F7;
  padding: 120px 0;
  position: relative;
}
.clientsCards h3 {
  color: #112236;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 7px;
}
.clientsCards .icon1 {
  position: absolute;
  top: 60px;
  left: 30%;
}
.clientsCards .icon2 {
  position: absolute;
  top: 100px;
  right: 0;
}
.clientsCards .d-flex {
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
  justify-content: space-between;
}
.clientsCards .col {
  width: 14.285%;
  flex: 0 0 14.285%;
}
.clientsCards__Box {
  text-align: center;
  margin-top: 34px;
}
.clientsCards__Box .imgBox {
  height: 144px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
}
.clientsCards__Box .imgBox img {
  transition: all 0.4s ease-in-out;
}
.clientsCards__Box .imgBox:hover img {
  transform: scale(0.9);
}
.clientsCards__Box h6 {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #112236;
}
.clientsCards__Box p {
  color: #112236;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .clientsCards .col {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 991px) {
  .clientsCards {
    margin: 0 16px;
    border-radius: 14px;
  }
  .clientsCards .col {
    width: 25%;
    flex: 0 0 25%;
  }
  .clientsCards .icon1 {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .clientsCards {
    padding: 24px 0;
    margin-bottom: 24px;
  }
  .clientsCards .col {
    width: 33.33%;
    flex: 0 0 33.33%;
  }
  .clientsCards h3 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .clientsCards .icon1 {
    width: 45px;
    height: 15px;
    top: 4px;
    left: 23px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .clientsCards .icon2 {
    width: 23px;
    height: 26px;
    top: 11px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .clientsCards__Box {
    margin-top: 18px;
  }
  .clientsCards__Box .imgBox {
    height: 108px;
    border-radius: 4px;
  }
  .clientsCards__Box h6 {
    margin-top: 12px;
    font-size: 16px;
  }
  .clientsCards__Box p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .clientsCards .col {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 375px) {
  .clientsCards .col {
    width: 100%;
    flex: 0 0 100%;
  }
}
.section404 {
  background: #FCBD05;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  margin: 20px 40px;
  padding: 60px 0;
  text-align: center;
}
.section404::after {
  content: "";
  position: absolute;
  width: 231px;
  height: 184px;
  bottom: 0;
  left: 0;
  background: url(../images/clientBannerIcon6.png) no-repeat;
}
.section404::before {
  content: "";
  position: absolute;
  width: 222px;
  height: 216px;
  top: 0;
  right: 0;
  background: url(../images/clientBannerIcon5.png) no-repeat;
}
.section404 .textBox {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.section404 .textBox h1 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  color: #112236;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.3;
}
.section404 .textBox img {
  position: absolute;
  top: -6px;
  left: -20px;
}
.section404 h3 {
  margin-bottom: 0;
  color: #112236;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.section404 p {
  font-size: 18px;
  max-width: 700px;
  margin: 24px auto 0 auto;
  text-align: center;
}
.section404 .d-flex {
  justify-content: center;
  gap: 24px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.section404 .icon1 {
  position: absolute;
  top: 25%;
  left: 15%;
}
.section404 .icon2 {
  position: absolute;
  bottom: 0;
  right: 15%;
}
.section404 .icon3 {
  position: absolute;
  top: 12px;
  right: 10%;
}
.section404 .textBox,
.section404 .d-flex {
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .section404 {
    margin: 16px;
    border-radius: 14px;
  }
}
@media (max-width: 767px) {
  .section404 {
    padding: 50px 0;
  }
  .section404 .textBox h3 {
    font-size: 32px;
  }
  .section404 .d-flex {
    margin-top: 38px;
    gap: 14px;
  }
  .section404::before {
    width: 110px;
  }
  .section404::after {
    height: 89px;
  }
  .section404 .icon1 {
    width: 32.06px;
    height: 22.26px;
  }
  .section404 .icon2 {
    width: 25.54px;
    height: 37.44px;
  }
  .section404 .icon3 {
    width: 26.2px;
    height: 29.84px;
  }
  .section404 .textBox h1 {
    font-size: 70px;
  }
  .section404 h3 {
    font-size: 26px;
  }
  .section404 p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .section404 .d-flex a {
    width: 100%;
    text-align: center;
    padding: 14px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */