@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap");
@import url(../fonts/font.css);
* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  list-style: none;
  box-sizing: border-box;
  outline: none;
  border: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.2;
  scroll-behavior: smooth;
  font-family: "Urbanist", sans-serif !important;
  background-color: #fff;
  color: #121212;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

section {
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

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

.mt-35 {
  margin-top: 35px;
}

.mt0 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

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

.mb-35 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb0 {
  margin-bottom: 40px;
}

.mb-70 {
  margin-bottom: 70px;
}

::selection {
  color: #fff;
  background-color: #3a2ffd;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

a {
  transition: 0.3s all ease-in-out;
  color: inherit;
  cursor: pointer;
}
a:hover {
  color: inherit;
}

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

p + p {
  margin-top: 10px;
}

img {
  max-width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}

.page-padding {
  padding: 70px 0 !important;
}

.bg-theme {
  background: #3a2ffd;
}

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

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

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

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

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

.mb0 {
  margin-bottom: 40px !important;
}

.section-spacing {
  padding-top: 100px;
  padding-bottom: 100px;
}

header {
  position: absolute;
  width: 100%;
  z-index: 1111;
}

.bottom-bar {
  padding-top: 24px;
  padding-bottom: 24px;
  border-left: 0;
  border-right: 0;
}

.bottom-bar-text {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.bottom-bar-text a img {
  height: 70px;
  object-fit: contain;
}

.navbar {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  padding: 0;
}
.navbar .navbar-links {
  list-style-type: none;
  display: flex;
}

.navbar-links li.navbar-dropdown {
  position: relative;
}

.navbar-links li:not(:last-child) {
  padding-right: 33px;
}

.navbar-links li > a {
  border-bottom: 5px solid transparent;
  color: white;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: 0.4s all;
  padding-bottom: 10px;
  padding-top: 10px;
}

li.menu-item-children > a:before {
  content: "";
  background-image: url(../img/icon/down-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  width: 8px;
  height: 8px;
}

.navbar-links li.navbar-dropdown .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translatey(10px);
  left: 0;
  width: 230px;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.16);
  z-index: 111;
  transition: 0.4s all;
}

.navbar-links li.navbar-dropdown .sub-menu li {
  position: relative;
  padding: 0;
}

.navbar-links li.navbar-dropdown .sub-menu li:before {
  content: "";
  z-index: 11;
  position: absolute;
  height: 1px;
  background-color: #58585829;
  width: 75%;
  bottom: 0;
  left: 25px;
}

.navbar-links li.navbar-dropdown .sub-menu a {
  font-size: 16px;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  border: 0;
  position: relative;
  text-transform: capitalize;
  color: #000;
  background-color: #fff;
}

.navbar-links li.navbar-dropdown:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translatey(0px);
  z-index: 1111;
}

.navbar-links li.navbar-dropdown .sub-menu li a:hover {
  color: #3a2ffd;
}

.navbar-links li:hover > a {
  border-bottom: 5px solid #3a2ffd;
}

.menu-end {
  display: flex;
  align-items: center;
}

.bar-menu {
  z-index: 1;
  display: none;
}

.bar-menu i {
  font-size: 26px;
  margin-right: 10px;
  color: #fff !important;
  cursor: pointer;
  background-color: transparent;
}

#desktop-menu {
  display: block;
}

.menu-start svg {
  fill: white;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.line {
  fill: none;
  stroke: white;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

header .line {
  display: block;
  width: 1px;
  height: 14px;
  background-color: black;
  margin: 0px 12px;
}

.line2 {
  stroke-dasharray: 34 40;
  stroke-width: 3;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 3;
}

.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 3;
}

.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 3;
}

.menu-end a.search-btn {
  margin-right: 16px;
  margin-left: 6px;
}

.menu-end a.search-btn i {
  color: #fff;
  font-size: 24px;
}

.btn {
  font-size: 16px;
  padding: 16px 40px;
  border-radius: 0px;
  font-weight: 700;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border: 0;
  right: 0;
  color: #fff;
  background-color: #3a2ffd;
  transition: 0.4s all;
}
.btn::before {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: #fff;
  transition: 0.4s all;
}
.btn:hover {
  background-color: #fff;
  color: #3a2ffd;
}
.btn:hover::before {
  background-color: #3a2ffd;
}

.mobile-nav.desktop-menu {
  width: 400px;
  padding: 40px;
}

.mobile-nav.open {
  transform: translateX(0) !important;
  z-index: 33333333;
  box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #3a2ffd;
  padding: 50px 40px 15px;
  z-index: 5;
  transition: 0.45s ease-in-out;
  transform: translateX(-101%);
  overflow-y: auto;
}

.mobile-nav.desktop-menu h2,
.mobile-nav.desktop-menu h3,
.mobile-nav.desktop-menu .social-medias a {
  color: #fff;
}

.mobile-nav.desktop-menu h3 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 12px;
}

.mobile-nav.desktop-menu .num {
  margin-bottom: 5px;
}

.mobile-nav.desktop-menu .social-medias a,
.mobile-nav.desktop-menu p,
.mobile-nav.desktop-menu .des {
  color: #000;
}

.mobile-nav.desktop-menu .des,
.mobile-nav.desktop-menu .num a,
.mobile-nav.desktop-menu .adrs {
  color: #fffcfc;
}

.mobile-nav.desktop-menu .social-medias {
  margin-top: 23px;
}

.mobile-nav.desktop-menu h2,
.mobile-nav.desktop-menu h3,
.mobile-nav.desktop-menu .social-medias a {
  color: #fff;
}

.mobile-nav.desktop-menu .social-medias a {
  font-size: 16px;
  position: relative;
  margin-right: 30px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.mobile-nav.desktop-menu .social-medias a:before {
  border-bottom: 1px solid #d4d1d1;
  width: 100%;
}

.mobile-nav.desktop-menu .social-medias a:before,
.mobile-nav.desktop-menu .social-medias a:after {
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  left: 0;
}

.mobile-nav.desktop-menu .social-medias a:after {
  width: 0;
  border-bottom: 1px solid;
}

.mobile-nav.desktop-menu .social-medias a:hover:after {
  width: 100%;
}

@media (max-width: 1400px) {
  .menu-end a.search-btn {
    margin-right: 20px;
    margin-left: 4px;
  }

  header .btn {
    font-size: 14px;
    padding: 14px 30px;
  }
}
@media (max-width: 1200px) {
  .bar-menu {
    display: block;
  }

  header a.btn,
  .menu-end #show,
  #desktop-menu,
  .mobile-nav.desktop-menu,
  .top-bar,
  .navbar {
    display: none;
  }
}
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #3a2ffd;
  padding: 50px 40px 15px;
  z-index: 5;
  transition: 0.45s ease-in-out;
  transform: translateX(-101%);
  overflow-y: auto;
}

.mobile-nav.open {
  transform: translateX(0) !important;
  z-index: 33333333;
  box-shadow: 3px 3px 39px -4px rgba(0, 0, 0, 0.75);
}

@media (max-width: 1200px) {
  .mobile-nav {
    width: 50%;
  }
}
.res-log {
  margin-bottom: 30px;
}
.res-log img {
  width: 230px;
}

.mobile-nav > ul > li:not(:last-child) {
  border-bottom: 1px solid #3a2ffd;
}

li.menu-item-has-children.active {
  background-color: transparent;
}

.mobile-nav > ul > li {
  position: relative;
  border-bottom: 0px solid #ffffff6b;
  padding: 6px 0;
  display: block;
}

.mobile-nav > ul > li.menu-item-has-children.active:before {
  transform: rotate(90deg);
  color: #fff;
}

.mobile-nav > ul > li.menu-item-has-children:before {
  color: #fff;
  position: absolute;
  top: 17px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  cursor: pointer;
  content: "\f054";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 11px;
}

.mobile-nav > ul > li > a {
  font-size: 18px;
  line-height: 30px;
}

.mobile-nav > ul li > a {
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
}

.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu {
  position: relative;
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
  transition: 0.5s;
}

.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  position: absolute;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translatey(15px);
  border-top: 1px solid #6bc498;
  margin-top: 8px;
}

.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
  padding: 5px 0;
  position: relative;
}

.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -13px;
  background-color: #fff;
}

.mobile-nav > ul li > a {
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
}

.mobile-nav a#res-cross:before {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
  font-size: 28px;
}

.search-active.search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup {
  width: 100%;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup.search-active .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1500ms;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #3a2ffd;
  width: 60px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 60px;
  line-height: 70px;
  text-align: center;
  border: 0;
}

button.close-search i {
  font-size: 25px;
  color: #fff;
  display: inline-block;
}

.search-popup.search-active form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  transition: all 300ms ease;
}

.search-popup p {
  text-align: center;
  color: #bbb;
  padding-bottom: 30px;
  font-size: 20px;
  position: absolute;
  top: -50px;
  width: 100%;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  outline: none;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  padding: 0;
  cursor: pointer;
  border: none;
}

@media (prefers-reduced-motion: reduce) {
  header .btn {
    transition: none;
  }
}
@media (max-width: 1400px) {
  .hero-section-one {
    padding-bottom: 88px;
  }
}
.hero-section-one {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  background-size: cover;
  padding: 230px 0;
  height: 110vh;
  background-position: center;
}

.hero-section-two .hero-text h1,
.hero-section-one .hero-text h1 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(-20px);
}

.slick-active .hero-text h1,
.hero-section-one.swiper-slide.swiper-slide-active .hero-text h1 {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.8s;
  transform: translateY(0);
}

.hero-two-slider span,
.hero-section-one .text {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateX(-50px);
  margin-bottom: 0;
}

.slick-active span,
.hero-section-one.swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
  transition-delay: 1.3s;
  transform: translateX(0);
}

.slick-list.draggable {
  margin: 0;
  width: 100%;
}

.link-box {
  transform: scaleY(0);
  transition: all 0.5s ease;
  transition-delay: 2s;
  transform-origin: bottom;
}

.hero-section-one.swiper-slide-active .link-box,
.slick-active .link-box {
  transform: scale(1);
}

@keyframes fadeInOne {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInout {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  40% {
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes scale {
  0% {
    transform: scaley(0);
  }
  100% {
    transform: scaley(1);
  }
}
.swiper.hero-one-slider .swiper-pagination {
  position: absolute;
  left: 14%;
  width: fit-content;
  bottom: 11%;
  margin: 0;
}

.swiper.hero-one-slider .swiper-pagination span.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: 1;
}

.swiper.hero-one-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3a2ffd !important;
}

.hero-one-slider .swiper-button {
  right: 15%;
  bottom: 10%;
  top: auto;
}

.hero-section-one:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  content: "";
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.hero-img {
  text-align: center;
  position: relative;
  padding-top: 17px;
}

.hero-img img {
  position: relative;
  padding-left: 30px;
  height: 400px;
  z-index: 1;
}

.hero-text {
  position: relative;
}

.hero-text h1 {
  color: #fff;
  font-weight: bold;
  font-size: 35px;
}

.hero-text p {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 33px;
}

.hero-one-slider .swiper-button {
  right: 15%;
  bottom: 10%;
  top: auto;
}

.hero-one-slider .swiper-button {
  display: flex;
  align-items: center;
  position: absolute;
  width: 190px;
  height: 45px;
  gap: 10px;
  background-color: transparent;
  z-index: 11;
}

.hero-one-slider .swiper-button-next,
.hero-one-slider .swiper-button-prev {
  width: auto;
  height: 100%;
}

.hero-one-slider .swiper-button-next,
.hero-one-slider .swiper-rtl .swiper-button-prev {
  right: 5px;
  left: auto;
}

.hero-one-slider .swiper-button i {
  width: 80px;
  height: 100%;
  background-color: #3a2ffd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid #3a2ffd;
  border-radius: 6px;
  user-select: none !important;
}
.hero-one-slider .swiper-button i:hover {
  background-color: #fff;
  border-color: #3a2ffd;
  color: #3a2ffd;
}

.hero-one-slider .swiper-button-next:after,
.hero-one-slider .swiper-button-prev:after {
  content: unset !important;
}

.hero-one-slider .swiper-button-prev {
  margin-right: 10px;
}
.hero-one-slider .swiper-button-prev i {
  transform: rotate(-180deg);
}

@media (max-width: 1400px) {
  .hero-text p {
    width: 88%;
  }

  .hero-one-slider .swiper-button {
    width: 125px;
    height: 46px;
  }

  .swiper.hero-one-slider .swiper-pagination {
    left: 9%;
  }

  .hero-one-slider .swiper-button i {
    width: 50px;
    height: 40px;
  }
}
.pb-35 {
  padding-bottom: 35px;
}

.pt-45 {
  padding-top: 45px;
}

.card-style .icon {
  height: 38px;
}
.card-style h4 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
}
.card-style p {
  line-height: 1.7em;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
}

.border-line {
  border-right: 1px dashed #cacaca;
  border-top: 1px dashed #cacaca;
  border-bottom: 1px dashed #cacaca;
}

@media (min-width: 992px) {
  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 768px) {
  .pe-md-3 {
    padding-right: 1rem !important;
  }
}
.block-feature-two .numb {
  display: inline-block;
  font-size: 90px;
  letter-spacing: -1px;
  color: #19352d;
  font-weight: 500;
  position: relative;
}

p.m0 {
  line-height: 1.7em;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  margin-top: 20px;
}

.block-feature-two .numb::before {
  content: "";
  position: absolute;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #3a2ffd;
  right: 8px;
  top: 27px;
  z-index: -1;
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.btn-five .text {
  font-weight: 600;
  font-style: italic;
  color: #19352d;
  text-decoration: underline !important;
}

.btn-five .icon {
  width: 48px;
  height: 48px;
  background: #19352d;
  color: #fff;
  font-size: 22px;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}

.btn-five:hover .icon {
  background: #3a2ffd;
  color: #fff;
}

.heading-44-medium {
  font-weight: 500;
  font-size: 35px;
  line-height: 58px;
}

.text-16-medium {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.text-16-medium:hover {
  color: #3a2ffd;
}
.text-16-medium:hover svg {
  color: #3a2ffd;
}

.color-primary {
  color: #000000;
}

.icon-16 {
  height: 16px;
}

.ml-5 {
  margin-left: 5px !important;
}

.box-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.box-swiper .swiper-container {
  position: relative;
  height: 100%;
  padding-bottom: 35px;
}

.cardService {
  height: auto;
  width: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.cardService .cardInfo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
  padding: 30px 30px 20px 30px;
}
.cardService .cardInfo h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 10px !important;
  color: #fff !important;
}

.cardService .cardInfo .box-inner-info {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease-in;
}
.cardService .cardInfo .box-inner-info p {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  max-height: 48px;
  overflow: hidden;
  color: #fff;
  margin-bottom: 30px !important;
}

.btn-arrow-up {
  padding: 0px;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.btn-arrow-up svg {
  color: #fff;
  height: 16px;
}

.cardService .cardImage {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: 400px;
  z-index: 1;
}

.cardService .cardImage::before {
  content: "";
  background-image: url(../img/bg-trans.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.cardService .cardImage img {
  height: auto;
  min-height: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
}

.cardService:hover .box-inner-info {
  height: 130px;
  transition: height 0.3s ease-in;
}

.btn-arrow-up:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.box-pagination-fleet {
  position: relative;
  margin-top: 60px;
}

.swiper-button-prev-fleet {
  margin-right: 15px;
}

.swiper-button-next-fleet,
.swiper-button-prev-fleet {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.swiper-button-next-fleet,
.swiper-button-prev-fleet {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  line-height: 67px;
  text-align: center;
  display: inline-block;
  background-image: none;
}
.swiper-button-next-fleet svg,
.swiper-button-prev-fleet svg {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #181a1f;
}
.swiper-button-next-fleet:hover,
.swiper-button-prev-fleet:hover {
  border-color: #181a1f;
  background-color: #f6f6f6;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: unset !important;
}

.bg-primary {
  background-color: #0d4078 !important;
}

.bg-how-it-works {
  position: relative;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  display: inline-block;
  width: 100%;
}

.bg-how-it-works .heading {
  font-weight: 500;
  font-size: 44px;
  color: #fff !important;
  margin-bottom: 60px;
  line-height: 58px;
}

.logo-header {
    margin-top: 0px;
    position: relative;
    top: 0px;
}

.bg-how-it-works::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.box-main-slider {
  width: 100%;
  position: absolute;
  top: 22%;
  right: 0px;
  max-width: 52%;
}

@media scren and (max-width: 1199.98px) {
  .box-main-slider {
    top: 32%;
  }
}
.detail-gallery {
  display: inline-block;
  vertical-align: middle;
  min-height: 510px;
  width: 100%;
  position: relative;
  z-index: 4;
}

.detail-gallery .main-image-slider .slick-slide {
  display: flex;
  align-items: center;
  max-height: 630px;
  width: 100%;
  text-align: right;
}

.detail-gallery .main-image-slider .slick-slide img {
  max-height: 600px;
  max-width: 100%;
}

.bg-how-it-works .position-z3 {
  position: relative;
  z-index: 3;
}

.list-how.slider-nav-thumbnails {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.slider-nav-thumbnails {
  max-width: 439px;
}

.list-how.slider-nav-thumbnails .slick-list .slick-track li {
  padding-bottom: 60px;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}
.list-how.slider-nav-thumbnails .slick-list .slick-track li h4 {
  font-size: 20px !important;
  line-height: 32px !important;
  font-weight: 500 !important;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 20px !important;
  transition: all 0.3s ease 0s;
}

.list-how.slider-nav-thumbnails
  .slick-list
  .slick-track
  li.slick-current::before {
  opacity: 1;
}

.list-how.slider-nav-thumbnails .slick-list .slick-track li::before {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 6px;
  left: 0px;
}

.list-how.slider-nav-thumbnails
  .slick-list
  .slick-track
  li.slick-current
  .line-white {
  display: block;
}
.list-how.slider-nav-thumbnails .slick-list .slick-track li.slick-current h4 {
  opacity: 1;
}

.list-how.slider-nav-thumbnails .slick-list .slick-track li .line-white {
  display: none;
  height: 56px;
  width: 3px;
  position: absolute;
  top: 36px;
  border-radius: 60px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  left: 8px;
}

.list-how.slider-nav-thumbnails .slick-list .slick-track li.slick-current h4,
.list-how.slider-nav-thumbnails .slick-list .slick-track li.slick-current p {
  opacity: 1;
}

.list-how.slider-nav-thumbnails .slick-list .slick-track li h4,
.list-how.slider-nav-thumbnails .slick-list .slick-track li p {
  color: #fff;
  opacity: 0.6;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.list-how.slider-nav-thumbnails .slick-list .slick-track li::after {
  content: "";
  bottom: 4px;
  width: 3px;
  opacity: 0.2;
  position: absolute;
  top: 36px;
  background-color: #ffffff;
  left: 8px;
  border-radius: 60px;
}

@media (max-width: 991.98px) {
  .box-main-slider {
    top: auto;
    width: 100%;
    position: relative;
    right: auto;
    max-width: 100%;
    margin-bottom: 0px;
  }

  .slider-nav-thumbnails {
    max-width: 100%;
  }
}
.gap {
  padding: 120px 0;
}

.gap .heading {
  width: 68%;
  margin: auto;
  padding-bottom: 80px;
  display: grid;
  place-items: center;
}
.gap .heading img {
  display: block;
  margin: auto;
  margin-bottom: 14px;
}
.gap .heading span {
  text-transform: uppercase;
  font-weight: 900;
  color: #3a2ffd;
  letter-spacing: 1px;
  padding-bottom: 10px;
  display: block;
}
.gap .heading h2 {
  font-weight: 800;
  color: #000;
  line-height: 1.2;
  font-size: 35px;
  text-align: center;
}

@media (max-width: 1400px) {
  .heading span {
    padding-bottom: 6px;
    font-size: 14px;
  }
  .heading h2 {
    font-size: 46px;
  }
}
.energy-projects {
  display: flex;
  align-items: center;
}

.energy-projects div:first-child {
  font-size: 50px;
  color: #fff;
  width: 100px;
  border-radius: 50%;
  flex: none;
  margin-right: 20px;
  height: 100px;
  background-color: #3a2ffd;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 3px solid #387bfc;
  transition: all 0.3s ease-in-out;
}

.energy-projects div:first-child img {
  width: 50px;
  height: 50px;
}

.energy-projects a {
  font-size: 20px;
  font-weight: 800;
  padding-bottom: 6px;
  display: block;
}

@media (max-width: 1400px) {
  .energy-projects a {
    font-size: 22px;
    padding-bottom: 4px;
  }
}
.energy-projects + .energy-projects {
  margin-top: 54px;
}

.energy-projects:hover div:first-child {
  outline-color: #3a2ffd;
  transform: rotate(359deg);
}

.blog-card {
  position: relative;
}

.blog-card__image {
  position: relative;
  z-index: 3;
}

.blog-card__image__inner {
  overflow: hidden;
  position: relative;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.blog-card__image img {
  transition: 0.5s;
  background-size: cover;
  height: 315px;
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.blog-card__image__link {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 159, 221, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-30%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.blog-card__date {
  width: 70px;
  height: 67px;
  background-color: #3a2ffd;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
  font-weight: 600;
  padding: 6px 10px;
  position: absolute;
  bottom: -14px;
  left: 30px;
  z-index: 10;
  flex-direction: column;
  border-radius: 11px;
}

.blog-card__date__num {
  font-size: 19px;
  line-height: 18px;
  display: block;
  margin-bottom: 3px;
}

.blog-card__date__month {
  display: block;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 3px;
}

.blog-card__content {
  background-color: #fff;
  padding: 35px 30px 24px 30px;
  position: relative;
  z-index: 2;
  transition: all 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 4px 4px;
}

@media (min-width: 992px) {
  .blog-card__title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .blog-card__title {
    font-size: 22px;
  }
}
.blog-card__title {
  margin: 0;
  color: #027cac;
  font-size: 20px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 30px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  min-height: 80px;
  font-weight: 600;
}

.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #027cac;
  transition: all 500ms ease;
  line-height: 1;
  background-color: #f4f4fa;
  padding: 16px 23px;
  border-radius: 3px;
}

.blog-card__link__rightarrow {
  transition: all 500ms ease;
  margin-left: 5px;
  color: #027cac;
  position: relative;
  font-size: 17px;
}

.blog-card__image__inner:hover > a {
  opacity: 1;
  transform: translateY(0);
}

.blog-card__title a:hover {
  background-size: 100% 1px;
}

.blog-card__title:hover {
  color: #3a2ffd;
}

.blog-card__link:hover {
  background-color: #3a2ffd;
  color: #fff;
}

.blog-card__link:hover .blog-card__link__rightarrow {
  color: #fff;
  transform: translateX(8px);
}

.copyright-area {
  border-top: 1px solid rgba(218, 216, 216, 0.7);
  padding: 28px 0 10px 0;
  margin-top: 30px;
}
.copyright-area .container {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  gap: 15px;
}
.copyright-area p {
  margin-right: 25px;
  color: #094048;
  font-size: 18px;
}

.sanatustuCopy a {
  color: #000 !important;
}

.sanatustuSpanF {
  font-size: 24px;
  color: #000;
  font-family: "NADALL";
}

.sanatustuSpanL {
  font-family: "Quizma-LightDemo";
  color: #000;
  font-size: 25px;
}

.copyright-text {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 25px 23px;
  position: relative;
  gap: 5px;
}

.copyright-text .company a {
  color: #3a2ffd;
  font-weight: 500;
}

.bg-gradient-very-light-gray {
  background-image: linear-gradient(
    to bottom,
    #f7f8f9,
    #f9fafb,
    #fbfbfc,
    #fdfdfd,
    #fff
  );
}

.pb-0 {
  padding-bottom: 0 !important;
}

footer {
  font-size: 16px;
  line-height: 30px;
  padding: 3% 15px;
}

@media (max-width: 1600px) {
  footer {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.fw-500 {
  font-weight: 500 !important;
}

.text-dark-gray:hover {
  color: #262b35;
}

.fs-28 {
  font-size: 1.75rem;
  line-height: 2.6rem;
}

.fw-700 {
  font-weight: 700 !important;
}

.text-decoration-line-bottom {
  border-bottom: 1px solid;
}

.ms-20px {
  margin-left: 20px !important;
}

.ps-35px {
  padding-left: 35px !important;
}

.p-10px {
  padding: 10px !important;
}

.border-radius-50px {
  border-radius: 50px !important;
}

.box-shadow-medium,
.box-shadow-medium-hover:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.fw-500 {
  font-weight: 500 !important;
}

.me-10px {
  margin-right: 10px !important;
}

.fs-22 {
  font-size: 22px;
}

.fs-20 {
  font-size: 20px;
}

.bg-base-color-transparent {
  background-color: rgba(6, 93, 175, 0.15);
}

.h-45px {
  height: 45px !important;
}

.w-45px {
  width: 45px !important;
}

.border-radius-100 {
  border-radius: 100% !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.w-65px {
  width: 65px !important;
}

.mb-4 {
  margin-bottom: 4% !important;
}

.mt-5 {
  margin-top: 5% !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

.elements-social ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

footer .elements-social.social-icon-style-01 li,
footer .elements-social.social-icon-style-02 li,
footer .elements-social.social-icon-style-05 li,
footer .elements-social.social-icon-style-08 li {
  margin: 0 15px 0 0;
}

.elements-social ul li:first-child {
  margin-left: 0 !important;
}

.social-icon-style-02 .small-icon li {
  margin: 0;
}

.elements-social ul li {
  display: inline-block;
}

footer .elements-social.social-icon-style-01 li a,
footer .elements-social.social-icon-style-02 li a,
footer .elements-social.social-icon-style-05 li a,
footer .elements-social.social-icon-style-08 li a {
  width: auto;
  height: auto;
}

.elements-social .dark li a {
  color: #262b35;
}

.elements-social ul li a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
}

.small-icon a {
  font-size: 18px;
  width: 40px;
  height: 40px;
}
.small-icon a:hover {
  color: #3a2ffd;
}

.fw-600 {
  font-weight: 600 !important;
}

.infowindow .mb-3,
.mb-5px {
  margin-bottom: 5px !important;
}

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

footer ul li {
  margin-bottom: 0;
}
footer ul li a {
  color: #717580;
  font-size: 16px;
  line-height: 30px;
}

.fw-600 {
  font-weight: 600 !important;
}

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

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

.text-decoration-line-bottom {
  border-bottom: 1px solid;
}

.lh-normal {
  color: #717580;
}

.footer-copy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  gap: 15px;
}

.footer-logo img {
  width: 100%;
  max-width: 250px;
}

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

.copyright-text ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}

.copyright-text ul li + li {
  margin-left: 15px;
  border-left: 1px solid #000;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .energy-projects-img img {
    height: 400px;
    object-fit: contain;
  }

  .hero-img img {
    display: none;
  }

  .hero-section-two .hero-text h1,
  .hero-section-one .hero-text h1 {
    font-size: 34px !important;
  }

  .box-slide-fleet {
    padding: 20px !important;
    margin-top: 34px !important;
  }

  .block-feature-two .wrapper .row {
    justify-content: center;
  }

  .swiper-button-next-fleet,
  .swiper-button-prev-fleet {
    width: 52px;
    height: 52px;
    display: inline-flex;
  }

  .hero-section-one {
    padding: 180px 0;
  }

  .btn {
    padding: 12px 30px;
  }

  .heading-44-medium {
    font-size: 26px;
  }

  .detail-gallery .main-image-slider .slick-slide img {
    height: 510px;
    object-fit: contain;
  }

  .gap .heading h2 {
    font-size: 27px;
  }

  .gap .heading span {
    text-align: center;
  }

  .energy-projects-img {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .gap .heading img {
    width: 30px;
  }

  .box-shadow-medium {
    margin-top: 20px;
  }
}
@media screen and (max-width: 468px) {
  .hero-section-two .hero-text h1,
  .hero-section-one .hero-text h1 {
    font-size: 25px !important;
  }

  .gap .heading h2 {
    font-size: 22px;
  }

  .energy-projects i {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }

  .energy-projects a {
    font-size: 19px;
    font-weight: 600;
  }
}
.breadcumb-section {
  min-height: 320px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .bottom-bar-text a img {
    height: 55px !important;
  }
  .breadcumb-section {
    min-height: 350px;
  }
}
.breadcumb-section .breadcumb-wrap {
  text-align: left;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .breadcumb-section .breadcumb-wrap {
    padding-top: 65px;
  }
}
.breadcumb-section .breadcumb-wrap span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.65px;
  text-transform: uppercase;
  margin-bottom: 15px;
  border: 1px dashed rgba(255, 255, 255, 0.22);
}
@media (max-width: 767px) {
  .breadcumb-section .breadcumb-wrap span {
    font-size: 13px;
    line-height: 25px;
  }
}
.breadcumb-section .breadcumb-wrap h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.7px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .breadcumb-section .breadcumb-wrap h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.breadcumb-section .breadcumb-wrap ul li {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  position: relative;
  font-size: 13px;
}
@media (max-width: 767px) {
  .breadcumb-section .breadcumb-wrap ul li {
    font-size: 13px;
  }
}
.breadcumb-section .breadcumb-wrap ul li:after {
  content: "/";
  position: relative;
  left: 7px;
}
.breadcumb-section .breadcumb-wrap ul li:last-child span {
  color: #cbd4fd;
}
.breadcumb-section .breadcumb-wrap ul li:last-child:after {
  display: none;
}
.breadcumb-section .breadcumb-wrap ul li a {
  color: #fff;
  font-size: 13px;
  transition: all 0.3s;
}
.breadcumb-section .breadcumb-wrap ul li a:hover {
  color: #3a2ffd;
}

.about-section.about-section-s2 {
  padding-top: 170px;
}

.about .container {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 1440px) {
  .about .container {
    gap: 30px;
  }
}
.about .container .heading {
  position: relative;
}
.about .container .heading .title {
  color: #3a2ffd;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.625rem;
}
@media only screen and (max-width: 1280px) {
  .about .container .heading .title {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1440px) {
  .about .container .heading .title {
    font-size: 1.375rem;
  }
}
.about .container .heading .name {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.25;
  color: #001212;
}
@media only screen and (max-width: 1280px) {
  .about .container .heading .name {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 1440px) {
  .about .container .heading .name {
    font-size: 3rem;
  }
}
.about .container .heading img {
  width: 100%;
  z-index: 1;
  max-width: 350px;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 1440px) {
  .editor {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.editor {
  color: #001212;
  font-size: 1rem;
  line-height: 1.75;
}

.editor:not(.no-space) > *:not(:last-child) {
  margin-bottom: 22.5px;
}

@media only screen and (max-width: 1440px) {
  .editor.bigger-paragraph p {
    font-size: 1.125rem;
  }
}
.editor.bigger-paragraph p {
  font-size: 1.25rem;
}

@media only screen and (max-width: 1440px) {
  .editor > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  .editor p {
    font-size: 1.125rem;
  }
}
.editor p {
  font-size: 1rem;
  color: #001212;
  opacity: 0.7;
  line-height: 1.6;
  font-weight: 300;
}

.detay-text p,
.detay-text span {
  font-size: 18px;
  color: #000;
  opacity: 0.6;
  margin-top: 15px;
  line-height: 1.7;
  font-weight: 400;
}

.grid {
  display: grid;
}

.column--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gap--30 {
  grid-gap: 30px;
}

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

.images .img-s .img-content {
  display: block;
  height: 400px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border: 5px solid transparent;
  mask-image: -webkit-radial-gradient(white, black);
}
.images .img-s .img-content:hover {
  border-color: #3a2ffd;
  cursor: pointer;
}
.images .img-s .img-content:hover .zoom-icon {
  opacity: 1;
  visibility: visible;
}

.images .img-s {
  text-align: center;
}
.images .img-s h4 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
  color: #001212;
}

.images .img-s .img-content img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.25s ease transform;
  object-fit: cover;
  object-position: center;
}

.images .img-s .img-content .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #3a2ffd;
  border-radius: 8px;
}
.images .img-s .img-content .zoom-icon img {
  filter: invert(1);
}

@media only screen and (max-width: 900px) {
  .column--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 600px) {
  .column--3-1,
  .column--4,
  .column--3 {
    grid-template-columns: 1fr;
  }
}
.single_news .title {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  text-align: center;
}
.single_news .title span {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
  width: fit-content;
}
.single_news .title span:before {
  background: #3a2ffd;
  background: radial-gradient(
    circle,
    #fff 0,
    #537eff 25%,
    #005ae0 50%,
    #2d00e0 100%
  );
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(75%) translateX(-25%) translateZ(0);
  width: 70px;
  z-index: -1;
}
.single_news .date {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.single_news .image {
  height: 500px;
  margin-top: 45px;
  overflow: hidden;
  width: 100%;
}
.single_news .image img {
  display: block;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  width: 100%;
}
.single_news .content {
  margin: 45px 0;
}
.single_news .content p,
.single_news .content span,
.single_news .content p span {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.mt-80 {
  margin-top: 80px;
}

.context {
  line-height: 1.5;
  color: #404040;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
}

.cardDesc.context {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}

.success-form {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #3a2ffd;
  align-items: center;
  font-family: "Urbanist", sans-serif;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: none;
  visibility: hidden;
  opacity: 0;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0.7px;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
  grid-area: span 1/2 span;
}

.success-form .check {
  position: unset !important;
  font-size: 20px !important;
  flex-shrink: 0;
  color: #3a2ffd !important;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
}

.success-form.active {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.page-contact .button {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 10px;
  border: 0;
  outline: unset;
  cursor: pointer;
  transition: 0.25s ease all;
  background-color: #3a2ffd;
}
.page-contact .button span {
  transition: 0.25s ease color;
  font-size: 1.125rem;
  white-space: nowrap;
  font-weight: 500;
  color: #fff;
}
.page-contact .button svg {
  width: 10px;
  height: 10px;
  margin-left: 15px;
  fill: #fff;
  transition: 0.25s ease all;
}

.page-contact .upper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-contact .upper .brand {
  max-width: 400px;
}
.page-contact .upper .brand img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}
.page-contact .upper .social {
  margin-left: 90px;
  display: flex;
  align-items: center;
}
.page-contact .upper .social .title {
  font-size: 1.875rem;
  font-weight: bold;
  margin-right: 25px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.25;
  width: 200px;
}
.page-contact .upper .social a {
  flex-shrink: 0;
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease all;
}
.page-contact .upper .social a svg {
  fill: #666;
  width: 25px;
  height: 25px;
  transition: 0.25s ease fill;
}
.page-contact .upper .social a:hover {
  background-color: #3a2ffd;
  transform: translateY(-5px);
}
.page-contact .upper .social a:hover svg {
  fill: #fff;
}
.page-contact .upper .social a + a {
  margin-left: 30px;
}

@media only screen and (max-width: 1024px) {
  .page-contact .upper {
    flex-direction: column;
  }
  .page-contact .upper .social {
    margin-left: 0;
    margin-top: 30px;
  }
}
.page-contact .contact-wrapper {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 60px;
}
.page-contact .contact-wrapper .form-wrapper {
  padding-bottom: 60px;
}

.type {
  color: #404040;
}
.type strong {
  font-weight: bold;
}
.type p {
  line-height: 1.5;
  margin-bottom: 25px;
  font-size: 1.25rem;
}

.sticky {
  position: sticky !important;
  top: 30px;
  transition: 0.25s ease all !important;
}

.type h3 {
  font-size: 1.625rem;
  line-height: 1.25;
  margin-bottom: 25px;
}

.form {
  display: grid;
  grid-auto-rows: auto;
  grid-gap: 25px;
}

.form .item.full {
  grid-column: 1 / span 2;
}

.form .item {
  position: relative;
}

.form-control-wrap {
  position: relative;
}

.form.contact .item input[type="text"],
.form.contact .item input[type="email"],
.form.contact .item input[type="tel"],
.form.contact .item textarea,
.form.contact .item select {
  height: 60px;
}

.form .item input[type="text"],
.form .item input[type="email"],
.form .item input[type="tel"],
.form .item textarea,
.form .item select {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 0 20px;
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 0 1px #d9d9d9;
  color: #0d0d0d;
  transition: 0.25s ease box-shadow;
}

.form.contact .item textarea {
  height: 120px;
}

.form .item textarea {
  padding: 20px;
  height: 100px;
  resize: none;
  appearance: none;
}

.form .item input[type="text"]:focus,
.form .item input[type="email"]:focus,
.form .item input[type="tel"]:focus,
.form .item textarea:focus,
.form .item select:focus {
  box-shadow: 0 0 0 1px #3a2ffd;
}

.map-wrapper .map {
  width: 100%;
  height: 100%;
  position: relative;
}
.map-wrapper .map::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 1;
  pointer-events: none;
}
.map-wrapper .map::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 1;
  pointer-events: none;
}
.map-wrapper .map .point {
  position: absolute;
  left: 50%;
  top: 23%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.map-wrapper .map .point .pin {
  background-color: #fff;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 0 10px rgba(44, 89, 180, 0.5);
  border-radius: 100%;
  position: relative;
}

.map .point .pin::before,
.map .point .pin::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-shadow: 0 0 0 2px rgba(44, 87, 180, 0.25);
  opacity: 0;
  transition: 0.25s ease box-shadow;
}

.map .point .pin::before {
  animation: circle 2s linear infinite;
}

@keyframes circle {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.map .point .box {
  top: 60px;
  left: 50%;
  position: absolute;
  background-color: #fff;
  transform: translateX(-50%);
  border-radius: 20px;
  border: 2px solid #3a2ffd;
  padding: 30px;
  min-width: 300px;
  max-width: 350px;
  box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.25);
}
.map .point .box .item {
  display: flex;
  align-items: center;
  transition: 0.25s ease opacity;
}
.map .point .box .item svg {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  margin-right: 20px;
  fill: #666;
}
.map .point .box .item svg .icon-blue {
  fill: #3a2ffd;
}
.map .point .box .item + .item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
  .map-wrapper .map {
    width: 100% !important;
  }

  .page-contact .contact-wrapper {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-contact {
    padding: 70px 0 100px 0;
  }
}
.map img {
  height: 100%;
}

.map-wrapper {
  position: relative;
}
.map-wrapper::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 1;
  pointer-events: none;
}
.map-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 1;
  pointer-events: none;
}

.language {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 27px;
}
.language .inner {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.language .inner .wrapper {
  display: block;
  position: relative;
  padding-right: 24px;
  width: fit-content;
}
.language .inner .wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 24px;
  border-radius: 50px;
  border: 1px solid #3a2ffd;
  transition: 0.3s ease all;
}
.language .inner .wrapper::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 4px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #3a2ffd;
  transition: 0.3s ease all;
}
.language .inner .wrapper span {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  position: relative;
  transition: 0.3s ease all;
}
.language .inner .other {
  padding: 20px 30px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  transform: perspective(1000px) translateX(-50%) translateY(-10px)
    rotateX(15deg) translateZ(0);
  pointer-events: none;
  transition: 0.3s ease all;
  backface-visibility: hidden;
  box-shadow: 0 0 60px -20px rgba(0, 0, 0, 0.1);
}
.language .inner .other a {
  display: block;
  color: #6a6a6a;
  font-size: 1rem;
  line-height: 1.5;
  transition: 0.3s ease all;
  width: 24px;
  text-align: center;
}
.language .inner .other a + a {
  margin-top: 5px;
}
.language .inner .other a:hover {
  color: #3a2ffd;
  font-weight: 500;
}
.language .inner:hover .other {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0) translateZ(0);
  pointer-events: visible;
}
.language .inner:hover .wrapper {
  box-shadow: 0 20px 60px -30px rgba(0, 0, 0, 0.1);
}
.language .inner:hover .wrapper::before {
  transform: translateY(8px);
}

.search-title h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  padding: 0 0 20px 0;
}

.search-data {
  width: 100%;
  max-height: 250px;
  height: 100%;
  padding: 2rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  overflow: hidden;
  align-items: center;
}

.img-search {
  width: 270px;
  margin-right: 30px;
  overflow: hidden;
}

.img-search a {
  width: 100%;
  height: 100%;
  display: block;
}

.img-search .figure-img-search {
  width: 100%;
  object-fit: cover;
  transition: all 0.2s;
  max-width: 260px;
  height: 200px;
}

.search-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 270px);
  min-height: 200px;
  height: 100%;
  overflow: hidden;
}

.search-text aside {
  line-height: 1;
  margin-bottom: 12px;
}

.search-text aside a {
  display: inline-flex;
  align-items: center;
  color: #3a2ffd !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}

.search-text aside a::before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 6px;
  border: 1px solid #3a2ffd;
  background: transparent;
  margin-right: 9px;
  border-radius: 50%;
}

.search-text h4 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.4em;
}

.search-text h4 a {
  color: #000;
}

.grid-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .grid-content {
    grid-template-columns: repeat(1, 1fr);
  }
}

header.sticky {
  box-shadow: -2px 3px 90px -20px rgba(0, 0, 0, 0.25);
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #3a2ffd;
  transition: all 0.3s ease-in-out;
  .language .inner .wrapper::before {
    background-color: #fff;
  }
  .bottom-bar {
    padding: 10px 0 !important;
  }
  .language .inner .wrapper::after {
    border-color: #fff !important;
  }
  .btn {
    background-color: #fff;
    border: 1px solid #fff;
    color: #3a2ffd;
    &::before {
      background-color: #3a2ffd;
    }
    &:hover {
      background-color: #fff !important;
    }
  }
}

header.hidden {
  transform: translateY(-100%) !important;
}

.mission-vission-row {
  margin: 0 75px;
  background: linear-gradient(45deg, #f9f9f9 0%, #f1f1f1 100%);
  border-radius: 40px;
  padding: 80px 50px;
  position: relative;
  z-index: 11;
}

.mission-vission .field-1:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0;
  background: #c9c9c9;
  left: 25px;
  transition: 0.45;
}

.mission-vission .field-1 .vertical-title {
  position: absolute;
  transform: rotate(-90deg) translateX(-26px) translateY(-25px);
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}

.mission-vission .mission-vission-row .vertical-title {
  font-size: 30px;
  color: #c9c9c9;
  line-height: 1.25;
}

.mission-vission .field-1 .line {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mission-vission .field-1 .line:before {
  content: "";
  position: absolute;
  left: 13px;
  width: 0;
  height: 1px;
  bottom: 0;
  z-index: 1;
  background: #005ae0;
  transition: 0.45s;
  transition-delay: 0.45s;
}

.mission-vission .field-1 .line:after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 0;
  width: 1px;
  height: 0;
  z-index: 1;
  background: #005ae0;
  transition: 0.45s;
}

.mission-vission .field-1 .text {
  font-size: 20px;
  color: rgba(120, 120, 120, 0.85);
  line-height: 1.5;
  margin: 0 70px;
}

.mission-vission .field-2 .text {
  font-size: 20px;
  color: rgba(120, 120, 120, 0.85);
  line-height: 1.5;
  margin: 0 70px;
}

.mission-vission .field-1:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  bottom: 0;
  background: #c9c9c9;
  left: 25px;
  transition: 0.45;
}

.mission-vission .field-2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  top: -1px;
  background: #c9c9c9;
  right: 25px;
  transition: 0.45;
}

.mission-vission .field-2 .line {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}

.mission-vission .field-2 .line:before {
  content: "";
  position: absolute;
  right: 37px;
  width: 0;
  height: 1px;
  top: -1px;
  z-index: 1;
  background: #005ae0;
  transition: 0.45s;
  transition-delay: 0.45s;
}

.mission-vission .field-2 .line:after {
  content: "";
  position: absolute;
  right: 37px;
  top: 0;
  width: 1px;
  height: 0;
  z-index: 1;
  background: #005ae0;
  transition: 0.45s;
}

.mission-vission .field-2 .vertical-title {
  position: absolute;
  transform: rotate(-90deg) translateX(-24px) translateY(22px);
  right: 0;
  bottom: 20px;
  transition: all 0.2s ease-in-out;
}

.mission-vission .field-2:after {
  content: "";
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  top: 0;
  background: #c9c9c9;
  right: 25px;
  transition: 0.45;
}

.mission-vission .field-1:hover .vertical-title {
  color: #005ae0;
}

.mission-vission .field-1:hover .line:before {
  width: 50%;
}

.mission-vission .field-1:hover .line:after {
  height: 60px;
}

.container.mission-vission {
  display: block !important;
  margin-top: 50px !important;
}

.mission-vission .field-1 {
  position: relative;
  padding-bottom: 70px;
}

.mission-vission .field-2 {
  position: relative;
  padding-top: 70px;
}

.mission-vission .field-2:hover .line:before {
  width: 50%;
}

.mission-vission .field-2:hover .line:after {
  height: 60px;
}

.mission-vission .field-2:hover .vertical-title {
  color: #005ae0;
}

@media only screen and (max-width: 1200px) {
  .mission-vission .field-2 .line,
  .mission-vission .field-1 .line {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .page-contact .upper .social {
    flex-direction: column;
    gap: 10px;
  }
  .sm-mb-25px {
    margin-bottom: 20px;
  }
  .copyright-text {
    flex-direction: column;
  }
  .mission-vission .field-1 .text,
  .mission-vission .field-2 .text {
    margin: 0 30px;
  }

  .mission-vission .field-2 {
    padding-top: 30px;
  }
  .about .container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .about .container .heading {
    height: auto !important;
  }
  .about .container .heading img {
    display: none !important;
  }
  .about .container .heading .name {
    font-size: 1.8rem;
  }
  .mission-vission-row {
    padding: 50px 31px;
    margin: 0 !important;
  }
  .mission-vission .field-2 .vertical-title {
    transform: rotate(-90deg) translateX(10px) translateY(35px);
  }
  .mission-vission .field-1 .vertical-title {
    transform: rotate(-90deg) translateX(-35px) translateY(-40px);
  }
}

.hero-img {
  display: none !important;
}

@media screen and (max-width: 999px) {
  .elements-social {
    margin-bottom: 20px;
  }
}

.logo-header img:last-child {
  display: none !important;
}

.header.sticky .logo-header img:first-child {
  display: none;
}

.header.sticky .logo-header img:last-child {
  display: block;
}

.slick-list.draggable {
  height: 100% !important;
}

.body-ar {
  .language {
    margin-right: 15px !important;
  }
  header .btn {
    margin-right: 13px;
  }
  .hero-one-slider .swiper-button .swiper-button-next,
  .hero-one-slider .swiper-button .swiper-button-prev {
    position: unset !important;
  }
  .hero-one-slider .swiper-button {
    bottom: 8% !important;
  }
  .swiper.hero-one-slider .swiper-pagination {
    right: 8%;
    bottom: 19%;
    left: unset !important;
  }
  .hero-one-slider .swiper-button {
    right: unset !important;
    left: 8%;
  }
  .card-style {
    padding: 45px 20px;
  }
  .box-pagination-fleet .swiper-button-next,
  .box-pagination-fleet .swiper-rtl .swiper-button-prev {
    position: unset !important;
  }
  .swiper-button-prev-fleet {
    margin-right: 0 !important;
    margin-left: 15px;
  }
  .copyright-text ul li:first-child {
    padding-left: 15px;
  }
  .copyright-text ul li + li {
    padding-left: 0 !important;
    border-right: 1px solid #000;
    padding-right: 15px !important;
    border-left: unset !important;
  }
  .last-paragraph-no-margin {
    text-align: right !important;
  }
  .box-main-slider {
    right: unset !important;
    left: 0;
  }
  .box-slide-fleet {
    padding-left: 0 !important;
    padding-right: 40px;
  }
  .mobile-nav {
    left: unset !important;
    right: 0;
    transform: translateX(101%);
  }
  .about .container .heading img {
    left: unset;
    right: 0;
  }
  .mission-vission .field-2 .line:before {
    right: 13px;
  }
  .mission-vission .field-2 .line:after {
    right: 13px;
  }
  .mission-vission .field-2 .text {
    text-align: left;
  }
  .mission-vission .field-1 .line:before {
    left: 37px;
  }
  .mission-vission .field-1 .line:after {
    left: 37px;
  }
  .mission-vission .field-2 .text {
    text-align: right;
  }
  .navbar-links li.navbar-dropdown .sub-menu {
    right: 39px;
    left: unset !important;
  }
  .page-contact .upper .social .title {
    margin-left: 25px;
  }
  .page-contact .upper .social a {
    margin-left: 30px;
  }
  .page-contact .upper .social a + a {
    margin-left: 30px;
  }
  .page-contact .button svg {
    transform: rotate(-180deg);
    margin-left: 0;
    margin-right: 10px;
  }
  .map .point .box .item svg {
    margin-right: 0;
    margin-left: 20px;
  }
  .search-popup .form-group button {
    right: unset !important;
    left: 30px;
  }
  .breadcumb-section .breadcumb-wrap ul li:after {
    left: -6px !important;
  }
  .breadcumb-section .breadcumb-wrap {
    text-align: right;
  }
  .navbar-links li:not(:last-child) {
    padding-right: 0;
    padding-left: 40px !important;
  }
  .mobile-nav.desktop-menu .num {
    text-align: right;
  }
  .mobile-nav.desktop-menu .social-medias a {
    margin-right: 0;
    margin-left: 30px;
  }
  .energy-projects div:first-child {
    margin-right: 0;
    margin-left: 20px;
  }
}

.ltr {
  direction: ltr !important;
  unicode-bidi: bidi-override;
}

@media screen and (max-width: 768px) {
  .page-contact .upper .social a {
    margin-left: 0 !important;
  }
  .page-contact .upper .social a + a {
    margin-left: 0 !important;
  }
  .page-contact .upper .social .title {
    margin-right: 0 !important;
    text-align: center;
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=style.css.map */
