:root {
  --theme-color: #f79821;
  --main-color: #5cbeeb;
  --dark-black: #ffffff;
  --heading-font: "Plus Jakarta Sans", sans-serif;
  --theme-font: "Plus Jakarta Sans", sans-serif;
  --nav-font: "Plus Jakarta Sans", sans-serif;
  --logo-font:"League Spartan", sans-serif;
  --logo-font1:"Atkinson Hyperlegible Mono", sans-serif;
  --title-color:#000000;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

@font-face {
  font-family: span-font;
  src: url("fonts/Fontspring-DEMO-span-regular.otf");
}
.title {
  font-family: var(--heading-font);
  color: var(--theme-color);
  font-size: 30px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.title span {
  background-color: #1c63b8;
  display: inline-block;
  width: 40px;
  height: 3px;
  margin-left: 7px;
}

.common-heading {
  font-size: 50px;
  font-family: var(--heading-font);
  font-weight: 300;
  color: #000000;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}
.common-heading span {
  color: #2d2d2d;
  font-weight: 800;
}

.text {
  margin-bottom: 10px;
  line-height: 28px;
  font-family: var(--theme-font);
  font-size: 16px;
  text-align: justify;
}

.common-btn {
  padding: 12px 20px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: uppercase;
  transition: box-shadow 0.5s;
  font-family: var(--nav-font);
  letter-spacing: 0px;
  transition: 0.3s;
  background-color: #2d2d2d;
  border-radius: 5px 5px;
}
.common-btn:hover {
  color: #fff;
  background-color: #4d4d4d;
}

.common-space {
  padding: 75px 0;
}

.common-margin {
  padding: 30px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #000000;
  margin-bottom: 20px;
}

body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #676767;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
}

.sub-heading {
  font-family: var(--theme-font);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000000;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative;
  padding-left: 20px;
}
.sub-heading::before {
  content: "\f2dc";
  font-size: 14px;
  font-family: fontawesome;
  color: var(--theme-color);
  position: absolute;
  left: 0;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  position: relative;
}
.navbar-nav .nav-link.active::before, .navbar-nav .nav-link.show::before {
  width: 100% !important;
  left: 0;
}

.dropdown-item:focus {
  color: white !important;
  background-color: var(--theme-color);
}

.submenu {
  padding: 0 !important;
}
.submenu:hover .dropdown-menu-sub {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  background: white;
}
.submenu .dropdown-menu-sub .sub-item {
  padding: 10px 20px !important;
  transform: translateX(0px) !important;
  color: black !important;
}
.submenu .dropdown-menu-sub .sub-item:hover {
  color: var(--theme-color) !important;
  transform: translateX(10px) !important;
}

.dropdown-menu-sub {
  display: none;
}

header {
  width: 100%;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
header .top-header {
  background-color: #00173C;
}
header .common-btn {
  border-color: white;
  color: white;
  transition: 0.3s;
}
header .menu-bars-wrappeprs {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .right-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right-header a {
  padding: 40px 10px;
  display: flex;
  font-weight: 500;
}
header .right-header i {
  display: flex;
}
header nav.navbar-expand-lg {
  padding: 0 0 !important;
}
header nav .navbar-brand .logo-written {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
header nav .navbar-brand .logo-line1 {
  font-family: var(--logo-font1);
  font-size: 41px;
  letter-spacing: 10px;
  font-weight: 600;
  line-height: normal;
}
header nav .navbar-brand .logo-line2 {
  font-family: var(--logo-font1);
  font-size: 24px;
  letter-spacing: 1px;
}
header nav .navbar-brand .logo-line1,
header nav .navbar-brand .logo-line2 {
  background: linear-gradient(83deg, #a0418f, #7a3d8c, #4a3788, #3e3688);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
header nav .navbar-nav {
  display: flex;
  flex-direction: row;
  margin-right: 20px;
}
header nav .navbar-nav .nav-item {
  padding: 32px 5px;
  font-weight: 400;
  font-size: 16px;
  color: black;
  font-family: var(--nav-font);
}
header nav .navbar-nav .nav-item div img {
  filter: brightness(0) invert(1);
  max-width: 25px;
  margin-right: 20px;
  cursor: pointer;
}
header nav .navbar-nav .nav-item .dropdown-menu {
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
}
header nav .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.192);
  position: relative;
}
header nav .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header nav .navbar-nav .nav-item .nav-link {
  font-family: var(--nav-font);
  line-height: 27.0001px;
  position: relative;
  padding: 5px;
  font-size: 16px;
  color: #000;
  margin: 3px;
  transition: all 0.4s;
  font-weight: 600;
}
header nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme-color) !important;
}
header nav .navbar-nav .active {
  position: relative;
  color: var(--theme-color);
}
header nav .navbar-nav .active a {
  color: var(--theme-color);
}
header .navi-wrapper {
  display: inline-flex;
  justify-content: flex-start;
}
header .get-a-quote a {
  line-height: 15px;
  padding: 14px 18px;
  border: solid 3px var(--theme-color);
  border-radius: 39px;
}
header .get-a-quote a i {
  padding: 0 15px;
}
header .search-btn i {
  padding: 0 15px;
}
header .call-btn a i {
  font-size: 22px;
  padding-right: 8px;
  padding-left: 15px;
  color: var(--theme-color);
}

.banner-home .desktop {
  display: block !important;
}
.banner-home .mobile {
  display: none !important;
}
.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  z-index: 0;
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.07);
  }
}
.banner-home .banner-content {
  position: absolute;
  top: 50%;
  z-index: 31;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}
.banner-home .banner-content .sub-heading {
  font-family: var(--theme-font);
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #2d2d2d;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
  /* background: #fff; */
}
.banner-home .banner-content .cont-banner {
  text-align: left;
}
.banner-home .banner-content ul {
  display: flex;
  gap: 2px;
  justify-content: center;
  font-size: 15px;
  color: rgb(255, 187, 0);
}
.banner-home .banner-content h2 {
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 0px;
  font-weight: 200;
  color: #000;
}
.banner-home .banner-content p {
  line-height: normal;
  font-size: 16px;
  color: inherit;
  letter-spacing: normal;
  font-weight: 300;
}
.banner-home .banner-content .para {
  line-height: 30px;
}
.banner-home .img-box {
  overflow: hidden;
}
.banner-home .common-btn {
  background-color: #2d2d2d;
  color: #ffffff;
}
.banner-home .common-btn:hover {
  background-color: #4d4d4d;
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home button.owl-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-prev span {
  font-size: 125px;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.5411764706);
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-prev span:hover {
  color: white;
}
.banner-home button.owl-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.banner-home button.owl-next span {
  font-size: 125px;
  color: #fff;
  font-weight: 100;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 50px;
}
.banner-home button.owl-next span:hover {
  color: white;
}

header .social-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}
header .social-links ul li {
  list-style: none;
  margin-right: 5px;
}
header .social-links ul li a {
  color: #000;
  padding: 0px;
  width: 20px;
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
header .social-links ul li a i {
  font-size: 14px;
  color: #000;
}
header .social-links ul li:nth-child(1) a {
  background-color: #1877F2;
  color: #fff;
}
header .social-links ul li:nth-child(1) i {
  color: #fff;
}
header .social-links ul li:nth-child(2) a {
  background-color: #000;
  color: #fff;
}
header .social-links ul li:nth-child(2) i {
  color: #fff;
}
header .social-links ul li:nth-child(3) a {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}
header .social-links ul li:nth-child(3) a i {
  color: #fff;
}
header .social-links ul li:nth-child(4) a {
  background-color: red;
  color: #fff;
}
header .social-links ul li:nth-child(4) i {
  color: #fff;
}
header.sticky, header.sec-nav {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
header.sticky nav .navbar-brand .logo-written, header.sec-nav nav .navbar-brand .logo-written {
  margin-top: 2px;
  margin-bottom: 10px;
}
header.sticky nav .navbar-brand img, header.sec-nav nav .navbar-brand img {
  max-width: 130px;
}
header.sticky, header.sec-nav {
  background-color: #ffffff;
}
header.sticky .navbar-nav .nav-item .nav-link, header.sec-nav .navbar-nav .nav-item .nav-link {
  color: #000;
}
header.sticky .nav-link:focus, header.sticky .nav-link:hover, header.sec-nav .nav-link:focus, header.sec-nav .nav-link:hover {
  color: var(----main-back) !important;
}
header.sticky nav .navbar-nav .nav-item .nav-link, header.sec-nav nav .navbar-nav .nav-item .nav-link {
  color: #000;
  font-family: var(--nav-font);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 27.0001px;
}
header.sticky nav .navbar-nav .nav-item .nav-link::before, header.sec-nav nav .navbar-nav .nav-item .nav-link::before {
  background-color: var(----main-back);
  left: 0;
}
header.sticky .common-btn, header.sec-nav .common-btn {
  border-color: #000;
  color: #fff;
}
header.sticky .common-btn:hover, header.sec-nav .common-btn:hover {
  background-color: #3d3d3d;
  color: white;
}
header.sticky nav .navbar-nav .nav-item, header.sec-nav nav .navbar-nav .nav-item {
  padding: 19px 5px;
}
header.sticky header .social a, header.sec-nav header .social a {
  color: #000000;
}
header.sticky .social a, header.sec-nav .social a {
  color: #000000;
}
header.sticky1 {
  background-color: white !important;
}
header.sticky1 .navbar-nav .nav-item .nav-link {
  color: #000000;
}
header.sticky1 .nav-link:focus, header.sticky1 .nav-link:hover {
  color: var(--theme-hover) !important;
}
header.sticky1 .navbar-nav .nav-link.active, header.sticky1 .navbar-nav .nav-link.show {
  color: var(--theme-color) !important;
}

.about-home {
  background: url("img/page-header-bg.jpg");
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.about-home .img-box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.about-home .bg-1 {
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  left: 541px;
  max-width: 13%;
}
.about-home * {
  color: #000;
}
.about-home .common-btn {
  color: white;
}
.about-home .mission-grid {
  padding: 10px 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.3490196078);
}
.about-home .mission-grid .mission-item .icon {
  font-size: 25px;
  margin-bottom: 20px;
}
.about-home .mission-grid .mission-item .icon i {
  color: var(--theme-color);
}
.about-home .mission-grid .mission-item h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
.about-home .mission-grid .mission-item h4::before {
  content: "\f192";
  font-size: 16px;
  font-family: fontawesome;
  color: var(--theme-color);
  position: absolute;
  left: -39px;
  top: 50%;
  transform: translateY(-50%);
}

.our-scrolling-ticker {
  background-color: #efefef;
  padding: 30px 0;
  margin-top: -10px;
}
.our-scrolling-ticker .scrolling-ticker-box {
  gap: 40px;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
}
.our-scrolling-ticker .scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: 40px;
  min-width: 100%;
  animation: scroll 45s linear infinite;
}
.our-scrolling-ticker .scrolling-content span {
  display: inline-block;
  font-size: 34px;
  font-weight: 800;
  color: #000;
  vertical-align: middle;
}
.our-scrolling-ticker .scrolling-content img {
  margin-right: 40px;
  filter: brightness(0) invert(1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 40px));
  }
}
.service {
  background: #2d2d2d;
}
.service .sub-heading {
  display: inline-block;
}
.service * {
  color: #ffffff;
}
.service .common-heading {
  margin-bottom: 2.5rem;
}
.service .common-heading span {
  color: #fff;
}
.service .services-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service .services-main .service-item {
  background: #3f3f3f;
  padding: 25px;
  border: 1px solid rgba(100, 100, 100, 0.102);
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
  min-height: 301px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.service .services-main .service-item .icon {
  margin-bottom: 35px;
  width: 180px;
  border-radius: 500px;
  overflow: hidden;
  height: 180px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.service .services-main .service-item .icon i {
  color: var(--theme-color);
  font-size: 40px;
}
.service .services-main .service-item .icon img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .services-main .service-item h4 {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
}
.service .services-main .service-item .service-btn i {
  color: var(--theme-color);
  font-size: 35px;
  transition: 0.3s;
}
.service .services-main .service-item:hover {
  transform: translateY(-10px);
}
.service .services-main .service-item:hover h4 {
  color: var(--theme-color);
}
.service .services-main .service-item:hover .service-btn i {
  transform: rotate(45deg);
}
.service .quote {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}
.service .quote a {
  font-weight: 800;
  color: var(--theme-color);
  text-decoration: underline;
}

.testi-client {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.testi-client .clients-sec {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 20px 0px;
}
.testi-client .clients-sec .clients_box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  height: 140px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
}
.testi-client .clients-sec img {
  width: auto !important;
  max-width: 100%;
}
.testi-client .clients-sec .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.testi-client .clients-sec button.owl-prev {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.testi-client .clients-sec button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  border-radius: 5px;
  color: #fff;
  padding-left: 1px;
  background-color: var(--theme-color);
  transition: 0.3s;
}
.testi-client .clients-sec button.owl-prev span:hover {
  background-color: var(--main-color);
  border-color: transparent;
}
.testi-client .clients-sec button.owl-next {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.testi-client .clients-sec button.owl-next span {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  border-radius: 5px;
  padding-left: 1px;
  background-color: var(--theme-color);
  transition: 0.3s;
}
.testi-client .clients-sec button.owl-next span:hover {
  background-color: var(--main-color);
  border-color: transparent;
}
.testi-client .item {
  padding: 20px;
}
.testi-client .common-heading span {
  display: block;
}
.testi-client .bg-1 {
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  animation: scal 25s infinite forwards;
  left: -50px;
  max-width: 31%;
  bottom: -11px;
}
@keyframes scal {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.testi-client * {
  color: #000;
}
.testi-client h4 {
  font-size: 22px;
  color: var(--theme-color);
}
.testi-client .sub-heading {
  display: inline-block;
}
.testi-client .test {
  background: #ffffff;
  padding: 35px 30px 65px;
  border: 1px solid rgba(0, 0, 0, 0.102);
  border-radius: 30px;
  position: relative;
  transition: 0.3s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.testi-client .test ul {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.testi-client .test ul li i {
  color: rgb(255, 153, 0);
}
.testi-client .test p {
  text-align: center;
}
.testi-client .test .name {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.testi-client .test .name .img {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.testi-client .test .name .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testi-client .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.testi-client button.owl-prev {
  position: absolute;
  left: 43%;
  top: 77%;
  transform: translateY(-50%);
}
.testi-client button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  border-radius: 5px;
  color: #fff;
  padding-left: 1px;
  background-color: var(--theme-color);
  transition: 0.3s;
}
.testi-client button.owl-prev span:hover {
  background-color: var(--main-color);
  border-color: transparent;
}
.testi-client button.owl-next {
  position: absolute;
  left: 51%;
  top: 77%;
  transform: translateY(-50%);
}
.testi-client button.owl-next span {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  border-radius: 5px;
  padding-left: 1px;
  background-color: var(--theme-color);
  transition: 0.3s;
}
.testi-client button.owl-next span:hover {
  background-color: var(--main-color);
  border-color: transparent;
}
.testi-client .review-box {
  background: #ffffff;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.102);
  border-radius: 30px;
  margin-top: 30px;
  position: relative;
  transition: 0.3s;
  text-align: center;
}
.testi-client .review-box .rating {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
}
.testi-client .review-box ul {
  display: flex;
  gap: 5px;
  justify-content: center;
}
.testi-client .review-box ul li i {
  color: rgb(255, 153, 0);
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00e676;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 10;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 30px;
  left: 10px;
}

.phone-call {
  position: fixed;
  width: auto;
  height: 50px;
  background: var(--theme-color);
  color: #FFF;
  border-radius: 25px;
  text-align: center;
  font-size: 20px;
  box-shadow: 2px 2px 3px rgba(48, 48, 48, 0.3294117647);
  z-index: 10;
  margin-top: 0px;
  line-height: 50px;
  transition: allease-in-out 0.2s;
  bottom: 96px;
  left: 11px;
  padding: 0px 15px;
}

.cta-form {
  background: #576273;
}
.cta-form * {
  color: White;
}
.cta-form .common-heading {
  text-align: center;
}
.cta-form .common-heading span {
  display: block;
}
.cta-form .contact-form {
  padding: 40px 30px;
  border: 1px solid #f9f9f9;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  height: 100%;
}
.cta-form .contact-form h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 45px;
}
.cta-form .contact-form label {
  margin: 0 0 8px 0;
}
.cta-form .contact-form .form-select, .cta-form .contact-form .form-control {
  margin: 0 0 20px 0;
  border-radius: 10px;
  padding: 10px 10px;
  background: transparent;
  border: 1px solid white;
}
.cta-form .contact-form .form-select:focus, .cta-form .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
}
.cta-form .contact-form .form-select option {
  color: rgb(0, 0, 0) !important;
}
.cta-form .contact-form ::-moz-placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.cta-form .contact-form ::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.cta-form .contact-form button {
  border: 0px solid var(--theme-color);
  background-color: var(--theme-color);
  transition: 0.3s;
}
.cta-form .contact-form button:hover {
  background-color: var(--main-color);
  color: white;
}

footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(83deg, rgba(45, 45, 45, 0.9215686275), rgba(45, 45, 45, 0.9411764706), rgba(45, 45, 45, 0.968627451), rgba(45, 45, 45, 0.9411764706)), url(img/footer-bg-1.jpg);
}
footer .contact-form {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  height: 100%;
}
footer .contact-form h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 45px;
}
footer .contact-form label {
  margin: 0 0 8px 0;
}
footer .contact-form .form-select, footer .contact-form .form-control {
  margin: 0 0 20px 0;
  border-radius: 10px;
  padding: 10px 10px;
  background: transparent;
  border: 1px solid white;
  color: white;
}
footer .contact-form .form-select:focus, footer .contact-form .form-control:focus {
  border-color: var(--theme-color);
  outline: 0;
}
footer .contact-form .form-select option {
  color: rgb(0, 0, 0) !important;
}
footer .contact-form ::-moz-placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
footer .contact-form ::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
footer .contact-form button {
  border: 0px solid var(--theme-color);
  background-color: var(--theme-color);
  transition: 0.3s;
}
footer .contact-form button:hover {
  background-color: var(--main-color);
  color: white;
}
footer a:hover {
  color: var(--theme-color2);
}
footer a {
  transition: all 0.3s;
}
footer .middle-widget-sec {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-logo {
  max-width: 150px;
  margin-bottom: 15px;
}
footer h3 {
  font-size: 24px;
  line-height: 32px;
  color: white;
  font-weight: 600;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: var(--theme-color);
  margin-bottom: 20px;
}
footer .links-list li {
  position: relative;
  transition: all 0.3s;
  font-family: var(--theme-font);
  padding-bottom: 12px;
  padding-left: 0;
  list-style: none;
}
footer .links-list li:hover {
  color: var(--theme-color);
}
footer .links-list li:hover i {
  color: #fff;
}
footer .links-list li:hover:before {
  color: var(--theme-color);
}
footer p {
  font-size: 16px;
  line-height: 28px;
  color: white;
  display: flex;
}
footer ul {
  margin: 0;
  padding-left: 0;
}
footer ul li {
  font-size: 15px;
  line-height: 28px;
  color: #ffffff;
}
footer ul li i {
  color: var(--theme-color2);
}
footer a {
  font-size: 16px;
  line-height: 28px;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-widget {
  padding: 75px 0 75px 0px;
}
footer .about-widget {
  position: relative;
}
footer .contact-widget i {
  position: relative;
  background-color: var(--theme-color);
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
  border-radius: 5px;
}
footer .contact-widget .social-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}
footer .contact-widget .social-links ul li {
  list-style: none;
  margin-right: 5px;
}
footer .contact-widget .social-links ul li a {
  color: #000;
  padding: 0px;
  width: 20px;
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
footer .contact-widget .social-links ul li a i {
  background: transparent;
  font-size: 14px;
  color: #000;
}
footer .contact-widget .social-links ul li:nth-child(1) a {
  background-color: #1877F2;
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(1) i {
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(2) a {
  background-color: #000;
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(2) i {
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(3) a {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(3) a i {
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(4) a {
  background-color: red;
  color: #fff;
}
footer .contact-widget .social-links ul li:nth-child(4) i {
  color: #fff;
}
footer .centred {
  position: relative;
}
footer .centred p {
  padding: 15px 0px;
  margin: 0;
  text-align: center;
  border-top: 1px solid grey;
  display: flex;
  gap: 5px;
  justify-content: center;
}
footer .newsletter input {
  padding: 10px 15px;
}
footer .newsletter .common-btn {
  min-width: auto;
  font-size: 33px;
  width: auto;
  padding: 10px 15px;
  background: var(--theme-color);
  border: none;
  border-radius: 0;
}
footer .newsletter .new-form {
  display: flex;
}

.banner-home .text-box {
  width: 100%; /* Fixed width */
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner-home .text-wrapper {
  width: 0; /* Start with width 0 */
  overflow: hidden;
  white-space: nowrap;
}
.banner-home .sub-heading {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  padding-left: 0;
}
.banner-home .sub-heading::before {
  display: none !important;
}

video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-studies {
  padding-bottom: 0;
}
.case-studies .case-btn {
  margin-bottom: 25px;
}
.case-studies .common-heading {
  font-size: 22px;
  margin-bottom: 25px;
}
.case-studies * {
  color: #000;
}
.case-studies .case-studies-main {
  background-color: transparent;
  background-image: linear-gradient(180deg, var(--theme-color) 0%, rgba(255, 255, 255, 0) 90.04%);
  padding: 30px;
  position: relative;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.case-studies .case-studies-main::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 75%, rgba(0, 0, 0, 0) 99.04%);
  width: calc(100% - 40px);
  height: calc(100% - 20px);
}
.case-studies .case-studies-main .case-item-2, .case-studies .case-studies-main .case-item {
  position: relative;
  z-index: 1;
  padding: 25px;
}
.case-studies .case-studies-main .case-item-2 p strong, .case-studies .case-studies-main .case-item p strong {
  color: var(--theme-color);
}
.case-studies .case-studies-main .counter-wreapper {
  grid-column-start: 1;
  grid-column-end: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 1;
}
.case-studies .case-studies-main .counter-wreapper .ot-counter.icounter {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 5px;
  border-radius: 20px;
  text-align: center;
}
.case-studies .case-studies-main .counter-wreapper .ot-counter.icounter span {
  color: var(--theme-color);
  font-size: 30px;
  font-weight: 700;
}
.case-studies .case-studies-main .counter-wreapper .ot-counter.icounter .c-number {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.beard-head {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 59%, rgba(255, 255, 255, 0) 100%), url(img/page-header-bg.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 153px 0 126px;
  min-height: 308px;
}
.beard-head .bread {
  color: #fff;
}
.beard-head .bread a {
  text-decoration: none;
}
.beard-head .bread h1 {
  font-size: 55px;
  text-transform: uppercase;
  text-align: center;
}
.beard-head .bread ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  color: #000000;
}
.beard-head .bread ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.beard-head .bread ul li:first-child {
  color: rgb(0, 0, 0);
}
.beard-head .bread ul li {
  padding: 5px 5px;
}
.beard-head .bread ul .breadcrumb::after {
  content: "\f054";
  font-family: "fontawesome";
  color: rgb(0, 0, 0);
  margin-left: 5px;
  font-size: 14px;
}

.bread-scroll {
  padding: 20px 0;
}
.bread-scroll .scrolling-content span {
  font-size: 25px;
}

.about-p p {
  position: relative;
}
.about-p p::before {
  content: "\f192";
  font-size: 16px;
  font-family: fontawesome;
  color: var(--theme-color);
  position: absolute;
  left: -39px;
  top: 50%;
  transform: translateY(-50%);
}
.about-p .cont .img {
  margin-bottom: 20px;
  max-height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
.about-p .cont .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-p .cont p {
  text-align: justify;
}

.who-we-are .counter-wreapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.who-we-are .ot-counter.icounter {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: 1px solid #2a2a2a;
  background: #3f4a54;
  padding: 44px 20px;
  border-radius: 20px;
}
.who-we-are .ot-counter.icounter:last-child {
  border: 0px;
}
.who-we-are .ot-counter.icounter span {
  color: var(--theme-color);
  font-size: 45px;
  font-weight: 700;
}
.who-we-are h6 {
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}
.who-we-are .content {
  padding-left: 45px;
}

.contact .details {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.contact .details .num-de {
  padding: 30px;
  border: 1px solid #2a2a2a;
  background: #576273;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  border-radius: 20px;
  color: white;
}
.contact .details .num-de .icon {
  text-align: center;
  font-size: 35px;
  margin-bottom: 10px;
}
.contact .details .num-de .icon i {
  color: var(--theme-color);
}
.contact .details .location {
  padding: 30px;
  border: 1px solid #2a2a2a;
  background: #576273;
  display: flex;
  gap: 20px;
  border-radius: 20px;
  align-items: center;
  color: white;
}
.contact .details .location .icon {
  text-align: center;
  font-size: 35px;
}
.contact .details .location .icon i {
  color: var(--theme-color);
}

.single-service .img img {
  border-radius: 10px;
}
.single-service p {
  text-align: justify;
}
.single-service .cont {
  margin-top: 20px;
}
.single-service .cont h3 {
  margin-bottom: 20px;
  color: var(--theme-color);
}
.single-service .serc-ve {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
.single-service .serc-ve .cont {
  margin-top: 0;
}
.single-service .serc-ve img {
  max-width: 50%;
  border-radius: 10px;
}
.single-service .service-list {
  border-radius: 10px;
  background-color: #576273;
}
.single-service .service-list h3 {
  color: white;
  padding: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  font-weight: 700;
  margin-bottom: 0;
}
.single-service .service-list ul {
  margin-bottom: 0;
}
.single-service .service-list ul li a {
  font-weight: 500;
  transition: 0.3s;
  padding: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  font-size: 20px;
  /* margin-bottom: 8px; */
  width: 100%;
  display: flex;
  padding: 22px 30px;
  align-items: center;
  justify-content: space-between;
  color: white;
}
.single-service .service-list ul li a i {
  transform: rotate(300deg);
  transition: 0.3s;
}
.single-service .service-list ul li a.active {
  color: var(--theme-color);
}
.single-service .service-list ul li a.active i {
  color: var(--theme-color);
  transform: rotate(360deg);
}
.single-service .service-list ul li:hover a {
  color: var(--theme-color);
}
.single-service .service-list ul li:hover a i {
  transform: rotate(360deg);
  color: var(--theme-color);
}
.single-service .cta-action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-direction: column;
  background-color: #576273;
  padding: 50px 50px 50px 50px;
  border-radius: 30px 30px 30px 30px;
}
.single-service .cta-action .icon {
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.single-service .cta-action .icon i {
  color: var(--theme-color);
  font-size: 45px;
}
.single-service .cta-action h3 {
  color: var(--theme-color);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.single-service .cta-action .contact-service {
  width: 100%;
  text-align: center;
}
.single-service .cta-action .contact-service p {
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
}

.blog-home {
  background-color: #fff;
}
.blog-home * {
  color: rgb(0, 0, 0);
}
.blog-home .sub-heading {
  display: inline-block;
}
.blog-home .common-heading {
  text-align: center;
}
.blog-home .blog-main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.blog-home .blog-main .blog-item {
  position: relative;
}
.blog-home .blog-main .blog-item .content {
  padding: 25px 0px;
}
.blog-home .blog-main .blog-item .content p {
  font-size: 16px;
}
.blog-home .blog-main .blog-item .content h4 {
  margin-bottom: 20px;
  transition: 0.3s;
}
.blog-home .blog-main .blog-item .img {
  border-radius: 20px;
  overflow: hidden;
}
.blog-home .blog-main .blog-item .img img {
  transition: 0.3s;
}
.blog-home .blog-main .blog-item:hover .img img {
  transform: scale(1.05);
}
.blog-home .blog-main .blog-item:hover h4 {
  color: var(--theme-color);
}
.blog-home .blog-main .date {
  background-color: var(--theme-color);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 16px;
  z-index: 2;
}
.blog-home .blog-main .date p {
  margin-bottom: 0;
  color: white;
  font-size: 14px;
}
.blog-home .blog-main .date span {
  display: block;
  font-size: 24px;
}
.blog-home .blog-main .secound-btn {
  font-size: 18px;
  color: var(--theme-color);
  transition: 0.3s;
}
.blog-home .blog-main .secound-btn i {
  transform: rotate(300deg);
  transition: 0.3s;
  margin-left: 10px;
}
.blog-home .blog-main .secound-btn:hover {
  color: var(--theme-color);
}
.blog-home .blog-main .secound-btn:hover i {
  transform: rotate(360deg);
  color: var(--theme-color);
}

.proj-gal .tab-contss {
  display: none;
}
.proj-gal .tab-contss.active {
  display: block;
}
.proj-gal .tabs-p ul {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 60px;
}
.proj-gal .common-btn {
  display: flex;
  align-items: center;
  height: auto;
  background: transparent;
  text-transform: capitalize;
  border-radius: 10px;
  border: 1px solid #000000;
  padding: 10px 20px;
  font-size: 16px !important;
  font-weight: 400;
  color: rgb(0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  line-height: 1.2em;
}
.proj-gal .common-btn.active {
  background-color: var(--theme-color);
  color: #fff;
}
.proj-gal .common-btn:hover {
  background: var(--theme-color);
}
.proj-gal .nav-link:focus,
.proj-gal .nav-link:hover {
  color: white !important;
}
.proj-gal .gal-box-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.proj-gal .gal-box-wrapper .gal-box {
  position: relative;
  margin-bottom: 20px;
  border-radius: 25px;
  overflow: hidden;
}
.proj-gal .gal-box-wrapper .gal-box .work {
  color: #000;
  transition: 0.3s;
}
.proj-gal .gal-box-wrapper .gal-box img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  border-radius: 25px;
}
.proj-gal .gal-box-wrapper .gal-box:hover img {
  transform: scale(1.05);
}
.proj-gal .gal-box-wrapper .gal-box:hover .work {
  color: var(--theme-color);
}
.proj-gal .gal-box-wrapper .gal-box .work {
  font-size: 25px;
  margin-top: 20px;
}
.proj-gal .gal-box-wrapper .gal-box:hover .arrow-btn {
  opacity: 1;
}
.proj-gal .gal-box-wrapper .arrow-btn {
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(20px);
  color: white;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  border-radius: 70px;
  font-size: 20px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
.proj-gal .gal-box-wrapper .arrow-btn i {
  transform: rotate(320deg);
}
.proj-gal .gal-box-wrapper .name-box {
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(20px);
  width: auto;
  color: white;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  text-align: center;
  padding: 7px 15px;
  font-weight: 600;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.proj-gal .work {
  font-size: 24px;
  font-weight: 700;
}

.work-single .service-list ul {
  padding: 30px;
}
.work-single .service-list ul li {
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  margin-top: 30px;
  color: white;
}
.work-single .service-list ul li p {
  margin-bottom: 0;
  color: white;
}
.work-single .service-list ul li:first-child {
  margin-top: 0;
}
.work-single .service-list ul li:last-child {
  border: none;
}
.work-single .service-list ul li .social-links ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.work-single .service-list ul li .social-links ul li {
  list-style: none;
  margin-right: 5px;
  margin-top: 0px;
  border-bottom: 0;
  padding-bottom: 0;
}
.work-single .service-list ul li .social-links ul li a {
  color: #000;
  padding: 0px;
  width: 20px;
  text-align: right;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
}
.work-single .service-list ul li .social-links ul li a i {
  font-size: 14px;
  color: #000;
  transform: rotate(0deg);
}
.work-single .service-list ul li .social-links ul li:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
}
.work-single .service-list ul li .social-links ul li:nth-child(2) a {
  background-color: #1877F2;
  color: #fff;
}
.work-single .service-list ul li .social-links ul li:nth-child(2) i {
  color: #fff;
}
.work-single .service-list ul li .social-links ul li:nth-child(3) a {
  background-color: #000;
  color: #fff;
}
.work-single .service-list ul li .social-links ul li:nth-child(3) i {
  color: #fff;
}
.work-single .service-list ul li .social-links ul li:nth-child(4) a {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}
.work-single .service-list ul li .social-links ul li:nth-child(4) a i {
  color: #fff;
}
.work-single .service-list ul li .social-links ul li:nth-child(5) a {
  background-color: red;
  color: #fff;
}
.work-single .service-list ul li .social-links ul li:nth-child(5) i {
  color: #fff;
}

.work-with-row {
  background-color: #fff;
}
.work-with-row * {
  color: white;
}
.work-with-row .work-box {
  background: #576273;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 30px;
  margin-top: 30px;
  position: relative;
  transition: 0.3s;
}
.work-with-row .work-box .ext-details {
  display: flex;
}
.work-with-row .work-box .ext-details i {
  color: var(--theme-color);
}
.work-with-row .work-box .ext-details .exper {
  padding-right: 10px;
}
.work-with-row .work-box .ext-details .exper i {
  margin-right: 10px;
}
.work-with-row .work-box .ext-details .locations i {
  margin-right: 10px;
}
.work-with-row .work-box .ext-details h4 {
  font-size: 22px;
  margin-bottom: 15px;
}
.work-with-row .work-box .appl-now a {
  display: inline-block;
  position: relative;
  padding-left: 0;
  padding-top: 6px;
  font-size: 16px;
  z-index: 1;
  text-transform: uppercase;
  font-family: var(--heading-font);
  letter-spacing: 4px;
  transition: all 0.3s;
  border-top: solid 1px #000;
  font-weight: 600;
  position: relative;
  margin-top: 2rem;
}
.work-with-row .work-box .appl-now a::before {
  content: "";
  position: absolute;
  height: 3px;
  transition: all 0.3s;
  background-color: var(--theme-color);
  width: 70%;
  top: -2px;
}
.work-with-row .work-box .appl-now a:hover::before {
  width: 100%;
}
.work-with-row .work-box .appl-now a:hover {
  color: var(--theme-color);
}

.single-career h4 {
  color: var(--theme-color);
}
.single-career .dts {
  font-size: 16px;
  color: white;
}
.single-career .dts i {
  color: var(--theme-color);
  margin-right: 10px;
}
.single-career .work-ex {
  font-size: 20px;
  margin-bottom: 20px;
  color: white;
}
.single-career .work-box {
  background: #576273;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 30px;
  margin-top: 30px;
  position: relative;
  transition: 0.3s;
}
.single-career .work-box ul li {
  list-style: disc;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 16px;
  color: white;
}
.single-career .common-btn {
  cursor: pointer;
}

.single-career-form-popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8901960784);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.single-career-form-popup .car-form-inner {
  max-width: 98%;
  width: 700px;
  background-color: #fff;
  padding: 26px;
  border-radius: 5px;
  background: #576273;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 30px;
  position: relative;
  transition: 0.3s;
}
.single-career-form-popup .car-form-inner h4 {
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 1.5rem;
}
.single-career-form-popup .car-form-inner .close-btn {
  position: absolute;
  right: -40px;
  top: -60px;
  width: 48px;
  height: 48px;
  color: #fff;
  border: solid 3px #fff;
  cursor: pointer;
  border-radius: 26px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 20px;
}
.single-career-form-popup .car-form-inner form input {
  line-height: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
.single-career-form-popup .car-form-inner form input[type=file] {
  padding-top: 0;
  padding-bottom: 0;
}
.single-career-form-popup .car-form-inner form button {
  border: 0px solid var(--theme-color);
  background-color: var(--theme-color);
  transition: 0.3s;
}
.single-career-form-popup .car-form-inner form button:hover {
  background-color: var(--main-color);
  color: white;
}
.single-career-form-popup.active {
  display: flex;
}

.about-p .sub-heading::before {
  content: "\f2dc";
  left: 0;
}
.about-p .bg-1 {
  position: absolute;
  bottom: 0;
  opacity: 0.5;
  left: 354px;
  max-width: 28%;
}

.get-in-touch {
  position: relative;
  overflow: hidden;
  background: #494949;
}
.get-in-touch * {
  color: white;
}
.get-in-touch.common-space {
  padding: 50px 0px;
}
.get-in-touch .common-btn {
  border-color: white;
}
.get-in-touch .common-btn:hover i {
  color: var(--theme-color);
}
.get-in-touch .common-btn:hover {
  background: white;
  color: var(--theme-color);
}
.get-in-touch .get {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.get-in-touch .sep-1::after {
  left: 50%;
  transform: translate(-50%);
}
.get-in-touch p {
  margin-bottom: 1rem;
  font-size: 22px;
}/*# sourceMappingURL=style.css.map */