/* Fonts and Icons START*/
@font-face {
  font-family: "Inter-b";
  src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: "Inter-m";
  src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.ttf);
}
/* Fonts and Icons END*/
/* Colors and Fonts START*/
/* Colors and Fonts END*/
/* General style START*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

p,
ul {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

button,
input {
  outline: none;
  border: none;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Inter";
}
body.overflow-hidden {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

@media (min-width: 991.98px) {
  .d-none-desktop {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .d-none-mobile {
    display: none;
  }
}

p, h2, h1, h3 {
  margin-bottom: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.fade:not(.show) {
  opacity: 0;
}

.fade {
  transition: opacity 0.15s linear;
}

.tab-content > .active {
  display: block;
}

.centerize {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.flex {
  display: flex;
}

.block {
  display: block;
}

@media (max-width: 991.98px) {
  .container-fluid {
    padding: 0 15px;
  }
}
.site-main-default {
  min-height: 700px;
}
@media (max-width: 991.98px) {
  .site-main-default {
    min-height: 400px;
  }
}

/* General style END*/
/* Header START*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
header .container-fluid {
  padding: 0;
}
@media (max-width: 991.98px) {
  header {
    top: 0;
  }
  header .container-fluid {
    padding: 0;
  }
  header .container-fluid .headerbar {
    padding: 0 15px;
  }
}
header .scroll-imgchange img:first-child {
  display: none;
}
header .scroll-imgchange img:last-child {
  display: inherit !important;
}
header .scroll-imgchange li:first-child {
  display: none;
}
header .scroll-imgchange li:last-child {
  display: inherit !important;
}
header .headerbar {
  background: #ffffff;
  align-items: center;
  display: flex;
  min-height: 62px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
@media (max-width: 575.98px) {
  header .headerbar {
    min-height: 60px;
  }
}
header .headerbar .menu-here {
  width: 100%;
}
@media (min-width: 991.98px) {
  header .headerbar .menu-here {
    padding-left: 55px;
  }
}
@media (max-width: 991.98px) {
  header .headerbar .menu-here .right-widget {
    right: 0;
    position: absolute;
  }
}
header .headerbar .menu-here .right-widget ul {
  display: flex;
  gap: 20px;
}
header .headerbar .menu-here .right-widget ul li:first-of-type {
  display: flex;
}
header .headerbar .menu-here .right-widget ul li:first-of-type .textwidget {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
}
header .headerbar .menu-here .right-widget ul li:first-of-type .textwidget a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #4650F0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
header .headerbar .menu-here .right-widget ul li:last-of-type {
  background-color: #4650F0;
  height: 62px;
}
@media (max-width: 991.98px) {
  header .headerbar .menu-here .right-widget ul li:last-of-type {
    display: none;
  }
}
header .headerbar .menu-here .right-widget ul li:last-of-type .textwidget {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
header .headerbar .menu-here .right-widget ul li:last-of-type .textwidget a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 42px;
}
header .headerbar nav {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-wrap: unset;
}
@media (min-width: 991.98px) {
  header .headerbar nav .main-nav-toggle {
    flex: 1;
  }
}
header .headerbar nav .main-nav-toggle ul {
  gap: 20px;
}
header .headerbar nav .main-nav-toggle ul li {
  color: #151414;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
header .headerbar nav .main-nav-toggle ul .current-menu-item {
  font-weight: 700;
}
header .headerbar .collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
}
header .headerbar .logo_header {
  z-index: 3;
}
@media (min-width: 991.98px) {
  header .headerbar .logo_header {
    position: relative;
    top: 0;
    margin-left: 52px;
  }
}
@media (min-width: 991.98px) {
  header .headerbar .logo_header li {
    height: 60px;
    max-width: 100px;
  }
}
header .headerbar .logo_header li img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
@media (min-width: 991.98px) {
  header .headerbar .logo_header li:last-child {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header .headerbar .logo_header li:first-child {
    display: none;
  }
}

@media (min-width: 991.98px) {
  .scroll-navchange li {
    color: #151414 !important;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
  }
}

.scroll-hamburger {
  top: 15px !important;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}

/* Header END*/
/* Header STANDARD*/
@media (max-width: 991.98px) {
  .standard-header .navbar {
    justify-content: left;
    gap: 20px;
  }
}
.standard-header #navbarNav {
  justify-content: left;
}

.header-navmenu-custom {
  position: relative;
}
.header-navmenu-custom .logo_header {
  display: none;
}
.header-navmenu-custom #navbarNav {
  position: fixed;
  background: white;
  width: 0%;
  right: 0px;
  z-index: 99;
  transition: all 0.2s ease 0s;
  height: 100% !important;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  transform: translateX(75px);
  transition: cubic-bezier(0.6, 0.04, 0.98, 0.335) ease;
}
@media (min-width: 991.98px) {
  .header-navmenu-custom #navbarNav .logo_header {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .header-navmenu-custom #navbarNav ul {
    width: 100%;
    height: 50%;
    text-align: start;
    margin-left: 20px;
    gap: 10px;
  }
  .header-navmenu-custom #navbarNav ul .current-menu-item a {
    color: #4650F0;
  }
  .header-navmenu-custom #navbarNav ul li a {
    color: #31363E;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.header-navmenu-custom .navbar-collapse.show {
  width: 100% !important;
  transition: 0.4s ease;
  transform: translateX(0px) !important;
}
.header-navmenu-custom .navbar-toggler {
  position: fixed;
  z-index: 222;
  right: 100px;
  top: 24px;
  transition: 0.5s ease;
  right: 0;
  top: 0;
  transform: translate(155px, -155px);
}
.header-navmenu-custom .navbar-toggler .menu-m {
  width: 25px;
}
.header-navmenu-custom .navbar-toggler .menu-m .menu-top-custom {
  backface-visibility: hidden;
  top: 10px;
  transform: rotate(50deg);
  transition: 0.44s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s;
  -ms-transition: 0.44s;
  -o-transition: 0.44s;
}
.header-navmenu-custom .navbar-toggler .menu-m .menu-bottom-custom {
  backface-visibility: hidden;
  top: 10px;
  transform: rotate(-410deg);
  transition: 0.44s 0.4s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s 0.4s;
  -ms-transition: 0.44s 0.4s;
  -o-transition: 0.44s 0.4s;
}
.header-navmenu-custom .show ~ .navbar-toggler {
  left: 0;
  display: inherit !important;
  transition: 0.5s ease;
  transform: translate(20px, 20px);
  top: 0;
  width: 25px;
}
.header-navmenu-custom .show ~ .logo_header {
  display: block;
  right: 20px;
  position: relative;
  top: 20px;
}
.header-navmenu-custom .show ~ .logo_header li {
  position: absolute;
  z-index: 99;
  right: 0;
}
.header-navmenu-custom .show ~ .logo_header li img {
  max-width: 100px !important;
  max-height: 65px !important;
  object-fit: contain;
}

.no-scroll {
  overflow: hidden;
}
.no-scroll .site {
  pointer-events: none;
}
.no-scroll .navbar {
  left: -8px;
}
@media (max-width: 575.98px) {
  .no-scroll .navbar {
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .menu-here nav .logo_header.d-none-desktop ul li {
    height: 35px;
    max-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .menu-here nav .logo_header.d-none-desktop ul li {
    max-height: 70px;
    max-width: 100px;
  }
}
/* Header STANDARD END*/
/* Home START*/
@media (max-width: 470px) {
  .dekstop-bg {
    display: none;
  }
}
@media (min-width: 470px) {
  .mobile-bg {
    display: none;
  }
}
/*banner section*/
.page-home .banner__section {
  position: relative;
}
.page-home .banner__section img {
  width: 100%;
  height: 739px;
  object-fit: cover;
  object-position: center;
}
.page-home .banner__section .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 470px) {
  .page-home .banner__section .content {
    bottom: 0;
    top: unset;
    left: 50%;
    transform: translate(-50%, -40px);
  }
}
.page-home .banner__section .content .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-home .banner__section .content h1 {
  color: #000;
  font-size: 29px;
  font-style: normal;
  font-family: Inter-b;
  line-height: 140%;
  max-width: 548px;
}
@media (max-width: 470px) {
  .page-home .banner__section .content h1 {
    font-size: 24px;
    text-align: center;
  }
}
.page-home .banner__section .content p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 548px;
}
@media (max-width: 470px) {
  .page-home .banner__section .content p {
    font-size: 14px;
    text-align: center;
  }
}
.page-home .banner__section .buttons {
  display: flex;
  gap: 16px;
}
@media (max-width: 470px) {
  .page-home .banner__section .buttons {
    flex-direction: column;
  }
}
.page-home .banner__section .buttons .button1 {
  background: #4650F0;
  color: white;
  font-size: 14px;
  font-family: Inter-b;
  font-style: normal;
  line-height: normal;
  min-width: 175px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid transparent;
}
.page-home .banner__section .buttons .button2 {
  background: transparent;
  color: #4650F0;
  font-size: 14px;
  font-family: Inter-m;
  font-style: normal;
  line-height: normal;
  min-width: 175px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #4650F0;
}

/*standards section*/
@media (max-width: 991.98px) {
  .standards .container-fluid {
    padding: 0;
  }
}
.standards .mySwiper-standards {
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  .standards .mySwiper-standards {
    padding: 40px 0;
  }
}
.standards .mySwiper-standards .swiper-slide {
  text-align: center;
}
.standards .mySwiper-standards .swiper-slide .standard-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 25px;
}
.standards .mySwiper-standards .swiper-slide h1 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-family: Inter-m;
  line-height: 110%;
  margin-bottom: 10px;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .standards .mySwiper-standards .swiper-slide h1 {
    font-size: 14px;
  }
}
.standards .mySwiper-standards .swiper-slide p {
  color: #8A8A8A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 20px;
}

/*services section*/
.services {
  background: #ECF1F4;
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .services {
    padding: 15px 0 48px 0;
  }
}
.services .title-section {
  margin-bottom: 50px;
}
.services .title-section h1 {
  color: #000;
  text-align: center;
  font-family: Inter-b;
  font-size: 32px;
  font-style: normal;
  line-height: 140%;
}
@media (max-width: 991.98px) {
  .services .title-section h1 {
    font-size: 24px;
  }
}
.services .content .row {
  row-gap: 40px;
}
.services .content .box {
  column-gap: 27px;
}
@media (max-width: 991.98px) {
  .services .content .box {
    flex-direction: column;
  }
}
.services .content .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .services .content .right {
    text-align: center;
    gap: 20px;
  }
}
.services .content .right h1 {
  color: #000;
  font-family: Inter-b;
  font-size: 18px;
  font-style: normal;
  line-height: 140%;
}
.services .content .right p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 991.98px) {
  .services .content .left {
    margin-bottom: 40px;
  }
}
.services .content .left img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

/*about us section - home*/
.about-us {
  padding: 96px 0 62px 0;
}
@media (max-width: 991.98px) {
  .about-us {
    padding: 40px 0;
  }
}
.about-us .rights {
  display: flex;
  flex-direction: column;
  align-items: self-end;
}
@media (max-width: 991.98px) {
  .about-us .rights {
    max-width: 430px;
    margin: auto;
  }
}
.about-us .rights:after {
  position: absolute;
  content: "";
  top: -25px;
  width: 50%;
  right: 15px;
  height: 30px;
  background: #ECF1F4;
  z-index: -1;
}
.about-us .rights .big-img {
  width: 433px;
  height: 341px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 991.98px) {
  .about-us .rights .big-img {
    width: 273px;
    height: 234px;
  }
}
.about-us .rights .small-img {
  width: 282px;
  object-fit: cover;
  height: 206px;
  margin-top: -80px;
  align-self: self-start;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .about-us .rights .small-img {
    width: 178px;
    height: 141px;
  }
}
.about-us .lefts {
  align-self: center;
}
@media (max-width: 991.98px) {
  .about-us .lefts {
    margin-bottom: 40px;
  }
}
.about-us .lefts h3 {
  color: #4650F0;
  font-family: Inter-b;
  font-size: 14px;
  font-style: normal;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .about-us .lefts h3 {
    margin-bottom: 8px;
    text-align: center;
  }
}
.about-us .lefts h1 {
  color: #000;
  font-family: Inter-b;
  font-size: 32px;
  font-style: normal;
  line-height: 140%;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .about-us .lefts h1 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.about-us .lefts p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .about-us .lefts p {
    text-align: center;
    margin-bottom: 40px;
  }
}
.about-us .lefts .buttons {
  display: flex;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .about-us .lefts .buttons {
    justify-content: center;
  }
}
@media (max-width: 470px) {
  .about-us .lefts .buttons {
    flex-direction: column;
  }
}
.about-us .lefts .buttons .button1 {
  background: #4650F0;
  color: white;
  font-size: 14px;
  font-family: Inter-b;
  font-style: normal;
  line-height: normal;
  min-width: 175px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid transparent;
}
.about-us .lefts .buttons .button2 {
  background: transparent;
  color: #4650F0;
  font-size: 14px;
  font-family: Inter-m;
  font-style: normal;
  line-height: normal;
  min-width: 175px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #4650F0;
}

/*reviews section*/
.reviews {
  padding: 40px 0;
}
.reviews .title-section h1 {
  color: #000;
  text-align: center;
  font-family: Inter-b;
  font-size: 28px;
  font-style: normal;
  line-height: 140%;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .reviews .title-section h1 {
    font-size: 24px;
  }
}
.reviews .mySwiper-views .swiper-slide {
  margin-top: 25px;
}
.reviews .mySwiper-views .swiper-slide h4 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 12px;
}
.reviews .mySwiper-views .swiper-slide h4:before {
  position: absolute;
  content: "";
  background-image: url(../img/quote.svg);
  width: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 21px;
  top: -25px;
}
.reviews .mySwiper-views .swiper-slide h3 {
  color: #000;
  font-family: Inter-m;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}
.reviews .mySwiper-views .swiper-slide h3 span {
  margin-left: 5px;
  padding-left: 5px;
  position: relative;
}
.reviews .mySwiper-views .swiper-slide h3 span:before {
  content: "";
  position: absolute;
  left: 0;
  background: black;
  height: 17px;
  width: 1px;
}

.trust-clients .client-section {
  padding: 40px 0 70px 0;
  background-color: #ECF1F4;
}
.trust-clients .client-section .lefts {
  align-self: center;
}
@media (max-width: 991.98px) {
  .trust-clients .client-section .lefts {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .trust-clients .client-section .lefts {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.trust-clients .client-section .lefts h1 {
  color: #000;
  font-family: Inter-b;
  font-size: 28px;
  font-style: normal;
  line-height: 140%;
  max-width: 430px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .trust-clients .client-section .lefts h1 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
@media (max-width: 575.98px) {
  .trust-clients .client-section .lefts h1 {
    text-align: center;
  }
}
.trust-clients .client-section .lefts p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 430px;
}
@media (max-width: 575.98px) {
  .trust-clients .client-section .lefts p {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .trust-clients .client-section .rights .count-section .col-lg-6 {
    width: 50%;
    text-align: center;
  }
}
.trust-clients .client-section .rights .count-section .row {
  row-gap: 40px;
}
@media (max-width: 575.98px) {
  .trust-clients .client-section .rights .count-section .row {
    row-gap: 30px;
  }
}
.trust-clients .client-section .rights .count-section .counter {
  color: #4650F0;
  font-family: Inter-b;
  font-size: 56px;
  font-style: normal;
  line-height: 120%;
}
@media (max-width: 991.98px) {
  .trust-clients .client-section .rights .count-section .counter {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .trust-clients .client-section .rights .count-section .counter {
    text-align: center;
  }
}
.trust-clients .client-section .rights .count-section span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 575.98px) {
  .trust-clients .client-section .rights .count-section span {
    font-size: 13px;
  }
}

.partners {
  padding: 67px 0 27px 0;
}
@media (max-width: 991.98px) {
  .partners {
    padding: 30px 0;
  }
}
.partners .partners-section .container-fluid {
  padding-right: unset;
  padding-left: unset;
  margin-right: unset;
  margin-left: unset;
}
.partners .partners-section .mySwiper-partners {
  padding-right: 52px;
  padding-left: 52px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .partners .partners-section .mySwiper-partners {
    padding: 0 20px;
  }
}
.partners .partners-section .mySwiper-partners .swiper-wrapper {
  align-items: center;
}
.partners .partners-section .mySwiper-partners .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  max-height: 80px;
}
@media (max-width: 991.98px) {
  .partners .partners-section .mySwiper-partners .swiper-wrapper .swiper-slide {
    max-height: 50px;
  }
}
.partners .partners-section .mySwiper-partners .swiper-wrapper .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

/*partners slider destroy style*/
@media (min-width: 470.98px) {
  .d-none-desktop-partners {
    display: none !important;
  }
}

@media (max-width: 470.98px) {
  .d-none-mobile-partners {
    display: none !important;
  }
}

.no-Swiper-partners .swiper-slide {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.no-Swiper-partners .swiper-slide img {
  max-height: 80px;
  min-height: 25px;
  object-fit: contain;
  width: 80%;
}

.no-Swiper-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
}

.site-main-default {
  padding: 140px 0 40px 0;
}

.site-main-default p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.page-template-default .site-header {
  box-shadow: 0px 6px 8px 0px rgba(30, 30, 30, 0.08);
}

@media (max-width: 575.98px) {
  .site-main-default {
    padding: 100px 0 40px 0;
  }
}
/* Home END*/
/* About START*/
.banner__section-about {
  position: relative;
}
@media (max-width: 991.98px) {
  .banner__section-about {
    flex-direction: column-reverse;
    display: flex;
    row-gap: 40px;
    padding: 100px 0 60px 0;
  }
}
@media (max-width: 575.98px) {
  .banner__section-about {
    padding: 126px 0 60px 0;
  }
}
.banner__section-about .dekstop-bg {
  width: 100%;
  height: 739px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 575.98px) {
  .banner__section-about .dekstop-bg {
    max-width: 540px;
    margin: auto;
  }
}
@media (min-width: 767.98px) {
  .banner__section-about .dekstop-bg {
    max-width: 720px;
    margin: auto;
  }
}
@media (min-width: 991.98px) {
  .banner__section-about .dekstop-bg {
    max-width: 100%;
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  .banner__section-about .dekstop-bg {
    height: 500px;
  }
}
@media (max-width: 575.98px) {
  .banner__section-about .dekstop-bg {
    padding-right: 15px;
    padding-left: 15px;
    height: 207px;
  }
}
@media (max-width: 470px) {
  .banner__section-about .dekstop-bg {
    display: block;
  }
}
.banner__section-about .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 575.98px) {
  .banner__section-about .content {
    max-width: 540px;
    margin: auto;
  }
}
@media (min-width: 767.98px) {
  .banner__section-about .content {
    max-width: 720px;
    margin: auto;
  }
}
@media (min-width: 991.98px) {
  .banner__section-about .content {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .banner__section-about .content {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .banner__section-about .content .container {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .banner__section-about .content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.banner__section-about .content h1 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 370px;
}
@media (max-width: 991.98px) {
  .banner__section-about .content h1 {
    color: black;
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .banner__section-about .content h1 {
    font-size: 30px;
  }
}
.banner__section-about .content h1 strong {
  font-family: Inter-b;
}

@media (max-width: 991.98px) {
  .about-us-second-s .buttons .button1 {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .about-us-second-s .row {
    flex-direction: column;
  }
}
@media (min-width: 991.98px) {
  .about-us-second-s .lefts {
    padding-right: 100px;
  }
}
@media (max-width: 991.98px) {
  .about-us-second-s .lefts {
    max-width: 720px;
    margin: auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .about-us-second-s .lefts h3 {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .about-us-second-s .lefts h1 {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .about-us-second-s .lefts p {
    text-align: left;
  }
}

.about-us-first-s {
  background: #ECF1F4;
}
@media (max-width: 991.98px) {
  .about-us-first-s {
    padding: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .about-us-first-s .row {
    flex-direction: column-reverse;
  }
}
.about-us-first-s .lefts {
  display: flex;
  flex-direction: column;
  align-items: self-end;
}
@media (max-width: 991.98px) {
  .about-us-first-s .lefts {
    max-width: 430px;
    margin: auto;
  }
}
.about-us-first-s .lefts:after {
  content: unset !important;
}
.about-us-first-s .lefts .big-img {
  width: 433px;
  height: 341px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 991.98px) {
  .about-us-first-s .lefts .big-img {
    width: 273px;
    height: 234px;
  }
}
.about-us-first-s .lefts .small-img {
  width: 282px;
  object-fit: cover;
  height: 206px;
  margin-top: -80px;
  align-self: self-start;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .about-us-first-s .lefts .small-img {
    width: 178px;
    height: 141px;
  }
}
.about-us-first-s .rights {
  align-self: center;
}
.about-us-first-s .rights:after {
  content: unset !important;
}
@media (min-width: 991.98px) {
  .about-us-first-s .rights {
    padding-left: 100px;
  }
}
@media (max-width: 991.98px) {
  .about-us-first-s .rights {
    max-width: 720px;
    margin-bottom: 40px;
  }
}
.about-us-first-s .rights h3 {
  color: #4650F0;
  font-family: Inter-b;
  font-size: 14px;
  font-style: normal;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
  margin-bottom: 5px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .about-us-first-s .rights h3 {
    margin-bottom: 40px;
    margin-bottom: 8px;
    text-align: left;
  }
}
.about-us-first-s .rights h1 {
  color: #000;
  font-family: Inter-b;
  font-size: 32px;
  font-style: normal;
  line-height: 140%;
  margin-bottom: 25px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .about-us-first-s .rights h1 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: left;
  }
}
.about-us-first-s .rights p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .about-us-first-s .rights p {
    text-align: left;
    margin-bottom: 26px;
  }
}
.about-us-first-s .rights .buttons {
  display: flex;
  gap: 16px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .about-us-first-s .rights .buttons {
    justify-content: center;
  }
}
@media (max-width: 470px) {
  .about-us-first-s .rights .buttons {
    flex-direction: column;
  }
}
.about-us-first-s .rights .buttons .button1 {
  background: #4650F0;
  color: white;
  font-size: 14px;
  font-family: Inter-b;
  font-style: normal;
  line-height: normal;
  min-width: 175px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid transparent;
}
@media (max-width: 991.98px) {
  .about-us-first-s .rights .buttons .button1 {
    width: 100%;
  }
}
.about-us-first-s .rights .buttons .button2 {
  background: transparent;
  color: #4650F0;
  font-size: 14px;
  font-family: Inter-b;
  font-style: normal;
  line-height: normal;
  min-width: 175px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #4650F0;
}

@media (max-width: 991.98px) {
  .page-template-aboutus .site-header {
    box-shadow: 0px 6px 8px 0px rgba(30, 30, 30, 0.08);
  }
}
/* About END*/
/* Contact START*/
.page-contact .contact {
  padding-top: 142px;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .page-contact .contact {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .page-contact .contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .page-contact .contact .lefts {
    padding: 0;
  }
}
.page-contact .contact .lefts .info-contact {
  padding: 32px;
  height: 100%;
  background: #ECF1F4;
  max-width: 438px;
}
@media (max-width: 991.98px) {
  .page-contact .contact .lefts .info-contact {
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .page-contact .contact .lefts .info-contact {
    padding: 47px 32px 32px 20px;
  }
}
.page-contact .contact .lefts .info-contact .socials-ul {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}
.page-contact .contact .lefts .info-contact .socials-ul li {
  margin-bottom: 0 !important;
}
.page-contact .contact .lefts .info-contact .socials-ul li span {
  font-size: 21px;
}
.page-contact .contact .lefts .info-contact li:first-of-type {
  margin-bottom: 24px;
}
.page-contact .contact .lefts .info-contact li:first-of-type p {
  color: #000;
  font-family: Inter-b;
  font-size: 24px;
  font-style: normal;
  line-height: 140%;
}
.page-contact .contact .lefts .info-contact .widget_custom_html {
  margin-bottom: 25px;
}
.page-contact .contact .lefts .info-contact .widget_custom_html:last-of-type {
  margin-bottom: 0;
}
.page-contact .contact .lefts .info-contact .widget_custom_html h2 {
  color: #000;
  font-family: Inter-b;
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
  margin-bottom: 6px;
}
.page-contact .contact .lefts .info-contact .widget_custom_html .custom-html-widget, .page-contact .contact .lefts .info-contact .widget_custom_html .custom-html-widget a {
  color: #000;
  font-size: 14px;
  font-family: Inter-m;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.page-contact .contact .lefts .info-contact .widget_custom_html .custom-html-widget .span-content, .page-contact .contact .lefts .info-contact .widget_custom_html .custom-html-widget a .span-content {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  display: block;
}

/* Contact END*/
/* Footer START*/
footer {
  padding: 0px 0px;
  background: #4D4B4A;
}
footer .copyr {
  padding: 5px 0;
}
footer .copyr p {
  margin: 0;
  text-align: center;
  background: #4D4B4A;
  color: white;
  font-size: 12px;
}
footer .cols {
  padding: 30px 0;
  background: #4D4B4A;
}

.footer-1 ul {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.footer-1 ul li a img {
  max-width: 150px !important;
  max-height: 60px;
  object-fit: contain;
  object-position: left;
}
.footer-1 ul .textwidget {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.footer-1 ul .textwidget a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-2 .widgettitle, .footer-3 .widgettitle, .footer-4 .widgettitle {
  margin-bottom: 12px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-family: Inter-b;
  line-height: 140%;
}
.footer-2 ul, .footer-3 ul, .footer-4 ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-2 ul li, .footer-2 ul a, .footer-3 ul li, .footer-3 ul a, .footer-4 ul li, .footer-4 ul a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* Footer END*/
/* Footer Standard*/
footer .cols .col-lg-3 {
  margin: 30px 0;
}
@media (max-width: 991.98px) {
  footer .cols .col-lg-3 {
    margin: 20px 0;
    max-width: 600px;
  }
  footer .cols .col-lg-3:first-child {
    margin-top: 0;
  }
  footer .cols .col-lg-3:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  footer .cols .col-lg-3 {
    max-width: 90%;
  }
}
footer .cols .logo_header li {
  margin-bottom: 20px;
  height: 60px;
  max-width: 80px;
}
footer .cols .logo_header li img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: left;
}

/* Footer Standard*/
/* CF 1 START*/
.contact-form-1 {
  background: #ffffff;
  border-radius: 8px;
}
.contact-form-1 .widgettitle {
  padding: 32px 32px 0px 32px;
}
@media (max-width: 991.98px) {
  .contact-form-1 .widgettitle {
    padding: 24px 24px 0px 24px;
  }
}
.contact-form-1 form {
  margin-top: 21px;
}
@media (max-width: 991.98px) {
  .contact-form-1 form {
    padding: 24px 0 0px 0;
    margin-top: 6px;
  }
}
.contact-form-1 form .wpcf7-response-output {
  font-size: 10px;
  margin-left: 0;
  margin-right: 0;
}
.contact-form-1 form p {
  margin-bottom: 8px;
}
.contact-form-1 form p:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.contact-form-1 form label {
  width: 100%;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.contact-form-1 form label span {
  color: #4650F0;
}
.contact-form-1 form label input, .contact-form-1 form label textarea, .contact-form-1 form label select {
  margin-top: 8px;
  width: 100%;
  border-radius: 0;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.24);
  font-size: 14px;
  height: 40px;
  padding-left: 10px;
}
.contact-form-1 form label textarea {
  max-height: 90px;
  height: unset;
  padding-top: 5px;
}
.contact-form-1 form label .wpcf7-not-valid-tip, .contact-form-1 form label .wpcf7-response-output {
  display: none;
}
.contact-form-1 form label .wpcf7-not-valid {
  border: 1px solid red;
}
.contact-form-1 form .wpcf7-submit {
  border: unset !important;
  width: 185px;
  height: 45px;
  border: 1px solid;
  border-color: #151414;
  background: #4650F0;
  color: #151414;
  text-align: center;
  width: 100%;
  color: #FFF;
  font-family: Inter-b;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 991.98px) {
  .contact-form-1 form .wpcf7-submit {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .contact-form-1 form .wpcf7-submit {
    width: 100%;
  }
}
.contact-form-1 form .wpcf7-spinner {
  display: none;
}

/* CF 1 END*/
.page-content {
  margin: 0;
  text-align: center;
  padding-top: 50px;
}
.page-content main {
  padding-bottom: 200px;
}

main #errorText {
  font-size: 22px;
  padding: 24px 0;
}
@media (max-width: 575.98px) {
  main #errorText {
    margin-top: -30px;
  }
}
@media (max-width: 470px) {
  main #errorText {
    margin-top: -50px;
  }
}

main svg {
  width: 100%;
}

main #errorLink {
  font-size: 20px;
  padding: 12px;
  border: 1px solid;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  width: 185px;
  height: 45px;
  border: 1px solid;
  border-color: #151414;
  background: #4650F0;
  color: #151414;
  text-align: center;
}
@media (max-width: 991.98px) {
  main #errorLink {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  main #errorLink {
    width: 100%;
  }
}

main #errorLink:hover, main #errorLink:active {
  color: #fff;
  background: #000;
}

main #g6219 {
  transform-origin: 85px 4px;
  animation: an1 12s 0.5s infinite ease-out;
}

@keyframes an1 {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(3deg);
  }
  15% {
    transform: rotate(-2.5deg);
  }
  25% {
    transform: rotate(2deg);
  }
  35% {
    transform: rotate(-1.5deg);
  }
  45% {
    transform: rotate(1deg);
  }
  55% {
    transform: rotate(-1.5deg);
  }
  65% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  85% {
    transform: rotate(2.5deg);
  }
  95% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0);
  }
}
.st0 {
  fill: #fff;
}

.st2 {
  fill: #5d89af;
}

.st3 {
  fill: #709abf;
}

.st4, .st6 {
  fill: #fff;
  stroke: #b3dcdf;
  stroke-miterlimit: 10;
}

.st6 {
  stroke: #5d89af;
  stroke-width: 2;
}

.st7, .st8, .st9 {
  stroke: #709abf;
  stroke-miterlimit: 10;
}

.st7 {
  stroke-width: 5;
  stroke-linecap: round;
  fill: none;
}

.st8, .st9 {
  fill: #fff;
}

.st9 {
  fill: none;
}

#cloud1 {
  animation: cloud003 15s linear infinite;
}

#cloud2 {
  animation: cloud002 25s linear infinite;
}

#cloud3 {
  animation: cloud003 20s linear infinite;
}

#cloud4 {
  animation: float 4s linear infinite;
}

#cloud5 {
  animation: float 8s linear infinite;
}

#cloud7 {
  animation: float 5s linear infinite;
}

#tracks {
  animation: slide 650ms linear infinite;
}

#bumps {
  animation: land 10000ms linear infinite;
}

@keyframes jig {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0px);
  }
}
#car-layers {
  animation: jig 0.35s linear infinite;
}

@keyframes land {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(1000px);
  }
}
@keyframes slide {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(100px);
  }
}
/* @keyframes cloudFloat {
0% { transform: translateX(0) translateY(3px); }
100% { transform: translateX(1000px) translateY(0); }
 } */
@keyframes cloud001 {
  0% {
    transform: translateX(-1000px) translateY(3px);
  }
  100% {
    transform: translateX(1000px) translateY(0);
  }
}
@keyframes cloud002 {
  0% {
    transform: translateX(-1000px) translateY(3px);
  }
  100% {
    transform: translateX(1000px) translateY(0);
  }
}
@keyframes cloud003 {
  0% {
    transform: translateX(-1000px) translateY(3px);
  }
  100% {
    transform: translateX(1000px) translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px) translateX(0);
  }
  50% {
    transform: translateY(8px) translateX(5px);
  }
  100% {
    transform: translateY(0px) translateX(0);
  }
}
#bracefront, #braceback {
  animation: braces 1s linear infinite;
}

@keyframes braces {
  0% {
    transform: translateX(-2px);
  }
  25% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(-2px);
  }
  75% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.navbar-toggler {
  padding: 0 !important;
  outline: unset !important;
  border-color: unset !important;
  border: unset !important;
  height: 30px;
  z-index: 9;
}

.menu-m {
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 25px;
  height: 21px;
}
.menu-m .menu-bottom-click, .menu-m .menu-top-click {
  border-color: #151414 !important;
}
.menu-m span:nth-child(1) {
  border-color: #151414;
}
.menu-m span:nth-child(2) {
  border-color: #151414;
}
.menu-m span:nth-child(3) {
  border-color: #151414;
}

.menu-global {
  backface-visibility: hidden;
  position: absolute;
  border-radius: 25px;
  left: 0;
  border-top: 2px solid;
  width: 100%;
  transition: 0.44s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s;
  -ms-transition: 0.44s;
  -o-transition: 0.44s;
}

.menu-top {
  top: 2px;
}

.menu-middle {
  top: 9px;
}

.menu-bottom {
  top: 16px;
}

.menu-top-click {
  backface-visibility: hidden;
  top: 10px;
  transform: rotate(50deg);
  transition: 0.44s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s;
  -ms-transition: 0.44s;
  -o-transition: 0.44s;
}

.menu-middle-click {
  opacity: 0;
}

.menu-bottom-click {
  backface-visibility: hidden;
  top: 10px;
  transform: rotate(-410deg);
  transition: 0.44s 0.4s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s 0.4s;
  -ms-transition: 0.44s 0.4s;
  -o-transition: 0.44s 0.4s;
}

.call-us .quick-call {
  background-color: #4650F0;
  padding: 30px 0;
}
.call-us .quick-call .flex {
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .call-us .quick-call .flex {
    flex-direction: column;
    gap: 24px;
  }
}
.call-us .quick-call .flex h1 {
  color: #FFF;
  font-family: Inter-b;
  font-size: 28px;
  font-style: normal;
  line-height: 140%;
  align-items: center;
  display: flex;
}
@media (max-width: 575.98px) {
  .call-us .quick-call .flex h1 {
    font-size: 24px;
  }
}
.call-us .quick-call .flex .buttons .button1 {
  background: white;
  color: #4650F0;
  font-size: 14px;
  font-family: Inter-b;
  font-style: normal;
  line-height: normal;
  min-width: 175px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid transparent;
}

/*Single page Start*/
.single-page .intro {
  height: 250px;
}
.single-page .content {
  margin-top: 40px;
}
/*Single page END*/