/*
Theme Name: Quriar
Author: bytelabx
Author URI: https://themeforest.net/user/bytelabx
Description: Quriar - Transportation & Logistics Html Template
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
  --body: #0F1F1F;
  --black: #000;
  --white: #fff;
  --theme: #5b9bd5;
  --theme2: #edab3d;
  --theme3: #5b9bd5;
  --header: #003865;
  --header2: #0F313A;
  --header3: #01172D;
  --text: #406A8C;
  --border: #273536;
  --bg: #FFF4F0;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}

.theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  padding: 21px 36px;
  transition: 0.5s ease-in-out;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  border-radius: 40px;
  line-height: 1;
  font-family: "Ubuntu", sans-serif;
}
.theme-btn.style-2 {
  background-color: var(--theme2);
}
.theme-btn::after {
  content: "";
  background-color: var(--header);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}
.theme-btn i {
  margin-left: 10px;
  transform: rotate(-45deg);
}
.theme-btn:hover {
  background-color: var(--header);
  color: var(--white);
}
.theme-btn:hover::after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.theme-btn.theme-btn-3 {
  background-color: var(--theme3);
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.link-btns {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  color: var(--text);
}
.link-btns i {
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  margin-left: 10px;
}
.link-btns:hover {
  color: var(--theme);
}
.link-btns:hover i {
  transform: rotate(0);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--text);
  outline: none;
}

input {
  color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 130px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -1.3px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 110px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 90px;
    line-height: 115%;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 55px;
  line-height: 113%;
  font-weight: 600;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 575px) {
  h3 {
    font-size: 26px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 145%;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.about-wrapper .about-content .about-text {
  margin-top: 40px;
  border-bottom: 1px solid rgba(13, 38, 108, 0.1);
  padding-bottom: 70px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about-wrapper .about-content .about-text {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 40px;
  }
}
.about-wrapper .about-content .about-icon-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-icon-item {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }
}
.about-wrapper .about-content .about-icon-item .about-item {
  max-width: 226px;
}
.about-wrapper .about-content .about-icon-item .about-item .icon {
  font-size: 55px;
  margin-bottom: 25px;
  color: var(--theme);
}
.about-wrapper .about-content .about-icon-item .about-item .content h5 {
  margin-bottom: 20px;
}
.about-wrapper .about-image {
  max-width: 521px;
  margin-left: 120px;
  position: relative;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image {
    margin-left: 0;
    max-width: 1000px;
  }
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-image .counter-box {
  padding: 40px;
  background-color: var(--theme);
  position: absolute;
  bottom: 40px;
  left: -65px;
  min-width: 188px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .counter-box {
    left: 0;
  }
}
.about-wrapper .about-image .counter-box h2 {
  font-size: 100px;
  color: var(--white);
}
.about-wrapper .about-image .counter-box h2 sup {
  font-size: 60px;
  font-weight: 300;
}
.about-wrapper .about-image .counter-box p {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
}

.about-section {
  border-bottom: 1px solid rgba(13, 38, 108, 0.1);
}

.about-wrapper-2 .about-left-item .about-item {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .about-wrapper-2 .about-left-item .about-item {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-left-item .about-item {
    margin-top: 30px;
  }
}
.about-wrapper-2 .about-left-item .about-item .counter-box {
  padding: 40px;
  background-color: var(--theme2);
  min-width: 190px;
  border-radius: 7px;
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-left-item .about-item .counter-box {
    min-width: initial;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-left-item .about-item .counter-box {
    padding: 30px;
  }
}
.about-wrapper-2 .about-left-item .about-item .counter-box h2 {
  font-size: 100px;
  color: var(--white);
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-left-item .about-item .counter-box h2 {
    font-size: 80px;
  }
}
.about-wrapper-2 .about-left-item .about-item .counter-box h2 sup {
  font-size: 60px;
  font-weight: 300;
}
.about-wrapper-2 .about-left-item .about-item .counter-box p {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-left-item .about-item .about-image {
    width: 100%;
  }
}
.about-wrapper-2 .about-left-item .about-item .about-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.about-wrapper-2 .about-content h5 {
  font-weight: 500;
  margin-bottom: 30px;
  max-width: 518px;
  color: var(--header2);
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-content h5 {
    font-size: 18px;
  }
}
.about-wrapper-2 .about-content p {
  max-width: 487px;
}
.about-wrapper-2 .about-content .list-item {
  display: flex;
  align-items: center;
  gap: 65px;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .list-item {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.about-wrapper-2 .about-content .list-item .list li {
  font-weight: 500;
  color: var(--header2);
}
.about-wrapper-2 .about-content .list-item .list li i {
  color: var(--theme2);
  margin-right: 10px;
}
.about-wrapper-2 .about-content .list-item .list li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper-2 .about-content .theme-btn {
  background-color: var(--header2);
}
.about-wrapper-2 .about-content .theme-btn::after {
  background-color: var(--theme2);
}

.about-section-2 {
  position: relative;
}
.about-section-2 .text {
  font-size: 170px;
  color: var(--header2);
  position: absolute;
  left: 0;
  bottom: 35px;
  opacity: 0.05;
  z-index: -1;
}
@media (max-width: 1600px) {
  .about-section-2 .text {
    font-size: 120px;
  }
}
@media (max-width: 1199px) {
  .about-section-2 .text {
    display: none;
  }
}

.about-section {
  border-bottom: 1px solid rgba(13, 38, 108, 0.1);
}

.about-feature-wrapper {
  border-bottom: 1px solid rgba(13, 38, 108, 0.1);
}
.about-feature-wrapper .about-feature-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .about-feature-wrapper .about-feature-items {
    display: block;
  }
}
.about-feature-wrapper .about-feature-items .content {
  max-width: 260px;
}
@media (max-width: 767px) {
  .about-feature-wrapper .about-feature-items .content {
    max-width: initial;
    margin-bottom: 30px;
  }
}
.about-feature-wrapper .about-feature-items .content .icon {
  color: var(--theme2);
  font-size: 57px;
  margin-bottom: 40px;
}
.about-feature-wrapper .about-feature-items .content h5 {
  margin-bottom: 15px;
}
.about-feature-wrapper .about-feature-items .thumb {
  max-width: 270px;
}
@media (max-width: 767px) {
  .about-feature-wrapper .about-feature-items .thumb {
    max-width: initial;
  }
}
.about-feature-wrapper .about-feature-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-feature-wrapper .about-feature-items.style-2 {
  padding-right: 0;
  padding-left: 30px;
  border-left: 1px solid rgba(15, 49, 58, 0.1);
}
@media (max-width: 991px) {
  .about-feature-wrapper .about-feature-items.style-2 {
    padding-left: 0;
    border: none;
  }
}

.who-we-are-wrapper .about-content h5 {
  margin-top: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 167%;
  margin-bottom: 25px;
  color: var(--header2);
}
.who-we-are-wrapper .about-content .theme-btn {
  margin-top: 50px;
  background-color: var(--theme2);
}
.who-we-are-wrapper .thumb {
  position: relative;
}
.who-we-are-wrapper .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.who-we-are-wrapper .thumb .counter-box {
  padding: 40px;
  background-color: var(--theme2);
  position: absolute;
  bottom: 10px;
  right: 10px;
  min-width: 188px;
  border-radius: 7px;
}
@media (max-width: 1199px) {
  .who-we-are-wrapper .thumb .counter-box {
    display: none;
  }
}
.who-we-are-wrapper .thumb .counter-box h2 {
  font-size: 100px;
  color: var(--white);
}
.who-we-are-wrapper .thumb .counter-box h2 sup {
  font-size: 60px;
  font-weight: 300;
}
.who-we-are-wrapper .thumb .counter-box p {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
}

.who-we-are-section {
  position: relative;
}
.who-we-are-section .circle-left-shape {
  position: absolute;
  bottom: -50%;
  right: 0;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*img-animation**********************/
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.brand-wrapper {
  padding: 70px 0;
}
.brand-wrapper.style-2 {
  padding: 0;
}
.brand-wrapper h5 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 50px;
}
.brand-wrapper.style-3 {
  border-top: 1px solid rgba(15, 49, 58, 0.1);
}
.brand-wrapper.style-3 .brand-image {
  border-right: 1px solid rgba(15, 49, 58, 0.1);
  transition: all 0.4s ease-in-out;
  height: 200px;
  line-height: 200px;
  width: 100%;
}
.brand-wrapper.style-3 .brand-image:hover {
  background-color: var(--theme2);
}
.brand-wrapper.style-3 .brand-image:hover img {
  filter: grayscale(100%) brightness(800%);
}

.contact-us-wrapper .contact-image {
  margin-top: 70px;
  max-width: 422px;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .contact-us-wrapper .contact-image {
    margin-top: 30px;
  }
}
.contact-us-wrapper .contact-image img {
  padding-right: 60px;
  width: 100%;
  height: 100%;
  left: 60px;
}
.contact-us-wrapper .contact-us-content .contact-us-box {
  display: flex;
  gap: 30px;
  border-radius: 10px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  padding: 30px 40px;
  margin-bottom: 30px;
  /* max-width: 521px; */
}
@media (max-width: 767px) {
  .contact-us-wrapper .contact-us-content .contact-us-box {
    padding: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .contact-us-wrapper .contact-us-content .contact-us-box {
    padding: 30px;
  }
}
.contact-us-wrapper .contact-us-content .contact-us-box .content span {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.contact-us-wrapper .contact-us-content .contact-us-box .content h6 {
  color: var(--header2);
  line-height: 175%;
}
.contact-us-wrapper .contact-us-content .contact-us-box .content h6 a {
  color: var(--header2);
}

.contact-us-section {
  position: relative;
}
.contact-us-section .line-shape {
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .contact-us-section .line-shape {
    display: none;
  }
}

.map-items .googpemap iframe {
  width: 100%;
  height: 600px;
}

.contact-box-items {
  padding: 40px;
  border-radius: 10px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  text-align: center;
}
.contact-box-items h3 {
  font-size: 27px;
  margin-bottom: 10px;
  color: var(--header2);
}
@media (max-width: 1199px) {
  .contact-box-items h3 {
    font-size: 25px;
  }
}
.contact-box-items .contact-form-items {
  margin-top: 40px;
}
.contact-box-items .contact-form-items .form-clt {
  position: relative;
}
.contact-box-items .contact-form-items .form-clt input, .contact-box-items .contact-form-items .form-clt textarea {
  width: 100%;
  border: none;
  outline: none;
  background: var(--white);
  color: var(--header2);
  border-radius: 30px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  padding: 16px 25px;
}
@media (max-width: 767px) {
  .contact-box-items .contact-form-items .form-clt input, .contact-box-items .contact-form-items .form-clt textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .contact-box-items .contact-form-items .form-clt input, .contact-box-items .contact-form-items .form-clt textarea {
    padding: 12px 18px;
  }
}
.contact-box-items .contact-form-items .form-clt input::placeholder, .contact-box-items .contact-form-items .form-clt textarea::placeholder {
  color: var(--header2);
}
.contact-box-items .contact-form-items .form-clt textarea {
  padding-bottom: 100px;
  resize: none;
}
.contact-box-items .contact-form-items button.theme-btn {
  width: 100%;
  background-color: var(--theme2);
}

.cta-bg-wrapper {
  padding: 80px 0 0;
  position: relative;
  text-align: center;
}
.cta-bg-wrapper h2 {
  font-size: 170px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .cta-bg-wrapper h2 {
    font-size: 110px;
  }
}
@media (max-width: 991px) {
  .cta-bg-wrapper h2 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .cta-bg-wrapper h2 {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .cta-bg-wrapper h2 {
    font-size: 50px;
  }
}
@media (max-width: 470px) {
  .cta-bg-wrapper h2 {
    font-size: 40px;
  }
}
.cta-bg-wrapper h2.style-2 {
  color: var(--header2);
}
@media (max-width: 575px) {
  .cta-bg-wrapper h2.style-2 {
    font-size: 70px;
  }
}
.cta-bg-wrapper.style-2 {
  padding: 40px 0 0;
}

.cta-bg-section {
  position: relative;
}
.cta-bg-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(13, 38, 108, 0) 0%, #0D266C 100%);
}

.faq-wrapper .faq-left-items .left-box-items {
  margin-top: 70px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .faq-wrapper .faq-left-items .left-box-items {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.faq-wrapper .faq-left-items .left-box-items .icon {
  width: 190px;
  height: 190px;
  line-height: 190px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme2);
}
.faq-wrapper .faq-left-items .left-box-items .author-image {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 767px) {
  .faq-wrapper .faq-left-items .left-box-items .author-image {
    margin-left: 0;
    margin-right: 0;
  }
}
.faq-wrapper .faq-left-items .left-box-items .count-box {
  width: 190px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0F313A;
  border-radius: 50%;
}
.faq-wrapper .faq-left-items .left-box-items .count-box h4 {
  font-size: 30px;
  font-weight: 600;
  color: var(--header2);
  margin-bottom: 3px;
}
.faq-wrapper .faq-image-2 {
  margin-top: 50px;
}
.faq-wrapper .faq-items-2 .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 20px;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid rgba(1, 23, 45, 0.1);
  padding-bottom: 20px;
}
.faq-wrapper .faq-items-2 .accordion .accordion-item h2 {
  position: relative;
}
.faq-wrapper .faq-items-2 .accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0 !important;
  font-family: "Ubuntu", sans-serif;
  color: var(--header2);
  padding: 0;
  padding-left: 30px;
}
@media (max-width: 575px) {
  .faq-wrapper .faq-items-2 .accordion .accordion-item h2 button {
    font-size: 17px;
  }
}
.faq-wrapper .faq-items-2 .accordion .accordion-item .accordion-body {
  padding: 0 0;
  padding-top: 15px;
  padding-left: 30px;
}
.faq-wrapper .faq-items-2 .accordion .accordion-item .accordion-body p {
  color: var(--text);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .faq-wrapper .faq-items-2 .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-wrapper .faq-items-2 .accordion .accordion-button {
  background-color: transparent;
  color: var(--header2);
}
.faq-wrapper .faq-items-2 .accordion .accordion-button::after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f324" !important;
  font-size: 16px;
  transform: rotate(0) !important;
  background-image: none;
}
.faq-wrapper .faq-items-2 .accordion .accordion-button::before {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--header2);
}
.faq-wrapper .faq-items-2 .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header);
}
.faq-wrapper .faq-items-2 .accordion .accordion-button.collapsed::before {
  content: "+";
}

.faq-section {
  position: relative;
}
.faq-section .line-shape {
  position: absolute;
  top: 36%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .faq-section .line-shape {
    display: none;
  }
}

.faq-wrapper-2 .faq-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .faq-wrapper-2 .faq-content {
    margin-left: 0;
  }
}
.faq-wrapper-2 .faq-content .faq-items-2 {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .faq-wrapper-2 .faq-content .faq-items-2 {
    margin-top: 30px;
  }
}
.faq-wrapper-2 .faq-content .faq-items-2 .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 20px;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid rgba(1, 23, 45, 0.1);
  padding-bottom: 20px;
}
.faq-wrapper-2 .faq-content .faq-items-2 .accordion .accordion-item h2 {
  position: relative;
}
.faq-wrapper-2 .faq-content .faq-items-2 .accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0 !important;
  font-family: "Ubuntu", sans-serif;
  color: var(--header2);
  padding: 0;
  padding-left: 30px;
}
@media (max-width: 575px) {
  .faq-wrapper-2 .faq-content .faq-items-2 .accordion .accordion-item h2 button {
    font-size: 17px;
  }
}
.faq-wrapper-2 .faq-content .faq-items-2 .accordion .accordion-item .accordion-body {
  padding: 0 0;
  padding-top: 15px;
  padding-left: 30px;
}
.faq-wrapper-2 .faq-content .faq-items-2 .accordion .accordion-item .accordion-body p {
  color: var(--text);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .faq-wrapper-2 .faq-content .faq-items-2 .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-wrapper-2 .faq-content .faq-items-2 .accordion .accordion-button {
  background-color: transparent;
  color: var(--header2);
}
.faq-wrapper-2 .faq-content .faq-items-2 .accordion .accordion-button::after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f324" !important;
  font-size: 16px;
  transform: rotate(0) !important;
  background-image: none;
}
.faq-wrapper-2 .faq-content .faq-items-2 .accordion .accordion-button::before {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--header2);
}
.faq-wrapper-2 .faq-content .faq-items-2 .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header2);
}
.faq-wrapper-2 .faq-content .faq-items-2 .accordion .accordion-button.collapsed::before {
  content: "+";
}

.feature-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0;
}
@media (max-width: 1199px) {
  .feature-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .feature-wrapper {
    display: grid;
    text-align: center;
    justify-content: center;
  }
}
.feature-wrapper .feature-icon-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .feature-wrapper .feature-icon-item {
    display: block;
    text-align: center;
  }
}
.feature-wrapper .feature-icon-item .icon {
  font-size: 40px;
  color: var(--text);
}
@media (max-width: 575px) {
  .feature-wrapper .feature-icon-item .icon {
    margin-bottom: 20px;
  }
}
.feature-wrapper .feature-icon-item .content h5 {
  font-size: 18px;
  color: var(--text);
}

.feature-section {
  border-bottom: 1px solid rgba(13, 38, 108, 0.1);
}

.client-info-wrapper {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1199px) {
  .client-info-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
.client-info-wrapper .client-info-image {
  display: flex;
  align-items: center;
}
.client-info-wrapper .client-info-image .quriar-image {
  width: 190px;
  height: 190px;
  line-height: 190px;
  text-align: center;
  background-color: var(--header);
  border-radius: 100%;
}
.client-info-wrapper .client-info-image .client-image {
  margin-left: -50px;
}
.client-info-wrapper .content {
  max-width: 661px;
}
.client-info-wrapper .content h4 {
  margin-bottom: 20px;
  line-height: 166%;
}
.client-info-wrapper .content h5 {
  font-size: 18px;
  color: var(--text);
  position: relative;
  padding-left: 80px;
  display: inline-block;
}
.client-info-wrapper .content h5::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 50px;
  height: 2px;
  background-color: var(--text);
}
.client-info-wrapper .content h5 span {
  font-size: 14px;
  font-weight: 400;
}

.feature-wrapper-2 .feature-content .feature-text {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 550px;
}
.feature-wrapper-2 .feature-image {
  max-width: 520px;
  margin-left: 70px;
}
@media (max-width: 1199px) {
  .feature-wrapper-2 .feature-image {
    margin-left: 0;
    max-width: 800px;
  }
}
.feature-wrapper-2 .feature-image img {
  width: 100%;
  height: 100%;
}

.feature-section-2 {
  border-top: 1px solid rgba(13, 38, 108, 0.1);
  border-bottom: 1px solid rgba(13, 38, 108, 0.1);
  position: relative;
}
.feature-section-2::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  background-color: rgba(13, 38, 108, 0.07);
  left: 50%;
  width: 1px;
}
@media (max-width: 1199px) {
  .feature-section-2::before {
    display: none;
  }
}

.feature-quate-wrapper .feature-quate-content .text {
  color: var(--white);
  margin-top: 40px;
  max-width: 486px;
}
@media (max-width: 767px) {
  .feature-quate-wrapper .feature-quate-content .text {
    margin-top: 30px;
  }
}
.feature-quate-wrapper .feature-quate-content .counter-text {
  margin-top: 70px;
  min-width: 368px;
}
@media (max-width: 767px) {
  .feature-quate-wrapper .feature-quate-content .counter-text {
    margin-top: 30px;
  }
}
.feature-quate-wrapper .feature-quate-content .counter-text h2 {
  font-size: 120px;
  font-weight: 500;
  color: var(--white);
}
@media (max-width: 1399px) {
  .feature-quate-wrapper .feature-quate-content .counter-text h2 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .feature-quate-wrapper .feature-quate-content .counter-text h2 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .feature-quate-wrapper .feature-quate-content .counter-text h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .feature-quate-wrapper .feature-quate-content .counter-text h2 {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .feature-quate-wrapper .feature-quate-content .counter-text h2 {
    font-size: 60px;
  }
}
.feature-quate-wrapper .feature-quate-content .counter-text h2 sup {
  font-size: 80px;
  font-weight: 250;
  color: var(--white);
}
@media (max-width: 767px) {
  .feature-quate-wrapper .feature-quate-content .counter-text h2 sup {
    font-size: 50px;
  }
}
.feature-quate-wrapper .feature-quate-content .counter-text p {
  font-size: 20px;
  font-weight: 500;
  margin-left: 220px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .feature-quate-wrapper .feature-quate-content .counter-text p {
    margin-left: 0;
  }
}
.feature-quate-wrapper .feature-quate-content .track-image {
  margin-top: 150px;
}
@media (max-width: 575px) {
  .feature-quate-wrapper .feature-quate-content .track-image {
    margin-top: 50px;
  }
}
.feature-quate-wrapper .feature-contact-box {
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px;
}
@media (max-width: 1199px) {
  .feature-quate-wrapper .feature-contact-box {
    padding: 30px;
  }
}
.feature-quate-wrapper .feature-contact-box h4 {
  color: var(--white);
  position: relative;
  padding-left: 15px;
  margin-bottom: 40px;
}
.feature-quate-wrapper .feature-contact-box h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background-color: var(--theme);
}
.feature-quate-wrapper .feature-contact-box .form-clt {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.feature-quate-wrapper .feature-contact-box .form-clt input, .feature-quate-wrapper .feature-contact-box .form-clt textarea {
  width: 100%;
  outline: none;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #96B4CC;
  padding: 16px 20px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.feature-quate-wrapper .feature-contact-box .form-clt input:hover, .feature-quate-wrapper .feature-contact-box .form-clt textarea:hover {
  color: var(--white);
  border: 1px solid var(--white);
}
.feature-quate-wrapper .feature-contact-box .form-clt input:hover::placeholder, .feature-quate-wrapper .feature-contact-box .form-clt textarea:hover::placeholder {
  color: var(--white);
}
@media (max-width: 767px) {
  .feature-quate-wrapper .feature-contact-box .form-clt input, .feature-quate-wrapper .feature-contact-box .form-clt textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .feature-quate-wrapper .feature-contact-box .form-clt input, .feature-quate-wrapper .feature-contact-box .form-clt textarea {
    padding: 12px 18px;
  }
}
.feature-quate-wrapper .feature-contact-box .form-clt input::placeholder, .feature-quate-wrapper .feature-contact-box .form-clt textarea::placeholder {
  color: #96B4CC;
}
.feature-quate-wrapper .feature-contact-box .form-clt .icon {
  position: absolute;
  right: 20px;
  top: 16px;
}
.feature-quate-wrapper .feature-contact-box .form-clt .icon i {
  color: var(--white);
}
.feature-quate-wrapper .feature-contact-box .form-clt .form .single-select {
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #96B4CC;
}
.feature-quate-wrapper .feature-contact-box .form-clt .form .single-select span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #96B4CC;
}
.feature-quate-wrapper .feature-contact-box .form-clt .form .single-select .list {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.feature-quate-wrapper .feature-contact-box .form-clt .form .single-select .list li {
  color: var(--header);
}
.feature-quate-wrapper .feature-contact-box .form-clt .form .single-select::after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  height: 8px;
  margin-top: -6px;
  width: 8px;
  right: 20px;
}
.feature-quate-wrapper .feature-contact-box .form-clt .form:hover .single-select {
  border: 1px solid var(--white);
}
.feature-quate-wrapper .feature-contact-box .form-clt .form:hover .single-select span {
  color: var(--white);
}
.feature-quate-wrapper .feature-contact-box button.theme-btn {
  width: 100%;
  background-color: #13B5EA;
}
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance-five__form__progres {
  position: relative;
  margin: 26px 0 11px;
}
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .progress__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  padding-bottom: 20px;
}
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance-five__form__progress {
  position: relative;
}
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance__progress-range .irs-single,
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance__progress-range .irs-from,
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance__progress-range .irs-to {
  display: none;
}
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance__progress-range .irs--flat {
  height: 7px;
}
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-handle,
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-line,
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-bar {
  top: 0;
}
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-line {
  height: 7px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
}
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-bar {
  height: 7px;
  border-radius: 6px;
  background-image: linear-gradient(90deg, var(--theme) 0%, var(--theme) 100%);
}
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-handle {
  height: 20px;
  width: 20px;
  background-color: #FF6832;
  border-radius: 50%;
  top: -7px;
}
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-handle i:first-child {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: var(--white);
  top: 50%;
  transform: translate(-50%, -50%);
}
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance__progress {
  margin-bottom: 33px;
}
.feature-quate-wrapper .feature-contact-box .quriar-price-ranage .get-insurance__balance-box {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}
.feature-quate-wrapper .feature-contact-box.style-2 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: var(--header2);
}
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance-five__form__progres {
  position: relative;
  margin: 26px 0 11px;
}
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .progress__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  padding-bottom: 20px;
}
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance-five__form__progress {
  position: relative;
  margin-bottom: 13px;
}
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance__progress-range .irs-single,
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance__progress-range .irs-from,
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance__progress-range .irs-to {
  display: none;
}
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance__progress-range .irs--flat {
  height: 7px;
}
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-handle,
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-line,
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-bar {
  top: 0;
}
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-line {
  height: 7px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
}
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-bar {
  height: 7px;
  border-radius: 6px;
  background-image: linear-gradient(90deg, var(--theme2) 0%, var(--theme2) 100%);
}
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-handle {
  height: 20px;
  width: 20px;
  background-color: #FF6832;
  border-radius: 50%;
  top: -7px;
}
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance__progress-range .irs--flat .irs-handle i:first-child {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: var(--white);
  top: 50%;
  transform: translate(-50%, -50%);
}
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance__progress {
  margin-bottom: 33px;
}
.feature-quate-wrapper .feature-contact-box.style-2 .quriar-price-ranage .get-insurance__balance-box {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}
.feature-quate-wrapper .feature-contact-box.style-2 button.theme-btn {
  width: 100%;
  background-color: var(--theme2);
}
.feature-quate-wrapper .feature-quate-image {
  position: relative;
}
.feature-quate-wrapper .feature-quate-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.feature-quate-wrapper .feature-quate-image .red-box {
  padding: 50px 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(153, 153, 153, 0.1) 100%);
  backdrop-filter: blur(50px);
  position: absolute;
  bottom: 20px;
  right: 20px;
  min-width: 410px;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .feature-quate-wrapper .feature-quate-image .red-box {
    display: none;
  }
}
.feature-quate-wrapper .feature-quate-image .red-box h2 {
  font-size: 100px;
  color: var(--white);
  margin-bottom: 10px;
}
.feature-quate-wrapper .feature-quate-image .red-box h2 sup {
  font-size: 60px;
  font-weight: 300;
}
.feature-quate-wrapper .feature-quate-image .red-box p {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid var(--white);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.feature-quite-section {
  position: relative;
}
.feature-quite-section::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  height: 1px;
  width: 47%;
  bottom: 12%;
  left: 0;
}
@media (max-width: 1199px) {
  .feature-quite-section::before {
    display: none;
  }
}
.feature-quite-section .right-shape {
  position: absolute;
  right: 0;
  bottom: 25%;
}
@media (max-width: 1199px) {
  .feature-quite-section .right-shape {
    display: none;
  }
}

.choose-us-section .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1399px) {
  .choose-us-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .choose-us-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .choose-us-section .container-fluid {
    padding: 0 30px;
  }
}

.choose-us-wrapper .choose-us-content {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-content {
    margin-right: 0;
  }
}
.choose-us-wrapper .choose-us-content .choose-us-image {
  margin-left: -100px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-content .choose-us-image {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-content .choose-us-image {
    margin-bottom: 40px;
  }
}
.choose-us-wrapper .choose-us-content .choose-us-image img {
  width: 100%;
  height: 100%;
}
.choose-us-wrapper .choose-us-content .choose-us-image .red-box {
  padding: 50px 60px;
  background-color: var(--theme);
  position: absolute;
  bottom: 20px;
  right: 20px;
  min-width: 410px;
}
@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-content .choose-us-image .red-box {
    display: none;
  }
}
.choose-us-wrapper .choose-us-content .choose-us-image .red-box h2 {
  font-size: 100px;
  color: var(--white);
  margin-bottom: 10px;
}
.choose-us-wrapper .choose-us-content .choose-us-image .red-box h2 sup {
  font-size: 60px;
  font-weight: 300;
}
.choose-us-wrapper .choose-us-content .choose-us-image .red-box p {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid var(--white);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.choose-us-wrapper .choose-us-content .content {
  margin-left: 216px;
}
@media (max-width: 1600px) {
  .choose-us-wrapper .choose-us-content .content {
    margin-left: 80px;
  }
}
@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-content .content {
    margin-left: 0;
  }
}
.choose-us-wrapper .choose-us-content .content .text {
  max-width: 741px;
  border-bottom: 1px solid rgba(13, 38, 108, 0.07);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-content .content .text {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.choose-us-wrapper .choose-us-content .content .list-item {
  display: flex;
  align-items: center;
  gap: 130px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-content .content .list-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-content .content .list-item {
    margin-bottom: 30px;
  }
}
.choose-us-wrapper .choose-us-content .content .list-item .list li {
  font-weight: 500;
  color: #003865;
}
.choose-us-wrapper .choose-us-content .content .list-item .list li i {
  color: var(--theme);
  margin-right: 10px;
}
.choose-us-wrapper .choose-us-content .content .list-item .list li:not(:last-child) {
  margin-bottom: 10px;
}
.choose-us-wrapper .choose-us-content .content .theme-btn {
  background-color: #13B5EA;
}
.choose-us-wrapper .choose-us-main-item {
  margin-top: 130px;
}
@media (max-width: 1199px) {
  .choose-us-wrapper .choose-us-main-item {
    margin-top: 82px;
  }
}
@media (max-width: 991px) {
  .choose-us-wrapper .choose-us-main-item {
    margin-top: 52px;
  }
}
.choose-us-wrapper .choose-us-main-item .choose-us-item {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-main-item .choose-us-item {
    margin-top: 30px;
  }
}
.choose-us-wrapper .choose-us-main-item .choose-us-item .choose-us-box {
  padding: 40px 70px;
  background-color: #13B5EA;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .choose-us-wrapper .choose-us-main-item .choose-us-item .choose-us-box {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .choose-us-wrapper .choose-us-main-item .choose-us-item .choose-us-box {
    padding: 40px 40px;
  }
}
@media (max-width: 575px) {
  .choose-us-wrapper .choose-us-main-item .choose-us-item .choose-us-box {
    padding: 40px 30px;
  }
}
.choose-us-wrapper .choose-us-main-item .choose-us-item .choose-us-box.bg-2 {
  background-color: #0D266C;
}
.choose-us-wrapper .choose-us-main-item .choose-us-item .choose-us-box.bg-3 {
  background-color: #FF6832;
}
.choose-us-wrapper .choose-us-main-item .choose-us-item .choose-us-box.bg-4 {
  background-color: var(--header);
}
.choose-us-wrapper .choose-us-main-item .choose-us-item .choose-us-box .icon {
  font-size: 55px;
  color: var(--white);
  margin-bottom: 20px;
}
.choose-us-wrapper .choose-us-main-item .choose-us-item .choose-us-box .content h4 {
  color: var(--white);
  margin-bottom: 10px;
}
.choose-us-wrapper .choose-us-main-item .choose-us-item .choose-us-box .content p {
  color: var(--white);
  max-width: 366px;
}

.feature-card-item .icon {
  font-size: 55px;
  color: var(--theme2);
  margin-bottom: 40px;
}
.feature-card-item .content h5 {
  margin-bottom: 20px;
  color: var(--header2);
}
.feature-card-item .content p {
  max-width: 315px;
}

.feature-section-3 {
  border-bottom: 1px solid rgba(15, 49, 58, 0.1);
  position: relative;
}
.feature-section-3::before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  background-color: rgba(13, 38, 108, 0.07);
  left: 30%;
  width: 1px;
}
@media (max-width: 1199px) {
  .feature-section-3::before {
    display: none;
  }
}
.feature-section-3::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  background-color: rgba(13, 38, 108, 0.07);
  right: 41%;
  width: 1px;
}
@media (max-width: 1199px) {
  .feature-section-3::after {
    display: none;
  }
}
.feature-section-3 .container-fluid {
  padding: 0 160px;
}
@media (max-width: 1600px) {
  .feature-section-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .feature-section-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .feature-section-3 .container-fluid {
    padding: 0 30px;
  }
}
.feature-section-3 .track-image {
  position: absolute;
  bottom: 0;
  right: 0;
  animation: moveTruck 15s linear infinite;
}
@media (max-width: 1199px) {
  .feature-section-3 .track-image {
    display: none;
  }
}

.feature-wrapper-3 .feature-left-item .feature-image {
  margin-left: -180px;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .feature-wrapper-3 .feature-left-item .feature-image {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .feature-wrapper-3 .feature-left-item .feature-image {
    margin-top: 40px;
  }
}
.feature-wrapper-3 .feature-left-item .feature-image img {
  width: 100%;
  height: 100%;
}
.feature-wrapper-3 .feature-right-item .nav {
  display: flex;
  align-items: center;
  border-radius: 42px;
  background: var(--white);
  box-shadow: 10px 4px 60px 0px rgba(193, 193, 193, 0.25);
  padding: 16px 30px;
  gap: 70px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .feature-wrapper-3 .feature-right-item .nav {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.feature-wrapper-3 .feature-right-item .nav .nav-item {
  padding: 0;
  position: relative;
}
.feature-wrapper-3 .feature-right-item .nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  position: relative;
}
.feature-wrapper-3 .feature-right-item .nav .nav-item .nav-link.bb-none::before {
  display: none;
}
.feature-wrapper-3 .feature-right-item .nav .nav-item .nav-link.active {
  color: var(--theme);
}
.feature-wrapper-3 .feature-right-item .nav .nav-item .nav-link.active::before {
  background-color: var(--theme);
}
.feature-wrapper-3 .feature-right-item .nav .nav-item .nav-link.active::after {
  position: absolute;
  bottom: 0;
  left: 16px;
  height: 2px;
  width: 78%;
  content: "";
  background: var(--theme);
  transition: 0.3s;
}
.feature-wrapper-3 .feature-right-item .tab-content .feature-content-item p {
  max-width: 513px;
}
.feature-wrapper-3 .feature-right-item .tab-content .feature-content-item .feature-icon-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  border-bottom: 1px solid rgba(1, 23, 45, 0.1);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .feature-wrapper-3 .feature-right-item .tab-content .feature-content-item .feature-icon-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.feature-wrapper-3 .feature-right-item .tab-content .feature-content-item .feature-icon-item .feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.feature-wrapper-3 .feature-right-item .tab-content .feature-content-item .feature-icon-item .feature-item .icon {
  color: var(--theme3);
  font-size: 45px;
}
.feature-wrapper-3 .feature-right-item .tab-content .feature-content-item .feature-icon-item .feature-item h5 {
  font-size: 18px;
  color: var(--header3);
}
.feature-wrapper-3 .feature-right-item .tab-content .feature-content-item .caller-button {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) {
  .feature-wrapper-3 .feature-right-item .tab-content .feature-content-item .caller-button {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.feature-wrapper-3 .feature-right-item .tab-content .feature-content-item .caller-button .theme-btn {
  background-color: var(--header3);
}
.feature-wrapper-3 .feature-right-item .tab-content .feature-content-item .caller-button .theme-btn::after {
  background-color: var(--theme3);
}
.feature-wrapper-3 .feature-right-item .tab-content .feature-content-item .caller-button .caller-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.feature-wrapper-3 .feature-right-item .tab-content .feature-content-item .caller-button .caller-icon .icon {
  color: var(--theme3);
  font-size: 35px;
}
.feature-wrapper-3 .feature-right-item .tab-content .feature-content-item .caller-button .caller-icon .content span {
  color: #406A8C;
  font-size: 13px;
  font-weight: 500;
}
.feature-wrapper-3 .feature-right-item .tab-content .feature-content-item .caller-button .caller-icon .content h5 a {
  color: var(--header3);
}

.feature-section-4 {
  position: relative;
}
.feature-section-4::before {
  position: absolute;
  content: "";
  background: rgba(1, 23, 45, 0.1);
  height: 1px;
  width: 44%;
  bottom: 17%;
  left: 0;
}
@media (max-width: 1199px) {
  .feature-section-4::before {
    display: none;
  }
}
.feature-section-4::after {
  position: absolute;
  content: "";
  background: rgba(1, 23, 45, 0.1);
  height: 1px;
  width: 44%;
  bottom: 16%;
  left: 0;
}
@media (max-width: 1199px) {
  .feature-section-4::after {
    display: none;
  }
}
.feature-section-4.style-2 {
  position: relative;
}
.feature-section-4.style-2::before {
  position: absolute;
  content: "";
  background: rgba(1, 23, 45, 0.1);
  height: 1px;
  width: 44%;
  bottom: 15%;
  left: 0;
}
@media (max-width: 1199px) {
  .feature-section-4.style-2::before {
    display: none;
  }
}

.choose-us-wrapper-2 .choose-us-left-content .plane-image {
  margin-top: 50px;
  margin-left: -190px;
}
@media (max-width: 1600px) {
  .choose-us-wrapper-2 .choose-us-left-content .plane-image {
    margin-left: 0;
  }
}
.choose-us-wrapper-2 .choose-us-left-content .plane-image img {
  width: 100%;
  height: 100%;
}
.choose-us-wrapper-2 .faq-items-2 .accordion .accordion-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 20px;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid rgba(1, 23, 45, 0.1);
  padding-bottom: 20px;
}
.choose-us-wrapper-2 .faq-items-2 .accordion .accordion-item h2 {
  position: relative;
}
.choose-us-wrapper-2 .faq-items-2 .accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0 !important;
  font-family: "Ubuntu", sans-serif;
  color: var(--header2);
  padding: 0;
  padding-left: 30px;
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .faq-items-2 .accordion .accordion-item h2 button {
    font-size: 17px;
  }
}
.choose-us-wrapper-2 .faq-items-2 .accordion .accordion-item .accordion-body {
  padding: 0 0;
  padding-top: 15px;
  padding-left: 30px;
}
.choose-us-wrapper-2 .faq-items-2 .accordion .accordion-item .accordion-body p {
  color: var(--text);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .choose-us-wrapper-2 .faq-items-2 .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.choose-us-wrapper-2 .faq-items-2 .accordion .accordion-button {
  background-color: transparent;
  color: var(--header);
}
.choose-us-wrapper-2 .faq-items-2 .accordion .accordion-button::after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f324" !important;
  font-size: 16px;
  transform: rotate(0) !important;
  background-image: none;
}
.choose-us-wrapper-2 .faq-items-2 .accordion .accordion-button::before {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 0;
  right: 0;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--header2);
}
.choose-us-wrapper-2 .faq-items-2 .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header3);
}
.choose-us-wrapper-2 .faq-items-2 .accordion .accordion-button.collapsed::before {
  content: "+";
}

.feature-wrapper-4 .feature-content .section-title h2 {
  font-size: 53px;
}
@media (max-width: 991px) {
  .feature-wrapper-4 .feature-content .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .feature-wrapper-4 .feature-content .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .feature-wrapper-4 .feature-content .section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 470px) {
  .feature-wrapper-4 .feature-content .section-title h2 {
    font-size: 30px;
  }
}
.feature-wrapper-4 .feature-content .text {
  max-width: 522px;
  margin-top: 40px;
}
.feature-wrapper-4 .feature-content .progress-area {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .feature-wrapper-4 .feature-content .progress-area {
    margin-top: 30px;
  }
}
.feature-wrapper-4 .feature-content .progress-area .progress-wrap .pro-items {
  width: 100%;
}
.feature-wrapper-4 .feature-content .progress-area .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 25px;
}
.feature-wrapper-4 .feature-content .progress-area .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.feature-wrapper-4 .feature-content .progress-area .progress-wrap .pro-items .pro-head .title {
  color: var(--header3);
}
.feature-wrapper-4 .feature-content .progress-area .progress-wrap .pro-items .pro-head .point {
  font-size: 20px;
  font-weight: 600;
  color: var(--header3);
}
.feature-wrapper-4 .feature-content .progress-area .progress-wrap .pro-items .pro-head .point::before {
  display: none;
}
.feature-wrapper-4 .feature-content .progress-area .progress-wrap .pro-items .progress {
  background: rgba(249, 71, 53, 0.1);
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 3px;
  width: 100%;
}
.feature-wrapper-4 .feature-content .progress-area .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme3);
  height: 3px;
  width: 0;
}
.feature-wrapper-4 .feature-content .progress-area .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.feature-wrapper-4 .feature-content .progress-area .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}
.feature-wrapper-4 .feature-content .theme-btn {
  background-color: var(--header3);
  margin-top: 50px;
}
.feature-wrapper-4 .feature-content .theme-btn::after {
  background-color: var(--theme3);
}
.feature-wrapper-4 .feature-image {
  position: relative;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .feature-wrapper-4 .feature-image {
    margin-left: 0;
  }
}
.feature-wrapper-4 .feature-image .red-box {
  padding: 50px 60px;
  background: var(--theme3);
  position: absolute;
  bottom: 30px;
  left: -50px;
  min-width: 410px;
}
@media (max-width: 1199px) {
  .feature-wrapper-4 .feature-image .red-box {
    display: none;
  }
}
.feature-wrapper-4 .feature-image .red-box h2 {
  font-size: 100px;
  color: var(--white);
  margin-bottom: 10px;
}
.feature-wrapper-4 .feature-image .red-box h2 sup {
  font-size: 60px;
  font-weight: 300;
}
.feature-wrapper-4 .feature-image .red-box p {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid var(--white);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.feature-wrapper-4 .feature-image img {
  width: 100%;
  height: 100%;
}

.feature-quate-wrapper-2 .map-image img {
  width: 100%;
  height: 100%;
}
.feature-quate-wrapper-2 .feature-quate-content .feature-contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(1, 23, 45, 0.07);
  padding-top: 50px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .feature-quate-wrapper-2 .feature-quate-content .feature-contact-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .feature-quate-wrapper-2 .feature-quate-content .feature-contact-item {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.feature-quate-wrapper-2 .feature-quate-content .feature-contact-item .feature-content h5 {
  color: var(--theme3);
  margin-bottom: 15px;
}
.feature-quate-wrapper-2 .feature-quate-content .feature-contact-item .feature-content h6 {
  color: var(--header3);
  font-weight: 400;
  line-height: 162%;
}

.feature-quate-section-2 {
  border-bottom: 1px solid rgba(1, 23, 45, 0.07);
}

.choose-us-section-2 {
  border-top: 1px solid rgba(15, 49, 58, 0.1);
  position: relative;
}
.choose-us-section-2.style-2 {
  border-top: none;
}
@media (max-width: 1199px) {
  .choose-us-section-2.style-margin {
    padding-top: 195px;
  }
}
@media (max-width: 991px) {
  .choose-us-section-2.style-margin {
    padding-top: 175px;
  }
}

.choose-us-wrapper-2 .choose-us-content .icon-items {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .choose-us-wrapper-2 .choose-us-content .icon-items {
    margin-top: 30px;
  }
}
.choose-us-wrapper-2 .choose-us-content .icon-items .icon {
  font-size: 45px;
  color: var(--theme2);
}
.choose-us-wrapper-2 .choose-us-content .icon-items .content {
  margin-top: 20px;
}
.choose-us-wrapper-2 .choose-us-content .icon-items .content h4 {
  font-size: 20px;
  color: var(--header2);
  margin-bottom: 10px;
}
.choose-us-wrapper-2 .choose-us-content .icon-items .content p {
  max-width: 270px;
}
.choose-us-wrapper-2 .choose-us-content .icon-items-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .choose-us-wrapper-2 .choose-us-content .icon-items-area {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.choose-us-wrapper-2 .choose-image {
  margin-left: 40px;
  margin-right: -60%;
}
@media (max-width: 1199px) {
  .choose-us-wrapper-2 .choose-image {
    margin-left: 0;
    margin-right: 0;
  }
}
.choose-us-wrapper-2 .choose-image img {
  width: 100%;
  height: 100%;
}

.how-we-work-wrapper-2 .faq-items {
  margin-top: 30px;
  margin-right: 80px;
}
@media (max-width: 1199px) {
  .how-we-work-wrapper-2 .faq-items {
    margin-right: 0;
  }
}
.how-we-work-wrapper-2 .faq-items.style-2 {
  margin-left: 100px;
}
@media (max-width: 1199px) {
  .how-we-work-wrapper-2 .faq-items.style-2 {
    margin-left: 0;
  }
}
.how-we-work-wrapper-2 .faq-items .accordion .accordion-item {
  border: 1px solid rgba(15, 49, 58, 0.1);
  border-radius: 0px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 7px;
  position: relative;
}
.how-we-work-wrapper-2 .faq-items .accordion .accordion-item span {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid rgba(15, 49, 58, 0.1);
  background-color: var(--white);
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 30px;
  z-index: 9;
}
.how-we-work-wrapper-2 .faq-items .accordion .accordion-item .icon {
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 40px;
  color: var(--theme2);
  z-index: 9;
}
.how-we-work-wrapper-2 .faq-items .accordion .accordion-item h2 button {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  box-shadow: none;
  border-radius: 0 !important;
  padding-left: 65px;
  font-family: "Ubuntu", sans-serif;
  color: var(--header2);
  padding: 30px 30px;
  padding-left: 100px;
}
@media (max-width: 575px) {
  .how-we-work-wrapper-2 .faq-items .accordion .accordion-item h2 button {
    font-size: 17px;
  }
}
.how-we-work-wrapper-2 .faq-items .accordion .accordion-item .accordion-body {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
  background-color: #EFEFEF;
}
.how-we-work-wrapper-2 .faq-items .accordion .accordion-item .accordion-body p {
  color: var(--text);
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .how-we-work-wrapper-2 .faq-items .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.how-we-work-wrapper-2 .faq-items .accordion .accordion-button {
  background-color: #EFEFEF;
  color: var(--header);
}
.how-we-work-wrapper-2 .faq-items .accordion .accordion-button::after {
  display: none;
}
.how-we-work-wrapper-2 .faq-items .accordion .accordion-button::before {
  display: none;
}
.how-we-work-wrapper-2 .faq-items .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header2);
}
.how-we-work-wrapper-2 .faq-items .accordion .accordion-button.collapsed::before {
  display: none;
}
.how-we-work-wrapper-2 .how-we-image {
  margin-top: 30px;
  position: relative;
}
.how-we-work-wrapper-2 .how-we-image.style-2 {
  margin-top: 70px;
  max-width: 422px;
  padding-right: 0;
}
.how-we-work-wrapper-2 .how-we-image.style-2::before {
  display: none;
}
.how-we-work-wrapper-2 .how-we-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 550px;
  height: 550px;
  border-radius: 550px;
  background: linear-gradient(205deg, rgba(249, 71, 53, 0.15) 12.1%, rgba(249, 71, 53, 0) 87.77%);
}
@media (max-width: 1199px) {
  .how-we-work-wrapper-2 .how-we-image::before {
    display: none;
  }
}
.how-we-work-wrapper-2 .how-we-image img {
  padding-right: 60px;
  width: 100%;
  height: 100%;
  left: 60px;
}
@media (max-width: 1199px) {
  .how-we-work-wrapper-2 .how-we-image img {
    left: 0;
    padding-right: 0;
  }
}

.how-we-work-section-2 {
  position: relative;
}
.how-we-work-section-2 .line-shape {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1600px) {
  .how-we-work-section-2 .line-shape {
    left: -135px;
  }
}
@media (max-width: 1399px) {
  .how-we-work-section-2 .line-shape {
    display: none;
  }
}

.feature-vision-items {
  margin-top: 30px;
  max-width: 350px;
}
.feature-vision-items .text-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
}
.feature-vision-items .text-header span {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  display: inline-block;
  margin-bottom: 10px;
}
.feature-vision-items .text-header h3 {
  font-size: 24px;
  color: var(--white);
}
.feature-vision-items p {
  color: var(--white);
  margin-top: 40px;
  line-height: 163%;
}
.feature-vision-items p.text-2 {
  margin-top: 20px;
}
.feature-vision-items ul {
  margin-top: 25px;
}
.feature-vision-items ul li {
  font-weight: 500;
  color: var(--white);
}
.feature-vision-items ul li i {
  margin-right: 10px;
}
.feature-vision-items ul li:not(:last-child) {
  margin-bottom: 15px;
}

.feature-cta-section {
  background-attachment: fixed;
  height: 750px;
}
@media (max-width: 767px) {
  .feature-cta-section {
    height: 500px;
  }
}

.how-border-section {
  border-bottom: 1px solid rgba(15, 49, 58, 0.1);
}

.footer-widget-wrapper {
  padding: 70px 0 100px;
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}
.footer-widget-wrapper .single-footer-widget {
  margin-top: 30px;
  position: relative;
}
.footer-widget-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper .single-footer-widget .widget-head h4 {
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .contact-info {
  margin-bottom: 30px;
}
.footer-widget-wrapper .single-footer-widget .contact-info p {
  color: var(--white);
  margin-bottom: 5px;
}
.footer-widget-wrapper .single-footer-widget .contact-info h3 {
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .contact-info h3 a {
  color: var(--white);
}
.footer-widget-wrapper .single-footer-widget .list-items li {
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  font-size: 16px;
}
.footer-widget-wrapper .single-footer-widget .list-items li a {
  color: var(--bg);
}
.footer-widget-wrapper .single-footer-widget .list-items li:not(:last-child) {
  margin-bottom: 13px;
}
.footer-widget-wrapper .single-footer-widget .list-items li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .single-footer-widget .list-items li:hover a {
  color: var(--theme);
}
.footer-widget-wrapper.style-2 .footer-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-middle-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.footer-middle-wrapper .footer-middle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .footer-middle-wrapper .footer-middle-item {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
.footer-middle-wrapper .footer-middle-item .footer-contact {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 991px) {
  .footer-middle-wrapper .footer-middle-item .footer-contact {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
.footer-middle-wrapper .footer-middle-item .footer-contact h3 {
  color: var(--white);
}

.footer-section {
  position: relative;
}
.footer-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #0D266C;
}
.footer-section .footer-text {
  position: absolute;
  top: 10px;
  left: 80px;
  right: 80px;
}
@media (max-width: 1399px) {
  .footer-section .footer-text {
    display: none;
  }
}
.footer-section .footer-text h2 {
  font-size: 200px;
  font-weight: 600;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1899px) {
  .footer-section .footer-text h2 {
    font-size: 150px;
  }
}

.footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 70px;
  margin-bottom: 70px;
  position: relative;
}
.footer-bottom .footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 175px;
  position: relative;
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    padding-bottom: 0;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
.footer-bottom .footer-wrapper .car-image {
  position: absolute;
  bottom: -67px;
  right: 0;
  animation: moveTruck 15s linear infinite;
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper .car-image {
    display: none;
  }
}
.footer-bottom .footer-wrapper p {
  color: var(--white);
}
.footer-bottom .footer-wrapper .social-icon {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-bottom .footer-wrapper .social-icon a {
  display: inline-block;
  color: var(--white);
}
.footer-bottom .footer-wrapper .social-icon a:hover {
  color: var(--theme);
}

.cta-consultations {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cta-consultations {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 40px;
    text-align: center;
  }
}
.cta-consultations.style-2 h2 {
  color: var(--header3);
}
.cta-consultations h2 {
  color: var(--white);
  font-size: 45px;
}
@media (max-width: 575px) {
  .cta-consultations h2 {
    font-size: 32px;
  }
}
.cta-consultations .theme-btn {
  background-color: var(--theme3);
}
.cta-consultations .theme-btn.theme-2 {
  background-color: var(--theme3);
}
.cta-consultations .theme-btn::after {
  background-color: var(--white);
}
.cta-consultations .theme-btn:hover {
  color: var(--header);
}

.footer-widget-wrapper-2 {
  padding: 40px 0 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widget-wrapper-2 .footer-single-widget-2 {
  margin-top: 30px;
}
.footer-widget-wrapper-2 .footer-single-widget-2 .widget-head {
  margin-bottom: 20px;
}
.footer-widget-wrapper-2 .footer-single-widget-2 .widget-head h4 {
  font-size: 20px;
  color: var(--white);
}
.footer-widget-wrapper-2 .footer-single-widget-2 .contact-items p {
  color: var(--white);
}
.footer-widget-wrapper-2 .footer-single-widget-2 .contact-items p .br {
  display: block !important;
}
.footer-widget-wrapper-2 .footer-single-widget-2 .contact-items p a {
  color: var(--white);
}
.footer-widget-wrapper-2 .footer-single-widget-2 .contact-items p b {
  font-weight: 600;
}

.footer-bottom-2 {
  padding-top: 25px;
}
.footer-bottom-2 .footer-bottom-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-bottom-2 .footer-bottom-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    text-align: center;
  }
}
.footer-bottom-2 .footer-bottom-wrapper-2 p {
  color: var(--white);
}
.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon a {
  color: var(--white);
}
.footer-bottom-2 .footer-bottom-wrapper-2 .social-icon a:hover {
  color: var(--theme);
}

.footer-text {
  text-align: center;
  display: block;
  letter-spacing: -5.1px;
  font-size: 170px;
  font-weight: 600;
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1899px) {
  .footer-text {
    font-size: 130px;
    margin-top: 20px;
    letter-spacing: -1.9px;
  }
}
@media (max-width: 1399px) {
  .footer-text {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .footer-text {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .footer-text {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .footer-text {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .footer-text {
    font-size: 30px;
  }
}

.footer-section-2 {
  background-color: #0F313A;
}

.footer-widget-wrapper-3 {
  padding: 40px 0 70px;
  border-top: 1px solid rgba(1, 23, 45, 0.1);
  border-bottom: 1px solid rgba(1, 23, 45, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-3 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-widget-wrapper-3 .footer-single-widget-3 {
  margin-top: 30px;
}
.footer-widget-wrapper-3 .footer-single-widget-3 .widget-title {
  margin-bottom: 30px;
}
.footer-widget-wrapper-3 .footer-single-widget-3 .footer-content p {
  max-width: 522px;
}
.footer-widget-wrapper-3 .footer-single-widget-3 .footer-list {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .footer-widget-wrapper-3 .footer-single-widget-3 .footer-list {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer-widget-wrapper-3 .footer-single-widget-3 .footer-list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.footer-widget-wrapper-3 .footer-single-widget-3 .footer-list li a {
  color: var(--header3);
}
.footer-widget-wrapper-3 .footer-single-widget-3 .footer-list li a:hover {
  color: var(--theme3);
}
.footer-widget-wrapper-3 .footer-single-widget-3 .search-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-widget-wrapper-3 .footer-single-widget-3 .search-item .search-widget {
  position: relative;
  max-width: 440px;
}
.footer-widget-wrapper-3 .footer-single-widget-3 .search-item .search-widget input {
  width: 100%;
  border: none;
  background-color: var(--white);
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 22px 30px;
  color: var(--text);
  border-radius: 35px;
  text-transform: capitalize;
}
.footer-widget-wrapper-3 .footer-single-widget-3 .search-item .search-widget input::placeholder {
  color: var(--text);
}
.footer-widget-wrapper-3 .footer-single-widget-3 .search-item .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: var(--theme3);
  text-align: center;
  border-radius: 100%;
  color: var(--white);
}
.footer-widget-wrapper-3 .footer-single-widget-3 .social-icon {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer-widget-wrapper-3 .footer-single-widget-3 .social-icon {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.footer-widget-wrapper-3 .footer-single-widget-3 .social-icon h5 {
  margin-right: 10px;
}
.footer-widget-wrapper-3 .footer-single-widget-3 .social-icon a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  color: var(--header3);
  border: 1px solid rgba(1, 23, 45, 0.1);
  border-radius: 100px;
}
.footer-widget-wrapper-3 .footer-single-widget-3 .social-icon a:hover {
  background-color: var(--theme3);
  border: 1px solid var(--theme3);
  color: var(--white);
}

.footer-bottom-3 {
  padding: 35px 0;
  border-top: 1px solid rgba(1, 23, 45, 0.1);
}
.footer-bottom-3 .footer-wrapper-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-bottom-3 .footer-wrapper-3 {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
.footer-bottom-3 .footer-wrapper-3 p.span {
  color: var(--theme3);
}

.header-top-section {
  position: relative;
  z-index: 9;
  background-color: var(--header2);
}
@media (max-width: 1199px) {
  .header-top-section {
    display: none;
  }
}
.header-top-section .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1600px) {
  .header-top-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-top-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-top-section .container-fluid {
    padding: 0 30px;
  }
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 100px;
}
.header-top-wrapper .contact-list li {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.header-top-wrapper .contact-list li:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 124%;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: var(--white);
  border-radius: 50px;
}
.header-top-wrapper .contact-list li i {
  margin-right: 8px;
  color: var(--white);
}
.header-top-wrapper .contact-list li a {
  color: var(--white);
}
.header-top-wrapper .social-icon {
  gap: 20px;
}
.header-top-wrapper .social-icon li {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  margin-right: 100px;
  position: relative;
}
.header-top-wrapper .social-icon li:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 118%;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: var(--white);
  border-radius: 50px;
}
.header-top-wrapper .social-icon li i {
  margin-right: 8px;
}
.header-top-wrapper .social-icon a {
  color: var(--white);
}
.header-top-wrapper .social-icon a:hover {
  color: var(--theme2);
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 35px;
}
@media (max-width: 1600px) {
  .header-main .main-menu ul li {
    margin-inline-end: 30px;
  }
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li {
    margin-inline-end: 25px;
  }
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  font-family: "Ubuntu", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a .head-icon {
  margin-left: 0;
  margin-right: 5px;
}
.header-main .main-menu ul li a i {
  margin-left: 5px;
  font-size: 12px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 250px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 40px 0px rgba(11, 13, 17, 0.08);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
  padding: 30px 30px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li:not(:last-child) {
  padding-bottom: 15px;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 18px;
  font-weight: 600;
  color: var(--header);
  padding: 0 0;
  padding-bottom: 0;
  padding-top: 0;
  text-transform: capitalize;
  font-family: "Ubuntu", sans-serif;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: -15px;
  bottom: 12px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 113%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 800px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  overflow: hidden;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 40px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .header-right .search-icon {
  color: var(--header);
  font-size: 18px;
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
  color: var(--header);
}

.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header-1 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
.header-1 .header-left {
  display: flex;
  align-items: center;
  gap: 90px;
}
.header-1.header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-1 .header-right .text-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .header-1 .header-right .text-btn {
    display: none;
  }
}
.header-1 .header-right .text-btn:hover {
  color: var(--theme) !important;
}
.header-1 .header-right .text-btn i {
  margin-left: 10px;
  transform: rotate(-45deg);
}
@media (max-width: 1600px) {
  .header-1 .header-right .theme-btn {
    display: none;
  }
}
.header-1 .header-right .sidebar__toggle {
  cursor: pointer;
}
.header-1 .header-right .sidebar__toggle .header-bar {
  position: relative;
  width: 40px;
  height: 11px;
}
.header-1 .header-right .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--header);
  overflow: hidden;
}
.header-1 .header-right .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--white);
  left: 0;
  width: 40px;
}
.header-1 .header-right .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--white);
  width: 40px;
}
.header-1 .header-right .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-1 .header-right .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-1 .header-right .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.header-1 .header-right .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}
.header-1 .header-logo-2 {
  display: none;
}
.header-1.header-2 {
  background-color: var(--white);
  position: static;
}
.header-1.header-2 .header-main .main-menu ul li a {
  color: var(--header2);
}
.header-1.header-2 .header-main .main-menu ul li a:hover {
  color: var(--theme2) !important;
}
.header-1.header-2 .header-main .main-menu ul li .submenu {
  color: var(--header2);
}
.header-1.header-2 .header-main .main-menu ul li .submenu li a {
  color: var(--header2);
}
.header-1.header-2 .header-main .main-menu ul li .submenu li a::before {
  background: var(--theme2);
}
.header-1.header-2 .header-main .main-menu ul li .submenu li a:hover {
  color: var(--white) !important;
}
.header-1.header-2 .header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme2) !important;
}
.header-1.header-2 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme2);
}
.header-1.header-2 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme2);
}
.header-1.header-2 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header2);
}
.header-1.header-2 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
  color: var(--theme2) !important;
}
.header-1.header-2 .header-main .main-menu ul li:hover > a {
  color: var(--theme2);
}
.header-1.header-2 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme2);
}
.header-1.header-2 .header-main .header-right .text-btn {
  color: var(--header2);
}
.header-1.header-2 .header-main .header-right .text-btn:hover {
  color: var(--theme2) !important;
}
.header-1.header-2 .header-main .header-right .theme-btn {
  background-color: var(--theme2);
}
.header-1.header-2 .header-main .header-right .search-icon {
  color: var(--header2);
  font-size: 18px;
}
.header-1.header-2 .header-main .sidebar__toggle {
  color: var(--header2);
}
.header-1.header-2 .header-main .sidebar__toggle .header-bar span {
  background: var(--header2);
}
.header-1.header-2 .header-main .sidebar__toggle .header-bar span:first-child {
  background: var(--header2);
}
.header-1.header-2 .header-main .sidebar__toggle .header-bar span:last-child {
  background: var(--header2);
}
.header-1.header-3 .header-main .main-menu ul li a {
  color: rgba(255, 255, 255, 0.65);
}
.header-1.header-3 .header-main .main-menu ul li a:hover {
  color: var(--theme3) !important;
}
.header-1.header-3 .header-main .main-menu ul li .submenu {
  color: var(--header3);
}
.header-1.header-3 .header-main .main-menu ul li .submenu li a {
  color: var(--header3);
}
.header-1.header-3 .header-main .main-menu ul li .submenu li a::before {
  background: var(--theme3);
}
.header-1.header-3 .header-main .main-menu ul li .submenu li a:hover {
  color: var(--white) !important;
}
.header-1.header-3 .header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme3) !important;
}
.header-1.header-3 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme3);
}
.header-1.header-3 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme3);
}
.header-1.header-3 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header3);
}
.header-1.header-3 .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a:hover {
  color: var(--theme3) !important;
}
.header-1.header-3 .header-main .main-menu ul li:hover > a {
  color: var(--theme3);
}
.header-1.header-3 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme3);
}
.header-1.header-3 .header-main .header-right .text-btn {
  color: var(--white);
}
.header-1.header-3 .header-main .header-right .text-btn:hover {
  color: var(--theme3) !important;
}
.header-1.header-3 .header-main .header-right .theme-btn {
  background-color: var(--theme3);
}
.header-1.header-3 .header-main .header-right .search-icon {
  color: var(--white);
  font-size: 18px;
}
.header-1.header-3 .header-main .sidebar__toggle {
  color: var(--white);
}
.header-1.header-3 .header-main .sidebar__toggle .header-bar span {
  background: var(--white);
}
.header-1.header-3 .header-main .sidebar__toggle .header-bar span:first-child {
  background: var(--white);
}
.header-1.header-3 .header-main .sidebar__toggle .header-bar span:last-child {
  background: var(--white);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: var(--box-shadow);
}
.sticky.header-1 .main-menu ul li a {
  color: var(--header);
}
.sticky.header-1 .header-right .text-btn {
  color: var(--header);
}
.sticky.header-1 .header-right .sidebar__toggle .header-bar span:first-child {
  background: var(--header);
}
.sticky.header-1 .header-right .sidebar__toggle .header-bar span:last-child {
  background: var(--header);
}
.sticky.header-1 .header-logo-2 {
  display: block;
}
.sticky.header-1 .header-logo {
  display: none;
}
.sticky.header-1.header-3 .main-menu ul li a {
  color: var(--header3);
}
.sticky.header-1.header-3 .header-right .text-btn {
  color: var(--header3);
}
.sticky.header-1.header-3 .header-right .sidebar__toggle .header-bar span:first-child {
  background: var(--header3);
}
.sticky.header-1.header-3 .header-right .sidebar__toggle .header-bar span:last-child {
  background: var(--header3);
}
.sticky.header-1.header-3 .header-logo-2 {
  display: block;
}
.sticky.header-1.header-3 .header-logo {
  display: none;
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas-title {
  font-size: 28px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content p {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .social-icon {
  margin-top: 30px;
  gap: 10px;
  margin-bottom: 30px;
}
.offcanvas__wrapper .offcanvas__content .social-icon a {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid rgba(13, 38, 108, 0.1);
}
.offcanvas__wrapper .offcanvas__content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
  margin-bottom: 40px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
  font-size: 28px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li {
  font-size: 16px;
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li:not(:last-child) {
  margin-bottom: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li span {
  color: var(--header);
  font-size: 18px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li a {
  font-size: 16px;
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  display: flex;
  align-items: center;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area {
  margin-top: 30px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area .offcanvas-gallery-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area .offcanvas-gallery-items:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-gallery-area .offcanvas-gallery-items .header-gallery {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 0;
}
.offcanvas__wrapper .offcanvas__content .theme-btn {
  width: 100%;
  text-align: center;
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 350px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(227deg, rgba(15, 49, 58, 0.1) 24.35%, rgba(15, 49, 58, 0.75) 81.21%);
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 250px 0 70px;
  z-index: 9;
}
.breadcrumb-wrapper .page-heading.style-2 {
  text-align: center;
  padding: 200px 0;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading.style-2 {
    padding: 170px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading.style-2 {
    padding: 140px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding: 140px 0;
  }
}
.breadcrumb-wrapper .page-heading span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  color: var(--white);
  margin-bottom: 20px;
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 75px;
  position: relative;
  z-index: 9;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 44px;
  }
}
.breadcrumb-wrapper .page-heading .list {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 30px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading .list {
    gap: 30px;
  }
}
.breadcrumb-wrapper .page-heading .list::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  top: 10px;
  background-color: var(--white);
  left: 55%;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading .list::before {
    display: none;
  }
}
.breadcrumb-wrapper .page-heading .list::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50px;
  top: 10px;
  background-color: var(--white);
  left: 42%;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading .list::after {
    display: none;
  }
}

.error-items {
  text-align: center;
}
.error-items .error-image {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .error-items .error-image {
    margin-bottom: 50px;
  }
}
.error-items .error-image img {
  width: 100%;
  height: 100%;
}
.error-items h2 {
  font-size: 65px;
  color: var(--header2);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .error-items h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .error-items h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .error-items h2 {
    font-size: 35px;
  }
}
.error-items p {
  max-width: 767px;
}
.error-items .search-widget {
  position: relative;
  max-width: 850px;
  width: 100%;
  margin-top: 40px;
}
.error-items .search-widget input {
  width: 100%;
  border: none;
  background-color: transparent;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 30px;
  color: var(--text) !important;
  border-radius: 34px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  text-transform: capitalize;
}
.error-items .search-widget input::placeholder {
  color: var(--text);
}
.error-items .search-widget button {
  position: absolute;
  right: 7px;
  top: 7px;
  bottom: 7px;
}
.error-items .search-widget button.theme-btn {
  background-color: var(--theme2);
}
.error-items .search-widget button.theme-btn::after {
  background-color: var(--header2);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

.swiper-dot {
  text-align: center;
  margin-top: 50px;
  z-index: 1;
}
.swiper-dot .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  transition: 0.6s;
  background: rgb(0, 56, 101);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(0, 56, 101);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 21px;
  height: 21px;
  line-height: 21px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgb(0, 56, 101);
  content: "";
}
.swiper-dot.style-2 .swiper-pagination-bullet {
  background: var(--theme3);
}
.swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme3);
}
.swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--theme);
}

.page-nav-wrap {
  margin-top: 30px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme2);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  background: transparent;
  color: var(--header2);
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme2);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme2);
}

.hero-1 {
  position: relative;
  padding: 320px 0 120px;
}
@media (max-width: 1199px) {
  .hero-1 {
    padding: 200px 0;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding: 240px 0;
  }
}
@media (max-width: 767px) {
  .hero-1 {
    padding-top: 170px;
    padding-bottom: 100px;
  }
}
.hero-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}
.hero-1 .hero-content {
  position: relative;
}
@media (max-width: 767px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}
.hero-1 .hero-content h5 {
  color: var(--white);
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .hero-1 .hero-content h5 {
    font-size: 16px;
  }
}
.hero-1 .hero-content h1 {
  color: var(--white);
  border-bottom: 1px solid var(--white);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.hero-1 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .hero-button {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content .hero-button {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.hero-1 .hero-content .hero-button .theme-btn {
  background-color: #13B5EA;
}
.hero-1 .hero-content .hero-button .text-btn {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  text-transform: capitalize;
}
.hero-1 .hero-content .hero-button .text-btn i {
  margin-left: 10px;
  transform: rotate(-45deg);
}
.hero-1 .hero-content .hero-button .text-btn:hover {
  color: var(--theme);
}

.hero-2 {
  position: relative;
  padding: 280px 0 120px;
}
@media (max-width: 1199px) {
  .hero-2 {
    padding-top: 120px;
  }
}
.hero-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(227deg, rgba(15, 49, 58, 0.1) 24.35%, rgba(15, 49, 58, 0.4) 81.21%);
}
.hero-2 .hero-content {
  position: relative;
}
@media (max-width: 767px) {
  .hero-2 .hero-content {
    text-align: center;
  }
}
.hero-2 .hero-content h5 {
  color: var(--white);
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .hero-2 .hero-content h5 {
    font-size: 16px;
  }
}
.hero-2 .hero-content h1 {
  color: var(--white);
  font-size: 75px;
  margin-bottom: 40px;
  line-height: 120%;
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 470px) {
  .hero-2 .hero-content h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
.hero-2 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .hero-button {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content .hero-button {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.hero-2 .hero-content .hero-button .theme-btn {
  background-color: var(--theme2);
}
.hero-2 .hero-content .hero-button .text-btn {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  text-transform: capitalize;
}
.hero-2 .hero-content .hero-button .text-btn i {
  margin-left: 10px;
  transform: rotate(-45deg);
}
.hero-2 .hero-content .hero-button .text-btn:hover {
  color: var(--theme);
}
.hero-2 .hero-shipment-card {
  padding: 40px 45px;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.07) -0.99%, rgba(210, 210, 210, 0.07) 100%);
  border: 1px solid rgba(210, 210, 210, 0.07);
  backdrop-filter: blur(50px);
  border-radius: 12px;
  margin-bottom: -160px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-shipment-card {
    margin-bottom: 0;
  }
}
.hero-2 .hero-shipment-card .hero-shipment-content .icon {
  font-size: 55px;
  margin-bottom: 30px;
  color: var(--white);
}
.hero-2 .hero-shipment-card .hero-shipment-content h5 {
  color: var(--white);
  margin-bottom: 20px;
}
.hero-2 .hero-shipment-card .hero-shipment-content p {
  color: var(--white);
  margin-bottom: 30px;
}
.hero-2 .hero-shipment-card .hero-shipment-content .form-clt {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.hero-2 .hero-shipment-card .hero-shipment-content .form-clt input, .hero-2 .hero-shipment-card .hero-shipment-content .form-clt textarea {
  width: 100%;
  outline: none;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: var(--white);
  padding: 16px 20px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.hero-2 .hero-shipment-card .hero-shipment-content .form-clt input:hover, .hero-2 .hero-shipment-card .hero-shipment-content .form-clt textarea:hover {
  color: var(--white);
  border: 1px solid var(--white);
}
.hero-2 .hero-shipment-card .hero-shipment-content .form-clt input:hover::placeholder, .hero-2 .hero-shipment-card .hero-shipment-content .form-clt textarea:hover::placeholder {
  color: var(--white);
}
@media (max-width: 767px) {
  .hero-2 .hero-shipment-card .hero-shipment-content .form-clt input, .hero-2 .hero-shipment-card .hero-shipment-content .form-clt textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-shipment-card .hero-shipment-content .form-clt input, .hero-2 .hero-shipment-card .hero-shipment-content .form-clt textarea {
    padding: 12px 18px;
  }
}
.hero-2 .hero-shipment-card .hero-shipment-content .form-clt input::placeholder, .hero-2 .hero-shipment-card .hero-shipment-content .form-clt textarea::placeholder {
  color: var(--white);
}

.hero-3 {
  position: relative;
  z-index: 9;
  padding: 150px 0;
}
@media (max-width: 1199px) {
  .hero-3 {
    padding: 150px 0 100px;
  }
}
@media (max-width: 991px) {
  .hero-3 {
    padding: 140px 0 90px;
  }
}
@media (max-width: 575px) {
  .hero-3 {
    padding: 140px 0 80px;
  }
}
.hero-3 .text {
  position: absolute;
  left: -35px;
  right: -35px;
  bottom: 30px;
  font-size: 170px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.15);
  letter-spacing: -5.1px;
  color: transparent;
  z-index: -1;
}
@media (max-width: 1899px) {
  .hero-3 .text {
    display: none;
  }
}
.hero-3 .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1600px) {
  .hero-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content {
    text-align: center;
  }
}
.hero-3 .hero-content h1 {
  font-size: 80px;
  color: var(--white);
  letter-spacing: -1.6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .hero-3 .hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 45px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .hero-3 .hero-content h1 {
    font-size: 40px;
  }
}
.hero-3 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 38px;
}
@media (max-width: 1399px) {
  .hero-3 .hero-content .hero-button {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content .hero-button {
    justify-content: center;
  }
}
.hero-3 .hero-content .hero-button p {
  color: var(--white);
}
.hero-3 .hero-content .hero-button .theme-btn {
  background-color: var(--theme3);
}
.hero-3 .hero-content .hero-button .theme-btn::after {
  background-color: var(--white);
}
.hero-3 .hero-content .hero-button .theme-btn:hover {
  color: var(--header3);
}
.hero-3 .hero-image {
  position: relative;
}
@media (max-width: 767px) {
  .hero-3 .hero-image {
    text-align: center;
  }
}
.hero-3 .hero-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  width: 650px;
  height: 650px;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .hero-3 .hero-image::before {
    display: none;
  }
}
.hero-3 .hero-image img {
  width: 100%;
  height: 100%;
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 35px;
  padding: 20px 0;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--white);
  font-family: "Ubuntu", sans-serif;
  display: flex;
  align-items: center;
  gap: 35px;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrolls {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(13, 38, 108, 0.1) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.news-wrapper .news-content .news-text {
  margin-top: 40px;
  max-width: 383px;
}
.news-wrapper .news-content .news-btn {
  margin-top: 50px;
}
.news-wrapper .news-card-item {
  display: flex;
  align-items: center;
  gap: 70px;
  border: 1px solid rgba(13, 38, 108, 0.07);
  padding: 10px;
  transition: all 0.4s ease-in-out;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .news-wrapper .news-card-item {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .news-wrapper .news-card-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .news-wrapper .news-card-item .news-image {
    flex-basis: 100%;
  }
}
.news-wrapper .news-card-item .news-image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .news-wrapper .news-card-item .news-content {
    padding: 20px;
    flex-basis: 100%;
  }
}
.news-wrapper .news-card-item .news-content .news-meta {
  display: flex;
  align-items: center;
  gap: 45px;
  border-bottom: 1px solid rgba(13, 38, 108, 0.1);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.news-wrapper .news-card-item .news-content .news-meta li {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.news-wrapper .news-card-item .news-content .news-meta li:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 75px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0D266C;
}
.news-wrapper .news-card-item .news-content .news-meta li:hover {
  color: var(--theme);
}
.news-wrapper .news-card-item .news-content h4 a:hover {
  color: var(--theme);
}
.news-wrapper .news-card-item .news-content .link-btns {
  display: inline-block;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .news-wrapper .news-card-item .news-content .link-btns {
    margin-top: 30px;
  }
}
.news-wrapper .news-card-item:hover {
  background-color: var(--bg);
  border: 1px solid var(--bg);
}

.news-card-item-2 {
  border-radius: 8px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  padding: 10px;
  margin-top: 30px;
  border-right: 0px solid rgba(15, 49, 58, 0.1);
  position: relative;
}
@media (max-width: 1199px) {
  .news-card-item-2 {
    border-right: 1px solid rgba(15, 49, 58, 0.1);
  }
}
.news-card-item-2 .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.news-card-item-2 .news-content {
  padding: 20px 25px 25px;
}
.news-card-item-2 .news-content .news-meta {
  display: flex;
  align-items: center;
  gap: 45px;
  border-bottom: 1px solid rgba(13, 38, 108, 0.1);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.news-card-item-2 .news-content .news-meta li {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.news-card-item-2 .news-content .news-meta li:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 75px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0D266C;
}
.news-card-item-2 .news-content .news-meta li:hover {
  color: var(--theme);
}
.news-card-item-2 .news-content h4 a {
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--header2);
}
.news-card-item-2 .news-content h4 a:hover {
  color: var(--theme2);
  background-size: 100% 2px;
}
.news-card-item-2 .news-content .link-btns {
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  margin-top: 20px;
  display: inline-block;
}
.news-card-item-2 .news-content .link-btns:hover {
  color: var(--theme2);
  background-size: 100% 2px;
}

.news-standard-wrapper .news-post-item {
  border-radius: 10px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  padding: 10px;
  margin-bottom: 30px;
}
.news-standard-wrapper .news-post-item .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.news-standard-wrapper .news-post-item .news-content {
  padding: 20px 25px 25px;
}
.news-standard-wrapper .news-post-item .news-content .news-meta {
  display: flex;
  align-items: center;
  gap: 65px;
  border-bottom: 1px solid rgba(13, 38, 108, 0.1);
  padding-bottom: 10px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .news-standard-wrapper .news-post-item .news-content .news-meta {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.news-standard-wrapper .news-post-item .news-content .news-meta li {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.news-standard-wrapper .news-post-item .news-content .news-meta li:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 136%;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--text);
}
@media (max-width: 1199px) {
  .news-standard-wrapper .news-post-item .news-content .news-meta li:not(:last-child)::before {
    display: none;
  }
}
.news-standard-wrapper .news-post-item .news-content .news-meta li:hover {
  color: var(--theme2);
}
.news-standard-wrapper .news-post-item .news-content h3 {
  font-size: 27px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .news-standard-wrapper .news-post-item .news-content h3 {
    font-size: 20px;
  }
}
.news-standard-wrapper .news-post-item .news-content h3 a {
  color: var(--header2);
}
.news-standard-wrapper .news-post-item .news-content h3 a:hover {
  color: var(--theme2);
}
.news-standard-wrapper .news-post-item .news-content .theme-btn {
  padding: 18px 30px;
  background-color: var(--theme2);
}
.news-standard-wrapper .news-post-item .news-content .theme-btn::after {
  background-color: var(--header2);
}

.main-sideber .single-sidebar-widget {
  border: 1px solid rgba(15, 49, 58, 0.1);
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .main-sideber .single-sidebar-widget {
    padding: 30px;
  }
}
.main-sideber .single-sidebar-widget.style-2 {
  padding: 40px 40px 20px;
}
.main-sideber .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
}
.main-sideber .single-sidebar-widget .wid-title h4 {
  color: var(--header2);
}
.main-sideber .single-sidebar-widget .search-widget {
  border-radius: 30px;
}
.main-sideber .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sideber .single-sidebar-widget .search-widget form input {
  background-color: #EFEFEF;
  font-size: 18px;
  font-weight: 400;
  padding: 20px 25px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 30px;
}
.main-sideber .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 25px;
  top: 20px;
  color: var(--text);
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.main-sideber .single-sidebar-widget .search-widget form button:hover {
  color: var(--theme2);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  line-height: 1;
  padding: 20px;
  position: relative;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  border-bottom: 1px solid #EFEFEF;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li.style-2 {
  padding: 20px 20px 0;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 28px;
  background-color: var(--theme2);
  width: 5px;
  height: 5px;
  border-radius: 50px;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--text);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--text);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--theme2);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--theme2);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .main-sideber .single-sidebar-widget .recent-post-area .recent-items {
    flex-wrap: wrap;
  }
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EFEFEF;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 100%;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 {
  font-size: 17px;
  margin-bottom: 10px;
  color: var(--header2);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content h5 a:hover {
  color: var(--theme2);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 6px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--text);
  font-size: 14px;
  font-weight: 400;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 75px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--theme2);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li:hover {
  color: var(--theme2);
}
.main-sideber .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: var(--text);
  border-radius: 30px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  transition: all 0.4s ease-in-out;
}
.main-sideber .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sideber .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.main-sideber .contact-bg {
  position: relative;
  height: 450px;
  border-radius: 7px;
  margin-bottom: 30px;
}
.main-sideber .contact-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(15, 49, 58, 0) 0%, #0F313A 100%);
  border-radius: 7px;
}
.main-sideber .contact-bg .content {
  position: absolute;
  left: 50px;
  bottom: 40px;
}
@media (max-width: 1199px) {
  .main-sideber .contact-bg .content {
    left: 40px;
  }
}
@media (max-width: 575px) {
  .main-sideber .contact-bg .content {
    left: 30px;
  }
}
.main-sideber .contact-bg .content h5 {
  position: relative;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  padding-left: 15px;
  margin-bottom: 20px;
}
.main-sideber .contact-bg .content h5::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: var(--theme2);
}
.main-sideber .contact-bg .content h3 {
  font-size: 30px;
  color: var(--white);
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .main-sideber .contact-bg .content h3 {
    font-size: 25px;
  }
}
.main-sideber .contact-bg .content .theme-btn {
  background-color: var(--theme2);
}
.main-sideber .contact-bg .content .theme-btn::after {
  background-color: var(--header2);
}

.news-details-wrapper .news-details-post {
  border-radius: 10px;
  border: 1px solid rgba(15, 49, 58, 0.1);
}
.news-details-wrapper .news-details-post .details-image {
  padding: 10px;
  margin-bottom: 30px;
}
.news-details-wrapper .news-details-post .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.news-details-wrapper .news-details-post .details-content {
  padding: 0 40px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-post .details-content {
    padding: 0 30px;
  }
}
.news-details-wrapper .news-details-post .details-content h3 {
  font-size: 27px;
  color: var(--header2);
  margin-bottom: 30px;
  line-height: 148%;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-post .details-content h3 {
    font-size: 20px;
  }
}
.news-details-wrapper .news-details-post .details-content p {
  max-width: 725px;
  margin-bottom: 40px;
}
.news-details-wrapper .news-details-post .details-content .sideber-box {
  padding: 30px 50px;
  border-radius: 10px;
  background: #EFEFEF;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .news-details-wrapper .news-details-post .details-content .sideber-box {
    padding: 30px 40px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-post .details-content .sideber-box {
    padding: 30px 30px;
  }
}
.news-details-wrapper .news-details-post .details-content .sideber-box h4 {
  color: var(--header2);
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-post .details-content .sideber-box h4 {
    font-size: 20px;
  }
}
.news-details-wrapper .news-details-post .details-content .sideber-box .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-post .details-content .sideber-box .client-info {
    flex-wrap: wrap;
  }
}
.news-details-wrapper .news-details-post .details-content .sideber-box .client-info h5 {
  font-size: 18px;
  color: var(--header2);
  position: relative;
}
.news-details-wrapper .news-details-post .details-content .sideber-box .client-info h5 span {
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
}
.news-details-wrapper .news-details-post .details-content .text {
  font-size: 30px;
  color: var(--header2);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .news-details-wrapper .news-details-post .details-content .text {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .news-details-wrapper .news-details-post .details-content .text {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-post .details-content .text {
    font-size: 20px;
  }
}
.news-details-wrapper .news-details-post .details-content .tag-share-wrap {
  border-top: 1px solid rgba(15, 49, 58, 0.1);
  padding: 50px 0;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-post .details-content .tag-share-wrap {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud span {
  font-size: 20px;
  color: var(--header2);
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
}
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 10px 17px;
  line-height: 1;
  background: transparent;
  margin-right: 5px;
  text-transform: capitalize;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  border: 1px solid rgba(15, 49, 58, 0.1);
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud a {
    padding: 10px 20px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud a {
    padding: 8px 11px;
  }
}
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .social-share span {
  font-size: 20px;
  color: var(--header2);
  font-weight: 600;
  margin-right: 7px;
}
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .social-share a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(15, 49, 58, 0.1);
  font-size: 16px;
  color: var(--text);
  display: inline-block;
  border-radius: 100px;
  margin-right: 0;
}
.news-details-wrapper .news-details-post .details-content .tag-share-wrap .social-share a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.news-details-wrapper .news-comment-box {
  display: flex;
  align-items: center;
  gap: 50px;
  border-radius: 10px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  padding: 35px 50px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-comment-box {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .news-details-wrapper .news-comment-box {
    padding: 35px 40px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .news-comment-box {
    padding: 35px 30px;
  }
}
.news-details-wrapper .news-comment-box .image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.news-details-wrapper .news-comment-box .content h4 {
  color: var(--header2);
  margin-bottom: 5px;
}
.news-details-wrapper .news-comment-box .content span {
  display: inline-block;
  margin-bottom: 15px;
}
.news-details-wrapper .news-comment-box .content p {
  max-width: 545px;
}
.news-details-wrapper .news-comment-box .content .social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.news-details-wrapper .news-comment-box .content .social-icon a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}
.news-details-wrapper .news-comment-box .content .social-icon a:hover {
  color: var(--theme2);
}
.news-details-wrapper .news-client-box {
  border-radius: 10px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  padding: 35px 50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .news-details-wrapper .news-client-box {
    padding: 35px 40px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .news-client-box {
    padding: 35px 30px;
  }
}
.news-details-wrapper .news-client-box h3 {
  font-size: 27px;
  margin-bottom: 30px;
  color: var(--header2);
}
@media (max-width: 767px) {
  .news-details-wrapper .news-client-box h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .news-client-box h3 {
    font-size: 20px;
  }
}
.news-details-wrapper .news-client-box .client-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-client-box .client-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.news-details-wrapper .news-client-box .client-area .client-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-client-box .client-area .client-item {
    flex-wrap: wrap;
  }
}
.news-details-wrapper .news-client-box .client-area .client-item .client-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.news-details-wrapper .news-client-box .client-area .client-item .content .news-meta {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 10px;
}
.news-details-wrapper .news-client-box .client-area .client-item .content .news-meta li {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.news-details-wrapper .news-client-box .client-area .client-item .content .news-meta li:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 80px;
  top: 12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--theme2);
}
.news-details-wrapper .news-client-box .client-area .client-item .content .news-meta li:hover {
  color: var(--theme);
}
.news-details-wrapper .news-client-box .client-area .client-item .content h5 {
  font-size: 18px;
  color: var(--header2);
}
.news-details-wrapper .comment-form-wrap h3 {
  margin-bottom: 10px;
  font-size: 27px;
  color: var(--header2);
}
.news-details-wrapper .comment-form-wrap p {
  margin-bottom: 40px;
}
.news-details-wrapper .comment-form-wrap .form-clt input, .news-details-wrapper .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  margin-bottom: 20px;
  border-radius: 30px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  padding: 16px 30px;
  transition: all 0.4s ease-in-out;
  color: var(--header2);
  font-size: 16px;
}
.news-details-wrapper .comment-form-wrap .form-clt input::placeholder, .news-details-wrapper .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--header2);
}
.news-details-wrapper .comment-form-wrap .form-clt textarea {
  padding-bottom: 150px;
  resize: none;
}
.news-details-wrapper .comment-form-wrap button.theme-btn {
  background-color: var(--theme2);
  width: 100%;
}
.news-details-wrapper .comment-form-wrap button.theme-btn::after {
  background-color: var(--header2);
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Ubuntu", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Ubuntu", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--theme);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: var(--theme);
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.back-to-top {
  border-radius: 50%;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.project-card-item .project-image {
  position: relative;
  overflow: hidden;
}
.project-card-item .project-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(1, 23, 45, 0) 40%, rgba(1, 23, 45, 0.97) 70%);
}
.project-card-item .project-image .project-content {
  position: absolute;
  left: 50px;
  bottom: 40px;
  right: 50px;
  transition: 0.3s;
}
@media (max-width: 1899px) {
  .project-card-item .project-image .project-content {
    left: 20px;
    right: 20px;
    bottom: 30px;
  }
}
.project-card-item .project-image .project-content h3 {
  font-size: 27px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .project-card-item .project-image .project-content h3 {
    font-size: 24px;
  }
}
.project-card-item .project-image .project-content h3 a {
  color: var(--white);
}
.project-card-item .project-image .project-content h3 a:hover {
  color: var(--theme);
}
.project-card-item .project-image .project-content p {
  color: var(--white);
}
.project-card-item .project-image .project-content-2 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: -100px;
  transition: 0.5s;
}
@media (max-width: 1899px) {
  .project-card-item .project-image .project-content-2 {
    left: 20px;
    right: 20px;
  }
}
.project-card-item .project-image .project-content-2 h3 {
  font-size: 27px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .project-card-item .project-image .project-content-2 h3 {
    font-size: 24px;
  }
}
.project-card-item .project-image .project-content-2 h3 a {
  color: var(--white);
}
.project-card-item .project-image .project-content-2 h3 a:hover {
  color: var(--theme);
}
.project-card-item .project-image .project-content-2 p {
  color: var(--white);
}
.project-card-item .project-image .project-content-2 .link-btns {
  display: inline-block;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  margin-top: 30px;
  display: inline-block;
  color: var(--white);
}
.project-card-item .project-image .project-content-2 .link-btns:hover {
  color: var(--white);
  background-size: 100% 2px;
}
.project-card-item .project-image img {
  width: 100%;
  height: 100%;
}
.project-card-item.style-2 {
  margin-top: 30px;
}
.project-card-item.style-2 .project-image::before {
  border-radius: 10px;
}
.project-card-item.style-2 .project-image img {
  border-radius: 10px;
}
.project-card-item.style-2 .project-image h3 a:hover {
  color: var(--theme2);
}
.project-card-item:hover .project-image .project-content {
  opacity: 0;
  visibility: hidden;
}
.project-card-item:hover .project-image .project-content-2 {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}

.project-wrapper-4 h2 {
  text-align: center;
  color: var(--header2);
}
.project-wrapper-4 .nav {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
  justify-content: center;
  margin-top: 40px;
  border-bottom: 1px solid rgba(15, 49, 58, 0.1);
  margin-bottom: 30px;
  padding-bottom: 50px;
}
.project-wrapper-4 .nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: var(--header2);
  padding: 6px 22px;
  border-radius: 18px;
}
.project-wrapper-4 .nav .nav-item .nav-link.active {
  border-radius: 18px;
  background-color: var(--theme2);
  color: var(--white);
}

.projects-wrapper-3 {
  border-top: 1px solid rgba(15, 49, 58, 0.1);
  padding-top: 50px;
}
@media (max-width: 767px) {
  .projects-wrapper-3 {
    margin-top: 50px;
  }
}
.projects-wrapper-3 .project-card-items-3 .project-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.projects-wrapper-3 .project-card-items-3 .project-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px solid rgba(15, 49, 58, 0.1);
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.projects-wrapper-3 .project-card-items-3 .project-content h3 a {
  color: var(--header2);
}
.projects-wrapper-3 .project-card-items-3 .project-content h3 a:hover {
  color: var(--theme2);
}
.projects-wrapper-3 .project-card-items-3 .project-content a i {
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.projects-wrapper-3 .project-card-items-3 .project-content a:hover i {
  color: var(--theme2);
  transform: rotate(0);
}
.projects-wrapper-3 .project-button {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .projects-wrapper-3 .project-button {
    margin-top: 50px;
  }
}
.projects-wrapper-3 .project-button .theme-btn {
  background-color: transparent;
  color: var(--header2);
  border: 1px solid var(--header2);
}
.projects-wrapper-3 .project-button .theme-btn::after {
  background-color: var(--theme2);
}
.projects-wrapper-3 .project-button .theme-btn:hover {
  border: 1px solid var(--theme2);
  color: var(--white);
}

.project-details-wrapper .project-content h3 {
  font-size: 40px;
  margin-bottom: 30px;
  color: var(--header2);
}
.project-details-wrapper .project-content p {
  max-width: 1187px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-content p {
    font-size: 16px;
  }
}
.project-details-wrapper .project-content .content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-content .content {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .project-details-wrapper .project-content .content {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.project-details-wrapper .project-content .content p {
  font-size: 16px;
  font-weight: 400;
  max-width: 492px;
}
.project-details-wrapper .project-content .project-category-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  border-top: 1px solid rgb(217, 217, 217);
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-content .project-category-wrapper {
    padding: 30px 0;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.project-details-wrapper .project-content .project-category-wrapper .info-content span {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}
.project-details-wrapper .project-content .project-category-wrapper .info-content h4 {
  color: var(--header2);
}
.project-details-wrapper .wrapper-item {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .project-details-wrapper .wrapper-item {
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 30px;
  }
}
.project-details-wrapper .wrapper-item .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.project-details-wrapper .wrapper-item .list li {
  font-size: 18px;
  font-weight: 600;
  color: var(--header2);
  padding-left: 15px;
  position: relative;
}
@media (max-width: 1199px) {
  .project-details-wrapper .wrapper-item .list li {
    font-size: 16px;
  }
}
.project-details-wrapper .wrapper-item .list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: var(--theme2);
}
.project-details-wrapper .wrapper-item .list li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .list {
  margin-top: 40px;
}
.project-details-wrapper .list li {
  font-size: 18px;
  font-weight: 600;
  color: var(--header2);
  padding-left: 15px;
  position: relative;
}
.project-details-wrapper .list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: var(--theme2);
}
.project-details-wrapper .list li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .details-image {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .details-image {
    margin-top: 30px;
  }
}
.project-details-wrapper .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.project-details-wrapper .project-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(15, 49, 58, 0.1);
  padding-top: 100px;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .project-details-wrapper .project-bottom {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .project-details-wrapper .project-bottom {
    margin-top: 80px;
    padding-top: 80px;
  }
}
.project-details-wrapper .project-bottom .client-item {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .project-details-wrapper .project-bottom .client-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .project-bottom .client-item .image {
    flex-basis: 100%;
  }
}
.project-details-wrapper .project-bottom .client-item .image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.project-details-wrapper .project-bottom .client-item .info-text h3 {
  font-size: 27px;
  margin-bottom: 10px;
  color: var(--header2);
}

.project-details-section .details-image {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .project-details-section .details-image {
    margin-bottom: 30px;
  }
}
.project-details-section .details-image img {
  width: 100%;
  height: 100%;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}
.section-title span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: var(--theme);
}
.section-title.style-2 span::before {
  background-color: var(--theme2);
}
.section-title.style-2 h2 {
  color: var(--header2);
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section-title-area p {
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  color: var(--text);
  font-style: italic;
  border-left: 1px solid #6A47ED;
  padding-left: 20px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

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

.section-padding {
  padding: 130px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.blue-bg {
  background-color: #0D266C;
}

.header-bg {
  background-color: var(--header2);
}

.hero-bg {
  background-color: var(--header3);
}

.theme-bg-3 {
  background-color: var(--theme3);
}

.section-bg-2 {
  background-color: #0F313A;
}

.service-box-items {
  position: relative;
  z-index: 9;
}
.service-box-items .accordion-single {
  overflow: hidden;
  border-bottom: 1px solid rgba(13, 38, 108, 0.1);
}
.service-box-items .accordion-single .header-area .accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 40px;
}
@media (max-width: 991px) {
  .service-box-items .accordion-single .header-area .accordion-btn {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.service-box-items .accordion-single .content-items {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 200px;
}
@media (max-width: 991px) {
  .service-box-items .accordion-single .content-items {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .service-box-items .accordion-single .content-items {
    flex-wrap: wrap;
  }
}
.service-box-items .accordion-single .content-items .post-number {
  font-size: 16px;
  font-weight: 400;
}
.service-box-items .accordion-single .content-items .content h5 a:hover {
  color: var(--theme);
}
.service-box-items .accordion-single .service-image {
  transition: all 0.6s;
  margin-bottom: -400px;
  opacity: 0;
  visibility: hidden;
}
.service-box-items .accordion-single .service-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.service-box-items .accordion-single .right-content {
  max-width: 490px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .service-box-items .accordion-single .right-content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.service-box-items .accordion-single .right-content p {
  max-width: 300px;
  margin-bottom: -180px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-box-items .accordion-single .right-content .arrow-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white);
  text-align: center;
  border-radius: 50%;
  color: var(--text);
}
.service-box-items .accordion-single .right-content .arrow-icon:hover {
  background-color: var(--theme);
  color: var(--white);
}
.service-box-items .accordion-single.active {
  background-color: var(--white);
  border-radius: 7px;
}
.service-box-items .accordion-single.active .right-content p {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
.service-box-items .accordion-single.active .right-content .arrow-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #13B5EA;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
}
.service-box-items .accordion-single.active .right-content .arrow-icon:hover {
  background-color: var(--theme);
  color: var(--white);
}
.service-box-items .accordion-single.active .service-image {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1399px) {
  .service-box-items .accordion-single {
    background-color: var(--white);
    border-radius: 7px;
  }
  .service-box-items .accordion-single .right-content p {
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  .service-box-items .accordion-single .right-content .arrow-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #13B5EA;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
  }
  .service-box-items .accordion-single .right-content .arrow-icon:hover {
    background-color: var(--theme);
    color: var(--white);
  }
  .service-box-items .accordion-single .service-image {
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
  }
}

.service-wrapper {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .service-wrapper {
    margin-top: 30px;
  }
}

.service-bg-section {
  position: relative;
  background-attachment: fixed;
}
.service-bg-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(15, 49, 58, 0) 31.33%, #0F313A 100%);
}

.service-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 500px 0 100px;
}
@media (max-width: 1600px) {
  .service-content {
    padding: 400px 0 100px;
  }
}
@media (max-width: 1399px) {
  .service-content {
    padding: 200px 0 100px;
  }
}
@media (max-width: 991px) {
  .service-content {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
    padding: 80px 0 0;
  }
}
.service-content .theme-btn {
  background-color: var(--theme2);
}

.service-wrapper-2 {
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--white);
  margin-top: 60px;
}
@media (max-width: 767px) {
  .service-wrapper-2 {
    margin-top: 30px;
  }
}
.service-wrapper-2 .service-card-item {
  border: 1px solid rgba(15, 49, 58, 0.1);
  padding: 10px;
  border-right: none;
}
@media (max-width: 1199px) {
  .service-wrapper-2 .service-card-item {
    border-right: 1px solid rgba(15, 49, 58, 0.1);
  }
}
.service-wrapper-2 .service-card-item .service-image img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.service-wrapper-2 .service-card-item .content {
  padding: 20px 25px;
}
@media (max-width: 1600px) {
  .service-wrapper-2 .service-card-item .content {
    padding: 20px;
  }
}
.service-wrapper-2 .service-card-item .content .icon {
  font-size: 50px;
  color: var(--theme2);
  margin-bottom: 30px;
}
.service-wrapper-2 .service-card-item .content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .service-wrapper-2 .service-card-item .content h4 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .service-wrapper-2 .service-card-item .content h4 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .service-wrapper-2 .service-card-item .content h4 {
    font-size: 22px;
  }
}
.service-wrapper-2 .service-card-item .content h4 a {
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--header2);
}
.service-wrapper-2 .service-card-item .content h4 a:hover {
  color: var(--theme2);
  background-size: 100% 2px;
}
.service-wrapper-2 .service-card-item .content .link-btns {
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  margin-top: 20px;
  display: inline-block;
}
.service-wrapper-2 .service-card-item .content .link-btns:hover {
  color: var(--theme2);
  background-size: 100% 2px;
}

.service-wrapper-3 {
  margin-top: 60px;
  margin-right: -20%;
}
@media (max-width: 1199px) {
  .service-wrapper-3 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .service-wrapper-3 {
    margin-top: 30px;
  }
}
.service-wrapper-3 .service-card-items {
  border: 1px solid rgba(1, 23, 45, 0.1);
  padding: 40px 60px;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1600px) {
  .service-wrapper-3 .service-card-items {
    padding: 40px 30px;
  }
}
@media (max-width: 1399px) {
  .service-wrapper-3 .service-card-items {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .service-wrapper-3 .service-card-items {
    padding: 30px;
  }
}
.service-wrapper-3 .service-card-items:hover {
  background-color: #F7F7F8;
}
.service-wrapper-3 .service-card-items .icon {
  font-size: 55px;
  color: var(--theme3);
  margin-bottom: 130px;
}
@media (max-width: 1199px) {
  .service-wrapper-3 .service-card-items .icon {
    margin-bottom: 50px;
  }
}
.service-wrapper-3 .service-card-items .service-contents h4 {
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .service-wrapper-3 .service-card-items .service-contents h4 {
    font-size: 20px;
  }
}
.service-wrapper-3 .service-card-items .service-contents h4 a {
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--header3);
}
.service-wrapper-3 .service-card-items .service-contents h4 a:hover {
  color: var(--theme3);
  background-size: 100% 2px;
}
.service-wrapper-3 .service-card-items .service-contents .link-btns {
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  margin-top: 30px;
  display: inline-block;
  color: var(--header3);
}
.service-wrapper-3 .service-card-items .service-contents .link-btns:hover {
  color: var(--theme3);
  background-size: 100% 2px;
}

.service-section-2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1399px) {
  .service-section-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .service-section-2 .container-fluid {
    padding: 0 30px;
  }
}

.service-section-3 .container-fluid {
  padding: 0 50px;
}
.service-section-3 .slider-button {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .service-section-3 .slider-button {
    gap: 20px;
    margin-top: 40px;
  }
}
.service-section-3 .slider-button .array-buttons .array-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100px;
  text-align: center;
  background-color: transparent;
  color: var(--text);
  transition: all 0.4s ease-in-out;
  border: 1px solid rgba(1, 23, 45, 0.1);
}
.service-section-3 .slider-button .array-buttons .array-prev i {
  transform: rotate(45deg);
}
.service-section-3 .slider-button .array-buttons .array-prev:hover {
  background-color: var(--theme3);
  color: var(--white);
  border: 1px solid var(--theme);
}
.service-section-3 .slider-button .array-buttons .array-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  color: var(--white);
  background-color: var(--theme3);
  transition: all 0.4s ease-in-out;
}
.service-section-3 .slider-button .array-buttons .array-next i {
  transform: rotate(-45deg);
}
.service-section-3 .slider-button .array-buttons .array-next:hover {
  background-color: var(--header3);
  color: var(--white);
}

.service-bg-section-2 {
  position: relative;
}
.service-bg-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(1, 23, 45, 0.1) 31.06%, rgba(1, 23, 45, 0.95) 72.43%);
}

.service-bg-wrapper-2 .counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 90px;
  margin-top: 90px;
  position: relative;
}
@media (max-width: 1199px) {
  .service-bg-wrapper-2 .counter-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 50px;
    margin-top: 50px;
  }
}
.service-bg-wrapper-2 .counter-wrapper .counter-item {
  min-width: 190px;
}
.service-bg-wrapper-2 .counter-wrapper .counter-item h2 {
  color: var(--white);
}
.service-bg-wrapper-2 .counter-wrapper .counter-item p {
  color: var(--white);
}

.service-inner-wrapper-1 {
  border-bottom: 1px solid rgba(15, 49, 58, 0.1);
  position: relative;
}
.service-inner-wrapper-1::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(15, 49, 58, 0.1);
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .service-inner-wrapper-1::before {
    display: none;
  }
}
.service-inner-wrapper-1 .service-inner-box-1 {
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .service-inner-wrapper-1 .service-inner-box-1 {
    padding: 30px 0;
  }
}
.service-inner-wrapper-1 .service-inner-box-1 .content {
  margin-top: 30px;
}
.service-inner-wrapper-1 .service-inner-box-1 .content h4 {
  color: var(--header2);
  margin-bottom: 15px;
}
.service-inner-wrapper-1 .service-inner-box-1 .content h4 a {
  color: var(--header2);
}
.service-inner-wrapper-1 .service-inner-box-1 .content h4 a:hover {
  color: var(--theme2);
}

.service-section-inner-2 .section-title .left-margin-style {
  margin-left: 300px;
}
@media (max-width: 1399px) {
  .service-section-inner-2 .section-title .left-margin-style {
    margin-left: 0;
  }
}
.service-section-inner-2 .section-title .left-margin-style p {
  max-width: 800px;
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
  margin-top: 40px;
}

.service-inner-wrapper-2 .thumb {
  margin-top: 30px;
}
.service-inner-wrapper-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 250px;
}
.service-inner-wrapper-2 .content {
  margin-top: 30px;
}
.service-inner-wrapper-2 .content .number {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(15, 49, 58, 0.1);
  display: inline-block;
  margin-bottom: 40px;
}
.service-inner-wrapper-2 .content .inner-content {
  border-top: 1px solid rgba(15, 49, 58, 0.1);
  padding-top: 200px;
}
@media (max-width: 1199px) {
  .service-inner-wrapper-2 .content .inner-content {
    padding-top: 40px;
  }
}
.service-inner-wrapper-2 .content h4 {
  margin-bottom: 20px;
}
.service-inner-wrapper-2 .content h4 a {
  color: var(--header2);
}
.service-inner-wrapper-2 .content h4 a:hover {
  color: var(--theme2);
}
.service-inner-wrapper-2 .content:hover .number {
  background-color: var(--theme2);
  color: var(--white);
}

.service-details-wrapper .top-content {
  border-bottom: 1px solid rgba(15, 49, 58, 0.1);
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .top-content {
    padding-bottom: 40px;
  }
}
.service-details-wrapper .top-content h4 {
  line-height: 146%;
  max-width: 1070px;
}
.service-details-wrapper .top-content-2 {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .top-content-2 {
    padding-top: 40px;
  }
}
.service-details-wrapper .top-content-2 .top-text-2 {
  line-height: 163%;
}
.service-details-wrapper .top-content-2 .content-head {
  max-width: 235px;
}
.service-details-wrapper .top-content-2 .content-head h5 {
  line-height: 150%;
  margin-bottom: 10px;
}
.service-details-wrapper .details-image {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .details-image {
    padding-top: 40px;
  }
}
.service-details-wrapper .details-image img {
  width: 100%;
  height: 100%;
}
.service-details-wrapper .details-content {
  background-color: #0F313A;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .service-details-wrapper .details-content {
    padding: 80px 0;
  }
}
.service-details-wrapper .details-content .details-content-2 {
  max-width: 550px;
}
.service-details-wrapper .details-content .details-content-2 h2 {
  color: var(--white);
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.service-details-wrapper .details-content .details-content-2 p {
  color: var(--white);
}
.service-details-wrapper .details-content .details-content-2 .theme-btn {
  background-color: transparent;
  color: var(--white);
  border: 1px solid var(--white);
  margin-top: 50px;
}
.service-details-wrapper .details-content .details-content-2 .theme-btn::before, .service-details-wrapper .details-content .details-content-2 .theme-btn::after {
  background-color: var(--theme2);
}
.service-details-wrapper .details-content .details-content-2 .theme-btn:hover {
  border: 1px solid var(--theme2);
}
.service-details-wrapper .details-content .details-box-items {
  background-color: var(--theme2);
  padding: 60px 70px;
  border-radius: 5px;
  margin-top: -300px;
}
@media (max-width: 991px) {
  .service-details-wrapper .details-content .details-box-items {
    margin-top: 0;
    padding: 40px;
  }
}
.service-details-wrapper .details-content .details-box-items h3 {
  color: var(--white);
  line-height: 134%;
  margin-bottom: 30px;
}
.service-details-wrapper .details-content .details-box-items p {
  color: var(--white);
}
.service-details-wrapper .details-content .details-box-items ul {
  margin-top: 50px;
}
.service-details-wrapper .details-content .details-box-items ul li:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .service-details-wrapper .details-content .details-box-items ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.service-details-wrapper .details-content .details-box-items ul li .list-text {
  margin-top: 30px;
}
.service-details-wrapper .details-content .details-box-items ul li .list-text h4 {
  color: var(--white);
  margin-bottom: 15px;
}

.feature-details-wrapper .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.feature-details-wrapper .feature-details-cotent {
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .feature-details-wrapper .feature-details-cotent {
    margin-left: 0;
  }
}
.feature-details-wrapper .feature-details-cotent h2 {
  margin-bottom: 65px;
  color: var(--header2);
}
.feature-details-wrapper .feature-details-cotent .text-3 {
  margin-top: 35px;
}
@media (max-width: 575px) {
  .feature-details-wrapper .feature-details-cotent .text-3 {
    margin-top: 30px;
  }
}
.feature-details-wrapper .feature-details-cotent .icon-items-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .feature-details-wrapper .feature-details-cotent .icon-items-area {
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px;
  }
}
.feature-details-wrapper .feature-details-cotent .icon-items-area .icon-items {
  display: flex;
  align-items: center;
  gap: 25px;
}
.feature-details-wrapper .feature-details-cotent .icon-items-area .icon-items .icon {
  font-size: 45px;
  color: var(--theme2);
}
.feature-details-wrapper .feature-details-cotent .icon-items-area .icon-items h5 {
  font-size: 18px;
  max-width: 170px;
  line-height: 155%;
  color: var(--header2);
}

.shop-wrapper .shop-box-items {
  margin-top: 30px;
}
.shop-wrapper .shop-box-items .thumb {
  position: relative;
}
.shop-wrapper .shop-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.shop-wrapper .shop-box-items .thumb .theme-btn {
  background-color: var(--theme2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 186px;
  width: 100%;
  padding: 18px 36px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.shop-wrapper .shop-box-items .content {
  margin-top: 20px;
}
.shop-wrapper .shop-box-items .content h5 a {
  color: var(--header2);
}
.shop-wrapper .shop-box-items .content h5 a:hover {
  color: var(--theme2);
}
.shop-wrapper .shop-box-items .content p {
  font-weight: 500;
}
.shop-wrapper .shop-box-items:hover .thumb .theme-btn {
  opacity: 1;
  visibility: visible;
}
.shop-wrapper .shop-sidebar-area .search-widget h5 {
  margin-bottom: 20px;
}
.shop-wrapper .shop-sidebar-area .search-widget form {
  width: 100%;
  position: relative;
}
.shop-wrapper .shop-sidebar-area .search-widget form input {
  background-color: #fff;
  font-size: 16px;
  padding: 20px;
  width: 100%;
  border: none;
  text-transform: uppercase;
  color: #406A8C;
  border: 1px solid rgba(15, 49, 58, 0.1);
  border-radius: 7px;
  line-height: 1;
}
.shop-wrapper .shop-sidebar-area .search-widget form input::placeholder {
  color: #406A8C;
}
.shop-wrapper .shop-sidebar-area .search-widget form button {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 7px;
}
.shop-wrapper .shop-sidebar-area .search-widget form button:hover {
  background-color: var(--header);
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar {
  margin-top: 30px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  border-radius: 7px;
  padding: 30px;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .widget-title {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(15, 49, 58, 0.1);
  padding-bottom: 16px;
  position: relative;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .widget-title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--theme2);
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .widget-title h5 {
  color: var(--header2);
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .category-list li {
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .category-list li:not(:last-child) {
  padding-bottom: 20px;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .category-list li a {
  color: var(--header2);
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-weight: 600;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .category-list li a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--theme2);
  border-radius: 5px;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .category-list li:hover {
  color: var(--theme2);
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .category-list li:hover a {
  color: var(--theme2);
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .price-range-wrapper {
  /* Custom thumb styling */
  /* Remove the default appearance for sliders in Firefox */
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .price-range-wrapper .slider-container {
  position: relative;
  width: 100%;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .price-range-wrapper .price-text {
  margin-top: 20px;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .price-range-wrapper .price-text label {
  color: var(--header2);
  font-size: 16px;
  font-weight: 500;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .price-range-wrapper .price-text input {
  color: var(--header2);
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .price-range-wrapper .theme-btn {
  background-color: var(--header2);
  padding: 19px 45px;
  margin-top: 30px;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .price-range-wrapper .theme-btn::after {
  background-color: var(--theme2);
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .price-range-wrapper .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: rgba(249, 71, 53, 0.1);
  outline: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .price-range-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: var(--theme2);
  cursor: pointer;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
  pointer-events: all;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .price-range-wrapper .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: var(--theme2);
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid rgba(249, 71, 53, 0.1);
  z-index: 2;
  position: relative;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .price-range-wrapper .slider::-ms-thumb {
  width: 20px;
  height: 20px;
  background: var(--theme2);
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid rgba(249, 71, 53, 0.1);
  z-index: 2;
  position: relative;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .price-range-wrapper input[type=range]::-moz-range-track {
  background: transparent;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .popuplar-product-items {
  display: flex;
  align-items: center;
  gap: 30px;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .popuplar-product-items:not(:last-child) {
  margin-bottom: 30px;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .popuplar-product-items .content h6 {
  font-size: 18px;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .popuplar-product-items .content h6 a {
  color: var(--header2);
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .popuplar-product-items .content h6 a:hover {
  color: var(--theme);
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .tagcloud a {
  padding: 10px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  display: inline-block;
  margin-bottom: 8px;
}
.shop-wrapper .shop-sidebar-area .shop-signle-sidebar .tagcloud a:hover {
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid var(--theme2);
}

.shop-page {
  margin-bottom: 30px;
}
.shop-page .coureses-notices-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .shop-page .coureses-notices-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.shop-page .coureses-notices-wrapper h6 {
  color: var(--header2);
  font-weight: 500;
}
.shop-page .coureses-notices-wrapper .form-clt {
  max-width: 300px;
  width: 100%;
}
.shop-page .coureses-notices-wrapper .form-clt .nice-select {
  padding: 8px 20px !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0;
  background-color: transparent;
  border-radius: 28px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  width: 100%;
  color: var(--text);
}
.shop-page .coureses-notices-wrapper .form-clt .nice-select::after {
  right: 30px;
  height: 7px;
  width: 7px;
}
.shop-page .coureses-notices-wrapper .form-clt .nice-select .list {
  width: 100%;
  background-color: var(--bg);
}
.shop-page .coureses-notices-wrapper .form-clt .nice-select .focus {
  background-color: transparent;
  font-weight: 400;
  color: var(--text);
}
.shop-page .coureses-notices-wrapper .form-clt .nice-select .option {
  border: none;
}
.shop-page .coureses-notices-wrapper .form-clt .nice-select .option:hover {
  background-color: transparent;
}

.common-table {
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.common-table .cart-item-thumb {
  width: 86px;
}
@media (max-width: 1399px) {
  .common-table .cart-item-thumb {
    flex-wrap: wrap;
  }
}
.common-table .cart-item-thumb .head {
  color: var(--header2);
  font-size: 18px;
  text-transform: capitalize;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
}
.common-table .price-usd {
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
}
.common-table tr {
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead,
.common-table tbody {
  width: 100%;
}

.common-table thead tr,
.common-table tbody tr {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.common-table thead tr th,
.common-table thead tr td,
.common-table tbody tr th,
.common-table tbody tr td {
  width: 100%;
  box-sizing: border-box;
}

.common-table thead tr {
  color: #1B1F2A;
  border-bottom: unset;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead tr th {
  background: unset;
  color: unset;
  border: unset;
  font-size: 16px;
  padding-bottom: 16px;
}

.common-table tbody tr td {
  background: transparent;
  color: unset;
  box-sizing: border-box;
  border-bottom: unset;
}

.quantity button i {
  font-size: 16px;
}

.quantity .quantityValue {
  width: 40px;
  text-align: center;
  padding: 0;
  color: #000;
  border: unset;
}

@media (max-width: 767px) {
  .cart-list-area .table-responsive {
    overflow-x: scroll;
  }
}
@media (max-width: 991px) {
  .cart-list-area .table-responsive .table {
    width: 900px;
  }
}
.cart-list-area .coupon-items input {
  background: #F5F6FA;
  border: none;
  padding: 18px 40px;
  color: var(--text);
  line-height: 1;
  border-radius: 7px;
}
.cart-list-area .theme-btn {
  transition: all 0.4s ease-in-out;
  padding: 18px 30px;
  line-height: 1;
  background-color: var(--theme2);
}

.cart-total-area {
  margin-top: -10px;
}
.cart-total-area h3 {
  font-size: 40px;
  margin-bottom: 5px;
  color: var(--header2);
}
.cart-total-area ul {
  margin-bottom: 50px;
}
.cart-total-area ul li {
  font-size: 20px;
  font-weight: 600;
  color: var(--header2);
  display: flex;
  align-items: center;
  gap: 220px;
  border-bottom: 1px solid #E4E4E5;
  padding-bottom: 25px;
  padding-top: 25px;
}
.cart-total-area ul li .subtotal {
  color: #666C78;
  font-weight: 400;
  margin-left: -30px;
}
.cart-total-area ul li .price {
  font-weight: 700;
  font-size: 22px;
  flex-basis: 30%;
}
.cart-total-area .theme-btn {
  transition: all 0.4s ease-in-out;
  padding: 22px 30px;
  line-height: 1;
  background-color: var(--theme2);
}

.checkout-radio {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 24px;
}
.checkout-radio .primary-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 16px;
  color: var(--header2);
  text-transform: capitalize;
}
.checkout-radio h4 {
  color: var(--header2);
  margin-bottom: 16px;
  font-weight: 600;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single .form-check-input {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(15, 49, 58, 0.1);
  font-weight: 500;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single label {
  color: var(--header2);
  text-transform: capitalize;
}
.checkout-radio .checkout-radio-wrapper .checkout-radio-single:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  .checkout-radio {
    padding: 10px;
  }
}

.checkout-single-wrapper .checkout-single h4 {
  color: var(--header2);
  margin-bottom: 2rem;
  font-weight: 600;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single input {
  width: 100%;
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(15, 49, 58, 0.1);
  padding: 12px 24px;
  color: var(--header2);
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 7px;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single label {
  color: var(--header2);
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 500;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single ::placeholder {
  color: var(--header2);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select {
  background-color: var(--white);
  height: initial;
  line-height: initial;
  padding: 13px 20px;
  border: 1px solid rgba(15, 49, 58, 0.1);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select span {
  font-size: 16px;
  color: var(--header2);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select::after {
  border-right: 1px solid var(--header2);
  border-bottom: 1px solid var(--header2);
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .list {
  width: 100%;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .input-single .nice-select .option {
  background-color: var(--bg);
  border: none;
}
.checkout-single-wrapper .checkout-single .checkout-single-form .payment {
  color: var(--header2);
  margin-bottom: 12px;
  text-transform: capitalize;
}
.checkout-single-wrapper .boxshado-single {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  padding: 32px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .boxshado-single {
    padding: 14px;
  }
}
.checkout-single-wrapper .checkout-single-bg {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
  padding: 32px;
}
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single textarea,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single .country-select,
.checkout-single-wrapper .checkout-single-bg .checkout-single-form .input-single input {
  border: 1px solid rgba(15, 49, 58, 0.1);
  background: transparent;
  text-transform: capitalize;
  border-radius: 7px;
}
@media (max-width: 575px) {
  .checkout-single-wrapper .checkout-single-bg {
    padding: 14px;
  }
}
.checkout-single-wrapper .checkout-single-bg .payment-save {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.checkout-single-wrapper .checkout-single-bg .payment-save input {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  background-color: var(--theme2);
  outline: none;
  color: var(--header2);
  border-radius: 7px;
}
.checkout-single-wrapper .checkout-single-bg .payment-save label {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.checkout-single-wrapper .theme-btn {
  padding: 22px 40px;
  background-color: var(--theme2);
}

.shop-details-wrapper .details-image-items {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper .details-image-items {
    flex-wrap: wrap;
  }
  .shop-details-wrapper .details-image-items .shop-thumb img {
    width: 100%;
    height: 100%;
  }
}
.shop-details-wrapper .details-image-items .nav {
  padding: 0;
  display: grid;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper .details-image-items .nav {
    display: flex;
  }
}
.shop-details-wrapper .details-image-items .nav .nav-link {
  padding: 0;
}
.shop-details-wrapper .details-content h3 {
  font-size: 55px;
  font-weight: 600;
  color: var(--header2);
}
@media (max-width: 767px) {
  .shop-details-wrapper .details-content h3 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .shop-details-wrapper .details-content h3 {
    font-size: 42px;
  }
}
.shop-details-wrapper .details-content .price-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 30px;
}
.shop-details-wrapper .details-content .price-list .price {
  display: flex;
  align-items: center;
  gap: 15px;
}
.shop-details-wrapper .details-content .price-list del {
  font-size: 24px;
  font-weight: 600;
  color: #AAB8C3;
}
.shop-details-wrapper .details-content .price-list h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--header2);
}
.shop-details-wrapper .details-content .price-list .star {
  color: var(--theme2);
}
.shop-details-wrapper .details-content .list-items {
  margin-top: 30px;
}
.shop-details-wrapper .details-content .list-items li {
  position: relative;
  padding-left: 15px;
}
.shop-details-wrapper .details-content .list-items li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--theme2);
}
.shop-details-wrapper .details-content .list-items li:not(:last-child) {
  margin-bottom: 20px;
}
.shop-details-wrapper .details-content .cart-quantity {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(15, 49, 58, 0.1);
  padding-bottom: 50px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .shop-details-wrapper .details-content .cart-quantity {
    flex-wrap: wrap;
  }
}
.shop-details-wrapper .details-content .cart-quantity .qty {
  display: flex;
  align-items: center;
  border: 1px solid rgba(15, 49, 58, 0.1);
  padding: 14px 24px;
  line-height: 1;
  justify-content: space-between;
}
.shop-details-wrapper .details-content .cart-quantity .qty button,
.shop-details-wrapper .details-content .cart-quantity .qty input {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--header);
  font-weight: 400;
  font-size: 24px;
}
.shop-details-wrapper .details-content .cart-quantity .qty input {
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  border: unset;
  outline: none;
}
.shop-details-wrapper .details-content .cart-quantity .theme-btn {
  border-radius: 0;
  background-color: var(--theme2);
}
.shop-details-wrapper .details-content .details-info {
  position: relative;
}
.shop-details-wrapper .details-content .details-info:not(:last-child) {
  margin-bottom: 15px;
}
.shop-details-wrapper .details-content .details-info span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  top: 2px;
}
.shop-details-wrapper .details-content .details-info a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  margin-left: 150px;
  text-transform: capitalize;
}
.shop-details-wrapper .single-tab .nav {
  border-bottom: 1px solid rgba(249, 71, 53, 0.1);
  padding-bottom: 20px;
}
.shop-details-wrapper .single-tab .nav .nav-link h6 {
  font-size: 20px;
  font-weight: 600;
}
.shop-details-wrapper .single-tab .nav .nav-link.active {
  position: relative;
}
.shop-details-wrapper .single-tab .nav .nav-link.active h6 {
  color: var(--theme2);
}
.shop-details-wrapper .single-tab .nav .nav-link.active::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--theme2);
  transition: 0.3s;
}
@media (max-width: 470px) {
  .shop-details-wrapper .single-tab .nav .nav-link.active::before {
    display: none;
  }
}
.shop-details-wrapper .single-tab .nav .nav-link h6 {
  font-size: 18px;
}
.shop-details-wrapper .single-tab .description-items .description-content {
  margin-right: 50px;
}
@media (max-width: 1399px) {
  .shop-details-wrapper .single-tab .description-items .description-content {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .shop-details-wrapper .single-tab .description-items .description-content {
    margin-right: 0;
  }
}
.shop-details-wrapper .single-tab .description-items .description-content .list-items {
  margin-top: 30px;
}
.shop-details-wrapper .single-tab .description-items .description-content .list-items li {
  position: relative;
  padding-left: 15px;
}
.shop-details-wrapper .single-tab .description-items .description-content .list-items li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--theme2);
}
.shop-details-wrapper .single-tab .description-items .description-content .list-items li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .shop-details-wrapper .single-tab .review-items .admin-items {
    justify-content: center;
    gap: 30px;
  }
}
.shop-details-wrapper .single-tab .review-items .admin-items .admin-img {
  width: 100px;
  height: 100px;
}
.shop-details-wrapper .single-tab .review-items .admin-items .admin-img img {
  border-radius: 50%;
}
.shop-details-wrapper .single-tab .review-items .admin-items .content {
  position: relative;
  border: 1px solid rgba(249, 71, 53, 0.1);
}
.shop-details-wrapper .single-tab .review-items .admin-items .content::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--white);
  border-left: 1px solid rgba(249, 71, 53, 0.1);
  border-bottom: 1px solid rgba(249, 71, 53, 0.1);
  transform: rotate(45deg);
  top: 40%;
  left: -16px;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .review-items .admin-items .content::before {
    display: none;
  }
}
.shop-details-wrapper .single-tab .review-items .admin-items .content .head-content h5 span {
  font-size: 14px;
  margin-left: 30px;
}
.shop-details-wrapper .single-tab .review-items .admin-items .content .star i {
  font-size: 16px;
  color: var(--theme);
}
.shop-details-wrapper .single-tab td {
  color: var(--text);
}
.shop-details-wrapper .single-tab .review-title .rate-now {
  margin-top: 15px;
  gap: 15px;
}
.shop-details-wrapper .single-tab .review-title .rate-now p {
  font-size: 16px;
  text-transform: capitalize;
}
.shop-details-wrapper .single-tab .review-title .rate-now i {
  font-size: 16px;
  color: var(--theme);
}
.shop-details-wrapper .single-tab .review-form {
  margin-top: 40px;
}
.shop-details-wrapper .single-tab .review-form .form-clt input {
  width: 100%;
  outline: none;
  border: none;
  padding: 18px 35px;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .review-form .form-clt input {
    padding: 15px 20px;
  }
}
.shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
  padding: 18px 35px 170px;
  width: 100%;
  outline: none;
  color: var(--text);
  background-color: rgb(245, 245, 245);
  font-size: 16px;
  border: none;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .shop-details-wrapper .single-tab .review-form .form-clt-big textarea {
    padding: 15px 20px;
  }
}

.team-section .container-fluid {
  padding: 0 40px;
}

.team-card-item {
  margin-top: 30px;
}
.team-card-item .team-image {
  position: relative;
}
.team-card-item .team-image img {
  width: 100%;
  height: 100%;
}
.team-card-item .team-image .social-profile {
  position: absolute;
  right: 20px;
  top: 20px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  z-index: 99;
}
.team-card-item .team-image .social-profile ul {
  transform: translateY(-100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-card-item .team-image .social-profile ul li {
  margin-bottom: 10px;
}
.team-card-item .team-image .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  display: block;
  background: var(--white);
  color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
}
.team-card-item .team-image .social-profile ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-card-item .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: var(--white);
  color: var(--theme);
  transition: all 0.4s ease-in-out;
  margin-bottom: 10px;
}
.team-card-item .team-image .social-profile .plus-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-card-item .team-image .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.team-card-item .team-content {
  margin-top: 40px;
}
.team-card-item .team-content h5 a:hover {
  color: var(--theme);
}

.team-details-wrapper .team-image {
  max-width: 410px;
}
@media (max-width: 991px) {
  .team-details-wrapper .team-image {
    max-width: 800px;
  }
}
.team-details-wrapper .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.team-details-wrapper .details-content .text {
  font-size: 55px;
  color: var(--header2);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .team-details-wrapper .details-content .text {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper .details-content .text {
    font-size: 42px;
  }
}
.team-details-wrapper .details-content span {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}
.team-details-wrapper .details-content p {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(15, 49, 58, 0.1);
}
.team-details-wrapper .details-content .social-icon {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .team-details-wrapper .details-content .social-icon {
    margin-bottom: 30px;
  }
}
.team-details-wrapper .details-content .social-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  color: var(--text);
  border: 1px solid rgba(15, 49, 58, 0.1);
  border-radius: 100px;
}
.team-details-wrapper .details-content .social-icon a:hover {
  background-color: var(--theme2);
  border: 1px solid var(--theme2);
  color: var(--white);
}
.team-details-wrapper .details-content .texts {
  margin-top: 20px;
  border-bottom: none;
  margin-bottom: 0;
}
.team-details-wrapper .details-content .progress-wrap .pro-items {
  width: 100%;
}
.team-details-wrapper .details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}
.team-details-wrapper .details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.team-details-wrapper .details-content .progress-wrap .pro-items .pro-head .title {
  color: var(--header2);
}
.team-details-wrapper .details-content .progress-wrap .pro-items .pro-head .point {
  font-size: 20px;
  font-weight: 600;
  color: var(--header2);
}
.team-details-wrapper .details-content .progress-wrap .pro-items .pro-head .point::before {
  display: none;
}
.team-details-wrapper .details-content .progress-wrap .pro-items .progress {
  background: rgba(249, 71, 53, 0.1);
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 3px;
  width: 100%;
}
.team-details-wrapper .details-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme2);
  height: 3px;
  width: 0;
}
.team-details-wrapper .details-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
.team-details-wrapper .details-content .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 90%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 70%;
  }
}
@keyframes load3 {
  0% {
    width: 0;
  }
  100% {
    width: 55%;
  }
}
.team-details-wrapper .details-content .team-contact-box {
  border-radius: 15px;
  padding: 50px;
  background-color: #EFEFEF;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .details-content .team-contact-box {
    padding: 30px;
  }
}
.team-details-wrapper .details-content .team-contact-box h4 {
  color: var(--header2);
  position: relative;
  padding-left: 15px;
  margin-bottom: 40px;
}
.team-details-wrapper .details-content .team-contact-box h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background-color: var(--theme);
}
.team-details-wrapper .details-content .team-contact-box .form-clt {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.team-details-wrapper .details-content .team-contact-box .form-clt input, .team-details-wrapper .details-content .team-contact-box .form-clt textarea {
  width: 100%;
  outline: none;
  border-radius: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--white);
  color: var(--text);
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.team-details-wrapper .details-content .team-contact-box .form-clt input::placeholder, .team-details-wrapper .details-content .team-contact-box .form-clt textarea::placeholder {
  color: var(--text);
}
@media (max-width: 767px) {
  .team-details-wrapper .details-content .team-contact-box .form-clt input, .team-details-wrapper .details-content .team-contact-box .form-clt textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper .details-content .team-contact-box .form-clt input, .team-details-wrapper .details-content .team-contact-box .form-clt textarea {
    padding: 12px 18px;
  }
}
.team-details-wrapper .details-content .team-contact-box .form-clt input::placeholder, .team-details-wrapper .details-content .team-contact-box .form-clt textarea::placeholder {
  color: #96B4CC;
}
.team-details-wrapper .details-content .team-contact-box .form-clt textarea {
  padding-bottom: 130px;
  resize: none;
}
.team-details-wrapper .details-content .team-contact-box .form-clt .icon {
  position: absolute;
  right: 20px;
  top: 16px;
}
.team-details-wrapper .details-content .team-contact-box .form-clt .icon i {
  color: var(--white);
}
.team-details-wrapper .details-content .team-contact-box .form-clt .form .single-select {
  background: var(--white);
  border: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #96B4CC;
}
.team-details-wrapper .details-content .team-contact-box .form-clt .form .single-select span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #96B4CC;
}
.team-details-wrapper .details-content .team-contact-box .form-clt .form .single-select .list {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.team-details-wrapper .details-content .team-contact-box .form-clt .form .single-select .list li {
  color: var(--header);
}
.team-details-wrapper .details-content .team-contact-box .form-clt .form .single-select::after {
  border-bottom: 2px solid var(--text);
  border-right: 2px solid var(--text);
  height: 8px;
  margin-top: -6px;
  width: 8px;
  right: 20px;
}
.team-details-wrapper .details-content .team-contact-box button.theme-btn {
  width: 100%;
  background-color: var(--theme2);
}

.team-main-box .team-box-items {
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  padding: 30px;
}
.team-main-box .team-box-items .team-image {
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.team-main-box .team-box-items .team-image img {
  width: 100%;
  height: 100%;
}
.team-main-box .team-content {
  margin-top: 24px;
  position: relative;
}
.team-main-box .team-content .left-content h4 a {
  color: var(--header2);
}
.team-main-box .team-content .left-content h4 a:hover {
  color: var(--theme2);
}
.team-main-box .team-content .social-profile {
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0px;
  content: "";
}
.team-main-box .team-content .social-profile ul {
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.team-main-box .team-content .social-profile ul li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  background-color: var(--theme2);
  color: var(--white);
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
}
.team-main-box .team-content .social-profile ul li a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.team-main-box .team-content .social-profile .plus-btn {
  z-index: 9;
  cursor: pointer;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  color: var(--theme2);
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  border-radius: 7px;
  border: 1px solid rgba(15, 49, 58, 0.1);
  margin-top: 8px;
}
.team-main-box .team-content .social-profile .plus-btn:hover {
  background-color: var(--theme2);
  color: var(--white);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.team-main-box .team-content .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.testimonial-wrapper {
  margin-left: -18%;
  margin-right: -18%;
}
@media (max-width: 1199px) {
  .testimonial-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.testimonial-wrapper .swiper {
  overflow: initial !important;
}
.testimonial-wrapper .testimonial-box-item {
  border-radius: 15px;
  border: 1px solid rgba(13, 38, 108, 0.07);
  background: var(--white);
  box-shadow: 10px 4px 60px 0px rgba(184, 184, 184, 0.25);
  padding: 40px 70px 40px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .testimonial-wrapper .testimonial-box-item {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-box-item {
    padding: 40px 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-box-item {
    padding: 40px 30px;
  }
}
.testimonial-wrapper .testimonial-box-item .content p {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: var(--header);
}
@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-box-item .content p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-box-item .content p {
    font-size: 18px;
  }
}
.testimonial-wrapper .testimonial-box-item .content .client-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .testimonial-wrapper .testimonial-box-item .content .client-info-item {
    margin-top: 30px;
  }
}
.testimonial-wrapper .testimonial-box-item .content .client-info-item .client-info {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-box-item .content .client-info-item .client-info {
    gap: 0;
  }
}
.testimonial-wrapper .testimonial-box-item .content .client-info-item .client-info h5 {
  font-size: 18px;
  color: var(--text);
  position: relative;
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-box-item .content .client-info-item .client-info h5 {
    padding-left: 30px;
  }
}
.testimonial-wrapper .testimonial-box-item .content .client-info-item .client-info h5::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 50px;
  height: 2px;
  background-color: var(--text);
}
@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-box-item .content .client-info-item .client-info h5::before {
    display: none;
  }
}
.testimonial-wrapper .testimonial-box-item .content .client-info-item .client-info h5 span {
  font-size: 14px;
  font-weight: 400;
}
.testimonial-wrapper .testimonial-box-item .content .client-info-item .icon {
  color: var(--theme);
  font-size: 65px;
}

.testimonial-card-item {
  border-radius: 15px;
  border: 1px solid rgba(13, 38, 108, 0.07);
  background: var(--white);
  box-shadow: 10px 4px 60px 0px rgba(184, 184, 184, 0.25);
  padding: 40px 70px 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .testimonial-card-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-card-item {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-card-item {
    padding: 30px;
  }
}
.testimonial-card-item .testimonial-content .icon {
  color: var(--theme);
  font-size: 55px;
  margin-bottom: 20px;
}
.testimonial-card-item .testimonial-content p {
  font-size: 27px;
  font-weight: 500;
  line-height: 40px;
  color: var(--header2);
  border-bottom: 1px solid rgba(13, 38, 108, 0.07);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .testimonial-card-item .testimonial-content p {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-card-item .testimonial-content p {
    font-size: 18px;
  }
}
.testimonial-card-item .testimonial-content .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-card-item .testimonial-content .client-info h5 {
  font-size: 18px;
  color: var(--header2);
  position: relative;
}
.testimonial-card-item .testimonial-content .client-info h5 span {
  font-size: 14px;
  font-weight: 400;
  color: var(--header2);
}

.testimonial-bg-section {
  position: relative;
}
.testimonial-bg-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(15, 49, 58, 0) 22.88%, #0F313A 100%);
}

.testimonial-wrapper-2 .testimonial-content .map-image {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .testimonial-wrapper-2 .testimonial-content .map-image {
    margin-top: 40px;
  }
}
.testimonial-wrapper-2 .testimonial-content .map-image img {
  width: 100%;
  height: 100%;
}
.testimonial-wrapper-2 .testimonial-main-item {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .testimonial-wrapper-2 .testimonial-main-item {
    margin-top: 0;
  }
}
.testimonial-wrapper-2 .testimonial-main-item .testimonial-card-item {
  border-radius: 15px;
  border: 1px solid rgba(13, 38, 108, 0.07);
  background: var(--white);
  box-shadow: 10px 4px 60px 0px rgba(184, 184, 184, 0.25);
  padding: 40px 70px 40px;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonial-main-item .testimonial-card-item {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-main-item .testimonial-card-item {
    padding: 30px;
  }
}
.testimonial-wrapper-2 .testimonial-main-item .testimonial-card-item .testimonial-content .icon {
  color: var(--theme);
  font-size: 55px;
  margin-bottom: 20px;
}
.testimonial-wrapper-2 .testimonial-main-item .testimonial-card-item .testimonial-content p {
  font-size: 27px;
  font-weight: 500;
  line-height: 40px;
  color: var(--header2);
  border-bottom: 1px solid rgba(13, 38, 108, 0.07);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonial-main-item .testimonial-card-item .testimonial-content p {
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-main-item .testimonial-card-item .testimonial-content p {
    font-size: 18px;
  }
}
.testimonial-wrapper-2 .testimonial-main-item .testimonial-card-item .testimonial-content .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-wrapper-2 .testimonial-main-item .testimonial-card-item .testimonial-content .client-info h5 {
  font-size: 18px;
  color: var(--header2);
  position: relative;
}
.testimonial-wrapper-2 .testimonial-main-item .testimonial-card-item .testimonial-content .client-info h5 span {
  font-size: 14px;
  font-weight: 400;
  color: var(--header2);
}

.testimonial-section-2 {
  position: relative;
}
.testimonial-section-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--white);
  bottom: -86%;
  top: initial;
}

.why-say-us-section {
  margin-top: -100px;
}
.why-say-us-section .text {
  font-size: 170px;
  color: var(--header2);
  opacity: 0.05;
  letter-spacing: -5.1px;
  text-align: center;
}
@media (max-width: 1600px) {
  .why-say-us-section .text {
    font-size: 125px;
  }
}
@media (max-width: 1399px) {
  .why-say-us-section .text {
    font-size: 105px;
  }
}
@media (max-width: 1199px) {
  .why-say-us-section .text {
    display: none;
  }
}

.testimonial-section-3 {
  position: relative;
  background-attachment: fixed;
}
.testimonial-section-3 .container-fluid {
  padding: 0 240px;
}
@media (max-width: 1600px) {
  .testimonial-section-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .testimonial-section-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .testimonial-section-3 .container-fluid {
    padding: 0 30px;
  }
}
.testimonial-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(1, 23, 45, 0) 0%, #01172D 100%);
}

.client-testimonial-wrapper {
  position: relative;
}
.client-testimonial-wrapper h2 {
  font-size: 170px;
  color: var(--white);
  letter-spacing: -5.1px;
  text-align: center;
}
@media (max-width: 1899px) {
  .client-testimonial-wrapper h2 {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .client-testimonial-wrapper h2 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .client-testimonial-wrapper h2 {
    font-size: 80px;
    letter-spacing: initial;
  }
}
@media (max-width: 575px) {
  .client-testimonial-wrapper h2 {
    font-size: 50px;
  }
}

.testimonial-wrapper-3 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .testimonial-wrapper-3 {
    margin-top: 30px;
  }
}
.testimonial-wrapper-3 .testimonial-image {
  max-width: 350px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-3 .testimonial-image {
    max-width: 1000px;
  }
}
.testimonial-wrapper-3 .testimonial-image img {
  width: 100%;
  height: 100%;
}
.testimonial-wrapper-3 .testimonial-content .client-text {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.testimonial-wrapper-3 .testimonial-content .client-text h5 {
  color: var(--white);
}
.testimonial-wrapper-3 .testimonial-content .client-text .star {
  color: var(--theme3);
}
.testimonial-wrapper-3 .testimonial-content p {
  font-size: 27px;
  color: var(--white);
  font-weight: 500;
  line-height: 148%;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-3 .testimonial-content p {
    font-size: 18px;
  }
}
.testimonial-wrapper-3 .testimonial-content .info-text {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-3 .testimonial-content .info-text {
    margin-top: 50px;
  }
}
.testimonial-wrapper-3 .testimonial-content .info-text .icon {
  color: var(--theme3);
  font-size: 55px;
}
.testimonial-wrapper-3 .testimonial-content .info-text h4 {
  font-size: 22px;
  font-weight: 500;
  color: var(--white);
}
.testimonial-wrapper-3 .testimonial-content .info-text h4 span {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}/*# sourceMappingURL=main.css.map */