@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url(../css/fancybox.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'modernline - Personal Use';
  src: url('../font/modernlinePersonalUse.woff2') format('woff2'),
    url('../font/modernlinePersonalUse.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Colors: */
  --color-e31e24: #e31e24;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --color-ededed: #ededed;
  --color-2b2a29: #2b2a29;
  --color-d4d7d7: #d4d7d7;
  --color-151515: #151515;
  --font-family-modernline: 'modernline - Personal Use';
  --font-family-poppins: "Poppins", sans-serif;
  --font-style-normal: normal;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-30: 30px;
  --font-size-40: 40px;
  --font-size-45: 45px;
  --font-size-50: 50px;
  --font-size-56: 54px;
  --font-size-70: 70px;
  --font-size-150: 150px;
  --character-spacing-0: 0px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}

* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-poppins);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-18);
  color: var(--color-000000);
  font-weight: var(--font-weight-Light);
  margin: 0;
  padding: 0;
}

.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  border: 1px solid var(--color-e31e24);
  background-color: var(--color-151515);
  color: var(--color-ffffff);
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-c18d02);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-000000);
  text-transform: normal;
  margin-bottom: 15px;
  font-family: var(--font-family-playfair);
  font-weight: var(--font-weight-Light);
}

h3 {
  font-family: var(--font-family-modernline);
  font-size: var(--font-size-70);
  line-height: 120px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

h3 {
  font-family: var(--font-family-modernline);
}

p {
  font-size: var(--font-size-18);
  line-height: normal;
  font-weight: var(--font-weight-Light);
  color: var(--color-000000);
  margin-bottom: 20px;
}

.link-arrow {
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  flex: 0 auto;
  -webkit-box-flex: 0;
  font-family: sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
  min-width: 364px;
  padding: 16px 32px;
  position: relative;
  text-align: left;
  text-decoration: none;
}

.link-arrow::before,
.link-arrow::after {
  content: "->";
  display: block;
  font-family: Inter;
  font-size: inherit;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(0%, -50%);
  transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
}

.link-arrow.font-reg::before,
.link-arrow.font-reg::after {
  font-weight: 300;
}

.link-arrow::before {
  opacity: 0;
  transform: translate(-100%, -50%);
}

.link-arrow:hover::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.link-arrow:hover::after {
  opacity: 0;
  transform: translate(100%, -50%);
}

.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--color-e31e24);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--color-e31e24);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

.navbar-expand-lg .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  position: relative;
  width: fit-content;
  top: 0;
  right: 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--color-000000);
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 50px 10px 0;
  font-weight: 500;
  text-align: left;

}

a.menu-contact {
  padding-right: 0px !important;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
  z-index: 99;
}

.menu-btn {
  width: 45px;
  height: 40px;
  /* top: 30%; */
  /* position: absolute; */
  border: 1px solid #e31e24;
  /* right: 30px; */
  padding: 6px 6px;
}

.offcanvas-header .btn-close {
  position: absolute;
  right: 30px;
  padding: 10px 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  background-size: 30px 30px;
  opacity: 1;
}

.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section {
  overflow: hidden;
}

header {
  width: 100%;
  background-color: #06121a;
}

.brand img {
  position: relative;
  left: 0;
  top: 0;
  object-fit: contain;
  z-index: 9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  width: 100px;
}

.g_shrink .brand img {
  width: 100px;
}

.line {
  width: 100%;
  background: #fff;
  opacity: 0.5;
  height: 2px;
}

.g_header {
  padding: 10px 0;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 115px;
  z-index: 9999;
  background: #ffffffcf;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  align-items: center;
  justify-content: center;
  display: flex;
}

.main-header.g_shrink {
  top: 0%;
  position: fixed;
  background: var(--color-f68e1f);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}

.main-header.g_shrink .main-nav .logo-bg {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

ul.top-social li {
  float: left;
}

.social-icon li i {
  color: #fff;
}

ul.top-social li i {
  /* color: #fff; */
  font-size: 20px;
  margin-left: 20px;
  transition: 0.5s;
}

ul.top-social li i:hover {
  color: var(--color-e31e24);
}

ul.info-header {
  margin-left: 36%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

ul.info-header li a:hover {
  color: var(--color-e31e24);
}

.info-header a {
  color: #fff;
  font-size: 17px;
}

.info-header li i {
  margin-right: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  /* position: absolute; */
  left: -25%;
  top: 100%;
  padding: 0;
  width: 100%;
  animation: fadeIn;
  box-shadow: 0px 0px 10px -4px #0000009d;
}

.dropdown-item.active,
.dropdown-item:active {
  background: var(--color-e31e24);
}

.dropdown-item {
  padding: 10px 15px;
  background: transparent;
  color: #000;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: var(--color-e31e24);
  color: #fff;
}

.dropdown-backdrop {
  position: static;
}

.dropdown-item.active {
  background-color: var(--color-e31e24);
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeInDown 0.5s;
  }

  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }

  .inner-banner::before {
    opacity: 0.8;
  }
}

.main-header.g_shrink.g_header {
  height: 110px;
  background-color: #ffffffdb;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink.g_header .brand img {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .navbar-expand-lg .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border: none;
}

.main-header.g_shrink .line {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.mobile {
  display: none;
}

/* .main-header.g_shrink .navbar-expand-lg .navbar-nav {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
} */
/* ============ mobile view ============ */
@media all and (max-width: 991px) {
  .main-header.g_shrink .navbar-expand-lg .navbar-nav {
    top: 0 !important;
  }

  .navbar-expand-lg .navbar-nav {
    margin-left: 0 !important;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: var(--color-000000);
    font-size: 16px;
    padding: 8px 15px;

  }

  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #fff;
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }
}

@media (max-width: 1024px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    padding-right: 20px !important;
  }
}

.main-nav {
  background: transparent;
  padding: 30px 0px;
  width: 100%;
  float: left;
}

.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}

.main-nav .navbar-expand-lg .navbar-brand {
  position: absolute;
  top: -20px;
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 160px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-19);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  line-height: var(--line-height-inherit);
  padding: 8px 10px;
  text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item {
  padding-left: 40px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-0e1f45);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f68e1f);
}

/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 200px;
  width: 200px;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  padding: 10px 10px;
  text-transform: uppercase !important;
}

.section-space {
  padding: 6rem 0;
}

/* dropdown-menu */
.about-section {
  position: relative;
}

.about-section::before {
  width: 30%;
  background-color: var(--color-2b2a29);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  z-index: -1;
}

.about-section::after {
  z-index: -1;
  width: 10%;
  background-color: var(--color-d4d7d7);
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  height: 60%;
}

.about-section .arrow-up {
  position: absolute;
  top: 0;
  z-index: -1;
}

.about-right {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  position: relative;
  flex-direction: column;
  margin-bottom: 3rem;
}

.about-section .about-img-box {
  position: absolute;
  right: 0;
}

.exp-counter {
  position: relative;
  left: 26%;
  padding: 1rem;
  border-radius: 0 2rem;
  background-color: var(--color-e31e24);
  color: var(--color-ededed);
  width: 30%;
  top: 83px;
  text-align: center;
}

.count {
  font-size: var(--font-size-50);
  position: relative;
}

.count::after {
  content: '+';
  position: relative;
  /* font-size: var(--font-size-30); */
}

.exp-counter h3 {
  font-family: var(--font-family-poppins);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-normal);
  margin-bottom: 0;
}

.project-section {
  background-image: url(../images/wave-bg.jpg);
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: var(--color-ededed);
  background-blend-mode: soft-light;
}

/* main-banner */
.banner img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

.banner .swiper-pagination.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  width: 100%;
  position: absolute;
  padding-right: 7rem;
  margin-bottom: 3rem;
}

.banner {
  width: 100%;
  height: 90vh;
  position: relative;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.carousel-caption h3 {
  font-size: 100px;
  color: var(--color-ffffff)
}

.carousel-caption p {
  font-size: var(--font-size-30);
  color: var(--color-ffffff);
  /* margin-top: 2rem; */
  font-weight: var(--font-weight-Thin);
  margin-bottom: 0;
}

/* .about-us */
.contact-section .container {
  background-color: var(--color-c18d02);
  border-radius: 2rem;
  overflow: hidden;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-right {
  padding: 5rem;
}

.contact-right h3 {
  color: var(--color-e31e24);
}

.contact-left {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem !important;
}

/* service-banner */
.services-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.main-page {
  position: relative;
}

img.services-png {
  width: 100%;
  top: 50px;
  right: 0;
}

img.inner-image {
  width: 100%;
  border-radius: 0 0 86px 0;
}

.inner-left {
  padding-left: 50px;
}

.services {
  position: absolute;
  background: none;
  bottom: 20%;
}

.section-pg p {
  text-align: justify;
}

.services-box {
  height: 200px;
  cursor: pointer;
  float: left;
  background: var(--color-c18d02);
  display: flex;
  padding: 25px;
  border-radius: 20px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

/* solution */
.solution-pg {
  overflow: hidden;
}

img.solution-icon {
  width: 80px;
  height: 80px;
  margin-right: 30px;
  display: none;
  /* float: left; */
  display: flex;
}

.solution-main h4 {
  font-family: var(--font-family-Montserrat);
}

.solution-main {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, var(--color-e31e24) 10%, rgba(255, 255, 255, 1) 50%);
  box-shadow: 0 0 15px 0px #44444476;
  margin: 50px 0;
}

.solution-main1 {
  flex-direction: row-reverse;
  text-align: right;
  background: linear-gradient(270deg, #28397bb5 10%, rgba(255, 255, 255, 1) 50%);
}

.solution-main1 button {
  background: var(--color-014b7e);
  border: 1px solid var(--color-014b7e);
}

.solution-main1 h4 {
  color: var(--color-014b7e);
}

.solution-main1 button:hover {
  color: #014b7e;
  border: 1px solid var(--color-014b7e);
}

.solution-main1 h4 {
  text-align: right;
}

.solution-right {
  padding: 50px;
  padding-right: 150px;
}

.solution-right1 {
  padding: 50px;
  padding-left: 150px;
}

.solution-main img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

/* industries */
.indus-top-slide {
  min-width: auto !important;
  /* width: fit-content!important; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.industries {
  width: 100%;
  height: auto;
  float: left;
  background-color: var(--color-014b7e);
  padding: 40px 0;
}

.industries ul li {
  float: left;
  text-transform: uppercase;
  display: flex;
}

.industries ul li a {
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);
}

.industries ul li a:hover {
  color: var(--color-c18d02);
}

.industries ul li::before {
  content: "\2022";
  color: var(--color-c18d02);
  font-weight: bold;
  font-size: 30px;
  margin-right: 10px;
}

.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-inner {
  position: relative;
  height: 400px;
  background-size: cover;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}

.inner-banner::before {
  position: absolute;
  background: #0f2851;
  height: 400px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  content: "";
}

.breadcrumb-inner .title {
  color: var(--color-ffffff);
  margin: 0;
}

.inner-banner .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
}

.breadcrumb-item.active {
  color: #fff;
}

.inner-banner .breadcrumb .breadcrumb-item a,
.inner-banner .breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

/* .service-section */
img.service-img {
  width: 100%;
  border-radius: 0 0 86px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

img.container-1 {
  position: absolute;
  width: 400px;
  right: 0;
  bottom: -100px;
}

.about-left {
  padding-left: 50px;
}

.service1 img {
  width: 100%;
  border-radius: 0 0 86px;
}

.project-inner {
  position: absolute;
  bottom: 0;
  width: 95%;
  /* background: linear-gradient(360deg, black, transparent); */
  padding: 35px 30px;
  border-radius: 0 0 86px;
}

.project-inner a {
  font-size: var(--font-size-16);
  color: var(--color-ffffff) !important;
}

.project-inner a:hover {
  color: var(--color-c18d02) !important;
}

.top-services {
  margin: 80px 0;
}

/* .service-section */
/* core-value */
.core {
  position: relative;
  overflow: hidden;
}

.core-value {
  background: url(../images/core-bg.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.core-value h3 {
  margin-bottom: 50px;
}

img.core-img {
  width: 46%;
  position: absolute;
  left: -100px;
  top: 0;
}

.table-box {
  padding-left: 20px;
}

.table-box1 {
  padding-left: 0px;
  padding-right: 20px;
}

.table-box h3 {
  color: var(--color-c18d02);
  font-weight: var(--font-weight-SemiBold);
  border-radius: 0 0 86px 0;
}

.case img {
  width: 100%;
  border-radius: 0 0 86px 0;
}

/* core-value */
.points {
  width: 70%;
  background: var(--color-f2f7fa);
  display: flex;
  align-items: center;
  margin-left: 50px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  height: 140px;
  border-radius: 0 0 116px 0;
  margin-bottom: 30px;
}

.points img {
  position: absolute;
  left: -60px;
  top: 0;
}

/* service-section */
.service-section {
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: 0.3s;
}

.banner__grid {
  display: flex;
  flex-direction: column;
}

.banner__grid>* {
  min-width: 0;
}

.banner__link {
  position: relative;
  text-decoration: none;
  color: hsl(250, 84%, 54%);
  display: inline-block;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: left bottom;
}

.banner__link i {
  /* label */
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.banner__link::after {
  /* animated border */
  content: "";
  background-color: currentColor;
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  -webkit-clip-path: inset(0% round 0.1875em);
  clip-path: inset(0% round 0.1875em);
  opacity: 0.15;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.banner__figure,
.banner__figure1 {
  height: 400px !important;
  width: 100%;
  padding-bottom: 50%;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner__text {
  padding: 1.5rem;
}

.banner__link-wrapper {
  margin-top: 1rem;
}

.service-section:hover {
  box-shadow: 0 0 0 1px hsla(230, 13%, 9%, 0.05),
    0 0.9px 1.25px hsla(230, 13%, 9%, 0.025), 0 3px 5px hsla(230, 13%, 9%, 0.05),
    0 12px 20px hsla(230, 13%, 9%, 0.09);
}

.service-section:hover .banner__link {
  transform: scale(1.3);
}

.service-section:hover .banner__link i {
  transform: scale(0.7);
}

.service-section:hover .banner__link::after {
  height: 100%;
}

.service-section:hover .banner__figure {
  transform: scale(1.05);
}

.service-section:hover .banner__figure1 {
  transform: scale(1.05);
}

@media (min-width: 64rem) {
  .banner__grid {
    flex-direction: row-reverse;
    align-items: center;
  }

  .banner__grid>* {
    width: 50%;
  }

  .banner__figure {
    height: 100%;
    padding-bottom: 0;
    -webkit-clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
    clip-path: polygon(100px 0%, 100% 0%, 100% 100%, 50px 100%);
    margin: 0;
  }

  .banner__figure1 {
    height: 100%;
    padding-bottom: 0;
    -webkit-clip-path: polygon(calc(100% - 100px) 0%, 0% 0%, 0% 100%, calc(100% - 50px) 100%);
    clip-path: polygon(calc(100% - 100px) 0%, 0% 0%, 0% 100%, calc(100% - 50px) 100%);
    margin: 0;
  }

  .banner__text {
    padding: 2rem;
    padding-right: 0;
  }

  .banner__text1 {
    padding: 3rem;
    padding-left: 0;
  }

  .banner__link-wrapper {
    margin-top: 1.5rem;
  }

  .banner--invert .banner__grid {
    flex-direction: row;
  }

  .banner--invert .banner__figure {
    -webkit-clip-path: polygon(0% 0%,
        calc(100% - 100px) 0%,
        calc(100% - 50px) 100%,
        0% 100%);
    clip-path: polygon(0% 0%,
        calc(100% - 100px) 0%,
        calc(100% - 50px) 100%,
        0% 100%);
  }

  .banner--invert .banner__text {
    text-align: right;
  }

  .banner--invert .banner__link {
    transform-origin: right bottom;
  }
}

/* service-section */
.service h4 {
  margin-bottom: 20px;
}

.section-service {
  background: none;
}

.section-service img {
  filter: invert();
  transition: 0.5s;
}

.service-tab {
  background: none;
}

.nav-pills .service-tab:hover {
  background: var(--color-c18d02);
}

.nav-pills .service-tab.active img {
  filter: none;
}

.nav-pills .service-tab.active h5 {
  color: var(--color-ffffff) !important;
}

.nav-pills .service-tab.active {
  background: var(--color-c18d02);
  border-radius: 20px;
  color: var(--color-ffffff) !important;
  box-shadow: 0 0 12px 0px #cbcbcb;
  width: 200px !important;
}

.nav-pills .service-tab.active:before {
  content: "";
  width: 100%;
  height: 10%;
  background: url(../images/bottom-triangle.png) center no-repeat;
  bottom: -9%;
}

.nav-pills .service-tab img.active {
  filter: none;
}

.nav-pills .service-tab {
  box-shadow: 0 0 12px 0px #cbcbcb;
  transition: 0.5s;
  border-radius: 20px;
  width: 200px !important;
  margin: 0 20px;
  align-items: center;
  transition: 0.5s;
}

.section-service:hover img {
  filter: none;
}

.section-service h5 {
  transition: 0.5s;
  font-family: var(--font-family-Montserrat);
}

.section-service:hover h5 {
  color: #fff !important;
}

img.main-img {
  box-shadow: 0 0 10px 0px #0000007a;
  z-index: 99;
  border-radius: 0 0 0 86px;
  position: relative;
}

img.main-img1 {
  box-shadow: 0 0 10px 0px #0000007a;
  z-index: 99;
  border-radius: 0 0 86px 0;
  position: relative;
}

.service-right-inner1 {
  margin-right: -2%;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px;
  padding: 50px;
  padding-right: 65px;
  background-color: var(--color-f2f7fa);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* z-index: -1; */
}

b {
  font-weight: var(--font-weight-SemiBold);
}

.service-right-inner-pg {
  box-shadow: none !important;
  background-color: transparent !important;
}

.chartering-p {
  padding-right: 0 !important;
}

.service-right-inner {
  display: flex;
  align-items: center;
  background-color: var(--color-f2f7fa);
  padding: 50px;
  padding-left: 65px;
  border-radius: 0 10px 10px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* .download */
ul.download-list li {
  float: left;
  margin: 18px;
  list-style: none;
  width: 45%;
  display: table-row-group;
  border: 1px solid var(--color-f2f7fa);
  background: var(--color-f2f7fa);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 13px;
  /* margin: 0 auto; */
}

li.right-section-download {
  float: right;
}

.right-section-download {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -8px;
}

ul.download-list li a {
  color: var(--color-656565);
  font-family: 'Noto Sans';
  font-size: 17px;
  line-height: 0px;
  position: relative;
  top: 6px;
  font-weight: 500;
}

.right-section-download a i {
  font-size: 23px;
  margin: 0px 2px;
  color: #1e6e42;
  padding: 3px 7px;
  padding-right: 11px;
  position: relative;
  top: 3px;
}

.right-section-download a {
  margin: 0 auto;
  transition: 0.7s;
}

.right-section-download a {
  margin-left: 15px;
  padding: 5px 0px;
}

.right-section-download i.icon-arrow-down-circle {
  position: relative;
  top: 4px;
  padding-right: 0;
  border: 0;
  color: #1c4b8c;
  right: 6px;
}

.right-section-download i.fa.fa-file-pdf {
  color: var(--color-c18d02);
}

section.downloas-secrion:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0%;
  background-image: url(../images/testimonial-content-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

section.downloas-secrion:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0%;
  background-image: url(../images/right-doted.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 400px;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}

.service-right h4 {
  text-align: left;
  font-weight: var(--font-weight-Bold);
}

.service-right h4 span {
  display: block;
}

.service-right p {
  text-align: left;
  padding-right: 0;
}

.service-img {
  position: relative;
  z-index: 999;
}

img.main-service {
  position: absolute;
  left: -30%;
  top: 35%;
  z-index: -9;
}

.service-img1 img {
  position: absolute;
  width: 480px;
  height: 320px;
  border-radius: 40px;
  box-shadow: 0 0 40px 0px #4d4d4da1;
  float: left;
  border: 10px solid var(--color-ffffff);
  background-color: #000000;
  z-index: 99;
  top: 25%;
  left: 25%;
}

/* counter */
.counter {
  width: 100%;
  height: auto;
  float: left;
  background: var(--color-f2f7fa);
}

img.counter-img {
  width: 69%;
  object-fit: contain;
  position: absolute;
  left: 31%;
  top: -12.5%;
}

.counter h2 {
  color: var(--color-014b7e);
}

.count-area {
  position: relative;
  text-align: center;
  color: var(--color-ffffff);
  background-color: var(--color-e31e24);
  display: flex;
  flex-direction: column;
}

.count-area-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.count-digit,
.count-name {
  margin: 5px 0px;
  color: var(--color-f26b28);
  font-family: var(--font-family-poppins);
  font-weight: var(--font-weight-Bold);
  justify-content: center;
  align-items: center;
}

.count-title {
  padding: 20px 0;
  color: var(--color-c18d02);
  text-align: center;
  line-height: normal;
}

.count-name {
  font-size: var(--font-size-50);
}

.counter-flex {
  justify-content: center;
}

/* counter */
/* testimonial */
.testimonials {
  width: 100%;
  float: left;
  background: url(../images/testimonial-bg.jpg) center no-repeat;
  overflow: hidden;
}

.testimonial-box {
  /* padding: 3rem; */
  /* display: table-column; */
  /* align-items: center; */
  position: relative;
  filter: blur(1px);
}

.testimonial button {
  border-radius: 0;
  padding: 20px 60px;
  font-weight: var(--font-weight-Bold);
}

img.img-testimonial {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: -50px;
  margin-left: 40px;
  border: 6px solid var(--color-c18d02);
  z-index: 99;
  position: absolute;
}

.testimonial-para {
  height: 80%;
  padding-right: 200px;
  padding-bottom: 50px;
  padding-top: 120px;
  background: var(--color-f2f7fa);
  padding-left: 60px;
  margin-top: 1.5%;
  position: relative;
  border-radius: 0 0 180px 0;
  z-index: 9;
}

.testimonial-para:before {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  background: url(../images/icons/“.png) center no-repeat;
  top: 0;
  left: -280px;
  bottom: 160px;
  z-index: 999;
}

.testimonial-center {
  flex-direction: column-reverse;
}

.testimonial-para p {
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-000000);
}

.testimonial-para h5 {
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-Bold);
  text-transform: uppercase;
  font-family: var(--font-family-Montserrat);
  margin-bottom: 0;
  padding: 0;
  margin-top: 40px;
}

.testimonial-slider {
  overflow: hidden;
  padding-bottom: 100px;
}

.testimonial-slider .swiper-pagination {
  position: relative;
}

/* testimonial */
/* case-studies */
.find-section {
  width: 100%;
  height: 100%;
  float: left;
  background: var(--color-2b2a29);
  z-index: -1;
  position: relative;
  padding-top: 188px;
  margin-top: -150px;
  transition: ease all 0.5s;
}

.find-section a img {
  transition: ease all 0.5s;
}

.find-section a:hover {
  filter: grayscale(1);
}

.find-section a img:hover {
  transform: scale(0.9);
}

.find-box {
  margin: 1rem;
}

.find-section h3 {
  font-size: 8rem;
  color: var(--color-e31e24);
}

.find-section h4 {
  font-weight: var(--font-weight-ExtraLight);
  margin-top: 1rem;
  text-align: center;
  color: var(--color-ffffff);
  font-size: var(--font-size-50);
}

.find-box img {
  border: 0.2rem solid var(--color-ffffff);
  width: 100%;
  height: 42rem;
  border-radius: 20rem;
  object-fit: cover;
}

.find-bg {
  width: 37%;
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 0.5;
}

.find-section .find-section::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
}

/* case */
/* contact */
.contact {
  position: relative;
  padding-bottom: 200px;
}

.inner-contact {
  padding: 60px 50px;
  border-radius: 0 0 248px 0;
  background: #ed1c24;
  overflow: hidden;
  align-items: center;
}

.inner-contact h2 {
  font-size: var(--font-size-50);
  text-transform: uppercase;
  font-family: var(--font-family-Montserrat);
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-ffffff);
}

.inner-contact p {
  color: #fdbdbf;
}

img.fork {
  position: absolute;
  bottom: 100px;
}

.details i {
  background: #fdbdbf;
  color: var(--color-c18d02);
  width: 40px;
  height: 40px;
  font-size: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: 10px;
  border-radius: 50%;
}

.details h6 {
  text-transform: uppercase;
  font-family: var(--font-family-Montserrat);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-SemiBold);
  color: #fdbdbf;
}

.details a {
  font-size: var(--font-size-36);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
}

.details a:hover {
  color: var(--color-014b7e);
}

/* contact */
/* contact */
.choose select {
  width: 100%;
  padding: 24px;
  cursor: pointer;
  color: #7f7f7f;
  border: none;
  background-color: var(--color-ffffff);
}

.choose option {
  cursor: pointer !important;
}

.contact {
  background-color: var(--color-f2f7fa);
}

.contact-heading p {
  padding: 0 20%;
}

.contact iframe {
  height: 100%;
}

.connected-form {
  width: 100%;
  background-position-x: -70%;
}

input.form-control {
  width: 100%;
  padding: 1rem;
  border: none;
  background-color: var(--color-c18d02);
  border: 1px solid var(--color-ffffff);
  color: var(--color-ffffff);
}

::placeholder {
  color: var(--color-ffffff);
}

.contact-pg h4 {
  font-weight: var(--font-weight-Bold);
}

textarea.form-control {
  width: 100%;
  height: 150px;
  padding: 1rem;
  border: 1px solid var(--color-ffffff);
  background-color: transparent;
  color: var(--color-ffffff);
}

.form-control {
  padding: 25px !important;
}

button.contact-btn {
  padding: 10px 60px;
  border-radius: 0;
  margin-top: 30px;
}

.address {
  display: flex;
  padding: 50px;
  padding-left: 80px;
  align-items: center;
  background-color: #fff;
  border-top: 2px solid var(--color-f5f5f5);
}

.contact-add {
  background-color: var(--color-c18d02);
}

.contact-add i,
.contact-add p {
  color: #fff !important;
}

.address p {
  margin-bottom: 0;
  padding-right: 20%;
  color: #282828;
  font-weight: var(--font-weight-SemiBold);
}

.address i {
  font-size: 40px;
  margin-right: 30px;
  color: var(--color-c18d02);
}

ul.contact-social li {
  float: left;
}

ul.contact-social li i {
  font-size: 30px;
}

.form {
  background-color: var(--color-f5f5f5);
  padding-left: 10%;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

/* footer */
.footer {
  width: 100%;
  background-color: var(--color-000000);
  overflow: hidden;
}

.footer img {
  width: 80px;
  margin-bottom: 25px;
}

.footer-box p {
  color: var(--color-014b7e);
  padding-right: 30px;
  margin-bottom: 30px;
}

.footer-social ul {
  display: flex;
  margin-top: 80px;
}

.footer-social ul li {
  float: left;
  margin-right: 30px;
}

.footer-social ul li i {
  font-size: 24px;
  border-radius: 50%;
  color: var(--color-c18d02);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.footer-social ul li i:hover {
  color: var(--color-c18d02);
}

h3.footer-heading {
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-ExtraBold);
  font-family: var(--font-family-Montserrat);
  margin-bottom: 30px;
  text-transform: uppercase;
}

.social-links ul {
  display: flex;
}

.footer-menu ul li a:hover i {
  color: var(--color-c18d02);
}

.footer-menu ul li a:hover {
  color: var(--color-e31e24);
}

.footer-menu ul li i {
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
  transition: 0.5s;
}

.footer-menu ul li a {
  color: var(--color-ffffff);
  display: flex;
  font-weight: var(--font-weight-Regular);
  align-items: center;
  font-size: 16px;
  margin-bottom: 0.5rem;
  font-weight: 200;
}

.footer-contact ul li i {
  font-size: 25px;
  color: var(--color-d4d7d7);
  margin-right: 20px;
}

.footer-contact ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.footer-contact ul li a,
.footer-contact ul li p {
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Light);
  font-size: var(--font-size-16);
  display: block;
  margin-bottom: 0;
}

.footer-contact ul li a:hover {
  color: var(--color-e31e24);
}

.footer-logo {
  justify-content: flex-end;
  display: flex;
}

/* copy-right  */
.copy-right {
  background-color: var(--color-151515);
  padding: 1rem 0;
  text-align: center;
}

.copy-right p,
.copy-right p a {
  color: var(--color-d4d7d7);
  margin-bottom: 0;
  font-size: var(--font-size-16);
}

.copy-right p a {
  font-weight: var(--font-weight-Bold);
}

.copy-right p a:hover {
  color: var(--color-c18d02);
}

.nav-tabs {
  border-bottom: none;
}

.sidenav,
.mobile-toggle {
  display: none;
}

/* calculator */
button.calculator-btn {
  background-color: var(--color-c18d02);
  margin-bottom: 30px !important;
}

.cursor {
  cursor: pointer;
}

.calculator {
  position: relative;
  overflow: hidden;
}

.calculator-ans {
  background-color: var(--color-014b7e) !important;
  padding: 30px !important;
  color: var(--color-ffffff) !important;
  margin: 10px 0;
  height: 60px !important;
  font-weight: var(--font-weight-SemiBold);
}

.calculator input,
.calculator select {
  height: 60px;
  padding: 15px !important;
  color: var(--color-000000);
  border: 1px solid #efefef;
}

.calculator-img img {
  width: 80%;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.calculator-flex {
  align-items: center;
}

.calculator-img {
  box-shadow: rgba(99, 99, 99, 0.455) 0px;
  position: absolute;
  right: -22%;
  top: 30%;
}

/* calculator */
/* back to top */
#button {
  display: inline-block;
  background-color: var(--color-2b2a29);
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 15px;
  right: 30px;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-ffffff);
}

#button::after {
  font-weight: normal;
  font-style: normal;
  font-size: 33px;
  line-height: 50px;
  color: var(--color-ffffff);
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-c18d02);
  background-color: var(--color-ffffff);
}

#button:hover:after {
  color: var(--color-f26b28);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

#button.show:hover {
  color: var(--color-e31e24);
}

#whatsapp.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.8s ease-out 0s;
  -moz-transition: all 0.8s ease-out 0s;
  -ms-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
}

.whatsapp-btn {
  position: fixed;
  bottom: 70px;
  opacity: 1;
  right: 30px;
  z-index: 999;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid #fff;
  display: flex;
  visibility: visible;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.btn2 {
  margin-top: 1rem;
  /* height: 3.5rem; */
  padding: 0.8rem 3rem;
  background: var(--color-e31e24);
  border: none;
  border-radius: 3.12rem;
  color: #fff;
  font-size: 1.2rem;
  outline: solid 0.2rem var(--color-e31e24);
  display: inline-block;
}

.btn2:hover {
  color: #fff;
}

.btn2:is(:hover, :focus) {
  outline-offset: 0.19rem;
  color: #fff;
}

.service-section {
  background-color: var(--color-d4d7d7);
  position: relative;
}

.service-section-bg {
  position: absolute;
  top: 0;
  width: 71%;
  z-index: 0;
  left: 0;
  opacity: 0.1;
}

.service-box {
  background-color: var(--color-151515);
  border-radius: 2rem;
  position: relative;
  text-align: center;
  z-index: 9;
  height: 87vh;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.service-box h3 {
  color: var(--color-ffffff);
  font-size: var(--font-size-50);
}

.service-box1 {
  position: relative;
}

.service-box1 .service-content {
  text-align: left;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  top: 0;
  height: 100%;
  text-align: left;
  z-index: 9;
  left: 35px;
}

.service-bg {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  align-items: center;
  width: 100%;
  height: 100%;
  /* margin: 1rem; */
}

.service-box-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.service-content {
  text-align: left;
}

.service-box1 .service-img {
  position: relative;
  right: -18%;
  z-index: 0;
  width: 90%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.service-box2 .service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9;
  height: 100%;
  top: -140px;
  position: relative;
}

.service-box2 .service-img {
  position: absolute;
  z-index: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.service-box3 .service-content {
  text-align: center;
  margin-top: 0;
  z-index: 999;
  position: relative;
}

.service-box3 .service-img {
  top: 7%;
}

.service-box3 .service-bg {
  top: 6%;
}

.service-box4 .service-img {
  bottom: -65px;
  left: -22px;
  ;
}

.service-box4 .service-bg {
  top: 11%;
  left: 10%;
}

.service-box4 .service-content {
  text-align: center;
  left: 11%;
  position: relative;
  top: 10%;
}

.service-box3 .service-img {
  top: 7%;
}

.text-marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.text-single {
  display: flex;
  animation: marquee 15s linear infinite;
}

.text-marquee:hover .text-single {
  animation-play-state: paused;
}

.text-single .text {
  margin-right: 2rem;
  font-size: 1.2rem;
  white-space: nowrap;
  color: var(--color-ffffff);
  margin-left: 2rem;
  position: relative;
  font-weight: 200;
  letter-spacing: 0.1rem;
}

.text-single .text::after {
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-e31e24);
  position: absolute;
  content: '';
  right: -35px;
  border-radius: 2rem;
  top: 10px;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.portfolio-section {
  background-color: var(--color-151515);
}

.portfolio-section .portfolio-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: auto;
  justify-items: center;
  width: 100%;
  flex-direction: column;
}

.portfolio-section .portfolio-content h3 {
  font-size: 150px;
  color: aliceblue;
}

.portfolio-content {
  display: flex;
}

.top-footer h4 {
  font-family: var(--font-family-poppins);
  color: var(--color-e31e24);
}

.top-footer h3 {
  color: var(--color-ffffff);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  height: 100%;
}

.testimonials {
  position: relative;
  background-image: url(../images/testimonial-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials .swiper-pagination {
  position: relative;
}

.testimonials h3 {
  color: var(--color-e31e24);
  line-height: normal;
  z-index: 9;
  position: relative;
}

.testimonials .swiper {
  width: 100%;
  overflow: visible;
}

.testimonial-img {
  position: absolute;
  left: -27%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.testimonial-img img {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  object-fit: cover;
}

.testimonials .container {
  overflow: hidden;
}

.testimonials .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 3rem;
  height: max-content;
  padding: 4rem;
  filter: blur(2);
}

.testimonials .swiper-slide.swiper-slide-active {
  color: #fff;
  transform: scale(1.4);
  z-index: 2;
  height: max-content;
  box-shadow: -1px 18px 27px 0px rgba(0, 0, 0, 0.42);
  -webkit-box-shadow: -1px 18px 27px 0px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: -1px 18px 27px 0px rgba(0, 0, 0, 0.42);
}

.testimonials .swiper-slide.swiper-slide-active .testimonial-box {
  filter: blur(0);
}

.testimonial-right {
  text-align: left;
  position: relative;
}

.testimonial-right h6 {
  border-bottom: 1px solid var(--color-151515);
  display: inline-block;
  line-height: 30px;
}

.testimonial-right p {
  font-size: var(--font-size-16);
  font-size: 12px;
}

.quote {
  width: 2rem;
  position: absolute;
  right: -11%;
  bottom: -34%;
}

/* ARROWS */
.swiper-button-prev,
.swiper-button-next {
  color: #f69259;
}

/* PAGINATION */
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  margin: 3px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background: linear-gradient(45deg, #f69259, #f16975);
}

.contact-section {
  background-color: var(--color-151515);
}

.scroll-section {
  background-color: var(--color-2b2a29);
}

.scroll-section.section-space {
  padding: 3rem;
}

.swiper-button-next,
.swiper-button-prev {
  background: #0009;
  color: #d2a800;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.swiper-button-next:after {
  font-size: 18px;
}

.swiper-button-prev:after {
  font-size: 18px;
}

.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 60%)
}

.inside-banner-space {
  background-color: var(--color-d4d7d7);
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  overflow: hidden;
  position: relative;
  height: 90vh;
}

.inside-banner-space img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.inside-banner-space h3 {
  font-size: var(--font-size-150);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: auto;
  color: aliceblue;
  justify-items: center;
  width: 100%;
}

.inside-banner-space .container {
  z-index: 9;
}

.contact-bg {
  position: absolute;
}

.contact-bg img {
  background-attachment: fixed;
}

.contact-page h3 {
  font-size: var(--font-size-70);
  text-align: center;
  margin-bottom: 5rem;
}

.contact-page ul {
  text-align: center;
}

.contact-page .container {
  position: relative;
  z-index: 9;
}

.contact-page li i {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid;
  border-radius: 100%;
  font-size: var(--font-size-25);
  color: var(--color-e31e24);
}

.contact-page a:hover {
  color: var(--color-e31e24);
}

.contact-page {
  padding-top: 14rem;
  background-color: var(--color-d4d7d7);
  padding-bottom: 14rem;
  overflow: hidden;
  position: relative;
}

.about-first-section {
  background-color: var(--color-151515);
}

.about-first-section h4 {
  color: var(--color-e31e24);
  position: relative;
}

.about-first-section h3 {
  color: var(--color-e31e24);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.about-right-page {
  padding-left: 3rem;
}

.about-right-page p {
  color: var(--color-ffffff);
  font-weight: var(--font-weight-ExtraLight);
}

.contact-section {
  color: var(--color-e31e24);
  text-align: center;
}

.contact-section i {
  font-size: var(--font-size-25);
  margin-bottom: 2rem;
  border-radius: 100%;
  /* padding: 1.5rem; */
  border: 1px solid var(--color-e31e24);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.contact-section a {
  font-size: var(--font-size-22);
  color: var(--color-d4d7d7);
}

.history-right {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-left: 2rem;
}

.specility-title h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
  margin-top: -11%;
  color: var(--color-ffffff);
}

.founder-section {
  position: relative;
}

.founder-section .row {
  display: flex;
  align-items: center;
}

.founder-section::before {
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: var(--color-d4d7d7);
  position: absolute;
  content: '';
  z-index: -1;
}

.history-section::before {
  width: 30%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: var(--color-e31e24);
  position: absolute;
  content: '';
  z-index: 0;
}

.history-section {
  position: relative;
  background-color: var(--color-151515);
}

.history-left {
  position: relative;
  z-index: 9;
}

.specility-section .container {
  position: relative;
}

.specility-content {
  /* position: absolute; */
  top: 70%;
  width: 90%;
  margin: auto;
  text-align: center;
  margin-top: -8%;
}

.specility-box h4 {
  font-size: var(--font-size-30);
}

.specility-box img {
  width: 85px;
  margin-bottom: 2rem;
  background-color: var(--color-e31e24);
  padding: 1rem;
  border-radius: 50%;
}

.specility-box {
  padding: 4rem;
  border-radius: 2rem;
  background-color: var(--color-ffffff);
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.specility-section {
  background-color: var(--color-d4d7d7);
}

.about-left img {
  margin-bottom: 1.5rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50px 0;
}

.founder-right {
  padding-left: 2rem;
}

.founder-img img {
  border-top-left-radius: 380px;
  border-top-right-radius: 380px;
}

.history-left img {
  border-top-left-radius: 380px;
  border-top-right-radius: 380px;
}

.service-page .service-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  justify-content: center;
}

.service-page .service-content strong {
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 1rem;
}

.service-page .service-content h4 {
  font-size: var(--font-size-50);
  font-weight: var(--font-weight-ExtraLight);
}

.service-page.bg-dark .service-content {
  color: var(--color-ffffff);
}

.service-page1 {
  position: relative;
}

.service-page1::after {
  position: absolute;
  width: 30%;
  height: 100%;
  content: '';
  top: 0;
  background-color: var(--color-d4d7d7);
  z-index: -1;
}

.service-page2 {
  position: relative;
}

.service-page2::after {
  position: absolute;
  width: 30%;
  height: 100%;
  content: '';
  top: 0;
  right: 0;
  background-color: var(--color-e31e24);
  z-index: 0;
}

.service-left {
  position: relative;
  z-index: 9;
}

.service-page3 {
  position: relative;
}

.service-page3::after {
  position: absolute;
  width: 70%;
  height: 100%;
  content: '';
  top: 0;
  background-color: var(--color-ededed);
  z-index: -1;
}

.service-page3 .service-content {
  background-color: var(--color-d4d7d7);
}

.service-page4 {
  position: relative;
}

.service-page4::after {
  position: absolute;
  width: 30%;
  height: 100%;
  content: '';
  top: 0;
  right: 0;
  background-color: var(--color-2b2a29);
  z-index: 0;
}

.service-page4::before {
  position: absolute;
  width: 8%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background-color: var(--color-e31e24);
  z-index: 0;
}

.service-page5 {
  position: relative;
}

.service-page5::after {
  position: absolute;
  width: 80%;
  height: 100%;
  content: '';
  top: 0;
  right: 0;
  background-color: var(--color-ededed);
  z-index: -1;
}

.service-left img {
  border-radius: 2rem;
  object-fit: cover;
}

.career-section {
  background-color: var(--color-151515);
}

.career-right {
  padding-left: 3rem;
}

.career-right h3 {
  color: var(--color-e31e24);
}

a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox__container {
  --fancybox-bg: rgba(17, 6, 25, 0.85);
}

.fancybox__container .fancybox__content {
  padding: 1rem;
  border-radius: 6px;
  color: #374151;
  background: #fff;
  box-shadow: 0 8px 23px rgb(0 0 0 / 50%);
}

.fancybox__content>.carousel__button.is-close {
  top: 0;
  right: -38px;
}

.fancybox__caption {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  width: 100%;
  border-top: 1px solid #ccc;
  font-size: 1rem;
  line-height: 1.5rem;
  /* Prevent opacity change when dragging up/down */
  --fancybox-opacity: 1;
}

@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  background-color: var(--color-ededed);
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 150px;
}

.gallery-page a {
  display: block;
  border: solid 1px var(--color-2b2a29);
  margin-bottom: 1.5rem;
  width: 100%;
  padding: 10px;
}

.gallery-page img {
  object-fit: cover;
  width: 100%;
}

.gallery-page01 img {
  height: 500px;
}

.gallery-page02 img {
  height: 300px;
}

.gallery-page03 img {
  height: 450px;
}

.gallery-page a {
  overflow: hidden;
  display: block;
}

.gallery-page a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}

.gallery-page a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



.container {
  max-width: 1600px;
}

.mobile-md-none {
  display: block !important;
}

.desktop-md-none {
  display: none !important;
}

.mobile-none {
  display: block !important;
}

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

.instagram {
  position: fixed;
  bottom: 125px;
  opacity: 1;
  right: 30px;
  z-index: 999;
  width: 45px;
  height: 45px;
  font-size: 25px;
  border-radius: 50%;
  background: #833ab4;
  background: linear-gradient(to right,
      #833ab4, #fd1d1d, #fcb045);
  border: 1px solid #fff;
  color: var(--color-ffffff);

  display: flex;
  visibility: visible;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);

}

.instagram:hover {
  color: var(--color-ffffff);
  background: linear-gradient(to left,
      #833ab4, #fd1d1d, #fcb045);
}