/* ===================== Table Content Start ======================= 

Project Name 	:  NEM
File 			:  CSS Base
Version 		:  1.0.0
Created     	:  05/09/2024
Author 			:  Pentagon Information Technology LLC

======================== Table Content End ===================== */
/*-- 1. VARIABLES --*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --theme-font: "Lexend", sans-serif;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-dark: #010081;
  --theme-color: #206dfb;
  --secondary-color:#FE0000;
  --light-color: #F7F9FA;
  --color-gray: #696969;
  --text-color-rgb: 30, 45, 125;
  --header-border-color: rgba(182, 182, 182, 0.7);
  --base-text-font-size: 15px;
  --default-text-font-size: 15px;
  --text-font-weight: 400;
  --text-font-style: normal;
  --text-font-bolder-weight: bolder;
  --border-color-rgb: 225, 227, 228;
  --border-color: #C9C9C9;
}

section,
header,
footer,
main {
  height: auto;
  clear: both;
}

section,
header,
footer,
main {
  width: 100%;
  position: relative;
}

.home-features .features-box .meta-content::before, .home-slider .hero-slider .slide-inner::before, .footer::before {
  position: absolute;
  content: "";
}

/*-- 2. MIXIN --*/
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulsee {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes spin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
/*-- 3. MEDIA QUERIES --*/
/*-- 4. RESET --*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  height: 100%;
}

body {
  margin: auto;
  font-family: var(--theme-font);
  color: var(--color-black);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
  width: 100%;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(126, 214, 234, 0.5);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  outline: 1px solid var(--theme-color);
}

ul {
  margin: 0;
  padding: 0;
  display: block;
}

li {
  list-style: none;
  font-family: var(--theme-font);
}

a {
  color: inherit;
}

a,
a:hover,
a:focus,
button,
button:focus {
  outline: none !important;
  text-decoration: none;
  box-shadow: none !important;
  font-family: var(--theme-font);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

button,
input,
optgroup,
select,
textarea,
:focus,
:focus-visible {
  margin: 0;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  cursor: pointer;
}

button, input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

p {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: inherit;
  font-weight: normal;
  margin-bottom: 15px;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  border-style: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

svg {
  vertical-align: middle;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.is_relative {
  position: relative;
}

section,
div,
footer {
  scroll-margin-top: 150px;
}

.o-hidden {
  overflow: hidden;
}

section,
header,
footer,
main {
  position: relative;
}

.container {
  max-width: 1520px;
}
@media (max-width: 1699px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1399px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1279px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 17px;
  }
}

.mainContent {
  padding: 50px 0;
}
@media (min-width: 1280px) {
  .mainContent {
    padding: 80px 0;
  }
}
@media (min-width: 1700px) {
  .mainContent {
    padding: 100px 0;
  }
}

@media (min-width: 1280px) {
  .hidden-desk {
    display: none !important;
  }
  .hidden-lap-and-up {
    display: none !important;
  }
}
@media (-moz-touch-enabled: 1), (hover: none) {
  .touch-area {
    position: relative;
    background: transparent;
    /* This is used to increase the clickable area */
  }
  .touch-area::before {
    position: absolute;
    content: "";
    top: -8px;
    right: -8px;
    left: -8px;
    bottom: -8px;
    transform: translateZ(0);
    /* Needed to avoid a glitch on iOS */
  }
}
.hidden {
  display: none !important;
  visibility: hidden;
}

.al-center {
  align-items: center;
}

@media (max-width: 1279px) {
  .w-full {
    flex: 0 0 auto;
    width: 100%;
  }
}

.load-complete {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--color-white);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.load-complete img {
  width: 300px;
  height: auto;
  animation: zoom-in-zoom-out 4s ease infinite;
}
.load-complete.hides {
  opacity: 0;
  transition: all 1s;
  visibility: hidden;
}

.top-header {
  background-color: #f1f5fb;
  padding: 15px 0;
}
.top-header .top-content ul {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.top-header .top-content ul li {
  color: var(--theme-color);
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-header .top-content ul li a {
  color: var(--color-black);
  font-size: 15px;
  font-weight: 400;
}
.top-header .top-content ul li a:hover {
  color: var(--theme-color);
}
@media (max-width: 767px) {
  .top-header .top-content ul {
    justify-content: center;
    flex-direction: column;
    gap: 15px 0;
    margin-bottom: 15px;
  }
}
.top-header .scocial-links ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 767px) {
  .top-header .scocial-links ul {
    justify-content: center;
  }
}

header {
  width: 100%;
  background-color: var(--color-white);
  z-index: 999;
  padding: 15px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
header.sticky-header {
  background-color: var(--color-white);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
header .navbar {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
header .navbar .navbar-brand img {
  max-width: 320px;
}
@media (max-width: 767px) {
  header .navbar .navbar-brand img {
    max-width: 250px;
  }
}
header .navbar .navbar-toggler {
  background-color: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: var(--color-black);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active, header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link i img {
  max-width: 18px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item.active a, header .navbar .navbar-collapse .navbar-nav .nav-item:hover a {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    border: none;
  }
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav {
    padding: 15px 30px;
    background-color: #f0f5f3;
    margin-top: 15px;
  }
}

.footer {
  padding: 0;
  padding-top: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.footer .footer-bottom {
  padding-top: 50px;
  align-items: flex-end;
}
.footer .footer-logo img {
  max-width: 310px;
}
@media (max-width: 991px) {
  .footer .footer-logo {
    text-align: center;
    margin-bottom: 30px;
  }
}
.footer .footer-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 100px;
}
.footer .footer-link ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer .footer-link ul li a {
  color: var(--color-white);
  font-weight: var(--text-font-medium-weight);
  font-size: 20px;
  opacity: 0.6;
}
.footer .footer-link ul li a.active, .footer .footer-link ul li a:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .footer .footer-link ul {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer .footer-link {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .footer .contact-details {
    max-width: 70%;
  }
}
@media (min-width: 1700px) {
  .footer .contact-details {
    max-width: 50%;
  }
}
.footer .contact-details .nav-tabs {
  display: inline-flex;
  gap: 30px;
}
.footer .contact-details .nav-tabs .nav-item .nav-link {
  font-weight: var(--text-font-medium-weight);
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-white);
  border: none;
  background-color: transparent;
  padding: 15px 0 16px;
  position: relative;
  opacity: 0.6;
}
.footer .contact-details .nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
@media (max-width: 991px) {
  .footer .contact-details .nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .footer .contact-details .nav-tabs .nav-item .nav-link {
    font-size: 15px;
  }
}
.footer .contact-details .tab-content {
  margin-top: 50px;
}
.footer .contact-details .tab-content .contact-block ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer .contact-details .tab-content .contact-block ul li {
  padding: 20px 0;
}
.footer .contact-details .tab-content .contact-block ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer .contact-details .tab-content .contact-block ul li:last-child {
  padding-bottom: 0;
}
.footer .contact-details .tab-content .contact-block ul li a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
}
.footer .contact-details .tab-content .contact-block ul li a .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  flex: 0 0 auto;
  width: 150px;
}
.footer .contact-details .tab-content .contact-block ul li a .title img {
  max-width: 20px;
}
.footer .contact-details .tab-content .contact-block ul li a .title span {
  color: rgba(255, 255, 255, 0.6);
  font-weight: var(--text-font-medium-weight);
  font-size: 16px;
}
@media (max-width: 991px) {
  .footer .contact-details .tab-content .contact-block ul li a .title {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer .contact-details .tab-content .contact-block ul li a .title span {
    display: none;
  }
}
.footer .contact-details .tab-content .contact-block ul li a .links span {
  color: var(--color-white);
  font-weight: var(--text-font-medium-weight);
  font-size: 16px;
}
@media (max-width: 991px) {
  .footer .contact-details .tab-content .contact-block ul li a {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .footer .contact-details .tab-content .contact-block ul li {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .footer .contact-details {
    text-align: center;
  }
}
.footer .social-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer .social-links h4 {
  color: var(--color-white);
  font-weight: var(--text-font-medium-weight);
  font-size: 20px;
  opacity: 0.6;
}
.footer .social-links ul {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.footer .social-links ul li a {
  width: 45px;
  height: 45px;
  background-color: var(--color-white);
  border-radius: 10px;
  color: var(--color-black);
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer .social-links ul {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .footer .social-links {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.footer .copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 100px;
}
.footer .copyright p {
  color: white;
  font-size: 15px;
  font-weight: var(--text-font-medium-weight);
  margin: 0;
  padding: 0;
}
.footer .copyright p.text-right {
  text-align: right;
}
@media (max-width: 991px) {
  .footer .copyright p.text-right {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer .copyright p {
    text-align: center;
  }
}

.home-slider {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.home-slider .hero-slider {
  width: 100%;
  height: calc(100vh - 200px);
  display: flex;
  position: relative;
  z-index: 0;
}
.home-slider .hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}
.home-slider .hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home-slider .hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.home-slider .hero-slider .slide-inner::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgb(0, 24, 40) 0%, rgba(0, 24, 40, 0) 100%);
}
.home-slider .hero-slider .slide-inner .slide-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider .hero-slider .slide-inner .meta {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 100px;
}
.home-slider .hero-slider .slide-inner .meta .row {
  align-items: flex-end;
}
@media (max-width: 1699px) {
  .home-slider .hero-slider .slide-inner .meta {
    bottom: 50px;
  }
}
@media (max-width: 1279px) {
  .home-slider .hero-slider .slide-inner .slider-left {
    width: 100%;
  }
}
.home-slider .hero-slider .slide-inner .slider-title {
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.home-slider .hero-slider .slide-inner .slider-title h2 {
  font-size: 50px;
  line-height: 70px;
  color: var(--color-white);
  font-family: var(--theme-font);
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
  margin-bottom: 30px;
  padding: 0;
}
@media (max-width: 1699px) {
  .home-slider .hero-slider .slide-inner .slider-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 1279px) {
  .home-slider .hero-slider .slide-inner .slider-title h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-slider .hero-slider .slide-inner .slider-title h2 {
    font-size: 26px;
  }
}
.home-slider .hero-slider .slide-inner .slider-text p {
  font-size: 18px;
  color: var(--color-white);
  line-height: 35px;
  font-weight: 400;
  padding: 0;
  max-width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 1699px) {
  .home-slider .hero-slider .slide-inner .slider-text p {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width: 1279px) {
  .home-slider .hero-slider .slide-inner .slider-text p {
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
}
.home-slider .hero-slider .slide-inner .slider-btn .button-wrapper {
  display: flex;
}
.home-slider .hero-slider .slide-inner .slider-btn .button-wrapper .theme-btn {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-black);
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  border-radius: 50px;
  text-transform: uppercase;
  display: flex;
  gap: 20px;
  align-items: center;
}
.home-slider .hero-slider .slide-inner .slider-btn .button-wrapper .theme-btn:hover {
  background-color: transparent;
  border: 1px solid var(--color-white);
  color: var(--color-white);
}
@media (max-width: 1399px) {
  .home-slider .hero-slider .slide-inner .slider-btn .button-wrapper .theme-btn {
    font-size: 12px;
    gap: 30px;
  }
}
@media (max-width: 1279px) {
  .home-slider .hero-slider .slide-inner .slider-btn .button-wrapper {
    justify-content: center;
  }
}
.home-slider .hero-slider .swipper-navigation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
}
@media (max-width: 1699px) {
  .home-slider .hero-slider .swipper-navigation {
    bottom: 50px;
  }
}
@media (max-width: 1279px) {
  .home-slider .hero-slider .swipper-navigation {
    bottom: 50%;
  }
}
.home-slider .hero-slider .swiper-button-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.home-slider .hero-slider .swiper-button-prev,
.home-slider .hero-slider .swiper-button-next {
  background: transparent;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin: 0;
  opacity: 0.95;
  position: relative;
}
.home-slider .hero-slider .swiper-button-prev:hover,
.home-slider .hero-slider .swiper-button-next:hover {
  opacity: 1;
}
.home-slider .hero-slider .swiper-button-prev::after, .home-slider .hero-slider .swiper-button-prev::before,
.home-slider .hero-slider .swiper-button-next::after,
.home-slider .hero-slider .swiper-button-next::before {
  width: 18px;
  height: 18px;
}
@media (max-width: 1279px) {
  .home-slider .hero-slider .swiper-button-prev::after, .home-slider .hero-slider .swiper-button-prev::before,
  .home-slider .hero-slider .swiper-button-next::after,
  .home-slider .hero-slider .swiper-button-next::before {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 1699px) {
  .home-slider .hero-slider .swiper-button-prev,
  .home-slider .hero-slider .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1279px) {
  .home-slider .hero-slider .swiper-button-prev,
  .home-slider .hero-slider .swiper-button-next {
    width: 35px;
    height: 35px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
}
.home-slider .hero-slider .swiper-button-prev:hover,
.home-slider .hero-slider .swiper-button-next:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
}
.home-slider .hero-slider .swiper-button-prev {
  left: 0;
  transform: none;
}
.home-slider .hero-slider .swiper-button-prev::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/arrow-prev.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-slider .hero-slider .swiper-button-next {
  right: 0;
  transform: none;
}
.home-slider .hero-slider .swiper-button-next::after {
  content: "";
  color: #d4d3d3;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/arrow-next.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1279px) {
  .home-slider .hero-slider:hover .swiper-button-prev, .home-slider .hero-slider:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
  }
  .home-slider .hero-slider:hover .swiper-button-prev {
    left: 30px;
  }
  .home-slider .hero-slider:hover .swiper-button-next {
    right: 30px;
  }
}
.home-slider .hero-slider .swiper-pagination {
  bottom: 70px;
  left: 150px;
  width: auto;
  display: flex;
}
@media (max-width: 1699px) {
  .home-slider .hero-slider .swiper-pagination {
    left: 120px;
  }
}
@media (max-width: 1279px) {
  .home-slider .hero-slider .swiper-pagination {
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
  }
}
.home-slider .hero-slider .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 0;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: transparent;
  border: 1px solid var(--color-white);
  transition: all 0.2s ease;
}
.home-slider .hero-slider .swiper-pagination-bullet-active {
  background-color: var(--color-white);
}

.home-features .features-box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 30px 30px;
  border-radius: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.home-features .features-box .meta-title {
  display: flex;
  align-items: center;
}
.home-features .features-box .meta-title .icon {
  background-color: #f5faff;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.home-features .features-box .meta-title .icon svg {
  width: 35px;
  height: 35px;
  fill: var(--theme-color);
}
.home-features .features-box .meta-title .icon svg g {
  fill: var(--theme-color);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
@media (max-width: 1279px) {
  .home-features .features-box .meta-title .icon {
    margin-bottom: 15px;
  }
}
.home-features .features-box .meta-title .title h4 {
  font-size: 18px;
  color: var(--color-black);
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (max-width: 1279px) {
  .home-features .features-box .meta-title {
    flex-direction: column;
    text-align: center;
  }
}
.home-features .features-box .meta-content {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 25px;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.home-features .features-box .meta-content::before {
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.home-features .features-box .meta-content p {
  font-size: 15px;
  color: var(--color-gray);
  line-height: 30px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1279px) {
  .home-features .features-box .meta-content p {
    text-align: center;
  }
}
.home-features .features-box:hover .meta-title .icon {
  background-color: var(--theme-color);
}
.home-features .features-box:hover .meta-title .icon svg {
  fill: var(--color-white);
}
.home-features .features-box:hover .meta-title .icon svg g {
  fill: var(--color-white);
}
.home-features .features-box:hover .meta-content::before {
  width: 100%;
}
.home-features .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.home-features .owl-dots .owl-dot {
  outline: none;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: rgba(32, 109, 251, 0.5);
  background: transparent;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.home-features .owl-dots .owl-dot.active {
  background: var(--theme-color);
  width: 8px;
}

.about-section .title-caption {
  margin-bottom: 50px;
}
.about-section .title-caption h4 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 30px;
  display: block;
  color: var(--theme-color) !important;
  font-weight: 400;
}
.about-section .title-caption h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-black);
  max-width: 80%;
}
@media (max-width: 1279px) {
  .about-section .title-caption h3 {
    margin: 0 auto;
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .about-section .title-caption h3 {
    max-width: 100%;
    font-size: 26px;
  }
}
@media (max-width: 1279px) {
  .about-section .title-caption {
    text-align: center;
    margin-bottom: 30px;
  }
}
.about-section .description-block {
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding-right: 100px;
}
.about-section .description-block .icon {
  width: 80px;
  margin-top: 10px;
  flex: none;
}
@media (max-width: 1279px) {
  .about-section .description-block .icon {
    display: none;
  }
}
.about-section .description-block .text p {
  font-size: 15px;
  line-height: 30px;
  color: var(--color-black);
}
.about-section .description-block .text p:last-child {
  margin: 0;
}
.about-section .description-block .text .button-wrapper {
  display: flex;
  margin-top: 50px;
}
.about-section .description-block .text .button-wrapper .theme-btn {
  padding: 15px 30px;
  font-size: 15px;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 50px;
  text-transform: uppercase;
  display: flex;
  gap: 50px;
  align-items: center;
}
.about-section .description-block .text .button-wrapper .theme-btn i svg {
  width: 11px;
  height: 11px;
  fill: var(--color-white);
}
.about-section .description-block .text .button-wrapper .theme-btn:hover {
  background-color: var(--theme-color);
}
@media (max-width: 1279px) {
  .about-section .description-block .text .button-wrapper {
    justify-content: center;
  }
}
@media (max-width: 1279px) {
  .about-section .description-block {
    flex-direction: column;
    text-align: center;
    padding: 0;
  }
}
.about-section .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 100px auto 80px;
}
@media (max-width: 1279px) {
  .about-section .line {
    margin: 50px auto;
  }
}
.about-section .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.about-section .image-wrapper .small-lg-image {
  border: 7px solid var(--color-white);
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 500px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1279px) {
  .about-section .image-wrapper .small-lg-image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    height: 550px;
  }
}
.about-section .image-wrapper .small-abt-image {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 20px;
  border: 7px solid #fff;
  left: -30px;
  z-index: 3;
  width: 260px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1279px) {
  .about-section .image-wrapper .small-abt-image {
    display: none;
  }
}
.about-section .image-wrapper .small-half-round {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -10%;
  width: auto;
  height: auto;
}
@media (max-width: 1279px) {
  .about-section .image-wrapper .small-half-round {
    display: none;
  }
}
@media (max-width: 1279px) {
  .about-section .image-wrapper {
    margin-top: 50px;
  }
}
.about-section .about-count-block {
  position: relative;
}
.about-section .about-count-block .count-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.about-section .about-count-block .count-item .number {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-end;
}
.about-section .about-count-block .count-item .number span {
  font-size: 70px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 900;
}
@media (max-width: 1279px) {
  .about-section .about-count-block .count-item .number span {
    font-size: 50px;
  }
}
.about-section .about-count-block .count-item .number .icon {
  font-size: 35px;
  font-weight: 300;
  color: var(--color-black);
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 1279px) {
  .about-section .about-count-block .count-item .number .icon {
    margin: 0;
  }
}
@media (max-width: 1279px) {
  .about-section .about-count-block .count-item .number {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .about-section .about-count-block .count-item .number {
    margin: 0 auto;
  }
}
.about-section .about-count-block .count-item .text {
  display: flex;
  margin-top: 5px;
}
.about-section .about-count-block .count-item .text span {
  font-size: 14px;
  color: var(--color-black);
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .about-section .about-count-block .count-item .text {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .about-section .about-count-block .count-item .text {
    margin: 0 auto;
  }
}
@media (max-width: 1279px) {
  .about-section .about-count-block .count-item {
    gap: 15px;
    flex-direction: column;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 30px 30px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
  }
}
@media (max-width: 1279px) {
  .about-section .about-count-block {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about-section .about-count-block {
    text-align: center;
  }
}

.marquee {
  margin-top: 100px;
}

.pbmit-marquee-effect-style-1 .pbmit-element-title {
  font-size: 100px;
  line-height: 100px !important;
  position: relative !important;
  overflow: visible !important;
  display: flex;
  text-shadow: 1px 1px 0 black, -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  -webkit-text-fill-color: var(--color-white);
  -webkit-text-stroke-width: 0;
  color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  width: auto;
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  margin: 0;
  padding: 0;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  content: attr(data-text);
  transition: max-width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-text-fill-color: var(--color-black);
  -webkit-text-stroke: transparent;
  max-width: 0;
}
.pbmit-marquee-effect-style-1 .pbmit-element-title:hover::before {
  max-width: 100%;
}
.pbmit-marquee-effect-style-1:nth-child(even) .pbmit-element-title {
  -webkit-text-fill-color: var(--color-black);
  max-width: 100%;
  -webkit-text-fill-color: var(--color-black);
  max-width: 100%;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {
  padding-left: 100px;
  margin-left: 50px;
  position: relative;
}
.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::before {
  content: "\f6d1";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 50px;
  line-height: 50px;
  transform: translateY(-50%);
  color: var(--theme-color);
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-style: normal;
}

.swiper-slider.marquee .swiper-slide {
  display: flex;
  width: auto !important;
}

.swiper-slider.marquee .swiper-wrapper {
  transition-timing-function: linear !important;
}

.home-services {
  background-color: var(--color-black);
  padding-left: 0;
  padding-right: 0;
}
.home-services .title-area {
  margin-bottom: 30px;
}
.home-services .title-area .title-small {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
  color: var(--theme-color);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .home-services .title-area .title-small {
    text-align: center;
  }
}
.home-services .title-area .title-big {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-align: left;
  color: var(--theme-color);
  max-width: 513px;
  width: 100%;
}
.home-services .title-area .title-big.white-color {
  color: var(--color-white);
}
@media (max-width: 991px) {
  .home-services .title-area .title-big {
    text-align: center;
    max-width: 100%;
  }
}
.home-services .text-block p {
  font-size: 15px;
  line-height: 35px;
  font-weight: 400;
  color: var(--color-white);
}
@media (max-width: 991px) {
  .home-services .text-block p {
    text-align: center;
    max-width: 100%;
  }
}
.home-services .services-overlay-text {
  position: absolute;
  opacity: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
}
.home-services .services-overlay-text svg {
  font-family: var(--theme-font);
  font-family: "Roboto", sans-serif;
  font-size: 190px;
  font-weight: 700;
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 1px;
  fill: transparent;
}
@media (max-width: 1279px) {
  .home-services .services-overlay-text {
    display: none;
  }
}
.home-services .right-side p {
  color: var(--color-white);
}
.home-services .slider-box {
  margin-top: 60px;
}
.home-services .slider-box .services-slider {
  position: relative;
}
.home-services .slider-box .services-slider .slider-item {
  background-color: var(--color-white);
  position: relative;
}
.home-services .slider-box .services-slider .slider-item .image-box {
  position: relative;
  z-index: 1;
}
.home-services .slider-box .services-slider .slider-item .image-box::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
}
.home-services .slider-box .services-slider .slider-item .text-box {
  width: 100%;
  height: 100%;
}
.home-services .slider-box .services-slider .slider-item .text-box .inner {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  overflow: hidden;
  z-index: 9;
}
.home-services .slider-box .services-slider .slider-item .text-box .inner i {
  font-style: normal;
  margin-bottom: 15px;
  display: inline-block;
}
.home-services .slider-box .services-slider .slider-item .text-box .inner i svg {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  stroke: #9bbeff;
  stroke-width: 1px;
  fill: transparent;
  width: 42px;
  height: 45px;
}
.home-services .slider-box .services-slider .slider-item .text-box .inner h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: var(--color-white);
}
.home-services .slider-box .services-slider .slider-item .text-box .inner .pluse {
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
}
.home-services .slider-box .services-slider .slider-item .text-box .inner .pluse svg {
  width: 30px;
  height: 30px;
  fill: var(--theme-color);
  display: block;
}
.home-services .slider-box .services-slider .slider-item .text-box .inner .pluse svg path {
  stroke: var(--theme-color);
}
.home-services .slider-box .services-slider .owl-nav {
  position: relative;
  width: auto;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: 100px;
  bottom: 0px;
}
.home-services .slider-box .services-slider .owl-nav [class*=owl-] {
  background: transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  margin: auto;
  margin-right: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.home-services .slider-box .services-slider .owl-nav [class*=owl-] span {
  display: none;
}
.home-services .slider-box .services-slider .owl-nav [class*=owl-].owl-prev {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background-color: var(--color-white);
  position: relative;
}
.home-services .slider-box .services-slider .owl-nav [class*=owl-].owl-next {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: var(--color-white);
  position: relative;
  margin-right: 0;
}
.home-services .slider-box .services-slider .owl-nav [class*=owl-]:hover.owl-prev, .home-services .slider-box .services-slider .owl-nav [class*=owl-]:hover.owl-next {
  background-color: var(--theme-color);
}
.home-services .slider-box .services-slider .owl-nav [class*=owl-]:hover.owl-prev::before, .home-services .slider-box .services-slider .owl-nav [class*=owl-]:hover.owl-next::before {
  opacity: 0;
}
.home-services .slider-box .services-slider .owl-dots {
  position: absolute;
  bottom: 0px;
  right: 300px;
  margin-top: 100px;
}
.home-services .slider-box .services-slider .owl-dots [class*=owl-] {
  margin-bottom: 30px;
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 1px solid var(--color-white);
  border-radius: 100%;
  margin: auto;
  margin: 0px 10px;
}
.home-services .slider-box .services-slider .owl-dots [class*=owl-].active, .home-services .slider-box .services-slider .owl-dots [class*=owl-]:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.home-projects .title {
  text-align: center;
  margin-bottom: 50px;
}
.home-projects .title h3 {
  font-size: 35px;
  font-weight: 700;
  color: var(--color-black);
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.home-projects .projects-item {
  border-radius: 20px;
  border: 1px solid rgba(3, 31, 66, 0.08);
  padding: 15px 15px 23px 15px;
  background-color: var(--color-white);
  transition: all 0.3s 0s ease-out;
}
.home-projects .projects-item.mb-30 {
  margin-bottom: 30px;
}
.home-projects .projects-item .projects-thumb {
  overflow: hidden;
  border-radius: 10px;
}
.home-projects .projects-item .projects-thumb img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  -o-object-position: top;
     object-position: top;
}
.home-projects .projects-item .projects-content {
  position: relative;
  overflow: hidden;
  padding: 20px 15px 0;
  transition: all 0.3s 0s ease-out;
  background-color: var(--color-white);
}
.home-projects .projects-item .projects-content .projects-tag.mb-10 {
  margin-bottom: 10px;
}
.home-projects .projects-item .projects-content .projects-tag span {
  display: inline-block;
  border-radius: 3px;
  background: rgba(23, 184, 130, 0.08);
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 10px;
  line-height: 1;
}
.home-projects .projects-item .projects-content .projects-title {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
  min-height: 60px;
}
.home-projects .projects-item .projects-content p {
  color: var(--color-black);
  font-size: 15px;
  line-height: 30px;
  margin: 0;
}
.home-projects .projects-item .projects-btn {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 34px;
  text-align: center;
  transform: translateY(50px);
  transition: all 0.3s 0s ease-out;
}
.home-projects .projects-item .projects-btn a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  color: var(--color-white);
  background-color: var(--theme-color);
}
.home-projects .projects-item .projects-btn a:hover {
  background-color: var(--color-dark);
}
.home-projects .projects-item:hover {
  box-shadow: 0px 6px 10px 0px rgba(22, 18, 3, 0.1);
}
.home-projects .projects-item:hover .projects-content {
  transform: translateY(-60px);
}
.home-projects .projects-item:hover .projects-btn {
  transform: translateY(-30px);
}
.home-projects .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.home-projects .owl-dots .owl-dot {
  outline: none;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: rgba(32, 109, 251, 0.5);
  background: transparent;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.home-projects .owl-dots .owl-dot.active {
  background: var(--theme-color);
  width: 8px;
}

.contact-section {
  position: relative;
  z-index: 1;
  background-color: #fbfbfb;
}
.contact-section .form-title {
  text-align: center;
  margin-bottom: 50px;
}
.contact-section .form-title .sub-title {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.contact-section .form-title .title {
  color: var(--color-black);
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -1.2px;
  margin-bottom: 15px;
}
.contact-section .form-title .title span {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.contact-section .form-title .title span img {
  position: absolute;
  bottom: -5px;
  left: 50px;
  width: auto;
}
@media (max-width: 991px) {
  .contact-section .form-title .title span img {
    left: 0;
  }
}
@media (max-width: 1399px) {
  .contact-section .form-title .title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .contact-section .form-title .title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .contact-section .form-title .title {
    font-size: 30px;
  }
}
.contact-section .form-title p {
  font-size: 18px;
  color: var(--color-black);
  max-width: 70%;
  margin: 0 auto;
  line-height: 30px;
}
.contact-section .contact-form .text-block .form-field {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.contact-section .contact-form .text-block .form-field input,
.contact-section .contact-form .text-block .form-field textarea {
  height: 75px;
  padding: 0 45px;
  background: transparent;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.35);
  font-size: 16px;
  outline: none;
  color: var(--color-dark);
}
.contact-section .contact-form .text-block .form-field textarea {
  min-height: 230px;
  padding-top: 30px;
}
.contact-section .contact-form .text-block .form-field img {
  position: absolute;
  right: 45px;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}
.contact-section .contact-form .input-group {
  display: block;
}
.contact-section .contact-form .input-group .form-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.contact-section .contact-form .input-group .form-label span {
  color: var(--theme-color);
}
.contact-section .contact-form .input-group input.form-control {
  width: 100%;
  background: 0 0;
  border: 0;
  border: 1px solid #e3e3e3;
  outline: none !important;
  color: var(--color-dark);
  padding: 10px 15px;
  font-size: 15px;
  height: 50px;
  border-radius: 0;
}
.contact-section .contact-form .input-group input.form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-section .contact-form .input-group textarea.form-control {
  width: 100%;
  background: 0 0;
  border: 0;
  border: 1px solid #e3e3e3;
  outline: none !important;
  color: var(--color-dark);
  padding: 10px 15px;
  font-size: 15px;
  height: 120px;
  border-radius: 0;
}
.contact-section .contact-form .input-group textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-section .contact-form .input-group.submit-btn input {
  padding: 15px 30px;
  background-color: var(--theme-color);
  border: none;
  box-shadow: none;
  color: var(--color-white);
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  z-index: 1;
}
.contact-section .contact-form .input-group.submit-btn input:hover {
  background-color: var(--color-dark);
}
@media (max-width: 1279px) {
  .contact-section .contact-form .input-group.submit-btn input {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding: 50px 0;
  }
}

.modal {
  --bs-modal-width: 750px;
  --bs-modal-padding: 1.5rem;
  --bs-modal-header-padding: 1rem 1.5rem;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body p {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-black);
  line-height: 30px;
}/*# sourceMappingURL=theme-style.css.map */