@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&display=swap");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-thin-rounded/css/uicons-thin-rounded.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-brands/css/uicons-brands.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-solid-straight/css/uicons-solid-straight.css");
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-straight/css/uicons-regular-straight.css");

:root {
  --inter-family: "Inter", sans-serif;
  --manrope-family: "Manrope", sans-serif;
  --lato-family: "Lato", sans-serif;
  --gradient-color: -webkit-linear-gradient(135deg, #004080, #092251);
  --main-color: #004080;
  --padding-manual: 50px 0px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: var(--lato-family);
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--manrope-family);
}
p {
  margin-bottom: 0px;
  font-family: var(--lato-family);
}
html {
  scroll-behavior: smooth;
}
.owl-theme .owl-dots {
  display: none;
}
.owl-theme .owl-nav {
  display: block !important;
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.btn:focus {
  box-shadow: none !important;
  border: none !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.btn-close:focus {
  box-shadow: none;
}
.btn:hover {
  color: #fff !important;
}
.accordion-button:focus {
  box-shadow: none;
}
a {
  color: #000;
  text-decoration: none;
}
ul,
ol {
  padding-left: 0px;
  list-style-type: none;
}
a:hover {
  color: initial;
}
input:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/*.full-width {
  width: 100% !important;
}*/

.web-view {
  display: block;
}
.mobile-view {
  display: none;
}
.vertical-space-2 {
  height: 10px;
}
.vertical-space-5 {
  display: inline-block;
  width: 100%;
  height: 5px;
}

.vertical-space-8 {
  display: inline-block;
  width: 100%;
  height: 8px;
}

.vertical-space-10 {
  display: inline-block;
  width: 100%;
  height: 10px;
}

.vertical-space-12 {
  display: inline-block;
  width: 100%;
  height: 12px;
}

.vertical-space-15 {
  display: inline-block;
  width: 100%;
  height: 15px;
}

.vertical-space-20 {
  display: inline-block;
  width: 100%;
  height: 20px;
}

.vertical-space-30 {
  display: inline-block;
  width: 100%;
  height: 30px;
}

.vertical-space-40 {
  display: inline-block;
  width: 100%;
  height: 40px;
}

.vertical-space-50 {
  display: inline-block;
  width: 100%;
  height: 50px;
}

.vertical-space-60 {
  display: inline-block;
  width: 100%;
  height: 60px;
}
.vertical-space-65 {
  display: inline-block;
  width: 100%;
  height: 65px;
}
.vertical-space-70 {
  display: inline-block;
  width: 100%;
  height: 70px;
}

.vertical-space-80 {
  display: inline-block;
  width: 100%;
  height: 80px;
}

.vertical-space-90 {
  display: inline-block;
  width: 100%;
  height: 90px;
}

.vertical-space-100 {
  display: inline-block;
  width: 100%;
  height: 100px;
}
.vertical-space-120 {
  display: inline-block;
  width: 100%;
  height: 120px;
}
.vertical-space-150 {
  display: inline-block;
  width: 100%;
  height: 150px;
}
.common {
  background: -webkit-linear-gradient(135deg, #3cace2, #a14bc1, #ff4e8c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.common-btn {
  background: linear-gradient(135deg, #3cace2, #a14bc1, #ff4e8c);

  padding: 10px 35px;
  border: none;
  border-radius: 5px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
  line-height: initial;
}
.common-btn:hover,
.common-btn:focus {
  background: linear-gradient(135deg, rgba(231, 29, 115, 1) 0%, rgba(54, 169, 225, 1) 92%, rgba(54, 169, 225, 1) 100%);
  color: #fff;
}

.main-subtitle {
  color: var(--main-color);
  letter-spacing: 0.3rem;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-title {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.main-text {
  font-size: 15px;
  line-height: 28px;
  color: #666;
}

.main-subtitle-white {
  color: #fff;
  letter-spacing: 0.3rem;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-title-white {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.main-text-white {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
}

.cssbuttons-io-button-white {
  background: #fff;
  color: #000;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 3.2em;
  padding-right: 3.3em;
  cursor: pointer;
}

.cssbuttons-io-button-white .icon {
  background: #000;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.6em;
  width: 2.6em;
  border-radius: 50%;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button-white:hover .icon {
  width: calc(100% - 0.6em);
  border-radius: 50px;
}

.cssbuttons-io-button-white .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #fff;
}

.cssbuttons-io-button-white:active .icon {
  transform: scale(0.95);
}

.cssbuttons-io-button-blue {
  background: var(--gradient-color);
  color: #fff;
  font-family: inherit;
  padding: 0.55em;
  padding-left: 1.2em;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 3.2em;
  padding-right: 3.3em;
  cursor: pointer;
}

.cssbuttons-io-button-blue .icon {
  background: #fff;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 50%;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button-blue:hover {
  color: #fff;
}

.cssbuttons-io-button-blue .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: var(--main-color);
}

.cssbuttons-io-button-blue:active .icon {
  transform: scale(0.95);
}

.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1200;
  background: #fff !important;
  border-radius: 0px !important;
  transition: 0.5s all;
  animation: swip_down 0.5s linear 1;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
@keyframes swip_down {
  from {
    transform: translate(0px, -50px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.main-header .navbar {
  background: transparent;
  padding: 0px;
  position: relative;
  z-index: 1020;
  border-bottom: 1px solid #66666647;
}
.main-header .navbar.box-none {
  box-shadow: none !important;
}
.main-header .navbar .navbar-brand img {
  width: 120px;
}
.main-header .navbar .nav-item {
  position: relative;
  display: block;
  transition-duration: 0.5s;
  padding: 25px 25px;
}
.main-header .navbar .nav-link {
  font-size: 15px;
  color: #282926;
  font-weight: 400;
  padding: 0px;
  position: relative;
}

.main-header .navbar .nav-link.active {
  color: #004080;
}
.main-header .nav-item.dropdown .dropdown-toggle::after {
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\F282";
  font-family: "Bootstrap-icons";
  margin-left: 5px;
  color: #282926;
  font-size: 12px;
}
.main-header .navbar .user-img {
  width: 40px;
  border-radius: 50%;
}
.main-header .navbar .dropdown-menu {
  margin: 0;
  padding: 10px;
  display: none;
  position: absolute;
  z-index: 99;
  right: 0;
  min-width: 220px;
  border: none;
  background-color: #fff;
  border: 1px solid #efefef;

  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}
.main-header .navbar .dropdown-menu:before {
  position: absolute;
  top: -8px;
  right: 22px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 8px;
  border-color: transparent transparent #fff;
  box-sizing: border-box;
}
.main-header .navbar .dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
  background-color: #fff;
  border: 1px solid #efefef;
}
.main-header .navbar .dropdown-menu .submenu {
  margin-left: 15px;
}
.main-header .navbar .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  float: left;

  clear: both;
  position: relative;
  outline: 0;
}
.main-header .navbar .dropdown .dropdown-item:focus,
.main-header .navbar .dropdown .dropdown-item:hover,
.main-header .navbar .dropdown .dropdown-item.active {
  background: var(--gradient-color);
  color: #fff !important;
}
.main-header .navbar .dropdown-item.active,
.main-header .navbar .dropdown-item:active {
  background: 0 0;
}
.banner {
  padding: 10px;
  width: 100%;
  height: auto;
  background: url(../images/banner-1.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

/* .banner .banner-desc{
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    height: auto;
     background: url(../images/hero-bg-scaled.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.banner .banner-desc::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#191a18;
    opacity: 0.9;    
    border-radius: 10px;
} */
.banner .banner-content {
  z-index: 2;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.banner .banner-content .banner-subtitle {
  color: var(--main-color);
  letter-spacing: 0.3rem;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.banner .banner-content .banner-title {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 50px;
}
.banner .banner-content .banner-title span {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.banner .banner-content .banner-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url(../images/heading-separator.webp);
  background-repeat: no-repeat;
  background-size: cover;
  animation: movingEffect 4s ease-in-out infinite;
}
@keyframes movingEffect {
  0%,
  100% {
    width: 100%;
  }
  50% {
    width: 0%;
  }
}
.banner .banner-content .banner-text {
  font-size: 15px;
  line-height: 28px;
  color: #666;
}
.banner .banner-content .call-us i {
  font-size: 26px;
  color: var(--main-color);
  margin-right: 10px;
}
.banner .banner-content .call-us a {
  font-size: 20px;
  font-family: var(--manrope-family);
  color: #000;
}
.banner .banner-content .banner-subtitle {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}
.banner .banner-content .banner-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner .banner-content .banner-text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}
.banner-btns {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}

.banner .banner-content .banner-img-box {
  width: 80%;
  height: 500px;

  position: relative;
}
.banner .banner-content .banner-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  border-radius: 10px;
  mask-image: url(../images/hero-img-shape.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: top left;
}
.banner .banner-content .hero-content-1 {
  position: absolute;
  left: -150px;
  top: 25%;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  transition: 0.2s all;
  border-radius: 10px;
  animation: moveUpDown 2s ease-in-out infinite;
  z-index: 1;
}
@keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.banner .banner-content .hero-content-1 i {
  font-size: 26px;
  color: var(--main-color);
}
.banner .banner-content .hero-content-1 span.content {
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
}
.banner .banner-content .hero-content-2 {
  position: absolute;
  z-index: 1;
  right: -55px;
  bottom: 13%;
  background-color: rgba(250, 251, 251);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: inline;
  align-items: center;
  gap: 10px;
  padding: 15px;
  transition: 0.2s all;
  border-radius: 10px;
}
.banner .banner-content .hero-content-2 .img-flex {
  margin-bottom: 10px;
}
.banner .banner-content .hero-content-2 .img-flex img {
  width: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: -10px;
}
.banner .banner-content .hero-content-2 .title {
  font-size: 50px;
  margin-bottom: 5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: #000;
}
.banner .banner-content .hero-content-2 .rating-stars {
  margin-bottom: 10px;
}
.banner .banner-content .hero-content-2 .rating-stars i {
  font-size: 16px;
  margin-right: 5px;
  color: var(--main-color);
}
.banner .banner-content .hero-content-2 .text {
  font-size: 13px;
  color: #666;
  margin-bottom: 0px;
}

/* Why Us */

.why-us {
  padding: var(--padding-manual);
}
.why-us .choose-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.why-us .choose-box .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
  background: var(--gradient-color);
  margin-bottom: 20px;
  transition: 0.4s all;
  transform: rotateY(0deg);
}
.why-us .choose-box .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  font-family: var(--lato-family);
}
.why-us .choose-box .text {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  margin-bottom: 0px;
}
.why-us .choose-box:hover {
  border-color: var(--main-color);
}
.why-us .choose-box:hover .icon {
  background: var(--main-color);
  color: #fff;
  transform: rotateY(360deg);
}

/* About Us */

.about-detail {
  padding: var(--padding-manual);
}
.about-detail .img-box1 {
  width: 100%;
  height: 250px;
}
.about-detail .img-box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-detail .img-box2 {
  width: 100%;
  height: 470px;
}
.about-detail .img-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.about-detail .content-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
}
.about-detail .content-box .title {
  font-size: 60px;
  color: #000;
  position: relative;
  display: inline-block;
}
.about-detail .content-box .title::after {
  content: "+";
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 26px;
  color: #000;
}
.about-detail .content-box .subtitle {
  font-size: 16px;
  color: var(--main-color);
  display: flex;
  align-items: flex-start;
  text-align: end;
}
.about-detail .content-box .subtitle::before {
  content: "";
  flex-grow: 1;
  height: 2px;
  min-width: 20px;
  margin: auto;
  background: var(--main-color);
  z-index: 1;
  margin-right: 20px;
}
.about-detail .content-box .text {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}

/* Core Services */

.our-services {
  padding: var(--padding-manual);
  background: #000;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.our-services::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/hero-bg-scaled.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.05;
}
.our-services .service-box {
  background: #191a18;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
}
.our-services .service-box .box-count {
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 52px;
  font-size: 20px;
  line-height: 1;
  color: #494a46;
  background-color: #000;
  border-bottom-left-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
.our-services .service-box .box-count::before,
.our-services .service-box .box-count::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: -25px;
  width: 25px;
  height: 12px;
  box-shadow: 12px 0 0 0 #000;
  border-top-right-radius: 12px;
  z-index: -1;
}
.our-services .service-box .box-count::after {
  top: auto;
  left: auto;
  bottom: -12px;
  right: 0;
}
.our-services .service-box .box-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  background: #000;
  margin-bottom: 20px;
  transition: 0.4s all;
  transform: rotateY(0deg);
}
.our-services .service-box .cssbuttons-io-button-blue {
  height: 2.3rem;
  font-size: 14px;
}
.our-services .service-box .box-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.our-services .service-box .box-text {
  font-size: 14px;
  line-height: 28px;
  color: #ffffffad;
  margin-bottom: 0px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-services .service-box:hover {
  border-color: var(--main-color);
}
.our-services .service-box:hover .box-icon {
  background: var(--gradient-color);
  color: #fff;
  transform: rotateY(360deg);
}

/* Why Choose */

.why-choose {
  padding: var(--padding-manual);
}
.why-choose .choose-box {
  position: relative;
}
.why-choose .choose-box .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 100px;
  background: #efefef;
  border-radius: 50%;
  outline-offset: 4px;
  outline: 1px dashed #ccc;
}
.why-choose .choose-box .icon img {
  width: 50px;
}
.why-choose .choose-box .card-title {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
.why-choose .choose-box .card-text {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-bottom: 0px;
  text-align: center;
}
.arrow-shape {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: -15%;
}

/* Delivery Solutions */

.delivery-solution {
  padding: var(--padding-manual);
  background: #000;
  position: relative;
  z-index: 0;
}
.delivery-solution::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/hero-bg-scaled.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.05;
}
.delivery-solution .counter-box {
  background: #191a18;
  border: 1px solid #282926;
  padding: 20px;
  border-radius: 10px;
}
.delivery-solution .counter-box .counting-number {
  font-size: 40px;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.delivery-solution .counter-box .counting-number::after {
  content: "+";
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 26px;
  color: #fff;
}
.delivery-solution .counter-box .counting-number.percent:after {
  content: "%" !important;
  right: -25px;
}
.delivery-solution .counter-box .title {
  font-size: 18px;
  color: var(--main-color);
  margin-bottom: 10px;
}
.delivery-solution .counter-box .text {
  font-size: 14px;
  color: #ffffffad;
  line-height: 25px;
}

/* Testimonial Section */

.testimonial-detail {
  padding: var(--padding-manual);
}
.testimonial-detail .testimonial-box {
  border: 1px solid #ccc;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
}
.testimonial-detail .testimonial-box .star-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  color: rgb(255, 174, 0);
  margin-bottom: 10px;
}
.testimonial-detail .testimonial-text {
  font-size: 14px;
  line-height: 25px;
  color: #282926;
  margin-bottom: 15px;
}
.testimonial-detail .user-name {
  color: var(--main-color);
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
  position: relative;
}
.testimonial-detail .user-text {
  font-size: 12px;
  color: #666;
}
.testimonial-detail .qoute {
  position: absolute;
  right: 20px;
  bottom: 0px;
  font-size: 60px;
  color: var(--main-color);
  opacity: 0.2;
}

/* Trusted Organizations  */

.trusted-organization {
  padding: var(--padding-manual);
}
.trusted-organiz {
  padding: 30px;
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}
.trusted-organiz::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.png);
  opacity: 0.7;
  z-index: -1;
}
.trusted-organizations .trusted-box {
  background: #191a18;
  border: 1px solid #282926;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.trusted-organizations .trusted-box .number {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
}

/* Get in Touch */

.contact-section {
  padding: var(--padding-manual);
}

.contact-section .contact-left {
  background: url(../images/customer-care.webp);
  background-size: cover;
  padding: 30px;
  position: relative;
  z-index: 0;
}
.contact-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-color);
  opacity: 0.9;
  z-index: -1;
}
.contact-section .contact-left .social ul li {
  list-style-type: none;
}
.contact-section .contact-left .social ul {
  display: flex;
  padding-left: 0px;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.contact-section .contact-left .social ul li {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  line-height: 45px;
  margin: 0px 10px 0px 0px;
  transition: 0.6s all;
}
.contact-section .contact-left .social li a {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
.contact-section .contact-left .social li:hover {
  color: var(--main-color);
  background: #fff;
}
.contact-section .contact-left .social li:hover a {
  color: var(--main-color) !important;
}
.contact-section .contact-title {
  font-weight: 400;
  line-height: 1.25em;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
.contact-section .contact-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}
.contact-section .contact-detail {
  display: flex;
  margin-bottom: 25px;
}
.contact-section .contact-detail .icon {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: relative;
}
.contact-section .contact-detail .text {
  margin-left: 15px;
  margin-top: 10px;
}
.contact-section .contact-detail .text .reservation-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  margin-bottom: 5px;
  font-family: var(--roboto-family);
}
.contact-section .contact-detail .text .reservation-title {
  margin: 0;
  line-height: inherit;
}
.contact-section .contact-detail .text .reservation-title a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 10px;
}
.contact-section .get-title {
  font-weight: 700;
  line-height: 1.25em;
  margin: 0 0 20px 0;
  color: #222;
  font-size: 24px;
}
.contact-section form .form-label {
  color: #1d66a7;
  font-weight: 600;
}
.contact-section form .form-control {
  max-width: 100%;
  padding: 12px 10px;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  display: block;
  width: 100%;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  background-image: none;
  border: none;
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-section .input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: 0.1s all;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-section .input-group-text {
  background: transparent;
  border: none;
  align-items: start;
  justify-content: center;
  padding: 14px 5px 14px 15px;
}

.contact-section .input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
}

.contact-section .input-field:focus {
  border: none;
}

/* Footer */

.footer {
  background: linear-gradient(135deg, #000, #191a18);
  position: relative;
  z-index: 1;
}
.footer .footer-bg {
  position: relative;
  z-index: 1;

  padding: 25px 10px 15px;
  border-radius: 10px;
}
.footer .footer-content .footer-logo {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.footer .footer-content .footer-logo img {
  width: 160px;
  filter: brightness(0) invert(1);
}
.footer .footer-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.footer .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  border-radius: 0px;
  background: #fff;
}
.footer .footer-text {
  font-size: 14px;
  line-height: 25px;
  color: #e3e3e3;
  font-weight: 400;
}
.footer .footer-list {
  padding-left: 0px;
}
.footer .footer-list li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.footer .footer-list li::before {
  content: "\F271";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: var(--main-color);
  font-family: "Bootstrap-icons";
}
.footer .footer-list li a {
  font-size: 14px;
  color: #e3e3e3;
  font-weight: 400;
}
.footer .footer-list li a:hover {
  color: var(--main-color);
}
.footer .footer-contact-list {
  margin-bottom: 0px;
  padding-top: 0px;
}
.footer .footer-contact-list li {
  padding-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
.footer .footer-contact-list .call-icon::after {
  content: "\F5C1" !important;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: var(--main-color);
  font-family: "Bootstrap-icons";
}
.footer .footer-contact-list .mail-icon::after {
  content: "\F32F" !important;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: var(--main-color);
  font-family: "Bootstrap-icons";
}
.footer .footer-contact-list .address-icon::after {
  content: "\F3E8" !important;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: var(--main-color);
  font-family: "Bootstrap-icons";
}
.footer .footer-contact-list .footer-contact {
  color: #e3e3e3;
  font-size: 14px;
}
.footer .footer-contact-list .footer-contact i {
  margin-right: 10px;
  color: var(--main-color);
}
.footer .social ul li {
  list-style-type: none;
}
.footer .social ul {
  display: flex;
  padding-left: 0px;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.footer .social ul li {
  color: #fff;
  text-align: center;
  font-size: 13px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 35px;
  margin: 0px 8px 0px 0px;
  transition: 0.6s all;
}
.footer .social li a {
  cursor: pointer;
  color: #fff;
}
.footer .social li:hover {
  color: var(--main-color);
  background: #fff;
}
.footer .social li:hover a {
  color: var(--main-color) !important;
}
.footer-bottom {
  margin-top: 0px;
  padding: 15px 0px 0px;
  border-top: 1px solid #ffffff33;
  position: relative;
  z-index: 1;
}
.footer-bottom .copyright-text {
  font-size: 14px;
  color: #e3e3e3;
  margin-bottom: 0px;
}
.footer-bottom .copyright-text a {
  color: #f3b047;
}
.footer .input-group {
  border: none;
  border-radius: 8px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.07) -21.43%, rgba(255, 255, 255, 0.09) 113.53%);
}
.footer .input-group .form-control {
  border-radius: 8px 0px 0px 8px;
  border: none;
  background: #fff;

  padding: 15px 15px;
  font-size: 14px;
  color: #000;
}
.footer .input-group .form-control::placeholder {
  color: #000;
}
.footer .input-group .input-group-text {
  background: #fff;
  border-radius: 0px 8px 8px 0px;
  color: #000;
  border: none;
}
.footer-bottom .copyright-list {
  padding-left: 0px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0px;
}
.footer-bottom .copyright-list li {
  padding-left: 25px;
  position: relative;
}
.footer-bottom .copyright-list li:first-child {
  padding-left: 0px;
}
.footer-bottom .copyright-list li:not(:last-child)::before {
  content: "|";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  color: #e3e3e3;
}
.footer-bottom .copyright-list li a {
  font-size: 15px;
  color: #e3e3e3;
  font-weight: 400;
}
.footer-bottom .coypright-text {
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 0px;
}
.footer-bottom .coypright-text a {
  color: var(--main-color);
}

/* Page Banner */

.page-banner {
  padding: 10px;
  width: 100%;
  height: auto;
  background: url(../images/banner-1.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.page-banner .banner-content {
  z-index: 2;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.page-banner .banner-content .banner-subtitle {
  color: var(--main-color);
  letter-spacing: 0.3rem;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.page-banner .banner-content .banner-title {
  color: #000;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 50px;
}

.page-banner .banner-content .banner-subtitle {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}
.page-banner .banner-content .banner-title {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.page-banner .breadcrumb-item {
  color: #282926;
}
.page-banner .breadcrumb-item.active {
  color: var(--main-color);
}
.page-banner .breadcrumb-item + .breadcrumb-item::before {
  color: var(--main-color);
}

/* About Page */

.about-section {
  padding: var(--padding-manual);
}
.about-section .border-right {
  position: relative;
}
.about-section .border-right::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: #ccc;
}
.about-section .vision-mission .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
  background: var(--gradient-color);
  margin-bottom: 20px;
  transition: 0.4s all;
  transform: rotateY(0deg);
}
.about-section .vision-mission .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
}
.about-section .vision-mission .text {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  margin-bottom: 0px;
}
.about-section .divider-box-about .img-box {
  width: 70%;
  height: 450px;
  margin: 0 auto;
  position: relative;
}
.about-section .divider-box-about .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  z-index: 0;
}
.about-section .divider-box-about .img-box::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--gradient-color);
  width: 100px;
  height: 90%;
  z-index: -1;
  border-radius: 10px;
}
.about-section .divider-box-about .img-box .exp-box {
  background: var(--gradient-color);
  display: inline-block;
  padding: 15px 20px;
  border-radius: 10px;
  position: absolute;
  top: 10%;
  left: -50px;
  text-align: center;
}
.about-section .divider-box-about .img-box .exp-box .number {
  font-size: 60px;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 55px;
}
.about-section .divider-box-about .img-box .exp-box .text {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
}
.about-section .divider-box-about .img-box .content-box {
  position: absolute;
  right: 50px;
  left: -50px;
  bottom: 0px;
  display: inline-flex;
  gap: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  z-index: 1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.about-section .divider-box-about .img-box .content-box .icon {
  font-size: 50px;
  color: var(--main-color);
}
.about-section .divider-box-about .img-box .content-box .content .title {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.about-section .divider-box-about .img-box .content-box .content .text {
  font-size: 13px;
  color: #666;
  line-height: 20px;
}

/* Service Detail */

.service-detail {
  padding: 50px 0px;
}
.service-detail-content .service-title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-detail .service-subtitle {
  font-size: 16px;
  color: #000;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.service-detail .service-subtitle::before {
  content: "";
  height: 2px;
  width: 20px;
  margin: auto;
  background: var(--main-color);
  z-index: 1;
  margin-right: 20px;
}
.service-detail .service-text {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 28px;
}
.service-detail .quote-text {
  font-size: 15px !important;
  color: var(--main-color) !important;
  font-weight: 400;
  margin-bottom: 0px;
  font-style: italic;
  line-height: 28px;
}
.service-detail .service-list {
  margin-top: 15px;
}
.service-detail .service-list li {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.service-detail .service-list li b {
  color: var(--main-color);
}
.service-detail .service-list li::after {
  content: "\F271";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: var(--main-color);
  font-family: "Bootstrap-icons";
}
.service-detail-content .service-rate {
  font-size: 30px;
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 10px;
  font-family: var(--teko-family);
}
.service-detail .service-img img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
}

.service-detail-content .desc-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  border-bottom: 1px dashed #c1c1c1;
  padding-bottom: 10px;
}
.service-detail-content .desc-list li {
  margin-right: 35px;
  position: relative;
}
.service-detail-content .desc-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  border-right: 1px dashed #c1c1c1;
  right: -20px;
}
.service-detail .service-detail-content .review-text {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-bottom: 15px;
}
.service-detail .service-detail-content .review-link a {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  margin-bottom: 15px;
}
.service-detail .service-detail-content .review-link a i {
  margin-right: 10px;
}
.service-detail .service-detail-content .star-rating {
  display: flex;
  justify-content: center;
}
.service-detail .service-detail-content .star-rating i {
  font-size: 14px;
  color: #ffbf34;
  margin: 0px 2px 10px 2px;
}
.service-detail .service-detail-content p {
  color: #666;
  font-size: 14px;
}
.service-detail .service-detail-content dt p {
  color: #000;
}

.service-detail .detail-title {
  font-size: 20px;
  color: #121212;
  font-weight: 600;
  margin-bottom: 20px;
}
.service-detail .detail-list li {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-bottom: 15px;
}

.ps-timeline-sec {
  position: relative;
  padding: 100px 0px;
}
.ps-timeline-sec {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ps-timeline-sec ol:before {
    background: var(--gradient-color);
    content: "";
    width: 10px;
    height: 10px;
    display: none;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
  }
  .ps-timeline-sec ol:after {
    background: var(--gradient-color);
    content: "";
    width: 10px;
    height: 10px;
    display: none;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  }
  .ps-timeline-sec ol.ps-timeline {
    margin: 0px 0 !important;
    border-left: 0px solid #09487d;
    padding-left: 0 !important;
    padding-top: 0px !important;
    border-top: 0 !important;
    margin-left: 0px !important;
  }
  .ps-timeline-sec ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
    /* &:nth-child(2) {
            .img-handler-bot {
                img {
                    width: 70px;
               }
           }
       }
        */
  }
  .ps-timeline-sec ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 20px;
  }
  .ps-timeline-sec ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 35px;
    width: 50% !important;
  }
  .ps-timeline-sec ol.ps-timeline li span {
    left: 50% !important;
    transform: translateX(-50%);
    top: -100px !important;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }

  .ps-timeline-sec ol.ps-timeline li .ps-top {
    width: 100% !important;
    float: right !important;
    right: 0;
    top: 40px;
    text-align: center;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot {
    width: 100% !important;
    float: right !important;
    right: 0;
    top: -40px;
    text-align: center;
  }
  .ps-timeline-sec {
    padding: 100px 0px 0px;
    position: relative;
  }
}
.ps-timeline-sec ol:before {
  background: var(--gradient-color);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 48.5%;
}
.ps-timeline-sec ol:after {
  background: var(--gradient-color);
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 0px;
  top: 48.5%;
}
.ps-timeline-sec ol.ps-timeline {
  margin: 60px 0;
  padding: 0;
  border-top: 2px solid transparent;
  list-style: none;
}
.ps-timeline-sec::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: var(--gradient-color);
  z-index: -1;
}
.ps-timeline-sec ol.ps-timeline li {
  float: left;
  width: 20%;
  padding-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
}
.ps-timeline-sec ol.ps-timeline li h5 {
  text-align: center;
  margin: -30px 0 -40px 50px;
  font-weight: 700px;
  color: #b24387;
}
.ps-timeline-sec ol.ps-timeline li span {
  width: 100px;
  height: 100px;
  background: var(--gradient-color);
  /* border-left-color: 4px solid $brand-color-g;
    border-right-color: transparent;
    border-top: 4px solid $brand-color-g;
    border-bottom-color: transparent;
    */
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  color: #b24387;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 80px;
}
.ps-timeline-sec ol.ps-timeline li span img {
  width: 50px;
  filter: brightness(0) invert(1);
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #ccc;
  width: 2px;
  height: 50px;
  background: var(--gradient-color);
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #ccc;
  width: 8px;
  height: 8px;
  background: var(--gradient-color);
  position: absolute;
  bottom: 143px;
  left: 47%;
  border-radius: 100%;
}

.ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #ccc;
  width: 2px;
  height: 50px;
  background: var(--gradient-color);
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #ccc;
  width: 8px;
  height: 8px;
  background: var(--gradient-color);
  position: absolute;
  top: 143px;
  left: 47%;
  border-radius: 100%;
}
.ps-timeline-sec ol.ps-timeline li p {
  text-align: center;
  width: 100%;
  margin: 5 auto;
}
.ps-timeline-sec ol.ps-timeline li h4 {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  font-family: var(--lato-family);
  text-align: center;
}
.ps-timeline-sec ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
}
.ps-timeline-sec ol.ps-timeline li {
  font-size: 16px;
  color: #666;
}
.ps-timeline-sec ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 80px;
}
.ps-timeline-sec ol.ps-timeline li .ps-bottom {
  position: absolute;
  margin: 5px;
  text-align: center;
}

/* Sidebar */

.sidebar .services-widget ul {
  position: relative;
  display: block;
}

.sidebar .services-widget ul li {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.sidebar .services-widget ul li:hover:before,
.sidebar .services-widget ul li.active:before {
  width: 100%;
}

.sidebar .services-widget ul li a {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  padding: 10px 15px;
  padding-right: 40px;
  line-height: 30px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar .services-widget ul li a:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0px;
  top: 0px;
  color: var(--main-color);
  transform: rotate(-45deg);
  line-height: 30px;
  padding: 12px 5px;
  width: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.sidebar .services-widget ul li:hover a,
.sidebar .services-widget ul li.active a,
.sidebar .services-widget ul li:hover .icon,
.sidebar .services-widget ul li.active .icon {
  color: #ffffff;
}

.sidebar .services-widget ul li:hover a,
.sidebar .services-widget ul li.active a {
  color: #ffffff !important;
  background: var(--gradient-color);
}

.sidebar .services-widget ul li.active a::before,
.sidebar .services-widget ul li:hover a::before {
  color: #fff !important;
}

/* Our Produts */

.product-list {
  padding: var(--padding-manual);
}
.product-list .product-collection .product-box {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}
.product-list .product-collection .product-box:hover {
  background: aliceblue;
  border-color: var(--main-color);
}
.product-list .product-collection .product-box .img-box {
  width: 100%;
  height: 350px;
  position: relative;
}
.product-list .product-collection .product-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.product-list .product-collection .product-box .img-box .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  font-size: 35px;
  line-height: 1;
  color: #494a46;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.product-list .product-collection .product-box .img-box .icon::before,
.product-list .product-collection .product-box .img-box .icon::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: -25px;
  width: 25px;
  height: 12px;
  box-shadow: 12px 0 0 0 #fff;
  border-top-right-radius: 12px;
  z-index: -1;
}
.product-list .product-collection .product-box .img-box .icon::after {
  top: auto;
  left: auto;
  bottom: -12px;
  right: 0;
}
.product-list .product-collection .product-box .img-box .icon .icon-inner {
  width: 50px;
  height: 50px;
  background: var(--gradient-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
}

.product-list .product-collection .product-box .content-box .box-title {
  font-size: 20px;
  color: #000;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.product-list .product-collection .product-box .content-box .box-text {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 28px;
}
.product-list .product-collection .product-box .content-box .box-list {
  margin-top: 15px;
}
.product-list .product-collection .product-box .content-box .box-list li {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.product-list .product-collection .product-box .content-box .box-list li b {
  color: var(--main-color);
}
.product-list .product-collection .product-box .content-box .box-list li::after {
  content: "\F271";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: var(--main-color);
  font-family: "Bootstrap-icons";
}

/* Careers  */

.career-section {
  padding: var(--padding-manual);
}

.career-section .benifit-box {
  background: #d4e7f8;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.career-section .benifit-box .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
  background: var(--gradient-color);
  margin-bottom: 20px;
  transition: 0.4s all;
  transform: rotateY(0deg);
  margin-top: -35px;
  border: 5px solid #fff;
}
.career-section .benifit-box .title {
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  font-family: var(--lato-family);
}
.career-section .benifit-box .text {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  margin-bottom: 0px;
}
.career-section .benifit-box:hover {
  border-color: var(--main-color);
}
.career-section .benifit-box:hover .icon {
  background: var(--main-color);
  color: #fff;
  transform: rotateY(360deg);
}
.job-list .job-card {
  background: #fff;
  padding: 25px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.job-list .job-card .job-card-content {
  padding-left: 50px;
}
.job-list .job-card .job-vert {
  font-size: 30px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #222;
  transform: rotate(-90deg) translate(-50%, 0);
  display: inline-block;
  transform-origin: left top;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  left: 10px;
}
.job-list .job-card .job-card-content .job-desc {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--main-color);
}
.job-list .job-card .job-card-content .job-text {
  font-size: 14px;
  line-height: 25px;
  color: #666d81;
  font-weight: 400;
  margin-bottom: 10px;
}
.job-list .job-card .job-card-content .job-role {
  margin-bottom: 0px;
}
.job-list .job-card .job-card-content .job-role li {
  background: var(--gradient-color);
  border-radius: 20px;
  padding: 4px 12px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin-right: 5px;
}
.job-list .job-card .job-card-content .apply-btn {
  border: none;
  border-radius: 0px;
  font-size: 15px;
  letter-spacing: 3px;
  color: #000;
  padding: 8px 20px;
  font-weight: 400;
  margin-top: 0px;
  position: relative;
  transition: 0.4s all;
  background: transparent;
}
.job-list .job-card .job-card-content .apply-btn::after {
  content: "\F280";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #000;
  font-family: "Bootstrap-icons";
}
.job-list .job-card .job-card-content .apply-btn:hover {
  margin-left: 8px;
}
.job-modal .modal-content {
  border: none;
}
.job-modal .modal-content .btn-close-white {
  opacity: 1;
}
.job-modal .modal-header {
  background: var(--gradient-color);
  padding: 10px;
}
.job-modal .modal-header .modal-title {
  color: #fff;
  font-size: 16px !important;
  font-weight: 400;
  font-family: var(--manrope-family);
}
.career-detail {
  padding: 10px;
  position: relative;
}
.career-detail .form-control {
  border-radius: 5px;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #ccc;
}

.file-input input[type="file"] {
  margin: auto;
  padding: 1.5em;
  border: 2px dashed #bbb;
  background-color: #fff;
  transition: border-color 0.25s ease-in-out;
}
.file-input input[type="file"]::file-selector-button {
  padding: 10px 15px;
  border-width: 0;
  border-radius: 5px;
  background-color: #ccc;
  color: #000;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-right: 1em;
}
.file-input input[type="file"]:hover {
  border-color: #888;
}
.file-input input[type="file"]:hover::file-selector-button {
  background-color: var(--main-color);
  color: #fff;
}

/* Blogs */

.blog-list {
  padding: 50px 0px;
}

.blog-list .blog-box {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 15px;
}
.blog-list .blog-box .img-box {
  width: 100%;
  height: 230px;
  margin-bottom: 15px;
  position: relative;
}
.blog-list .blog-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-list .blog-box .img-box .date-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  font-size: 35px;
  line-height: 1;
  color: #494a46;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.blog-list .blog-box .img-box .date-icon::before,
.blog-list .blog-box .img-box .date-icon::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: -25px;
  width: 25px;
  height: 12px;
  box-shadow: 12px 0 0 0 #fff;
  border-top-right-radius: 12px;
  z-index: -1;
}
.blog-list .blog-box .img-box .date-icon::after {
  top: auto;
  left: auto;
  bottom: -12px;
  right: 0;
}
.blog-list .blog-box .img-box .date-icon .icon-inner {
  width: 50px;
  height: 50px;
  background: var(--gradient-color);
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-list .blog-box .img-box .date-icon .icon-inner .number {
  font-size: 20px;
  margin-bottom: 2px;
}
.blog-list .blog-box .img-box .date-icon .icon-inner .text {
  font-size: 13px;
  margin-bottom: 0px;
}
.blog-list .blog-box .content-box .box-title {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  line-height: 25px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-list .blog-box .content-box .box-text {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-detail {
  padding: var(--padding-manual);
  position: relative;
}

.blog-detail .blog-img {
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
  position: relative;
}

.blog-detail .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 3/2;
  border-radius: 15px;
}
.blog-detail .blog-img .date-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  font-size: 35px;
  line-height: 1;
  color: #494a46;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.blog-detail .blog-img .date-icon::before,
.blog-detail .blog-img .date-icon::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: -25px;
  width: 25px;
  height: 12px;
  box-shadow: 12px 0 0 0 #fff;
  border-top-right-radius: 12px;
  z-index: -1;
}
.blog-detail .blog-img .date-icon::after {
  top: auto;
  left: auto;
  bottom: -12px;
  right: 0;
}
.blog-detail .blog-img .date-icon .icon-inner {
  width: 50px;
  height: 50px;
  background: var(--gradient-color);
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-detail .blog-img .date-icon .icon-inner .number {
  font-size: 20px;
  margin-bottom: 2px;
}
.blog-detail .blog-img .date-icon .icon-inner .text {
  font-size: 13px;
  margin-bottom: 0px;
}
.blog-detail .h3-title {
  color: #000 !important;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 400;
}

.blog-detail .page-blog-text h6 {
  margin-bottom: 15px;
}

.blog-detail .page-blog-text p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  text-align: justify;
  margin-bottom: 15px;
}

.blog-detail .page-blog-text ul {
  margin-left: 0px;
}

.blog-detail .page-blog-text ul li {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  text-align: justify;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

.blog-detail .page-blog-text ul li::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #35358b;
  margin-right: 10px;
}
.blog-detail .relative-post {
  position: sticky;
  top: 80px;
}
.blog-detail .recent-post {
  position: sticky;
  top: 0px;
}
.blog-detail .recent-post .sidebar-title {
  color: #000 !important;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 600;
}

.blog-detail .recent-post-box {
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}

.blog-detail .recent-post-box .recent-post-img {
  width: 100%;
  height: 80px;
}

.blog-detail .recent-post-box .recent-post-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  aspect-ratio: 3/2;
  border-radius: 10px;
}

.blog-detail .recent-post-box .recent-post-text h6 a {
  color: #000 !important;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-detail .recent-post-box .recent-post-text p {
  font-size: 13px;
  line-height: 22px;
  color: #637879;
  text-align: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Contact Section */

.adress-box {
  margin-bottom: 50px;
  position: relative;
}
.contact-desc {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  box-shadow: none;
  height: 100%;
  border-radius: 10px;
  transition: 0.6s all;
}
.contact-desc:hover {
  background: var(--gradient-color);
}
.contact-box-subtext {
  font-size: 15px;
  color: #777;
  text-decoration: none;
}
.contact-desc:hover .contact-box-title,
.contact-desc:hover .contact-box-text,
.contact-desc:hover .contact-box-subtext {
  color: #fff;
}
.contact-desc .icon {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--gradient-color);
  border-radius: 50%;
  margin: 0px auto 5px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  transition: 0.6s all;
}
.contact-desc:hover .icon,
.contact-desc:hover .icon-bg {
  background: #fff;
  color: var(--main-color);
}
.contact-desc .icon-bg {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--main-color);
  border-radius: 50%;
  margin: 0px auto 5px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #191a18;
  color: #fff;
  cursor: pointer;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}
#myBtn::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#myBtn:hover {
  background-color: var(--main-color);
}

/* Media Queries */

@media (min-width: 2000px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .web-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .mobile-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    width: 100%;
    z-index: 1200;
    border-bottom: 1px solid #66666647;
    background: transparent;
  }
  .mobile-header .logo img {
    width: 100px;
  }

  .mobile-header .offcanvas {
    width: 360px;
  }
  .mobile-header .offcanvas .logo img {
    width: 120px;
  }
  .toggler {
    color: var(--main-color);
    font-size: 30px;
    border: none;
    text-align: center;
    padding: 0px;
  }
  .toggler:focus,
  .toggler:hover {
    color: var(--main-color);
    background: transparent;
  }
  .mobile-header .offcanvas-body {
    line-height: initial;
  }

  .banner .banner-content .banner-subtitle {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .banner .banner-content .banner-title {
    font-size: 40px;
  }
  .main-title {
    font-size: 30px;
  }
  .arrow-shape {
    display: none;
  }
  .banner .banner-content .banner-img-box {
    margin: 0 auto;
    height: 400px;
  }
  .banner .banner-content .hero-content-2 {
    right: -42px;
    bottom: 9%;
  }
  .banner .banner-content .hero-content-1 {
    left: -35px;
    top: 3%;
  }
  .contact-section {
    padding: 0px 0px 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .web-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .mobile-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    width: 100%;
    z-index: 1200;
    border-bottom: 1px solid #66666647;
    background: transparent;
  }
  .mobile-header .logo img {
    width: 100px;
  }

  .mobile-header .offcanvas {
    width: 360px;
  }
  .mobile-header .offcanvas .logo img {
    width: 120px;
  }
  .toggler {
    color: var(--main-color);
    font-size: 30px;
    border: none;
    text-align: center;
    padding: 0px;
  }
  .toggler:focus,
  .toggler:hover {
    color: var(--main-color);
    background: transparent;
  }
  .mobile-header .offcanvas-body {
    line-height: initial;
  }

  .banner .banner-content .banner-subtitle {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .banner .banner-content .banner-title {
    font-size: 40px;
  }
  .main-title {
    font-size: 30px;
  }
  .arrow-shape {
    display: none;
  }
  .banner .banner-content .banner-img-box {
    margin: 0 auto;
    height: 400px;
  }
  .banner .banner-content .hero-content-2 {
    right: -42px;
    bottom: 9%;
  }
  .banner .banner-content .hero-content-1 {
    left: -35px;
    top: 3%;
  }
  .contact-section {
    padding: 0px 0px 50px;
  }
  .sidebar .services-widget ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .web-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .mobile-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    width: 100%;
    z-index: 1200;
    border-bottom: 1px solid #66666647;
    background: transparent;
  }
  .mobile-header .logo img {
    width: 100px;
  }

  .mobile-header .offcanvas {
    width: 360px;
  }
  .mobile-header .offcanvas .logo img {
    width: 120px;
  }
  .toggler {
    color: var(--main-color);
    font-size: 30px;
    border: none;
    text-align: center;
    padding: 0px;
  }
  .toggler:focus,
  .toggler:hover {
    color: var(--main-color);
    background: transparent;
  }
  .mobile-header .offcanvas-body {
    line-height: initial;
  }

  .banner .banner-content .banner-subtitle {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .banner .banner-content .banner-title {
    font-size: 40px;
  }
  .main-title {
    font-size: 30px;
  }
  .arrow-shape {
    display: none;
  }
  .banner .banner-content .banner-img-box {
    margin: 0 auto;
    height: 400px;
  }
  .banner .banner-content .hero-content-2 {
    right: -42px;
    bottom: 9%;
  }
  .banner .banner-content .hero-content-1 {
    left: -35px;
    top: 3%;
  }
  .contact-section {
    padding: 0px 0px 50px;
  }
  .sidebar .services-widget ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media only screen and (max-width: 575.98px) {
  .web-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }

  .mobile-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    width: 100%;
    z-index: 1200;
    border-bottom: 1px solid #66666647;
    background: transparent;
  }
  .mobile-header .logo img {
    width: 100px;
  }

  .mobile-header .offcanvas {
    width: 360px;
  }
  .mobile-header .offcanvas .logo img {
    width: 120px;
  }
  .toggler {
    color: var(--main-color);
    font-size: 30px;
    border: none;
    text-align: center;
    padding: 0px;
  }
  .toggler:focus,
  .toggler:hover {
    color: var(--main-color);
    background: transparent;
  }
  .mobile-header .offcanvas-body {
    line-height: initial;
  }

  .banner .banner-content .banner-subtitle {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .banner .banner-content .banner-title,
  .page-banner .banner-content .banner-title {
    font-size: 30px;
  }
  .main-title {
    font-size: 30px;
  }
  .arrow-shape {
    display: none;
  }
  .banner .banner-content .banner-img-box {
    margin: 0 auto;
    height: 400px;
  }
  .banner .banner-content .hero-content-2 {
    right: -42px;
    bottom: 9%;
  }
  .banner .banner-content .hero-content-1 {
    left: -35px;
    top: 3%;
  }
  .contact-section {
    padding: 0px 0px 50px;
  }
  .ps-timeline-sec::after {
    display: none;
  }
  .ps-timeline-sec ol.ps-timeline li {
    height: 180px;
  }
}
