@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  color: #070728;
}

html,
body {
  font-family: "Work Sans", sans-serif;
  color: #070707;
  font-weight: 400;
  line-height: 1.6;
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
}

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

i.bx {
  vertical-align: middle;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset !important;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #F5F5F5 inset !important;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-76 {
  margin-bottom: 76px;
}

.common-btn {
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  background: #070728;
  color: #fff;
  padding: 14px 25px 14px 60px;
  border-radius: 24px;
  text-align: center;
  position: relative;
  display: inline-block;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.common-btn:hover {
  color: #fff;
  background: #FF4815;
}

.common-btn:hover i {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
  background: #070728;
}

.common-btn i {
  background: #FF4815;
  position: absolute;
  left: -5px;
  top: 0;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s ease;
  padding: 0;
}

.section-title h6 {
  font-size: 18px;
  font-weight: 500;
  color: #FF4815;
  margin-bottom: 10px;
}

.section-title h1 {
  font-size: 27px;
  margin-bottom: 0;
}

.breadcrumb-area {
  background-image: url(../images/breadcrumb-bg-img.png);
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb-area:before {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  justify-content: center;
  content: "";
  background: #070728;
  opacity: 0.9;
}

.breadcrumb-content {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  min-width: 432px;
  min-height: 50px;
  border-radius: 50%;
  z-index: 0;
  /*
  &:before {
    content: "";
    position: absolute;
    height: 300px;
    width: 300px;
    background: #7c59bf5c;
    left: 50%;
    border-radius: 50%;
    top: -100%;
    transform: translateX(-50%);
  }*/
}

.breadcrumb-content:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  inset: -20px;
  border-radius: 50%;
  z-index: 1;
  min-width: 350px;
  min-height: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.breadcrumb-content:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.1);
  inset: -20px;
  border-radius: 50%;
  z-index: -1;
  min-width: 500px;
  min-height: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.breadcrumb-content .breadcrumb-content-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.breadcrumb-content h1 {
  font-size: 51px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}

.breadcrumb-link {
  position: relative;
}

.breadcrumb-link p {
  margin-bottom: 0;
  display: inline-block;
  font-weight: 500;
  color: #fff;
  margin: 0 7px;
}

.breadcrumb-link span {
  background: #FF4815;
  padding: 4px;
  display: inline-block;
  border-radius: 50%;
}

/*================================================
2. Header Top CSS
=================================================*/

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}

.hamburger span {
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 2px;
  margin: 3px 0;
}



.company-name.element {
  font-size: clamp(16px, 3vw, 20px);
  color: #000;
  white-space: nowrap;
  font-weight: 600;
}

.typed-cursor--blink {
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .header-menu-area .row {
    justify-content: space-between;
  }

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

  .company-name {
    display: none;
  }

}

@media (max-width: 768px) {
  .hamburger {
    width: 34px;
    height: 24px;
  }
}

.header-top-area {
  background: #070728;
  color: #fff;
  padding: 10px;
  position: relative;
  z-index: 1;
}



.header-top-area:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/header-top-bg.png);
  position: absolute;
  content: "";
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.header-top-left li,
.header-top-right li {
  display: inline-block;
  font-size: 13px;
  padding: 0px 20px 0 0;
  font-family: "Rubik", sans-serif;
}

.header-top-left li i {
  margin-right: 4px;
}

.header-top-right li {
  padding: 0 0 1px 10px;
}

.header-top-right li a i {
  display: block;
  background: #fff;
  height: 23px;
  width: 23px;
  text-align: center;
  line-height: 23px;
  border-radius: 3px;
  font-size: 13px;
  margin-top: 2px;
  -webkit-transition: .4s;
  transition: .4s;
  color: #2C2C48;
}

.header-top-right li a i:hover {
  background: #FF4815;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #fff;
}

/*================================================
3. Header Menu CSS
=================================================*/
.sticky {
  position: fixed;
  top: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header-menu-area {
  width: 100%;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  height: 100%;
  z-index: 10;
}

.main-nav ul li a.active {
  color: #FF4815;
  font-weight: 600;
  border-bottom: 2px solid #FF4815;
}


.menu-btn {
  padding: 10px 25px 10px 52px;
}

.menu-btn i {
  left: -5px;
  padding: 20px;
}

.menu-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

/* Mobile Menu Styles */
/* Mobile Menu Styles */
.mobile-main-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: all 0.3s ease;
  overflow-y: auto;
  padding: 20px;
}

.mobile-main-nav.active {
  left: 0;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.mobile-close-btn {
  font-size: 24px;
  color: #333;
}

.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu li {
  margin-bottom: 15px;
}

.mobile-menu li a {
  display: block;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  border-bottom: 1px solid #f5f5f5;
}

.mobile-menu li a:hover,
.mobile-menu li a.active {
  color: #FF4815;
}

/* Hamburger Icon */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 10000;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  transition: all 0.3s ease;
}

.hamburger.h-active .h-top {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.h-active .h-middle {
  opacity: 0;
}

.hamburger.h-active .h-bottom {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  display: none;
}

.menu-overlay.active {
  display: block;
}

.bottombar {
  background-color: #08509e;
}

.main-nav>ul>li {
  display: inline-block;
  position: relative;
  padding: 30px 16px;
}

.main-nav>ul>li:last-child {
  padding-right: 0;
}

.main-nav>ul>li.has-child-menu:after {
  position: absolute;
  right: -4px;
  top: 26px;
  font-family: "boxicons";
  content: "";
  font-size: 20px;
  color: #1f2044a3;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.main-nav>ul>li:hover.has-child-menu:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-nav>ul>li+li {
  padding: 30px 5px;
}

.main-nav>ul>li>a {
  display: block;
  text-decoration: none;
  color: #070728;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav>ul>li>a.active {
  color: #FF4815;
}

.main-nav>ul>li:hover>a {
  color: #FF4815;
}

.main-nav>ul>li:hover>a:after {
  opacity: 1;
}

.main-nav ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 81px;
  right: 0;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #F3F2F7;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu li .sub-menu {
  right: -200px;
  left: inherit;
  top: 0;
}

.main-nav ul li .sub-menu>li {
  display: block;
  margin: 0;
  position: relative;
}

.main-nav ul li .sub-menu>li a {
  display: block;
  padding: 15px 18px;
  color: #070728;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav ul li .sub-menu>li a:last-child {
  border: none;
}

.main-nav ul li .sub-menu>li a:hover {
  background: #FF4815;
  color: #fff;
}

.main-nav .fl {
  width: 30px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 999;
  display: none;
  cursor: pointer;
}

.main-nav .fl:before {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.main-nav>ul>li+li>.sub-menu {
  left: 15px;
}

.main-nav>ul>li:hover>.sub-menu,
.main-nav ul li .sub-menu li:hover>.sub-menu,
.main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.main-nav>ul {
  display: flex;
  justify-content: center;
  width: 100%;
}

.col-xl-3.col-lg-2.d-none.d-lg-flex {
  display: flex !important;
  justify-content: flex-end !important;
}

.slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideInUp2 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/*================================================
4. Hero area CSS
=================================================*/
.hero-area {
  position: relative;
  background: #070728e0;
  width: 100% !important;
}

.hero-area::before {
  background: url(../images/hero-right-side-shape.png) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-hero-content h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  background: #FF4815;
  border-radius: 100px;
  padding: 7px 15px;
}

.single-hero-content h1 {
  font-size: 45px;
  line-height: 60px;
  text-transform: capitalize;
  color: #fff;
}

.single-hero-content p {
  margin-bottom: 0;
  color: #ffffff;
}

.single-hero-content a.common-btn {
  background: #FF4815;
}

.single-hero-content a.hero-btn-2 {
  background: #fff;
}

.hero-btn-2 {
  background: #fff;
  color: #070728;
  border: 2px solid #FF4815;
  padding: 13px 25px 13px 60px;
  margin-left: 50px;
}

.hero-btn-2 i {
  color: #fff;
}

.hero-btn-2:hover {
  background: #fff;
  color: #070728;
}

.hero-btn-2:hover i {
  background: #FF4815;
}

.hero-btn-wrap {
  padding-left: 7px;
}

.hero-btn-wrap>.common-btn>i {
  background: #fff;
  color: #070728;
}

.single-hero-content {
  padding-right: 20px;
}

.hero-content {
  max-width: 636px;
}

.hero-content .bxs-chevron-left:hover:before,
.hero-content .bxs-chevron-right:hover:before {
  border: 0.5px solid #070728;
  color: #fff;
  background: #070728;
}

.hero-content .bxs-chevron-left:before,
.hero-content .bxs-chevron-right:before {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 0.5px solid #FF4815;
  color: #FF4815;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  display: inline-block;
  bottom: -18%;
  font-size: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}

.hero-content .bxs-chevron-right:before {
  left: 87px;
}

.hero-img-wrap .slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-img-wrap .slick-dots li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.hero-img-wrap .slick-dots li:before {
  position: absolute;
  content: "";
  right: 100%;
  background: #fff;
  height: 2px;
  width: 158%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-img-wrap .slick-dots li:last-child {
  margin-right: 0;
}

.hero-img-wrap .slick-dots li:first-child:before {
  display: none;
}

.hero-img-wrap .slick-dots li.slick-active button {
  color: #FF4815;
}

.hero-img-wrap .slick-dots li.slick-active:before {
  background: #FF4815;
}

.hero-img-wrap .slick-dots li button {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  border: none;
  background: none;
}

.single-hero-img {
  position: relative;
  overflow: hidden;
  border-radius: 0px 0px 0px 200px;
}

.single-hero-img img {
  width: 100%;
}

.single-hero-img:before {
  background: rgba(7, 7, 40, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.single-hero-img .video-play {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.single-hero-img .video-play .video-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  position: relative;
  border: 1px solid #fff;
  font-size: 36px;
  color: #070728;
  background: #fff;
}

.single-hero-img .video-play .video-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple-1 2s infinite ease-in-out;
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}

.single-hero-img .video-play .video-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  -webkit-animation: ripple-2 2s infinite ease-in-out;
  animation: ripple-2 2s infinite ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes ripple-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes ripple-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

@-webkit-keyframes ripple-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}

@keyframes ripple-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
  }
}

/*================================================
5. About Us CSS
=================================================*/
.about-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.about-section-title {
  margin-bottom: 16px;
}

.about-section-title h1 {
  font-size: 32px;
}

.about-feature {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 22px rgba(86, 86, 86, 0.08);
  box-shadow: 0px 0px 22px rgba(86, 86, 86, 0.08);
  border-radius: 10px;
  padding: 20px 0px;
  margin-bottom: 24px;
}

.about-feature:hover i {
  color: #070728;
}

.about-feature i {
  color: #FF4815;
  font-size: 40px;
  line-height: 46px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.about-feature p {
  font-size: 17px;
  font-weight: 600;
  color: #1F2044;
  margin-bottom: 0;
}

.about-btn {
  margin-top: 11px;
  margin-left: 6px;
}


/*================================================
7. Company Statistics CSS
=================================================*/
.statistics-container {
  width: 100%;
}

.statistics-icon {
  vertical-align: middle;
  text-align: center;
  height: 95px;
}

.statistics-icon i {
  font-size: 50px;
  line-height: 0;
  color: #fff;
  position: relative;
}

.company-statistics-area {
  background-image: url(../images/counter-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 73px 0 90px 0;
}

.company-statistics-area:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #070728;
  opacity: 0.8;
  top: 0;
  left: 0;
}

.company-statistics-area:after {
  background-image: url(../images/statistics-shape-2.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 73px;
  height: 120px;
  background-repeat: no-repeat;
}

.statistics-countcount {
  position: relative;
}

.statistics-countcount h4 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.statistics-countcount span {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  position: absolute;
  margin-left: 3px;
}

.statistics-countcount h6 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

/*================================================
8. Portfolio CSS
=================================================*/
.portfolio-area .work-mixi {
  margin-top: 40px;
}

.portfolio-area .work-mixi .mix {
  display: none;
}

.portfolio-content {
  position: absolute;
  margin: 0px 20px 20px 20px;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
  background: rgba(7, 7, 40, 0.9);
  border-radius: 10px;
  left: 0;
  right: 0;
  padding: 20px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.portfolio-content a {
  color: #fff;
}

.portfolio-content a:before {
  background: #fff;
}

.portfolio-content a:after {
  background: #fff;
}

.portfolio-content h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 2px;
}

.single-portfolio-item {
  margin-bottom: 24px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.single-portfolio-item img {
  width: 100%;
}

.single-portfolio-item:hover .portfolio-content {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.portfolio-link ul {
  border-radius: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-link li {
  display: inline-block;
  font-size: 15px;
  color: #070728;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  padding: 12px 35px;
}

.portfolio-link li.active {
  background: #070728;
  border-radius: 200px;
  color: #fff;
}

/*================================================
9. Team CSS
=================================================*/
.team-top-section {
  height: 260px;
  overflow: hidden;
}

.team-top-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.team-social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #FF4815;
  padding: 15px 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  opacity: 0;
  -webkit-transform: translateY(67px);
  transform: translateY(67px);
  border-radius: 10px 10px 0 0;
}

.team-social li {
  display: inline-block;
  color: #FF4815;
  background: #fff;
  height: 23px;
  width: 23px;
  line-height: 26px;
  font-size: 14px;
  border-radius: 3px;
  margin: 0 5px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.team-social li:hover {
  background: #070728;
  color: #fff;
}

.single-team {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


.single-team {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.single-team:hover .team-social {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.single-team:hover .team-top-section img {
  -webkit-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
  opacity: .9;
}

.single-team:hover .team-content {
  border: 1px solid #ddd3;
  border-top: none;
}

.team-content {
  padding: 20px 15px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #fff;
  border-top: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 200px;
}


.team-content h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.team-content h6 {
  font-size: 14px;
  color: #868686;
  font-weight: 400;
  margin-bottom: 10px;
}

.team-content p.time {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* max 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}


.team-content .social {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}


/* .title, p{
  font-size: 10px;
} */

/*================================================
10. Cta CSS
=================================================*/
.cta-area {
  background-image: url(../images/cta-bg.png);
  padding: 96px 0 110px 0;
  position: relative;
}

.cta-area:after {
  background-image: url(../images/cta-shape-2.png);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 73px;
  height: 120px;
  background-repeat: no-repeat;
}

.cta-content h1 {
  font-size: 50px;
  color: #fff;
  position: relative;
  margin-bottom: 35px;
  line-height: 70px;
}

.cta-btn-wrap .cta-btn {
  margin-right: 20px;
}

.cta-btn-wrap .cta-btn:hover {
  background: #fff;
  color: #070728;
}

.cta-btn-wrap .cta-btn:hover i {
  background: #FF4815;
}

.cta-btn-wrap .cta-btn i {
  padding: 19px;
}

.cta-btn-2 i {
  padding: 19px;
}

.cta-btn-2:hover {
  background: #fff;
  color: #070728;
}

.cta-btn-2:hover i {
  background: #FF4815;
}

.cta-btn-wrap .cta-btn-2 {
  margin-left: 20px;
}

/*================================================
11. Price Area CSS
=================================================*/
.price-top-content h2.text1 {
  display: none;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch span {
  border: 2px solid #FF4815;
  border-radius: 40px;
  padding: 10px 26px;
  color: #FF4815;
  font-family: 'Rubik', sans-serif;
  cursor: pointer;
}

.switch span.price-active {
  background: #FF4815;
  color: #fff;
  border: 2px solid #FF4815;
}

.price-content-wrap {
  background: #FAFAFA;
  padding: 60px 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 100px 10px;
}

.price-content-wrap .price-shape {
  position: absolute;
}

.price-content-wrap .price-bottom-sp {
  bottom: 0;
  left: 0;
  z-index: -1;
}

.price-content-wrap .price-top-sp {
  top: 0;
  right: 0;
  z-index: -1;
}

.price-content-wrap .price-btn-wrap .pricing-btn {
  color: #070728;
  background: none;
  padding: 13px 21px 13px 56px;
  border: 2px solid #070728;
}

.price-content-wrap .price-btn-wrap .pricing-btn i {
  background: #070728;
  color: #fff;
  left: -7px;
}

.price-top-content h1 {
  font-size: 37px;
  margin-bottom: 4px;
}

.price-top-content h2 {
  color: #070728;
  font-weight: 500;
  margin-bottom: 20px;
}

.price-top-content h2 sub {
  color: #070728;
  font-size: 19px;
}

.price-top-content h2 span sub {
  color: #070728;
  font-size: 23px;
  bottom: -2px;
  right: 2px;
}

.price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.price-list li {
  color: #070728;
  font-family: 'Rubik', sans-serif;
  line-height: 45px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.price-list li i {
  padding-left: 40px;
}

.price-content-wrap-2 {
  background: #070728;
}

.price-content-wrap-2 .price-btn-wrap .pricing-btn {
  color: #FF4815;
  border: 2px solid #FF4815;
}

.price-content-wrap-2 .price-btn-wrap .pricing-btn i {
  background: #FF4815;
  color: #070728;
}

.price-content-box-2 h2,
.price-content-box-2 h1 {
  color: #fff;
}

.price-content-box-2 h2 sub,
.price-content-box-2 h2 span sub,
.price-content-box-2 h1 sub,
.price-content-box-2 h1 span sub {
  color: #fff;
}

.price-content-box-2 .price-list li {
  color: #fff;
}

/*================================================
12. Blog Area CSS
=================================================*/
.blog-btn-wrap {
  margin-left: 7px;
}

.blog-left p {
  margin-top: 15px;
  margin-bottom: 30px;
}

.blog-wrap {
  margin-bottom: 24px;
}

.blog-date {
  background: rgba(255, 72, 21, 0.84);
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 9px 15px;
}

.blog-date i {
  margin-right: 5px;
  font-size: 14px;
}

.blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}

.blog-img img {
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.blog-img img:hover {
  -webkit-transform: scale(1.08) rotate(-2deg);
  transform: scale(1.08) rotate(-2deg);
  opacity: .9;
}

.blog-content {
  font-family: 'Rubik', sans-serif;
  padding: 20px;
  background: #F2EEFA;
  border-radius: 0px 0px 10px 10px;
}

.blog-content h5 {
  margin-top: 20px;
}

.blog-content h5 a {
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.blog-content h5 a:hover {
  color: #FF4815;
}

.blog-meta {
  font-weight: 400;
  color: #070728;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-meta span {
  margin-left: 5px;
  -webkit-transition: .4s;
  transition: .4s;
}

.blog-meta span:hover {
  color: #FF4815;
}

.blog-meta i {
  font-size: 14px;
  color: #FF4815;
}

.blog-btn {
  -webkit-transition: .4s;
  transition: .4s;
}

.blog-btn:hover a {
  color: #070728;
}

.blog-btn:hover a:before {
  background: #070728;
}

.blog-btn:hover a:after {
  background: #070728;
}

.blog-btn a {
  color: #FF4815;
}

.blog-btn a:before {
  width: 72px;
  bottom: 1px;
  background: #FF4815;
}

.blog-btn a:after {
  background: #FF4815;
}

/*================================================
13. Footer CSS
=================================================*/
.footer-area {
  background: #070728ee;
  position: relative;
}

.footer-area::before {
  background-image: url(../images/footer-shape-1.png);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 176px;
  height: 233px;
  background-repeat: no-repeat;
}

.footer-area::after {
  background-image: url(../images/footer-shape-2.png);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 194px;
  height: 199px;
  background-repeat: no-repeat;
}

.footer-bottom-shape {
  position: absolute;
  right: 0%;
  bottom: 0;
}

.single-widget {
  color: #fff;
}

.footer-social li {
  display: inline-block;
  padding: 0 8px 0 0;
}

.footer-social li a {
  background: #FF4815;
  border-radius: 50%;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 41px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.footer-social li a:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.footer-title h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px;
}

.footer-link li {
  font-size: 15px;
  line-height: 35px;
  -webkit-transition: .4s;
  transition: .4s;
}

.footer-link li:hover {
  color: #FF4815;
}

.footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.footer-address i {
  font-size: 18px;
  color: #FF4815;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-top: 8px;
  line-height: 28px;
}

.footer-address span {
  font-size: 15px;
  margin-left: 10px;
}

.footer-news-form {
  position: relative;
  margin-top: 29px;
  margin-bottom: 32px;
}

.footer-news-form input {
  width: 98%;
  border: none;
  border-radius: 5px 40px 40px 5px;
  padding: 15px 132px 15px 18px;
  font-size: unset;
}

.footer-news-form button {
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  background: #FF4815;
  color: #fff;
  border-radius: 0px 30px 30px 0px;
  right: 0px;
  font-family: 'Rubik', sans-serif;
}

.footer-post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-post-img {
  max-width: 76px;
  width: 100%;
}

.footer-post-img img {
  border-radius: 3px;
}

.footer-post-content {
  padding-left: 3px;
}

.footer-post-content h6 {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}

.footer-post-content h6:last-child {
  color: #FF4815;
  font-size: 11px;
  margin-top: 10px;
}

.footer-logo p {
  margin-top: 17px;
  margin-bottom: 30px;
  color: white;
}

.copy-right-area {
  position: relative;
  /* padding: 30px 0; */
}

.copy-right-area p {
  font-size: 14px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 0;
}

.copy-right-area::before {
  position: absolute;
  width: 50%;
  height: 1px;
  content: "";
  background: #cdcdd66b;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.footer-wrap {
  padding: 40px 0px 40px 0px;
  position: relative;
}

/*================================================
14. About Page CSS
=================================================*/
.experience-left p {
  margin-bottom: 0;
  text-align: justify;
}

.progress {
  height: 45px;
  background: #F5F5F5;
  border-radius: 50px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  width: 0;
  border-radius: 50px;
  position: relative;
  transition: width 1.5s ease;
  background: #ccc;
}

.progress-bar.research {
  background: linear-gradient(90deg, #E34F26, #FF6C4A);
}

.progress-bar.production {
  background: linear-gradient(90deg, #777BB4, #9A9FE0);
}

.progress-bar.quality {
  background: linear-gradient(90deg, #FF4815, #FF8A65);
}

.progress-bar.innovation {
  background: linear-gradient(90deg, #6A1B9A, #9C27B0);
}

.progress-bar span {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  color: #070728;
}

.progress-bar span:last-child {
  right: 15px;
  left: auto;
  background: #fff;
  color: #FF4815;
  border-radius: 50px;
  padding: 6px 12px;
}


.experience-right-wrap {
  width: 100%;
  height: 100%;
}

.experience-right-box {
  vertical-align: middle;
}

.experience-right-bottom {
  display: inline-block;
  float: right;
  position: relative;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #FF4815;
  border-right: 1px solid #FF4815;
  border-left: 1px solid #FF4815;
  border-bottom-left-radius: 8px;
}

.experience-right-bottom img {
  margin-top: -90px;
  border-top-left-radius: 54px;
  margin-right: -1px;
  border-bottom-left-radius: 10px;
}

.experience-right-bottom:before {
  position: absolute;
  height: 230px;
  width: 1px;
  background: #fff;
  content: "";
  right: -1px;
  bottom: 20px;
}

.experience-right-top {
  border-top: 1px solid #FF4815;
  border-left: 1px solid #FF4815;
  display: inline-block;
  padding-top: 20px;
  padding-right: 20px;
  border-right: 1px solid #FF4815;
  border-top-right-radius: 8px;
}

.experience-right-top img {
  margin-left: -1px;
  border-top-right-radius: 10px;
}

.timeline {
  position: relative;
  width: 100%;
}

.timeline .timeline-container {
  position: relative;
  width: 100%;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#4F84C4), to(#00539C));
  background: linear-gradient(#4F84C4, #00539C);
  border-radius: 100px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 30px 0;
}

.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#4F84C4), to(#00539C));
  background: linear-gradient(#4F84C4, #00539C);
  border-radius: 100px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #1f204424;
}

.timeline .row.timeline-left {
  text-align: right;
}

.timeline .row.timeline-right {
  text-align: left;
}

.timeline .row.timeline-right .timeline-date {
  text-align: right;
  position: relative;
  color: #FF4815;
}

.timeline .row.timeline-left .timeline-date {
  text-align: left;
  position: relative;
  color: #070728;
}

.timeline .timeline-date {
  font-size: 25px;
  font-weight: 500;
  margin: 30px 8px 0 8px;
  font-family: 'Rubik', sans-serif;
}

.timeline .timeline-date::after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  z-index: 1;
}

.timeline .row.timeline-left .timeline-date::after {
  left: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #070728;
}

.timeline .row.timeline-right .timeline-date::after {
  right: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FF4815;
}

.timeline .timeline-box {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 25px;
  background: #ffffff;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  border-radius: 10px;
}

.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #ffffff;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline .timeline-box::after,
.timeline .timeline-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
}

.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
}

.timeline .timeline-box::after {
  top: 26px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}

.timeline .timeline-box::before {
  top: 25px;
  border-color: transparent transparent transparent #dddddd;
  border-width: 11px;
}

.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}

.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}

.timeline .timeline-icon i {
  font-size: 25px;
  color: #4F84C4;
}

.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

.timeline .timeline-text h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 5px;
}

.timeline .timeline-text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.history-area {
  background: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 80px;
}

.timeline-text p:first-child {
  color: #FF4815;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Rubik';
}

.timeline-text p:first-child span {
  font-size: 15px;
  font-weight: 400;
}

.timeline-left .timeline-text p:first-child {
  color: #070728;
  font-size: 30px;
  font-weight: 500;
  font-family: 'Rubik';
}

/* =============================
   Testimonial Section CSS
============================= */

.single-testimonial-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 10px;
  background: #FFDAD0;
  margin: 0 25px 0 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
}

.single-testimonial-image:last-child {
  margin: 0;
}

.testimonial-image {
  display: flex;
  justify-content: center;
}

.testimonial-image .slick-center {
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
  margin-top: 5px;
}

/* Testimonial content */
.single-testimonial-content h2 {
  font-size: 25px;
  color: #FF4815;
  margin-bottom: 5px;
}

.single-testimonial-content h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.single-testimonial-content p {
  font-size: 16px;
  line-height: 24px;
}

.testimonial-content-wrap {
  position: relative;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 46px 150px;
  margin-top: 40px;
}

.testimonial-content-wrap:before {
  position: absolute;
  color: #F4F4F6;
  font-size: 60px;
  left: 40px;
  top: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  font-weight: 900;
}

.testimonial-content-wrap:after {
  position: absolute;
  color: #F4F4F6;
  font-size: 60px;
  right: 40px;
  bottom: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10e";
}

/* Slick dots */
.testimonial-content-wrap .slick-dots {
  margin-top: 20px;
}

.testimonial-content-wrap .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.testimonial-content-wrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: #070728;
  border: 0;
  outline: none;
  background: #070728;
  padding: 0;
  border-radius: 50%;
}

.testimonial-content-wrap .slick-dots li.slick-active button {
  background: #FF4815;
}

/* =============================
   Tablet (768px – 991px)
============================= */
@media (min-width: 768px) and (max-width: 991px) {

  .single-testimonial-image {
    width: 130px;
    height: 130px;
    margin: 0 15px;
    background: #FFDAD0;
  }

  .single-testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
  }

  .testimonial-content-wrap {
    padding: 30px 50px;
    margin-top: 30px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
  }

  .single-testimonial-content h2 {
    font-size: 22px;
    margin-bottom: 4px;
  }

  .single-testimonial-content h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .single-testimonial-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-content-wrap .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

/* =============================
   Mobile (Max 767px)
============================= */
@media (max-width: 767px) {

  .single-testimonial-image {
    width: 120px;
    height: 120px;
    margin: 0 10px;
    background: #FFDAD0;
  }

  .single-testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
  }

  .testimonial-content-wrap {
    padding: 25px 20px;
    margin-top: 25px;
  }

  .single-testimonial-content h2 {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .single-testimonial-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .single-testimonial-content p {
    font-size: 13px;
    line-height: 18px;
  }

  .testimonial-content-wrap .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}


/*================================================
16. Blog Grid Page CSS
=================================================*/
.blog-grid-category-box {
  width: 100%;
  border: 1px solid #ddd;
  padding: 7px 10px;
  border-radius: 5px;
  position: relative;
}

.blog-grid-category-box p {
  margin-bottom: 0;
  font-size: 14px;
  color: #252955;
  cursor: pointer;
}

.blog-grid-category-box p span {
  float: right;
}

.blog-grid-category-box .service-details-box-content li {
  font-size: 13px;
}

.blog-grid-right-top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  z-index: 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.blog-grid-right-top:before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 18px;
  width: 30px;
  background: #F5F5F5;
  bottom: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.blog-grid-right-top .blog-new-post-img {
  max-width: 61px;
}

.blog-grid-right-top .blog-new-post-content {
  padding-top: 6px;
  padding-left: 10px;
}

.blog-grid-right-top .blog-new-post-content h3 {
  font-size: 15px;
  margin-bottom: 11px;
}

.blog-grid-right-top .new-single-post-meta {
  display: inherit;
  margin-right: 5px;
}

.blog-grid-right-top .new-single-post-meta h6 {
  font-size: 11px;
}

.blog-grid-right-top .new-single-post-meta i {
  font-size: 10px;
  margin-right: 4px;
}

.grid-icon {
  text-align: right;
  padding: 10px 0;
}

.grid-icon span i {
  color: #0D253E;
  font-size: 22px;
  cursor: pointer;
}

.blog-grid-none {
  display: none;
}

.cate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pagination-wrap li {
  display: inline-block;
  padding: 0px 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.pagination-wrap li a {
  font-size: 17px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  color: #FF4815;
  border: 2px solid #FF4815;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: block;
  line-height: 30px;
}

.pagination-wrap li:hover a {
  background: #070728;
  border: 2px solid #070728;
  color: #fff;
}

.pagination-wrap li:first-child {
  padding-right: 6px;
}

.pagination-wrap li:last-child {
  padding-left: 6px;
}

.pagination-wrap li:first-child a,
.pagination-wrap li:last-child a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 15px;
}

.pagination-wrap li.active a span {
  display: none;
}

.pagination-wrap li.active a span:last-child {
  display: inline-block;
  border-radius: 50%;
  background: #FF4815;
  padding: 7px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

/*================================================
17. Service Details Page CSS
=================================================*/
.service-details-left-wrap img {
  width: 100%;
}

.service-details-left-top-img {
  margin-bottom: 30px;
}

.service-details-left-top-content i {
  font-size: 70px;
  color: #FF4815;
  line-height: 0;
  display: inherit;
}

.service-details-left-top-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-top: 23px;
}

.service-details-left-top-content p {
  margin-bottom: 0;
}

.service-details-left-middle-content {
  margin-bottom: 24px;
}

.service-details-left-middle-content h3 {
  font-size: 25px;
}

.service-details-left-bottom-content {
  display: table;
  width: 100%;
  height: 100%;
}

.service-details-left-bottom-content ul {
  vertical-align: bottom;
  display: table-cell;
}

.service-details-left-bottom-content li {
  font-size: 15px;
  color: #070728;
  font-family: 'Rubik';
  padding: 26px 0 0 0;
}

.service-details-left-bottom-content li i {
  color: #FF4815;
  font-size: 24px;
  vertical-align: bottom;
  margin-right: 5px;
}

.service-details-last-bottom {
  margin-bottom: 0;
  margin-top: 50px;
}

.details-right-wrap {
  margin-bottom: 24px;
}

.details-right-wrap:last-child {
  margin-bottom: 0;
}

.service-details-right-top {
  background: #fff;
  -webkit-box-shadow: 10px 10px 50px rgba(13, 52, 79, 0.1);
  box-shadow: 10px 10px 50px rgba(13, 52, 79, 0.1);
  border-radius: 5px;
  padding: 20px;
}

.service-details-right-top .blog-tag li {
  margin: 0 3px 8px 0px;
  padding: 5px 8px;
  font-size: 12px;
}

.service-details-right-top .blog-grid-right-top .blog-new-post-content {
  padding-top: 0;
}

.service-details-right-heading h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.service-details-box-content li {
  color: #212856;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  border-radius: 5px;
  border-left: 6px solid #F5F5F5;
  padding: 10px 16px 10px 16px;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin: 0 0 2px 0px;
}

.service-details-box-content li span {
  float: right;
  font-weight: 400;
}

.service-details-box-content li:hover {
  border-left: 6px solid #FF4815;
  background: #fff;
}

.service-details-box-content li.active {
  border-left: 6px solid #FF4815;
  background: #fff;
}

.service-details-cta-wrap {
  background-image: url(../images/service-details-right-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 130px 25px;
  border-radius: 5px;
}

.service-details-cta-wrap:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(280.93deg, #252955 23.56%, #142358 86.06%);
  opacity: .9;
  border-radius: 5px;
}

.service-details-cta-wrap:after {
  background-image: url(../images/details-cta-shape-top.png);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 118px;
  height: 120px;
  background-repeat: no-repeat;
}

.details-cta-sp {
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-details-cta-content {
  position: relative;
  padding-bottom: 14px;
}

.service-details-cta-content h1 {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 47px;
}

.service-details-cta-btn {
  font-family: Rubik;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #FF4815;
  -webkit-box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.1);
  box-shadow: 12px 19px 62px rgba(13, 52, 79, 0.1);
  border-radius: 30px;
  padding: 16px 39px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.service-details-cta-btn:hover {
  background: #fff;
  color: #070728;
}

/*================================================
18. Blog Sidebar Page CSS
=================================================*/
.blog-search {
  margin-bottom: 24px;
  position: relative;
}

.blog-search input {
  border: 1px solid #FF4815;
  border-radius: 5px;
  opacity: .7;
  overflow: hidden;
  width: 100%;
  padding: 12px 102px 12px 26px;
}

.blog-search button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  color: #fff;
  background: #070728;
  border-radius: 5px;
  width: 100px;
  font-size: 24px;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.blog-search button:hover {
  background: #FF4815;
}

.blog-new-post-content {
  padding-top: 7px;
}

.blog-new-post-content h3 {
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: .4s;
  transition: .4s;
}

.blog-new-post-content h3:hover {
  color: #FF4815;
}

.new-single-post-meta {
  display: inherit;
}

.new-single-post-meta h6 {
  font-size: 11px;
  font-weight: 400;
  color: #747474;
  margin-bottom: 0px;
  -webkit-transition: .4s;
  transition: .4s;
}

.new-single-post-meta h6:hover {
  color: #FF4815;
}

.new-single-post-meta i {
  font-size: 12px;
  margin-right: 5px;
}

.blog-new-single-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.blog-new-single-post:last-child {
  margin-bottom: 0;
}

.new-blog-post-meta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-new-post-img {
  width: 100%;
  max-width: 100px;
  overflow: hidden;
}

.blog-new-post-img img {
  border-radius: 3px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.blog-new-post-img img:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.blog-tag li {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  color: #252955;
  font-weight: 400;
  padding: 5px 17px;
  border: 1px solid #CBCCD5;
  border-radius: 5px;
  margin: 0 5px 10px 0px;
  cursor: pointer;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.blog-tag li:hover {
  color: #fff;
  background: #FF4815;
  border: 1px solid #FF4815;
}

/*================================================
19. Blog Standard Page CSS
=================================================*/
.blog-standard-content h5 a {
  font-size: 25px;
}

.blog-standard-content .blog-meta i {
  font-size: 15px;
}

.blog-standard-content .blog-btn a:before {
  bottom: 2px;
}

/*================================================
20. Team Page CSS
=================================================*/
.single-page-team {
  margin-bottom: 24px;
}

/*================================================
21. Portfolio Details Page CSS
=================================================*/
.portfolio-details-bottom-content h3 {
  font-size: 30px;
  font-weight: 500;
}

.portfolio-details-box-content li {
  border-left: 6px solid #070728;
  background: #fff;
  margin-bottom: 18px;
  position: relative;
}

.portfolio-details-box-content li:hover:before {
  background: #fff;
}

.portfolio-details-box-content li:before {
  position: absolute;
  background: #1F2044;
  content: "";
  height: .1px;
  width: 52px;
  left: 50%;
  top: 47%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.portfolio-details-box-content li:last-child {
  margin-bottom: 8px;
}

.portfolio-details-box-content li:hover {
  border-left: 6px solid #fff;
  background: #212756;
  color: #fff;
}

.portfolio-details-box-content li span {
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
}

.portfolio-post-list li {
  display: inline-block;
  padding: 8px 12px 8px 0px;
}

.details-page-portfolio-item a {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}

.details-page-portfolio-item a:before {
  display: none;
}

.details-page-portfolio-item a:after {
  display: none;
}

.details-page-portfolio-item a:hover {
  color: #fff;
}

.details-page-portfolio-item .portfolio-content {
  margin: unset;
  border-radius: unset;
  padding: unset;
  text-align: center;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.portfolio-post-list .details-page-portfolio-item {
  margin-bottom: 0;
}

.portfolio-post-list .details-page-portfolio-item .portfolio-content i {
  position: absolute;
  color: #fff;
  font-size: 12px;
  left: 50%;
  bottom: 61px;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*================================================
22. Blog Details Page CSS
=================================================*/
.blog-details-wrap {
  margin-bottom: 40px;
}

.blog-details-wrap p {
  margin-bottom: 0;
}

.blog-details-wrap:last-child {
  margin-bottom: 0;
}

.blog-details-top-content h2 {
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.blog-details-content {
  padding: 20px 0 0px 0;
  background: none;
}

.blog-details-content .blog-meta {
  padding: 0 20px;
}

.blog-details-quote-box {
  position: relative;
  -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
  border-radius: 10px;
  padding: 46px 38px 61px 38px;
}

.blog-details-quote-box:before {
  background-image: url(../images/blog/blog-details-quote-shape.png);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 61px;
  height: 57px;
  background-repeat: no-repeat;
}

.blog-details-quote-box:after {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
  height: 25px;
  width: 30px;
  top: 100%;
  content: "";
  position: absolute;
  left: 10%;
}

.blog-details-quote-content {
  position: relative;
}

.blog-details-quote-content i {
  position: absolute;
  right: 0;
  color: #F4F4F6;
  font-size: 58px;
  top: 80%;
}

.blog-details-quote-content p {
  font-weight: 600;
  color: #868686;
  font-size: 20px;
}

.blog-details-img-title h3 {
  font-size: 20px;
  font-weight: 500;
}

.blog-details-middle-img img {
  width: 100%;
}

.blog-details-middle-img-2 {
  margin-bottom: 10px;
}

.share-on-title h3 {
  font-size: 25px;
  margin-bottom: 0;
}

.share-on-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
}

.share-on-box li {
  display: inline-block;
}

.share-on-box li a {
  color: #FF4815;
  display: block;
  font-size: 18px;
  margin: 2px 0 0px 22px;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.share-on-box ul {
  padding-left: 60px;
}

.share-on-box li a:hover {
  color: #070728;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.details-comments-title h3 {
  font-size: 25px;
  border-bottom: 2px solid #1F2044;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.comments-img {
  width: 100%;
  max-width: 132px;
  padding: 3px;
  border-radius: 50px;
  background: #FF4815;
}

.comments-img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.details-comments li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.details-comments li:last-child {
  margin-bottom: 0;
}

.details-comments li:nth-child(even) {
  margin-left: 40px;
}

.comments-content {
  padding-left: 12px;
  padding-top: 5px;
}

.comments-content h6 {
  font-size: 18px;
  font-weight: 500;
}

.comments-content h6 span {
  float: right;
  color: #FF4815;
  font-size: 15px;
  margin-top: 4px;
}

.comments-content h6 span a i {
  margin-right: 5px;
}

.comments-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.contat-input input,
.contat-input textarea {
  width: 100%;
  background: #F5F5F5;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  margin-bottom: 24px;
}

.contat-input label {
  color: #070728;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 5px;
}

.blog-details-page-btn {
  border: none;
  background: #070728;
  border-radius: 69px;
  color: #fff;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  padding: 10px 40px;
  letter-spacing: 0.05em;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.blog-details-page-btn:hover {
  background: #FF4815;
}

.details-page-wrap {
  margin-top: 18px;
}

.form-message.error {
  color: red;
}

/*================================================
23. Error Page CSS
=================================================*/
.error-img h1 {
  font-size: 50px;
  margin-bottom: 0;
  margin-top: 24px;
  line-height: 40px;
}

.error-bottom h1 {
  margin-bottom: 0;
}

.error-btn {
  background: #653AB6;
}

.error-btn i {
  background: #8059CA;
}

/*================================================
24. Contact Page CSS
=================================================*/
.contact-page-input input,
.contact-page-input textarea {
  border-radius: 5px;
  padding: 16px 20px;
}

.contact-page-input ::-webkit-input-placeholder {
  color: #A0A0A0;
}

.contact-page-input :-ms-input-placeholder {
  color: #A0A0A0;
}

.contact-page-input ::-ms-input-placeholder {
  color: #A0A0A0;
}

.contact-page-input ::placeholder {
  color: #A0A0A0;
}

.contact-page-input button {
  border: none;
}

.location-title p {
  margin-top: 12px;
  margin-bottom: 0;
}

.contact-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.contact-address:hover i {
  color: #070728;
}

.contact-address i {
  color: #FF4815;
  background: #FFE4DC;
  border-radius: 10px;
  display: inline-block;
  font-size: 50px;
  width: 77px;
  text-align: center;
  line-height: 72px;
}

.address-content {
  padding-left: 20px;
}

.address-content h6 {
  font-size: 20px;
  margin-bottom: 0;
}

.location-map {
  height: 420px;
}

.location-map iframe {
  width: 100%;
  height: 100%;
}

/*================================================
25. Faq Page CSS
=================================================*/
.faq-wrap .accordion-item {
  margin-bottom: 24px;
  border: none;
}

.faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-wrap .accordion-button {
  background: #252955;
  color: #fff;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

.faq-wrap .accordion-button:focus {
  z-index: unset;
  border-color: unset;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq-wrap .accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 22px;
  content: "\f078";
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-wrap .accordion-body {
  border: 1px solid #eeee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*
============================================
============= Preloader CSS ================
*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #fff;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sk-cube-grid {
  width: 70px;
  height: 70px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #FF4815;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
============= Preloader CSS END ================
================================================
*/
/*Back to Top btn*/
.back-to-top-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background: #FF4815;
  height: 40px;
  width: 40px;
  border-radius: 90%;
  text-align: center;
  line-height: 36px;
  display: none;
  z-index: 9999;
  -webkit-transition: .3s;
  transition: .3s;
}

.back-to-top-btn:hover {
  opacity: .9;
}

.back-to-top-btn i {
  color: #fff;
  font-size: 18px;
}

.back-to-top-btn i::before {
  vertical-align: middle;
}

/*# sourceMappingURL=style.css.map */




/* Team css */
ul {
  padding: 0;
}

ul li {
  /* Remove li Bullets with zero-width space for accessability */
  list-style-type: none;
}

ul li:before {
  content: "​";
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  position: absolute;
}


.avatar {
  width: 100%;
  max-width: 30%;
  border: 6px solid #FF4815;
  border-radius: 100%;
}

.team-item:hover .avatar {
  border: 6px solid #fff;
}

.title,
.name {
  color: #503f9d;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  font-size: 20px;
}

.team-item {
  padding: 50px 25px;
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 2px 2px 10px rgba(61, 61, 61, 0.596);
  transition: all 300ms ease, transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 1;
}

.team-item:hover .title,
.team-item:hover .name {
  color: #fff !important;
  transition-duration: 500ms;
}

.team-item:hover {
  background-color: #FF4815;
  color: #fff !important;
  transition-duration: 500ms;
}


.team-item::after:hover {
  background-color: #fff;
  color: #FF4815;
  transition-duration: 500ms;

}

.social {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px 0;
  cursor: pointer;
  transition: inherit;
  box-shadow: inset 4px 4px 7px rgba(61, 61, 61, 0.596);
  background-color: #FF4815;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iTGF5ZXIgMSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHg9IjBweCIgeT0iMHB4Ij48dGl0bGU+NTI8L3RpdGxlPjxwYXRoIGQ9Ik04MS4zMDMyOSwzOC41MjkzOUExNC4wMTgsMTQuMDE4LDAsMSwwLDYxLjQ3NywxOC43MDY3MUw0Ny4wMDMxNSwzMy4xNzkxNGExNC4wMzAzNywxNC4wMzAzNywwLDAsMCwwLDE5LjgyMTcxLDQuODAxMTMsNC44MDExMywwLDAsMS02Ljc4OTc5LDYuNzg5ODcsMjMuNjQzMjcsMjMuNjQzMjcsMCwwLDEsMC0zMy40MDE0NUw1NC42ODcyMSwxMS45MTY4NEEyMy42MjAzLDIzLjYyMDMsMCwwLDEsODguMDkzMDgsNDUuMzE5MjdMODAuOTIzOCw1Mi40ODcxMWE0LjgwMTE0LDQuODAxMTQsMCwwLDEtNi43ODk4LTYuNzg5ODdaTTExLjkwNzQxLDg4LjA5MzlhMjMuNjUwNTMsMjMuNjUwNTMsMCwwLDAsMzMuNDA1ODYtLjAwMUw1OS43ODY2NCw3My42MjE0N2EyMy42MTU4MywyMy42MTU4MywwLDAsMCwwLTMzLjQwMTQ1LDQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTc5LDYuNzg5ODgsMTQuMDE1MzEsMTQuMDE1MzEsMCwwLDEsMCwxOS44MjI2OEwzOC41MjM0OCw4MS4zMDRBMTQuMDE4LDE0LjAxOCwwLDEsMSwxOC42OTcyLDYxLjQ4MTM1TDI1Ljg2Niw1NC4zMTM1YTQuODAxMTQsNC44MDExNCwwLDAsMC02Ljc4OTgtNi43ODk4N2wtNy4xNjg3OSw3LjE2Nzg1QTIzLjY0NDg5LDIzLjY0NDg5LDAsMCwwLDExLjkwNzQxLDg4LjA5MzlaIj48L3BhdGg+PC9zdmc+");
}

.team-item:hover .social {
  cursor: default;
  color: #000;
  background-color: #fff;
  width: 100%;
  transition-duration: 500ms;
  border-radius: 0 0 25px 25px;
}

.social i {
  opacity: 0;
  padding: 0px 10px;
  transform: scale(0.7);
}

.social i:hover {
  cursor: pointer;
  transform: scale(1);
}

.team-item:hover .social i {
  opacity: 1;
  transition: opacity 0.3s ease 200ms;
}

.team-item:hover .social i:hover {
  transition: 500ms;
}

.description {
  text-align: justify;
}

.teamImage {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease, opacity 0.5s ease;
  display:inline;
  margin: 0 auto;
}
 
.single-team:hover .teamImage {
  transform: scale(1.1);
  opacity: 0.9;
}
 




/* About Css */
/* Timeline Container */
.timeline-container {
  position: relative;
  padding: 40px 0;
}

.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  /* width: 2px; */
  background: linear-gradient(to bottom, #070728);
  transform: translateX(-50%);
  border-radius: 3px;
  z-index: 1;
  animation: growLine 2.5s ease-out forwards;
}

@keyframes growLine {
  from {
    height: 0;
  }

  to {
    height: 100%;
  }
}

/* Each Item */
.timeline-item {
  position: relative;
  margin: 60px 0;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
  animation-delay: calc(var(--order) * 0.3s);
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Date Circle */
.timeline-date {
  position: absolute;
  top: -30px;
  width: 70px;
  height: 70px;
  background: #FF4815;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  box-shadow: 0 8px 25px #FF4815;
  z-index: 3;
  transition: all 0.4s ease;
}

.right .timeline-date {
  left: 50%;
  transform: translateX(-50%);
}

.left .timeline-date {
  right: 50%;
  transform: translateX(50%);
}

/* Box */
.timeline-box {
  background: white;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 15px 35px #070728;
  position: relative;
  transition: all 0.4s ease;
  border: 1px solid #070728;
}

.timeline-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px #070728;
}

.right .timeline-box {
  margin-left: 55%;
  margin-right: 20px;
}

.left .timeline-box {
  margin-right: 55%;
  margin-left: 20px;
}

/* Icon */
.timeline-icon {
  position: absolute;
  top: 35px;
  width: 50px;
  height: 50px;
  background: white;
  border: 5px solid #FF4815;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #FF4815;
  box-shadow: 0 5px 15px #070728;
  transition: all 0.5s ease;
  z-index: 2;
}

.right .timeline-icon {
  left: -25px;
}

.left .timeline-icon {
  right: -25px;
}

.timeline-box:hover .timeline-icon {
  transform: rotate(360deg);
  background: #070728;
  color: white;
  border-color: white;
}

/* Content Styling */
.timeline-content .year {
  font-weight: 700;
  color: #070728;
  margin-bottom: 8px;
}

.timeline-content .month {
  font-size: 0.95rem;
  color: #6b7280;
}

.timeline-content h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #070728;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .timeline-line {
    left: 35px;
  }

  .timeline-date {
    left: 0 !important;
    transform: none !important;
    top: -20px;
  }

  .timeline-box {
    margin-left: 90px !important;
    margin-right: 15px !important;
  }

  .timeline-icon {
    left: 10px !important;
  }

  .right .timeline-box,
  .left .timeline-box {
    margin-left: 90px !important;
  }
}


/* Products page css */

.service-wrap {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}


/* Hover State */
.service-wrap:hover .service-icon {
  background: #070728;
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(255, 72, 21, 0.15);
}

.service-wrap:hover {
  background: #ff4815;

}

.service-wrap:hover .service-icon i,
.service-wrap:hover .service-icon {
  color: #ff4815;
}

.service-wrap:hover .service-icon span {
  background: #ff4815;
}

.service-wrap:hover .service-content h6,
.service-wrap:hover .service-content a,
p {
  color: #070728;
}


/* Icon Styling */
.service-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.service-icon i {
  font-size: 40px;
  color: #FF4815;
  transition: transform 0.5s ease;
}

.service-wrap:hover .service-icon i {
  transform: rotateY(360deg);
}

/* Number Overlay */
.service-icon span {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #FF4815;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(255, 72, 21, 0.3);
}

/* Text Styling */
.service-content h6 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #212529;
}

.service-content p {
  color: #121213;
  font-size: 15px;
  line-height: 1.6;
}

/* Read More Link */
.service-content a {
  display: inline-block;
  margin-top: 20px;
  color: #FF4815;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}

.service-content a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #070728;
  transition: width 0.3s ease;
}

.service-wrap:hover .service-content a::after {
  width: 100%;
}



/* Gallary css  */

.gallery-item {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.gallery-thumb {
  position: relative;
}

.gallery-thumb img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-item:hover .gallery-thumb img {
  transform: scale(1.08);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  color: white;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.gallery-item:hover .overlay-content {
  transform: translateY(0);
}

.overlay-content h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  font-weight: 600;
}

.view-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #ffffff;
  color: #111;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}

.view-btn:hover {
  background: var(--theme-color);
  color: white;
}

.grid-item {
  padding: 0 15px;
}



/* photo Gallary Css  */

.gallery-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  /* margin-bottom: 15px; */
}

.single-gallery {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.gallery-img {
  height: 300px;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.single-gallery:hover .gallery-img {
  transform: scale(1.05);
}

.cap-icon {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 20px;
  right: 20px;
}

.single-gallery:hover .cap-icon {
  opacity: 1;
}

.cap-icon a {
  color: white;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 20px;
}

.cap-icon a:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

.g-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(143, 141, 141, 0.8));
  color: white;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  padding: 25px;
}

.single-gallery:hover .g-caption {
  transform: translateY(0);
}

.g-caption h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #ff4815;
}

.g-caption p {
  font-size: 15px;
  margin-bottom: 0;
  opacity: 0.9;
  line-height: 1.5;
}


.gallery-filter {
  margin-bottom: 40px;
}

.filter-btn {
  padding: 10px 25px;
  margin: 0 8px 10px;
  background: #f8f9fa;
  border: 2px solid #dee2e6;
  border-radius: 30px;
  color: #495057;
  transition: all 0.3s ease;
  font-weight: 500;
  cursor: pointer;
}

.filter-btn:hover,
.filter-btn.active {
  background: #070728;
  border-color: #070728;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #FF4815;
}

/* Modal Styles */
#galleryModal .modal-content {
  background: transparent;
  border: none;
}

#galleryModal .modal-body {
  padding: 0;
  position: relative;
}

.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#modalImage {
  height: auto;
  max-height: 50vh;
  width: 50%;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 10px 30px #FF4815;
  margin-bottom: 20px;
}

.image-caption {
  background: #FF4815 !important;
  padding: 20px;
  border-radius: 8px;
  width: 50%;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
}


.image-caption h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}

.image-caption p {
  font-size: 16px;
  margin-bottom: 0;
  opacity: 0.9;
  line-height: 1.6;
  text-align: center;
}

#galleryModal .btn-close {
  background: #FF4815;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 5px;
  top: 20px;
  right: 20px;
  z-index: 10;
  opacity: 0.8;
  transition: all 0.3s ease;
}

#galleryModal .btn-close:hover {
  opacity: 1;
  background: #070728;
  transform: rotate(90deg);
}

/* Navigation Buttons */
.modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #FF4815;
  color: white;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
  z-index: 10;
}

.modal-nav:hover {
  background: #070728;
  transform: translateY(-50%) scale(1.1);
}

.nav-prev {
  left: 20px;
}

.nav-next {
  right: 20px;
}

/* Gallery Header */
.gallery-header {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
}

.gallery-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffff;
}

.gallery-header p {
  font-size: 18px;
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .gallery-img {
    height: 350px;
  }

  .modal-nav {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}


@media (max-width: 768px) {
  .modal-dialog {
    max-width: 95%;
    margin: 0 auto;
  }

  .modal-nav {
    width: 40px;
    height: 40px;
  }

  .modal-nav i {
    font-size: 1.5rem;
  }

  .image-caption h4 {
    font-size: 1rem;
  }

  .image-caption p {
    font-size: 0.875rem;
  }
}

@media (max-width: 576px) {
  .gallery-img {
    height: 250px;
  }

  .cap-icon {
    top: 15px;
    right: 15px;
  }

  .cap-icon a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .modal-nav {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .nav-prev {
    left: 10px;
  }

  .nav-next {
    right: 10px;
  }
}

/* Loading Animation */
.gallery-item {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}





/* Hero Section Slider  css*/


.hero-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
}

.slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.slider-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(73, 64, 64, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.hero-swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

/* Pagination */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.2);
}

@media (max-width: 1199px) {
  .hero-slider .swiper-slide {
    height: auto;
    min-height: 600px;
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .hero-slider .swiper-slide {
    min-height: 500px;
    padding: 80px 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 16px;
  }
}

/* Desktop (xl) */
@media (max-width: 1200px) {
  .hero-slider .swiper-slide {
    min-height: 600px;
  }

  .single-hero-content h1 {
    font-size: 50px;
  }

  .single-hero-content p {
    font-size: 16px;
  }
}

/* Tablet (lg) */
@media (max-width: 992px) {
  .hero-slider .swiper-slide {
    min-height: auto;
    height: auto;
    padding: 100px 0 80px;
  }

  .row.align-items-center {
    align-items: flex-start !important;
  }

  .hero-content {
    text-align: center;
    padding: 0 20px;
    margin-top: 40px;
  }

  .single-hero-content h1 {
    font-size: 42px;
    margin-bottom: 15px;
  }

  .single-hero-content p {
    max-width: 100%;
    margin: 0 auto 25px;
    font-size: 16px;
  }

  .hero-img-wrap {
    margin-bottom: 30px;
  }

  .single-hero-img img {
    max-width: 80%;
    margin: 0 auto;
  }

  .video-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .hero-btn-wrap {
    justify-content: center;
  }

  .common-btn {
    padding: 14px 28px;
    font-size: 15px;
  }

  .swiper-pagination {
    bottom: 60px !important;
  }
}

/* Small Tablet (md) */
@media (max-width: 768px) {
  .hero-slider .swiper-slide {
    padding: 80px 0 60px;
  }

  .single-hero-content h1 {
    font-size: 36px;
  }

  .single-hero-content h6 {
    font-size: 14px;
    letter-spacing: 1.5px;
  }

  .hero-content {
    padding: 0 15px;
    margin-top: 30px;
  }

  .single-hero-img img {
    max-width: 70%;
  }

  .mobile-slider-nav {
    bottom: 30px;
  }

  .mobile-nav-btn {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .swiper-pagination {
    bottom: 80px !important;
  }
}

/* Mobile (sm) */
@media (max-width: 576px) {
  .hero-slider .swiper-slide {
    padding: 60px 0 50px;
  }

  .single-hero-content h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  .single-hero-content p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .hero-content {
    margin-top: 20px;
  }

  .single-hero-img img {
    max-width: 65%;
  }

  .hero-btn-wrap {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .common-btn {
    width: 100%;
    max-width: 280px;
    padding: 13px 25px;
    font-size: 14px;
  }

  span.ms-3 {
    margin-left: 0 !important;
  }

  .mt-40.mt-sm-30.mt-xs-20 {
    margin-top: 20px !important;
  }

  .mobile-slider-nav {
    bottom: 20px;
    gap: 15px;
  }

  .mobile-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
  }
}

/* Extra Small Mobile (xs) */
@media (max-width: 375px) {
  .hero-slider .swiper-slide {
    padding: 50px 0 40px;
  }

  .single-hero-content h1 {
    font-size: 28px;
  }

  .single-hero-content h6 {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .single-hero-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .hero-btn-wrap {
    gap: 10px;
  }

  .common-btn {
    max-width: 250px;
    padding: 12px 20px;
    font-size: 13px;
  }

  .single-hero-img img {
    max-width: 60%;
  }

  .mobile-nav-btn {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .swiper-pagination {
    bottom: 70px !important;
  }
}

/* Landscape Mode */
@media (max-height: 600px) and (orientation: landscape) {
  .hero-slider .swiper-slide {
    min-height: 500px;
    padding: 60px 0 40px;
  }

  .single-hero-content h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .single-hero-content p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .hero-btn-wrap {
    margin-top: 20px;
  }

  .common-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .slider-bg {
    background-size: cover;
    background-position: center;
  }

  .single-hero-img img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}


.hero-img-wrap {
  position: relative;
  overflow: hidden;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.video-play a.video-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  transition: all 0.3s ease;
}

.video-play a.video-icon:hover {
  background: rgba(255, 0, 0, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}




/* logo Marquee */


.logo-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.logo-img:hover {
  filter: grayscale(0);
  opacity: 1;
}

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

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



.breadcrumb-area {
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%);
}

.breadcrumb .breadcrumb-item a {
  color: #555;
  text-decoration: none;
}

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

.product-image-wrapper {
  overflow: hidden;
}

.product-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 0.5rem;
}

.product-image-wrapper:hover .product-image {
  transform: scale(1.1);
}

.product-info {
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}


.product-description p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

.product-description ul,
.product-description ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.product-description strong {
  font-weight: 600;
}

.gallery-filter-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  cursor: grab;
}

.gallery-filter-wrapper:active {
  cursor: grabbing;
}

.gallery-filter button {
  white-space: nowrap;
}



/* Product page css */
.product-img-wrapper {
  overflow: hidden;
  display: block;
  border-radius: 0.25rem;
}

.product-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-img-wrapper:hover .product-img {
  transform: scale(1.15);
}

.card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
}

.section-subtitle {
  font-size: 1rem;
  color: #555;
}

.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.product-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-img-wrapper:hover .product-img {
  transform: scale(1.15);
}

.card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}