@charset "UTF-8";
/*-----------------------------------------------------------
    Theme Name: Torado
    Theme URI: 
    Description: Torado - Industry & Factory HTML Template
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/
:root {
  --bodyFontFamily: "Roboto", serif;
  --barlowFontFamily: "Barlow", serif;
  --dark: #000000;
  --dark-deep: #111111;
  --white: #ffffff;
  --primary: #db001b;
  --paragraph: #616161;
  --paragraph-deep: #ebebeb;
  --title-color: #282b2d;
  --info-color: #14b3e4;
  --yellow-color: #ffcc00;
  --gray-color: #f3f3f3;
  --font-size: 16px;
  --transition: all 0.5s;
}

body {
  font-family: "Spartan";
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #6B6B6B;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #000000;
  line-height: 1.4;
  font-family: "Spartan", sans-serif;
  font-weight: 600;
}

a {
  color: #6B6B6B;
  transition: all ease 0.5s;
  text-decoration: none;
}

p {
  font-size: 16px;
  color: #6B6B6B;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}

.container-fluid {
  max-width: 1820px;
}

.style-one .container-fluid {
  max-width: 1740px;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-75 {
  padding-bottom: 75px;
}

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

.bg-000E30 {
  background: #000E30;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

.owl-theme .owl-dots .owl-dot {
  transition: all ease 0.5s;
}
.owl-theme .owl-dots .owl-dot span {
  width: 25px;
  height: 9px;
  background: #EAE4E4;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 44px;
  background: #FF4057;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #FF4057;
}

.default-btn {
  position: relative;
  display: inline-block;
  background-color: #FF4057;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 15px 26px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}
.default-btn::before {
  position: absolute;
  content: "";
  background: #000000;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 5px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}
.default-btn:hover {
  color: #ffffff;
}
.default-btn:hover::before {
  height: 380%;
}

.single-section span {
  font-weight: 600;
  font-size: 16px;
  color: #FFAA17;
  display: inline-block;
  margin-bottom: 10px;
}
.single-section h2 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 15px;
}

.section-title {
  margin-bottom: 30px;
  text-align: center;
}
.section-title span {
  font-weight: 600;
  font-size: 16px;
  color: #FFAA17;
  display: inline-block;
  margin-bottom: 8px;
}
.section-title h2 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 0;
}

.section2-title {
  margin-bottom: 30px;
  text-align: center;
}
.section2-title span {
  color: #6cbbfa;
}
.section2-title h2 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 0;
}

/*
Top button Style
======================================================*/
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(150, 150, 150, 0.5882352941);
  box-shadow: 0px 0px 30px 0px rgba(150, 150, 150, 0.5882352941);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #FF4057;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 0;
}
.progress-wrap::before {
  position: absolute;
  content: "↑";
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #FF4057;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

@-webkit-keyframes top-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes top-bottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/*
Top Header Style
======================================================*/
.top-header--area {
  padding-top: 14px;
  padding-bottom: 14px;
  min-height: 95px;
  display: flex;
  align-items: center;
}

.header-contact-info .info-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header-contact-info .info-list li {
  position: relative;
  padding-right: 30px;
  display: inline-block;
  color: #D1D1D1;
  font-weight: 500;
  font-size: 15px;
}
.header-contact-info .info-list li::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 10px;
  height: 13px;
  width: 2px;
  background-color: #4c4b4b;
}
.header-contact-info .info-list li:last-child::before {
  background-color: transparent;
}
.header-contact-info .info-list li a {
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}
.header-contact-info .info-list li a:hover {
  color: #FF4057;
}

.header-service {
  justify-content: end;
}
.header-service .service-list {
  max-height: 65px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-right: 30px;
}
.header-service .service-list li {
  position: relative;
  display: inline-block;
  padding-right: 38px;
  font-weight: 500;
}
.header-service .service-list li:last-child {
  padding-right: 0;
}
.header-service .service-list li:last-child::before {
  background-color: transparent;
}
.header-service .service-list li::before {
  content: none;
}
.header-service .service-list li a {
  font-size: 15px;
  color: #D1D1D1;
}
.header-service .service-list li a:hover {
  color: #FF4057;
}
.header-service .social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  top: 2px;
}
.header-service .social li {
  position: relative;
  padding-right: 12px;
  display: inline-block;
}
.header-service .social li:last-child {
  padding-right: 0;
}
.header-service .social li:last-child::before {
  background-color: transparent;
}
.header-service .social li::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  right: 4px;
  height: 13px;
  width: 1px;
  background-color: #4c4b4b;
}
.header-service .social li i {
  font-size: 16px;
  color: #ffffff;
  transition: all ease 0.5s;
}
.header-service .social li i:hover {
  color: #FF4057;
}

/*
Banner Area Style
======================================================*/
.banner-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 175px;
  padding-bottom: 280px;
  position: relative;
  z-index: 1;
}
.banner-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(89.75deg, rgba(0, 9, 30, 0.64) 40.1%, rgba(0, 14, 48, 0) 59.09%);
}
.banner-area.bg-1 {
  background-image: url(../images/banner/banner1.webp);
}
.banner-area.bg-2 {
  background-image: url(../images/banner/banner2.webp);
}

.banner-content {
  max-width: 845px;
}
.banner-content span {
  font-size: 16px;
  color: #FFAA17;
  padding: 5px 22px;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 30px;
}
.banner-content h1 {
  font-weight: 800;
  font-size: 80px;
  line-height: 90px;
  color: #ffffff;
  margin-bottom: 20px;
}
.banner-content p {
  font-size: 17px;
  color: #E2E2E2;
  max-width: 785px;
}
.banner-content .default-btn {
  margin-top: 20px;
}

.main-banner-slider .owl-nav {
  position: absolute;
  right: 5%;
  bottom: 16%;
}
.main-banner-slider .owl-nav [class*=owl-] {
  height: 60px;
  font-size: 24px !important;
  width: 60px;
  color: #FF4057 !important;
  border-radius: 50px !important;
  background: #F4F8FC !important;
  line-height: 73px !important;
  transition: all 0.5s;
}
.main-banner-slider .owl-nav [class*=owl-]:hover {
  background: #FF4057 !important;
  color: #ffffff !important;
}
.main-banner-slider .owl-nav .owl-prev i {
  position: relative;
  left: -3px;
}
.main-banner-slider .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}

/*
Features Area Style
======================================================*/
.features-area {
  position: relative;
  z-index: 1;
  top: -100px;
  margin-bottom: -100px;
}
.features-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  background: #000E30;
  clip-path: polygon(0 0, 95% 0, 84% 100%, 0% 100%);
}
.features-area .features-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.features-widget {
  position: relative;
  margin-bottom: 25px;
}
.features-widget .icon {
  height: 85px;
  width: 85px;
  background: #142141;
  border-radius: 5px;
  font-size: 46px;
  text-align: center;
  color: #FFAA17;
  left: 0;
  transition: all ease 0.5s;
  position: absolute;
  line-height: 98px;
  top: 50%;
  transform: translateY(-42px);
  z-index: 1;
}
.features-widget .icon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  width: 100%;
  z-index: -1;
  border-radius: 5px;
  background-color: #FF4057;
  transition: all ease 0.5s;
}
.features-widget .content {
  padding-left: 110px;
}
.features-widget .content h4 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}
.features-widget .content p {
  color: #D3D3D3;
}
.features-widget:hover .icon::before {
  height: 100%;
}
.features-widget:hover .icon {
  color: #ffffff;
}

.col-lg-4:nth-child(2) .features-widget {
  margin-left: 15px;
}

.col-lg-4:nth-child(3) .features-widget {
  margin-left: 25px;
}

/*
Providing Area Style
======================================================*/
.providing-area .providing-image2 {
  width: 100%;
  height: 100%;
  background-image: var(--providing-i2-url);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.providing-area .providing-image2 img {
  display: none;
}

.providing-image {
  position: relative;
}
.providing-image .providing-image-content {
  background-image: url(../images/services/service-shape1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 117px;
  border-radius: 5px;
  top: -27px;
  text-align: center;
  right: 43px;
  position: absolute;
}
.providing-image .providing-image-content h1 {
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  margin-bottom: 0;
  position: relative;
  right: -11px;
  top: -50px;
  color: #ffffff;
}
.providing-image .providing-image-content p {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  top: -58px;
  right: -10px;
}

.mobile-image {
  display: none;
}

.pr-card {
  background: #F8F8F8;
  border-radius: 5px;
  padding: 30px 20px;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.pr-card .icon {
  font-size: 40px;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 82px;
  border-radius: 50%;
  position: relative;
  background: #FFAA17;
  color: #ffffff;
  margin-left: auto;
  top: -62px;
  margin-bottom: -42px;
  margin-right: auto;
  z-index: 1;
  overflow: hidden;
}
.pr-card .icon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #FF4057;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  z-index: -1;
}
.pr-card .content h4 {
  font-size: 20px;
}
.pr-card .content h4 a {
  color: #000000;
}
.pr-card .content p {
  margin-bottom: 0;
}
.pr-card:hover .icon:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.providing-content {
  margin-left: 20px;
}
.providing-content h2 {
  margin-right: -20px;
}
.providing-content .providing-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 22px;
}
.providing-content .providing-list li {
  padding-left: 30px;
  margin-bottom: 12px;
  position: relative;
  color: #3A3332;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.providing-content .providing-list li:last-child {
  margin-bottom: 0;
}
.providing-content .providing-list li i {
  position: absolute;
  left: 0;
  color: #0676FC;
  font-size: 20px;
}

/*
How it Work Area CSS
================================================================================*/
.works-area .post .number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: var(--barlowFontFamily);
  display: inline-block;
}
.works-area .a-shape-2 {
  position: absolute;
  right: 125px;
  top: 0;
  bottom: 0;
  margin: auto;
  animation: up 5s ease-in-out infinite;
}
.works-area.works-two .default-btn::before {
  border-radius: 0;
}
.works-area.choose-us .mb-4 {
  margin-bottom: 35px !important;
}
.works-area.choose-us .works-image h1 {
  left: -30%;
}

.works-image .a-image-4 {
  position: relative;
  margin-bottom: -175px;
}
.works-image h1 {
  position: absolute;
  top: 43%;
  left: -25%;
  transform: translateY(-50%);
  transform: rotate(-90deg);
  font-size: 80px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px var(--primary);
}
.works-image .hi-work {
  left: auto;
  right: -20%;
}

.works-content {
  margin-left: 20px;
}
.works-content h2 {
  margin-right: -20px;
}
.works-content .works-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 22px;
}
.works-content .works-list li {
  padding-left: 30px;
  margin-bottom: 12px;
  position: relative;
  color: #3A3332;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.works-content .works-list li:last-child {
  margin-bottom: 0;
}
.works-content .works-list li i {
  position: absolute;
  left: 0;
  color: #0676FC;
  font-size: 20px;
}

/*
Service Area Style
======================================================*/
.service-slider-warp {
  position: relative;
}
.service-slider-warp .container-fluid {
  max-width: 1620px;
  margin-right: 0;
  margin-left: auto;
}
.service-slider-warp .owl-nav {
  position: absolute;
  right: 18%;
  top: -30%;
}
.service-slider-warp .owl-nav [class*=owl-] {
  height: 50px;
  font-size: 20px !important;
  width: 50px;
  color: #FF4057 !important;
  border-radius: 50px !important;
  background: #FFFFFF !important;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.06) !important;
  line-height: 61px !important;
  transition: all 0.5s;
}
.service-slider-warp .owl-nav [class*=owl-]:hover {
  background: #FF4057 !important;
  color: #ffffff !important;
}

.service-card {
  padding: 50px 30px 50px 35px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.08);
  border-radius: 10px;
  margin-bottom: 25px;
  transition: all ease 0.5s;
  position: relative;
  z-index: 1;
}
.service-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  height: 100%;
  transition: all ease 0.5s;
  width: 0%;
  z-index: -1;
  background-color: #FF4057;
  opacity: 0;
  border-radius: 10px;
  visibility: hidden;
}
.service-card .icon {
  height: 73px;
  width: 73px;
  background: rgba(255, 64, 87, 0.06);
  border-radius: 50%;
  text-align: center;
  line-height: 75px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  transition: all ease 0.5s;
}
.service-card .icon img {
  display: inline-block;
}
.service-card .icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  height: 100%;
  transition: 0.9s;
  width: 0%;
  border-radius: 50%;
  z-index: -1;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
}
.service-card .content h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.service-card .content h4 a {
  color: #000000;
}
.service-card .content p {
  transition: all ease 0.5s;
}
.service-card:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.service-card:hover h4 a {
  color: #ffffff;
}
.service-card:hover p {
  color: #ffffff;
}
.service-card:hover .icon:before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.service-slider-area {
  overflow: hidden;
  position: relative;
}
.service-slider-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  background: #F2F3F5;
  clip-path: polygon(64% -34%, 100% 0%, 100% 100%, 0% 205%);
}
.service-slider-area .single-section {
  max-width: 450px;
}

/*
funfact Area Style
======================================================*/
.single-funfacts-box {
  position: relative;
  margin-left: 70px;
  margin-bottom: 25px;
}
.single-funfacts-box .fun-image {
  position: absolute;
  top: -45px;
  left: -20px;
  z-index: -1;
}
.single-funfacts-box h3 .odometer-formatting-mark {
  display: none;
}
.single-funfacts-box h3 {
  font-weight: 700;
  font-size: 48px;
  color: #FF4057;
}
.single-funfacts-box h3 .content {
  position: relative;
  right: -10px;
}
.single-funfacts-box p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  color: #ffffff;
}

/*
Company Area Style
======================================================*/
.company-card {
  position: relative;
  padding: 40px 30px 35px 35px;
  margin-bottom: 25px;
}
.company-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 3px;
  transition: 0.5s;
  background-color: #F3F3F3;
}
.company-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 100%;
  transition: 0.5s;
  background-color: #F3F3F3;
}
.company-card .icon {
  height: 74px;
  width: 74px;
  background: linear-gradient(180deg, rgba(255, 64, 87, 0.06) 0%, rgba(217, 217, 217, 0) 100%);
  border-radius: 50%;
  text-align: center;
  line-height: 94px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.company-card .icon i {
  font-size: 40px;
  color: #FF4057;
  transition: all ease 0.5s;
}
.company-card .icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: all ease 0.5s;
  height: 0%;
  border-radius: 50%;
  z-index: -1;
  background-color: #FF4057;
  opacity: 0;
  visibility: hidden;
}
.company-card .content h4 {
  font-size: 22px;
  margin-bottom: 12px;
}
.company-card .content p {
  margin-bottom: 0;
}
.company-card span {
  position: absolute;
  color: #D9D7D7;
  font-weight: 600;
  font-size: 22px;
  right: 40px;
  top: 40px;
}
.company-card:hover::before {
  background-color: #FF4057;
}
.company-card:hover::after {
  background-color: #FF4057;
}
.company-card:hover .icon::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.company-card:hover .icon i {
  color: #ffffff;
}

/*
Project Area Style
======================================================*/
.project-slider-warp {
  position: relative;
}
.project-slider-warp .container-fluid {
  max-width: 1620px;
  margin-right: 0;
  margin-left: auto;
}
.project-slider-warp .owl-nav {
  position: absolute;
  right: 17%;
  top: -24%;
}
.project-slider-warp .owl-nav [class*=owl-] {
  height: 50px;
  font-size: 20px !important;
  width: 50px;
  color: #FF4057 !important;
  border-radius: 50px !important;
  background: rgba(255, 64, 87, 0.09) !important;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.06) !important;
  line-height: 61px !important;
  transition: all 0.5s;
}
.project-slider-warp .owl-nav [class*=owl-]:hover {
  background: #FF4057 !important;
  color: #ffffff !important;
}

.project-slider-area {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.project-slider-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  background: #F2F3F5;
  clip-path: polygon(0 0, 52% 0, 84% 100%, 0% 100%);
}

.project-icon-content {
  margin-bottom: 20px;
}

.project-box {
  position: relative;
  border-radius: 5px;
}
.project-box img {
  border-radius: 5px;
}
.project-box.down {
  margin-top: 40px;
}
.project-box .content {
  text-align: center;
  position: relative;
  padding: 0px 10px 20px 10px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-right: 20px;
  border: solid 10px #F2F3F5;
  top: -55px;
  margin-bottom: -55px;
  margin-left: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.project-box .content h3 {
  font-size: 22px;
}
.project-box .content h3 a {
  color: #000000;
}
.project-box .content h3 a:hover {
  color: #FF4057;
}
.project-box .content .icon {
  background: red;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  top: -32px;
  border: solid 4px #fff;
  margin-bottom: -50px;
  display: inline-block;
  line-height: 57px;
  position: relative;
  font-size: 22px;
  color: #fff;
}
.project-box:hover .content {
  opacity: 1;
  visibility: visible;
}

/*
Discover Area Style
======================================================*/
.discover-area {
  background-image: url(../images/projects/discover1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1;
}
.discover-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(0, 14, 48, 0.82);
}
.discover-area ul li {
  color: #ffffff;
  font-size: 18px;
}

.discover-content {
  max-width: 735px;
  margin: auto;
}
.discover-content span {
  font-weight: 600;
  font-size: 16px;
  color: #FFAA17;
  display: inline-block;
  margin-bottom: 15px;
}
.discover-content h2 {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
}

/*
Team Area Style
======================================================*/
.team-card {
  position: relative;
  margin-bottom: 25px;
  padding: 20px;
  z-index: 1;
}
.team-card .team-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition-duration: 5s;
}
.team-card .team-social .social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  right: 31px;
  opacity: 0;
  visibility: hidden;
  top: 50px;
  transition: all ease 0.5s;
}
.team-card .team-social .social li {
  margin-bottom: -30px;
  transition: 0.5s;
}
.team-card .team-social .social li a {
  width: 31.58px;
  height: 31.58px;
  border-radius: 50%;
  background-color: #FF4057;
  color: #ffffff;
  line-height: 36px;
  display: inline-block;
  font-size: 15px;
  text-align: center;
}
.team-card .team-social .social li a:hover {
  background-color: #ffffff;
  color: #FF4057;
}
.team-card .team-content {
  padding-top: 20px;
}
.team-card .team-content h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  transition: all ease 0.5s;
}
.team-card .team-content p {
  margin-bottom: 0;
  transition: all ease 0.5s;
}
.team-card .team-image img {
  border-radius: 5px;
}
.team-card:hover .team-social .social {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.team-card:hover .team-social .social li {
  margin-bottom: 10px;
}

.team-slider .owl-nav {
  position: absolute;
  right: 0;
  top: 42%;
  left: 0;
}
.team-slider .owl-nav [class*=owl-] {
  height: 50px;
  font-size: 20px !important;
  width: 50px;
  color: #FF4057 !important;
  border-radius: 50px !important;
  background: rgba(255, 64, 87, 0.09) !important;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.06) !important;
  line-height: 61px !important;
  transition: all 0.5s;
}
.team-slider .owl-nav [class*=owl-]:hover {
  background: #FF4057 !important;
  color: #ffffff !important;
}
.team-slider .owl-nav .owl-next {
  position: absolute;
  right: -100px;
}
.team-slider .owl-nav .owl-prev {
  position: absolute;
  left: -100px;
}

/*
Benefits Area Style
======================================================*/
.benefits-area {
  position: relative;
  z-index: 1;
}
.benefits-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  background: #F2F3F5;
  clip-path: polygon(48% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.benefit-image {
  position: relative;
  margin-right: 30px;
  padding-bottom: 30px;
}
.benefit-image .benefits-small-image {
  position: absolute;
  bottom: 0;
  left: 115px;
  padding: 10px;
  border-radius: 5px;
  background: #F2F3F5;
}
.benefit-image .video-btn {
  position: absolute;
  bottom: 33%;
  left: 29%;
}
.benefit-image .video-btn .popup-youtube {
  width: 91px;
  height: 91px;
  background: #FF4057;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 49px;
  line-height: 107px;
  z-index: 4;
}
.benefit-image .video-btn .popup-youtube:hover {
  background-color: black;
}
.benefit-image .video-btn .popup-youtube::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  right: -20px;
  bottom: -20px;
  background: rgba(255, 64, 87, 0.28);
  border-radius: 50%;
  -webkit-animation: ripple 5s linear infinite;
  animation: ripple 5s linear infinite;
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.5);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.benefits-content {
  margin-left: 35px;
}
.benefits-content h2 {
  margin-bottom: 30px;
}
.benefits-content .benefits-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.benefits-content .benefits-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  /*padding-left: 95px;
  margin-bottom: 40px;*/
}
.benefits-content .benefits-list ul li:last-child {
  margin-bottom: 0;
}
.benefits-content .benefits-list ul li:hover .icon {
  background-color: #FF4057;
}
.benefits-content .benefits-list ul li:hover .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(48deg) brightness(102%) contrast(102%);
}
.benefits-content .benefits-list ul li .icon {
  height: 73px;
  width: 73px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.07);
  line-height: 75px;
  font-size: 43px;
  position: absolute;
  color: #FF4057;
  text-align: center;
  transition: all ease 0.5s;
  left: 0;
}
.benefits-content .benefits-list ul li .content h6 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}
.benefits-content .benefits-list ul li .content p {
  margin-bottom: 0;
}
.benefits-content .benefits-list ul li {
  color: #3A3332;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.benefits-content .benefits-list ul li i {
  position: absolute;
  left: 0;
  color: #0676FC;
  font-size: 20px;
}

/*
Benefits Area Style
======================================================*/
.newsletter-area {
  background-image: url(../images/newsletter/news1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.newsletter-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(0, 14, 48, 0.82);
}
.newsletter-area #validator-newsletter {
  position: absolute;
  bottom: -43px;
  color: red;
}

.newsletter-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
}
.newsletter-content span {
  margin-bottom: 15px;
}

.newsletter-input {
  position: relative;
  margin-left: -25px;
}
.newsletter-input .form-control {
  height: 70px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 22px 20px 15px 20px;
  border: none;
  position: relative;
}
.newsletter-input .form-control:focus {
  box-shadow: unset;
}
.newsletter-input .form-control:focus:placeholder {
  color: transparent;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.newsletter-input .default-btn {
  position: absolute;
  right: 6px;
  border: none;
  top: 8px;
}

/*
Testimonial Area Style
======================================================*/
.testimonial-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 42px 33px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.testimonial-box .user-content {
  align-items: center;
  margin-bottom: 20px;
}
.testimonial-box .user-content .user {
  margin-right: 20px;
}
.testimonial-box .user-content .user img {
  border-radius: 50px;
  padding: 3px;
  border: 1px solid rgba(255, 64, 87, 0.1);
  transition: all ease 0.5s;
}
.testimonial-box .user-content .content h5 {
  font-size: 22px;
  margin-bottom: 5px;
}
.testimonial-box .user-content .content p {
  margin-bottom: 0;
}
.testimonial-box:hover .user-content .user img {
  border-color: #FF4057;
}
.testimonial-box .main-content p {
  font-size: 18px;
}
.testimonial-box .icon-images {
  position: absolute;
  top: 25px;
  right: 25px;
}

.testimonial-area {
  position: relative;
  z-index: 1;
}
.testimonial-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  background: #F2F3F5;
  clip-path: polygon(0 0, 74% 0, 45% 100%, 0% 100%);
}
.testimonial-area .owl-nav {
  position: absolute;
  right: 0%;
  top: -28%;
}
.testimonial-area .owl-nav [class*=owl-] {
  height: 50px;
  font-size: 20px !important;
  width: 50px;
  color: #FF4057 !important;
  border-radius: 50px !important;
  background: rgba(255, 64, 87, 0.09) !important;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.06) !important;
  line-height: 61px !important;
  transition: all 0.5s;
}
.testimonial-area .owl-nav [class*=owl-]:hover {
  background: #FF4057 !important;
  color: #ffffff !important;
}

/*
Blog Area Style
======================================================*/
.blog-card {
  position: relative;
  margin-bottom: 25px;
}
.blog-card .blog-image {
  position: relative;
}
.blog-card .blog-image img {
  border-radius: 5px;
}
.blog-card .blog-image .date {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #FF4057;
  position: absolute;
  text-align: center;
  right: 20px;
  padding: 9px;
  line-height: 26px;
  bottom: 20px;
}
.blog-card .blog-image .date span {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  display: block;
}
.blog-card .content {
  margin-top: 20px;
}
.blog-card .content .blog-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.blog-card .content .blog-list li {
  display: inline-block;
  padding-right: 80px;
  position: relative;
  font-size: 15px;
}
.blog-card .content .blog-list li:first-child::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 9px;
  width: 53px;
  height: 1px;
  background-color: #D1D0D0;
}
.blog-card .content .blog-list li:last-child {
  padding-right: 0;
}
.blog-card .content h4 {
  margin-bottom: 0;
  font-size: 22px;
}
.blog-card .content h4 a {
  color: #000000;
}
.blog-card .content h4 a:hover {
  color: #FF4057;
}

/*
Footer Area Style
======================================================*/
.footer-widget {
  margin-bottom: 25px;
}
.footer-widget .torado-p {
  color: #D4D4D4;
  margin-bottom: 20px;
  margin-right: 5px;
}
.footer-widget .logo {
  margin-bottom: 20px;
  display: block;
}
.footer-widget .social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .social li {
  display: inline-block;
  padding-right: 10px;
}
.footer-widget .social li a {
  height: 36px;
  width: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  line-height: 42px;
}
.footer-widget .social li a:hover {
  color: #FF4057;
}
.footer-widget h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget h3::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 1px;
  width: 63%;
  background-color: rgba(255, 255, 255, 0.05);
}
.footer-widget .footer-link .link-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .footer-link .link-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 15px;
}
.footer-widget .footer-link .link-list li i {
  position: absolute;
  left: 0;
  font-size: 14px;
  top: 3px;
  opacity: 20%;
  transition: all ease 0.5s;
}
.footer-widget .footer-link .link-list li a {
  color: #D4D4D4;
}
.footer-widget .footer-link .link-list li a:hover {
  color: #FF4057;
}
.footer-widget .footer-link .link-list li a:hover i {
  opacity: 100%;
  color: #FF4057;
}
.footer-widget .footer-contact ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .footer-contact ul li {
  position: relative;
  padding-left: 52px;
  margin-bottom: 38px;
  color: #D4D4D4;
}
.footer-widget .footer-contact ul li:last-child {
  margin-bottom: 0;
  margin-top: -7px;
}
.footer-widget .footer-contact ul li:last-child i {
  top: 0;
}
.footer-widget .footer-contact ul li a {
  display: inline;
  color: #D4D4D4;
}
.footer-widget .footer-contact ul li a:hover {
  color: #FF4057;
}
.footer-widget .footer-contact ul li i {
  position: absolute;
  left: 0;
  top: -9px;
  width: 41px;
  padding: 12px;
  height: 41px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  color: #FF4057;
  transition: all ease 0.5s;
}
.footer-widget .footer-contact ul li:hover i {
  background-color: #FF4057;
  color: #ffffff;
}

.col-lg-3:nth-child(2) .footer-widget {
  margin-left: 90px;
}
.col-lg-3:nth-child(3) .footer-widget {
  margin-left: 55px;
}
.col-lg-3:nth-child(4) .footer-widget {
  margin-left: 5px;
}

.both-area {
  background: #000E30;
}

.copyright-area {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.copyright-area p {
  margin-bottom: 0;
  color: #D4D4D4;
}
.copyright-area p span {
  color: #D4D4D4;
}
.copyright-area p a {
  color: #FF4057;
}
.copyright-area p a:hover {
  color: #ffffff;
}

/*
Style Two Banner Area Style
======================================================*/
.hero-content {
  margin-left: 30px;
}
.hero-content .style-1 {
  color: #FF4057;
  font-weight: 600;
  padding: 5px 16px 3px 16px;
  border: 1px solid rgba(255, 64, 87, 0.15);
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 8px;
}
.hero-content h1 {
  font-weight: 800;
  font-size: 70px;
  margin-right: -167px;
  line-height: 100px;
}
.hero-content h1 span {
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-right: 21px;
  padding-bottom: 10px;
  border-radius: 5px;
}

.style-two-banner {
  overflow: hidden;
  background-image: url(../images/shapes/banner-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slider-warp {
  margin-right: -100px;
  margin-left: 30px;
}
.hero-slider-warp img {
  border-radius: 30px;
}

.people-list {
  padding-left: 110px;
}
.people-list h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px;
}
.people-list .user {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.people-list .user li {
  display: inline-block;
  margin-left: -20px;
}
.people-list .user li:first-child {
  margin-left: 0;
}
.people-list .user li img {
  max-width: 78px;
  border-radius: 50%;
  border: solid 2px #ffffff;
}
.people-list .user li .content {
  width: 78px;
  height: 78px;
  background: #FFAA17;
  border-radius: 50%;
  border: solid 2px #ffffff;
}
.people-list .user li .content p {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  padding: 20px;
  margin-bottom: 0;
}
.people-list p {
  padding-right: 10px;
  margin-bottom: 15px;
}

.counter-area {
  margin-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 25px;
}
.counter-area .single-count-box h3 {
  font-weight: 700;
  color: #FFAA17;
  font-size: 32px;
  margin-bottom: 0;
}
.counter-area .single-count-box h3 .odometer-formatting-mark {
  display: none;
}
.counter-area .single-count-box p {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}
.counter-area .single-count-box.two {
  margin-left: -30px;
}

.style-two-banner {
  position: relative;
  z-index: 1;
}
.style-two-banner .color-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.style-two-banner .banner-shape2 {
  position: absolute;
  top: 120px;
  left: 22%;
}
.style-two-banner .banner-shape3 {
  position: absolute;
  right: 0;
  top: 140px;
}

/*
Top Service Area Style
======================================================*/
.top-card {
  background: #F2F3F5;
  border-radius: 5px;
  padding: 38px 33px;
  margin-bottom: 25px;
}
.top-card .icon {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.09);
  border-radius: 5px;
  width: 76px;
  height: 71px;
  text-align: center;
  line-height: 85px;
  font-size: 40px;
  color: #FF4057;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.top-card .icon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #FF4057;
  transition: all ease 0.5s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  border-radius: 5px;
}
.top-card .content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.top-card .content h3 a {
  color: #000000;
}
.top-card .content h3 a:hover {
  color: #FF4057;
}
.top-card .content .read-more {
  text-decoration-line: underline;
  font-weight: 600;
  color: #6B6B6B;
}
.top-card .content .read-more:hover {
  color: #FF4057;
}
.top-card:hover .icon::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.top-card:hover .icon {
  color: #ffffff;
}
.top-card:hover .content h3 a {
  color: #FF4057;
}
.top-card:hover .read-more {
  color: #FF4057;
}

.single-btn-section {
  margin-bottom: 15px;
}

/*
Choose Area Style
======================================================*/
.choose-image {
  position: relative;
}
.choose-image .choose-shape {
  position: absolute;
  right: -25px;
  top: -25px;
}
.choose-image img {
  border-radius: 5px;
}
.choose-image .video-btn {
  position: absolute;
  right: 25px;
  top: 25px;
}
.choose-image .video-btn .popup-youtube {
  width: 67px;
  height: 67px;
  background: #FF4057;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 45px;
  line-height: 83px;
  z-index: 4;
  transition: all ease 0.5s;
}
.choose-image .video-btn .popup-youtube i {
  position: relative;
  left: 3px;
}
.choose-image .video-btn .popup-youtube:hover {
  background-color: #FFAA17;
}

.choose-content {
  padding-left: 50px;
}
.choose-content .choose-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.choose-content .choose-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.choose-content .choose-list li:last-child {
  margin-bottom: 0;
}
.choose-content .choose-list li i {
  position: absolute;
  left: 0px;
  color: #FF4057;
  font-size: 7px;
  padding: 2px;
  height: 12px;
  border: solid 1px #FF4057;
  top: 4px;
  text-align: center;
  border-radius: 50%;
  width: 12px;
}
.choose-content .data-tag {
  background: #F8F8F8;
  border-bottom: 5px solid #ECECEC;
  border-radius: 5px;
  padding: 35px 120px 35px 35px;
  align-items: center;
}
.choose-content .data-tag span {
  font-weight: 700;
  font-size: 36px;
  color: #FF4057;
  margin-bottom: 0;
  padding-right: 20px;
}
.choose-content .data-tag h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

/*
Discover Area Style
======================================================*/
.discover-area-two {
  background-image: url(../images/banner/discover.gif);
}
.discover-area-two::before {
  background: rgba(1, 21, 69, 0.85);
}

/*
Industry Area Style
======================================================*/
.industry-slider .owl-item.center {
  margin-top: -50px;
  transition: all ease 0.5s;
}
.industry-slider .owl-item.center .content {
  opacity: 1;
  visibility: visible;
}
.industry-slider .industry-image {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}
.industry-slider .industry-image img {
  border-radius: 5px;
}
.industry-slider .industry-image .content {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  position: absolute;
  left: 50px;
  padding: 32px;
  right: 50px;
  bottom: -50px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.industry-slider .industry-image .content p {
  margin-bottom: 10px;
}
.industry-slider .industry-image .content h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0;
}
.industry-slider .industry-image .content h4 a {
  color: #FF4057;
}
.industry-slider .industry-image .content h4 a:hover {
  color: #FFC107;
}
.industry-slider .owl-nav {
  position: absolute;
  right: 0%;
  top: -20%;
}
.industry-slider .owl-nav [class*=owl-] {
  height: 50px;
  font-size: 20px !important;
  width: 50px;
  color: #FF4057 !important;
  border-radius: 50px !important;
  background: rgba(255, 64, 87, 0.09) !important;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.06) !important;
  line-height: 61px !important;
  transition: all 0.5s;
}
.industry-slider .owl-nav [class*=owl-]:hover {
  background-color: #FF4057 !important;
  color: #ffffff !important;
}

.industry-area .single-section {
  margin-bottom: 30px;
}

/*
Selector Area Style
======================================================*/
.selector-image {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}
.selector-image .circle-image {
  position: absolute;
  left: 0;
  border-radius: 50%;
  padding: 12px;
  background-color: #ffffff;
}

.selector-area {
  position: relative;
}
.selector-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  background: #F2F3F5;
  clip-path: polygon(0 0, 52% 0, 84% 100%, 0% 100%);
}

.selector-content p {
  margin-bottom: 20px;
}
.selector-content .list {
  list-style: none;
  padding-left: 0;
  margin-right: 15px;
  margin-bottom: 0;
}
.selector-content .list li {
  position: relative;
  margin-bottom: 15px;
}
.selector-content .list li:last-child {
  margin-bottom: 0;
}
.selector-content .list li i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-8px);
  transition: all ease 0.5s;
  color: #FF4057;
}
.selector-content .list li:hover a {
  background-color: #FF4057;
  color: #ffffff;
}
.selector-content .list li:hover i {
  color: #ffffff;
}
.selector-content .list li a {
  background: #FFFFFF;
  border-radius: 5px;
  display: block;
  position: relative;
  color: #000000;
  padding: 13px 15px 10px 40px;
}

/*
Expert Area Style
======================================================*/
.expert-box {
  margin-bottom: 25px;
}
.expert-box img {
  border-radius: 5px;
}
.expert-box .content {
  padding-top: 20px;
}
.expert-box .content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.expert-box .content p {
  margin-bottom: 0;
}

.expert-content {
  margin-bottom: 110px;
  padding-left: 30px;
}

.expert-team-area .owl-nav {
  position: absolute;
  right: -20%;
  top: 68%;
}
.expert-team-area .owl-nav [class*=owl-] {
  height: 50px;
  font-size: 20px !important;
  width: 50px;
  color: #FF4057 !important;
  border-radius: 50px !important;
  background: rgba(255, 64, 87, 0.09) !important;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.06) !important;
  line-height: 61px !important;
  transition: all 0.5s;
}
.expert-team-area .owl-nav [class*=owl-]:hover {
  background: #FF4057 !important;
  color: #ffffff !important;
}

/*
Testimonial Area Style
======================================================*/
.testimonial-area-two {
  background-color: #ffffff;
}
.testimonial-area-two .section-title {
  margin-bottom: 8px;
}
.testimonial-area-two::before {
  background-color: transparent;
}
.testimonial-area-two .testimonial-box2 {
  background: #F8F8F8;
  box-shadow: unset;
  border-radius: 5px;
}
.testimonial-area-two .testimonial-box2 .icon-images {
  position: absolute;
  top: 47px;
  right: 25px;
}
.testimonial-area-two .owl-nav {
  position: absolute;
  right: 0;
  top: 42%;
  left: 0;
}
.testimonial-area-two .owl-prev {
  position: absolute;
  left: -100px;
}
.testimonial-area-two .owl-next {
  position: absolute;
  right: -100px;
}

/*
Global Area Style
======================================================*/
.global-solution-area {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.global-solution-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
  background: #F2F3F5;
  clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 16% 100%);
}

.global-image {
  padding-right: 42px;
}
.global-image img {
  border-radius: 5px;
}

.global-list .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.global-list .list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.global-list .list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #FF4057;
}
.global-list .list.two {
  margin-left: -45px;
}

/*
Blog Area Style
======================================================*/
.blog-card-style2 .content .blog-list {
  margin-bottom: 15px;
}
.blog-card-style2 .content h4 {
  margin-bottom: 15px !important;
}
.blog-card-style2 .content p {
  margin-bottom: 0;
}
.blog-card-style2 .date-two {
  padding: 11px 22px;
  background: #FF4057;
  position: absolute;
  bottom: 0;
  border-radius: 5px 5px 0px;
}
.blog-card-style2 .date-two span {
  color: #ffffff;
}

/*
Demo Area Style
======================================================*/
.demo-three-area {
  background-image: url(../images/banner/demo3.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 280px;
  position: relative;
  padding-bottom: 180px;
  top: -100px;
  margin-bottom: -100px;
}

.demo-content span {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-bottom: 25px;
}
.demo-content span::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  height: 13px;
  background: #FFAA17;
}
.demo-content h1 {
  font-weight: 800;
  font-size: 100px;
  line-height: 120px;
  margin-bottom: 10px;
}

/*
System Area Style
======================================================*/
.system-box {
  background: #F2F3F5;
  border-radius: 5px;
  padding: 35px 25px;
  margin-bottom: 25px;
  position: relative;
}
.system-box .icon {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.09);
  border-radius: 5px;
  width: 65px;
  height: 60px;
  text-align: center;
  line-height: 75px;
  font-size: 40px;
  color: #FF4057;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.system-box .icon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #FF4057;
  transition: all ease 0.5s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  border-radius: 5px;
}
.system-box .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.system-box .content h3 a {
  color: #000000;
}
.system-box .content h3 a:hover {
  color: #FF4057;
}
.system-box .content .read-more {
  text-decoration-line: underline;
  font-weight: 600;
  color: #000000;
}
.system-box .content .read-more:hover {
  color: #FF4057;
}
.system-box:hover .icon::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.system-box:hover .icon {
  color: #ffffff;
}
.system-box:hover .content h3 a {
  color: #FF4057;
}
.system-box:hover .read-more {
  color: #FF4057;
}
.system-box span {
  font-size: 64px;
  top: 15px;
  position: absolute;
  font-weight: 900;
  color: rgba(237, 237, 237, 0.81);
  right: 12px;
}

.increase-area {
  overflow: hidden;
}

.torado-shape-content {
  position: relative;
}
.torado-shape-content img {
  border-radius: 50%;
  border: solid 10px #ffffff;
}
.torado-shape-content .content {
  position: absolute;
  text-align: center;
  top: -150px;
  left: -19px;
  z-index: 3;
}
.torado-shape-content .content h1 {
  font-weight: 700;
  font-size: 80px;
  margin-bottom: 0;
  color: #ffffff;
}
.torado-shape-content .content p {
  position: relative;
  top: -20px;
  color: #ffffff;
}

/*
About Area CSS
================================================================================*/
.about-area .a-shape-1 {
  position: absolute;
  right: 125px;
  top: 0;
  bottom: 20%;
  margin: auto;
  animation: up 5s ease-in-out infinite;
}
.about-area .check li {
  gap: 15px;
  margin-bottom: 12px;
}
.about-area .check li .circle-check {
  color: var(--primary);
  font-size: 18px;
}
.about-area .check li:last-child {
  margin-bottom: 0;
}

.about-image .a-image-2 {
  position: relative;
  margin-top: -165px;
  left: 115px;
}
.about-image .a-image-2.a-image-5 {
  left: 290px;
  right: 0;
}
.about-image h1 {
  position: absolute;
  top: 43%;
  left: -30%;
  transform: translateY(-50%);
  transform: rotate(-90deg);
  font-size: 90px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.2px var(--primary);
}

.skills .skill-name {
  font-size: 18px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 12px;
}
.skills .skill-bar {
  height: 9px;
  background-color: rgba(40, 43, 45, 0.1);
  border-radius: 3px;
}
.skills .skill-bar .skill-percentage {
  height: 9px;
  background-color: var(--yellow-color);
  border-radius: 3px;
  position: relative;
  animation: fillBars 2.5s 1;
}
.skills .skill-bar .skill-percentage::before {
  content: attr(data-name);
  position: absolute;
  font-size: 18px;
  font-weight: 500;
  top: -35px;
  right: 0;
  color: var(--title-color);
  transform: transition(50%);
}

@keyframes fillBars {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.about-btn {
  gap: 30px;
  margin-top: 45px;
}
.about-btn .call a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid rgba(40, 43, 45, 0.5);
  color: var(--primary);
  font-size: 18px;
}
.about-btn .number a {
  color: var(--title-color);
  font-size: 17px;
}
.about-btn .number a:hover {
  color: var(--primary);
}

/*
Increase Area Style
======================================================*/
.increase-content {
  padding-right: 65px;
}
.increase-content p {
  margin-bottom: 20px;
}
.increase-content .increase-list h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.increase-content .increase-list .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.increase-content .increase-list .list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 14px;
}
.increase-content .increase-list .list li:last-child {
  margin-bottom: 0;
}
.increase-content .increase-list .list li i {
  position: absolute;
  top: 5px;
  font-size: 12px;
  left: 0;
  color: #FF4057;
}

.about-slider-warp {
  position: relative;
  left: -55px;
}
.about-slider-warp .torado-tag {
  position: absolute;
  transform: rotate(-90deg);
  right: -312px;
  top: 220px;
}
.about-slider-warp .torado-tag h1 {
  font-weight: 900;
  font-size: 80px;
  color: rgba(82, 61, 61, 0.3);
}
.about-slider-warp .in-shape {
  position: absolute;
  bottom: -20px;
  z-index: 2;
  left: -55px;
}

/*
Dubble Area Style
======================================================*/
.dubbble-funfacts-box {
  position: relative;
  padding-left: 100px;
  margin-bottom: 25px;
}
.dubbble-funfacts-box h3 .odometer-formatting-mark {
  display: none;
}
.dubbble-funfacts-box h3 {
  font-weight: 700;
  font-size: 48px;
  color: #FF4057;
}
.dubbble-funfacts-box h3 .content {
  position: relative;
  right: -10px;
}
.dubbble-funfacts-box p {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  color: #ffffff;
}
.dubbble-funfacts-box .icon {
  width: 83px;
  height: 80px;
  background: #212D4B;
  border-radius: 5px;
  font-size: 50px;
  text-align: center;
  line-height: 97px;
  color: #FFAA17;
  position: absolute;
  top: 12px;
  transition: all ease 0.5s;
  left: 0;
  z-index: 1;
}
.dubbble-funfacts-box .icon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #FF4057;
  opacity: 0;
  border-radius: 5px;
  z-index: -1;
  visibility: hidden;
  transition: all ease 0.5s;
}
.dubbble-funfacts-box:hover .icon::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.dubbble-funfacts-box:hover .icon {
  color: #ffffff;
}

.col-xl-3:nth-child(4) .dubbble-funfacts-box {
  margin-left: 14px;
}
.col-xl-3:nth-child(3) .dubbble-funfacts-box {
  margin-left: 25px;
}

.funfact-area {
  position: relative;
  z-index: 1;
}
.funfact-area .shape-tag {
  position: absolute;
  bottom: -52px;
  right: 18%;
  z-index: -1;
}
.funfact-area .shape-tag h1 {
  font-weight: 900;
  font-size: 250px;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: transparent;
  user-select: none;
}

/*
Maintain Area Style
======================================================*/
.maintain-box {
  padding: 40px;
  background: #F3F8F9;
  border-radius: 5px;
  margin-bottom: 25px;
}
.maintain-box .icon {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.09);
  border-radius: 5px;
  width: 78px;
  height: 75px;
  text-align: center;
  line-height: 100px;
  font-size: 45px;
  color: #FF4057;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.maintain-box .icon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #FF4057;
  transition: all ease 0.5s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  border-radius: 5px;
}
.maintain-box .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.maintain-box .content h3 a {
  color: #000000;
}
.maintain-box .content h3 a:hover {
  color: #FF4057;
}
.maintain-box .content .read-more {
  text-decoration-line: underline;
  font-weight: 600;
  color: #6B6B6B;
}
.maintain-box .content .read-more:hover {
  color: #FF4057;
}
.maintain-box:hover .icon::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.maintain-box:hover .icon {
  color: #ffffff;
}
.maintain-box:hover .content h3 a {
  color: #FF4057;
}
.maintain-box:hover .read-more {
  color: #FF4057;
}

/*
Progress bar Area Style
======================================================*/
.skill-bar .bar {
  margin: 28px 0;
}
.skill-bar .bar:first-child {
  margin-top: 0;
}
.skill-bar .bar:last-child {
  margin-bottom: 0px;
}
.skill-bar .bar .info span {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 5px;
}
.skill-bar .bar .info {
  margin-bottom: 5px;
}
.skill-bar .bar .progress-line {
  position: relative;
  height: 16px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: #E8E8E8;
  border-radius: 30px;
  animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}
.skill-bar .bar .progress-line span {
  height: 5px;
  border-radius: 5px;
  width: 80%;
  background: #FFAA17;
  border-radius: 5px;
  top: 5px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
  margin-bottom: 0;
}
.skill-bar .bar .progress-line span::before {
  content: "";
  position: absolute;
  right: 0;
  top: -6px;
  border: solid 2px #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFAA17;
  animation: showText2 0.5s 1.5s linear forwards;
}
.skill-bar .bar .progress-line span::after {
  position: absolute;
  right: 0;
  top: -38px;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  padding: 1px 8px;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}
.skill-bar .bar .html span::after {
  content: "90%";
}
.skill-bar .bar .java span::after {
  content: "70%";
}
.skill-bar .bar .python span::after {
  content: "80%";
}
.skill-bar .bar .html span {
  width: 90%;
}
.skill-bar .bar .java span {
  width: 70%;
}
.skill-bar .bar .python span {
  width: 80%;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}
@keyframes showText2 {
  100% {
    opacity: 1;
  }
}
/*
Fectory Area Style
======================================================*/
.factory-image {
  background-image: url(../images/about/fectory1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  margin-left: -20px;
  position: relative;
}
.factory-image .video-btn {
  position: absolute;
  right: 14%;
  top: 50%;
  z-index: 2;
  transform: translateY(-29px);
}
.factory-image .video-btn .popup-youtube {
  width: 91px;
  height: 91px;
  background: #FF4057;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 49px;
  line-height: 97px;
  z-index: 4;
  border: solid 5px #ffffff;
}
.factory-image .video-btn .popup-youtube:hover {
  background-color: #000000;
}

.factory-area {
  overflow: hidden;
}
.factory-area .container-fluid {
  max-width: 1620px;
  margin-right: auto;
  margin-left: 0;
}

.factory-content {
  background: #F7F7F7;
  border-radius: 20px;
  margin-left: -235px;
  margin-top: 35px;
  padding: 45px 0px 45px 95px;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.factory-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 400px;
  right: 0;
  z-index: -1;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: #F7F7F7;
}
.factory-content .h-tag {
  background: #FFFFFF;
  border-bottom: 4px solid #EAE4E4;
  border-radius: 5px;
  padding: 25px 35px;
  margin-bottom: 20px;
}
.factory-content .h-tag h6 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.factory-content p {
  margin-bottom: 15px;
}

/*
Project Area Style
======================================================*/
.project-tab-area {
  position: relative;
}
.project-tab-area #myTab {
  position: absolute;
  right: -10px;
  top: -80px;
  border: none;
}
.project-tab-area #myTab .nav-item {
  margin-right: 15px;
}
.project-tab-area #myTab .nav-item .nav-link {
  border: 1px dashed rgba(255, 64, 87, 0.3) !important;
  border-radius: 5px !important;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #231F20;
  padding: 11px 16px 7px 16px;
  transition: all ease 0.5s;
}
.project-tab-area #myTab .nav-item .nav-link.active {
  background: #FF4057;
  border-radius: 5px;
  color: #ffffff;
}
.project-tab-area #myTab .nav-item .nav-link:hover {
  background: #FF4057;
  color: #ffffff;
}
.project-tab-area .owl-item:last-of-type {
  margin-right: 0 !important;
}

.recent-box {
  position: relative;
  margin-bottom: 30px;
}
.recent-box .content-icon {
  background: rgba(0, 14, 48, 0.89);
  border-radius: 5px;
  bottom: -40px;
  left: 15px;
  position: absolute;
  right: 15px;
  padding: 15px;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: all ease 0.5s;
  visibility: hidden;
}
.recent-box .content-icon .content h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.recent-box .content-icon .content h4 a {
  color: #ffffff;
}
.recent-box .content-icon .content p {
  letter-spacing: -0.02em;
  color: #D1D1D1;
  font-size: 14px;
  margin-bottom: 10px;
}
.recent-box .content-icon .icon {
  width: 43px;
  height: 43px;
  background: #FFFFFF;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  color: #FF4057;
  display: inline-block;
  transition: all ease 0.5s;
}
.recent-box .content-icon .icon:hover {
  background-color: #FF4057;
  color: #ffffff;
}
.recent-box .content-icon2 {
  bottom: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
  padding: 20px;
  align-items: center;
}
.recent-box .content-icon2 .content h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.recent-box .content-icon2 .content h4 a {
  color: #ffffff;
}
.recent-box .content-icon2 .content p {
  letter-spacing: -0.02em;
  color: #D1D1D1;
  margin-bottom: 10px;
}
.recent-box .content-icon2 .icon {
  width: 53px;
  height: 53px;
  background: #FFFFFF;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  font-size: 25px;
  color: #FF4057;
  display: inline-block;
  transition: all ease 0.5s;
}
.recent-box .content-icon2 .icon:hover {
  background-color: #FF4057;
  color: #ffffff;
}
.recent-box:hover .content-icon {
  opacity: 1;
  visibility: visible;
  bottom: 150px;
}

.recent-project-slider .owl-nav {
  position: absolute;
  right: 0;
  top: 42%;
  left: 0;
}
.recent-project-slider .owl-nav [class*=owl-] {
  height: 50px;
  font-size: 20px !important;
  width: 50px;
  color: #FF4057 !important;
  border-radius: 50px !important;
  background: rgba(255, 64, 87, 0.09) !important;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.06) !important;
  line-height: 61px !important;
  transition: all 0.5s;
}
.recent-project-slider .owl-nav [class*=owl-]:hover {
  background: #FF4057 !important;
  color: #ffffff !important;
}
.recent-project-slider .owl-nav .owl-prev {
  position: absolute;
  left: -100px;
}
.recent-project-slider .owl-nav .owl-next {
  position: absolute;
  right: -100px;
}

.main-box {
  display: flex;
  background: #FF4057;
  padding: 0;
  margin-right: 1px;
}
.main-box .box {
  height: 400px;
  padding: 15px;
  border-right: 1px solid white;
  webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  list-style: none;
}
.main-box .box .detail {
  width: 85%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  color: #FF4057;
  opacity: 0;
  padding: 0 0px;
  box-sizing: border-box;
  webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.main-box .box.active {
  width: 70% !important;
}
.main-box .box.active .detail {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  transform: none;
}
.main-box .box.active span {
  left: 67px;
  right: auto;
  margin: 0;
  font-weight: 600;
}
.main-box .box span {
  writing-mode: vertical-rl;
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 0px;
  transform: rotate(180deg);
  font-weight: 400;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*
Discover Area Style
======================================================*/
.discover-area-three {
  background-image: url(../images/banner/discover.gif);
}
.discover-area-three::before {
  background: rgba(18, 21, 30, 0.8);
}

/*
Member Area Style
======================================================*/
.member-self {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.09);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 25px;
}
.member-self .content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
.member-self .content h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}
.member-self .content p {
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
.member-self .member-image {
  position: relative;
}
.member-self .member-image img {
  border-radius: 10px;
}
.member-self .member-image::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border-radius: 10px;
  padding: 10px;
  opacity: 0;
  transition: all ease 0.5s;
  visibility: hidden;
  background: linear-gradient(0deg, rgba(0, 14, 48, 0.6) -6.77%, rgba(0, 14, 48, 0) 54.8%);
}
.member-self .social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  right: 30px;
  left: 30px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  bottom: -30px;
  transition: all ease 0.5s;
}
.member-self .social li {
  margin-bottom: -30px;
  display: inline-block;
  transition: 0.5s;
  padding-right: 5px;
}
.member-self .social li:last-child {
  padding-right: 0;
}
.member-self .social li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #FF4057;
  line-height: 43px;
  display: inline-block;
  font-size: 15px;
  text-align: center;
}
.member-self .social li a:hover {
  background-color: #FF4057;
  color: #ffffff;
}
.member-self:hover .social {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
.member-self:hover .member-image::before {
  opacity: 1;
  visibility: visible;
}

.member-area .owl-nav {
  position: absolute;
  right: 0%;
  top: -21%;
}
.member-area .owl-nav [class*=owl-] {
  height: 50px;
  font-size: 20px !important;
  width: 50px;
  color: #FF4057 !important;
  border-radius: 50px !important;
  background: rgba(255, 64, 87, 0.09) !important;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.06) !important;
  line-height: 61px !important;
  transition: all 0.5s;
}

/*
Costing Area Style
======================================================*/
.costing-content {
  padding-right: 15px;
}
.costing-content .business-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.06);
  border-radius: 5px;
  padding: 13px;
}
.costing-content .business-card:hover .icon {
  background-color: #FF4057;
  color: #ffffff;
}
.costing-content .business-card.frist {
  margin-bottom: 15px;
}
.costing-content .business-card .icon {
  height: 65px;
  width: 65px;
  background: rgba(255, 64, 87, 0.06);
  border-radius: 5px;
  position: relative;
  font-size: 40px;
  text-align: center;
  bottom: -59px;
  line-height: 86px;
  color: #FF4057;
  transition: all ease 0.5s;
  margin-top: -59px;
}
.costing-content .business-card .content {
  padding-left: 78px;
}
.costing-content .business-card .content h3 {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  padding-top: 5px;
}
.costing-content p {
  margin-bottom: 20px;
  font-size: 18px;
}
.costing-content .costing-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.costing-content .costing-list ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  /*padding-left: 95px;
  margin-bottom: 40px;*/
}
.costing-content .costing-list ul li:last-child {
  margin-bottom: 0;
}
.costing-content .costing-list ul li:hover .icon {
  background-color: #FF4057;
}
.costing-content .costing-list ul li:hover .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(48deg) brightness(102%) contrast(102%);
}
.costing-content .costing-list ul li .icon {
  height: 73px;
  width: 73px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.07);
  line-height: 75px;
  font-size: 43px;
  position: absolute;
  color: #FF4057;
  text-align: center;
  transition: all ease 0.5s;
  left: 0;
}
.costing-content .costing-list ul li .content h6 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}
.costing-content .costing-list ul li .content p {
  margin-bottom: 0;
}
.costing-content .costing-list ul li {
  color: #3A3332;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.costing-content .costing-list ul li i {
  position: absolute;
  left: 0;
  color: #0676FC;
  font-size: 20px;
}

.costing-area {
  position: relative;
  margin-bottom: 50px;
}
.costing-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  border-radius: 0px 88px 0px 0px;
  z-index: -1;
  width: 70%;
  background: #F2F3F5;
}

.costing-image {
  position: relative;
  bottom: -60px;
  margin-left: 30px;
}
.costing-image img {
  border-radius: 10px;
}

/*
Blog Three Area Style
======================================================*/
.blog-card .date-three {
  width: 59px;
  height: 63px;
  background: #FF4057;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  left: 30px;
  top: 30px;
}
.blog-card .date-three span {
  display: block;
}
.blog-card .blog-list2 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.blog-card .blog-list2 li {
  display: inline-block;
  padding-right: 40px;
  position: relative;
}
.blog-card .blog-list2 li::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 20px;
  height: 17px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
.blog-card .blog-list2 li:last-child {
  padding-right: 0;
}
.blog-card .blog-list2 li img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

/*
Inner Banner Area Style
======================================================*/
.inner-banner-area {
  background-image: url(../images/banner/bg-8.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}
.inner-banner-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 245, 228, 0.6) 47.79%, rgba(255, 240, 242, 0.6) 100.42%);
}
.inner-banner-area .inner-shape1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50px);
}
.inner-banner-area .inner-shape2 {
  position: absolute;
  right: 50px;
  top: 0;
}

.inner-content h1 {
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 10px;
}
.inner-content .inner-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.inner-content .inner-list li {
  display: inline-block;
  padding-right: 20px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  color: #6B6B6B;
}
.inner-content .inner-list li a {
  color: #FF4057;
}
.inner-content .inner-list li::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 6px;
  bottom: 0;
  height: 18px;
  width: 2px;
  background-color: #6B6B6B;
}
.inner-content .inner-list li:last-child {
  padding-right: 0;
}
.inner-content .inner-list li:last-child::before {
  background-color: transparent;
}

/*
Inner Testimonial Area Style
======================================================*/
.inner-testimonial::before {
  background-color: transparent;
}

/*
Inner Pagination Area Style
======================================================*/
.all-pagination {
  margin-top: 15px;
}
.all-pagination .pagination {
  justify-content: center;
}
.all-pagination .pagination .page-item {
  margin: 5px;
}
.all-pagination .pagination .page-item .page-link {
  width: 47px;
  height: 43px;
  border-radius: 3px;
  line-height: 37px;
  font-weight: 600;
  font-size: 16px;
  background: #F7F7F7;
  border: none;
  color: #000000;
  transition: all ease 0.5s;
}
.all-pagination .pagination .page-item .page-link.active {
  background: #FF4057;
  color: #ffffff;
  z-index: 2;
}
.all-pagination .pagination .page-item .page-link:hover {
  background: #FF4057;
  color: #ffffff;
}
.all-pagination .pagination .page-item .page-link i.flaticon-next {
  position: relative;
  top: 2px;
  left: 4px;
}
.all-pagination .pagination .page-item .page-link i.flaticon-left-arrow {
  position: relative;
  top: 2px;
  left: 3px;
}

/*
Quote Area Style
======================================================*/
.quote-area {
  background-image: url(../images/banner/inner-quote.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.quote-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 14, 48, 0.66);
}

.quote-input-box {
  background: rgba(0, 14, 48, 0.56);
  padding: 95px 60px;
}
.quote-input-box h2 {
  color: #ffffff;
}
.quote-input-box .form-control {
  height: 56px;
  background: #FEFEFE;
  border-radius: 3px;
  border: none;
  padding-left: 20px;
  padding-top: 13px;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.quote-input-box .form-control:focus {
  box-shadow: unset;
  transition: all ease 0.5s;
}
.quote-input-box .form-control:focus::placeholder {
  color: transparent;
}
.quote-input-box .form-select {
  height: 56px;
  background-color: #FEFEFE;
  border-radius: 3px;
  border: none;
  padding-left: 20px;
  padding-top: 13px;
  margin-bottom: 20px;
  transition: all ease 0.5s;
}
.quote-input-box .form-select:focus {
  box-shadow: unset;
  transition: all ease 0.5s;
}
.quote-input-box .default-btn {
  border: none;
}

/*
Package Area Style
======================================================*/
.package-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(85, 85, 85, 0.09);
  border-radius: 5px;
  padding: 45px 40px;
  margin-bottom: 25px;
}
.package-box h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.package-box h1 {
  font-weight: 800;
  font-size: 40px;
  color: #FFAA17;
  margin-bottom: 20px;
}
.package-box h1 span {
  font-weight: 500;
  font-size: 14px;
  color: #6B6B6B;
}
.package-box .default-btn {
  background: rgba(255, 64, 87, 0.04);
  color: #FF4057;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.package-box .default-btn::before {
  background-color: transparent;
}
.package-box .default-btn:hover {
  background-color: #FF4057;
  color: #ffffff;
}
.package-box .pricing-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.package-box .pricing-list li {
  position: relative;
  margin-bottom: 14px;
}
.package-box .pricing-list li:last-child {
  margin-bottom: 0;
}
.package-box .pricing-list li i {
  color: #FF4057;
  margin-right: 5px;
}
.package-box .pricing-list .under-line {
  opacity: 40%;
  color: #6B6B6B;
}
.package-box .pricing-list .under-line i {
  text-decoration: none;
  color: #6B6B6B;
}
.package-box .pricing-list .under-line p {
  margin-bottom: 0;
  text-decoration: line-through;
  display: inline-block;
}

.pricing-area .section-title {
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 800px;
  text-align: center;
  margin-right: auto;
}

/*
Service Details All Area Style
======================================================*/
.service-small-widget {
  padding-right: 20px;
}

.all-box {
  background: #F7F7F7;
  border-radius: 5px;
  padding: 45px 30px;
  margin-bottom: 30px;
}
.all-box h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}

.all-service ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.all-service ul li {
  margin-bottom: 10px;
}
.all-service ul li:last-child {
  margin-bottom: 0;
}
.all-service ul li a {
  position: relative;
  padding: 12px 28px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  display: block;
  position: relative;
  z-index: 1;
}
.all-service ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
  opacity: 0;
  border-radius: 2px;
  visibility: hidden;
  z-index: -1;
  transition: all ease 0.8s;
  background: #FF4057;
}
.all-service ul li a i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-8px);
}
.all-service ul li a:hover {
  color: #ffffff;
}
.all-service ul li a:hover::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.brochures .icon {
  width: 58px;
  height: 62px;
  background: rgba(255, 64, 87, 0.09);
  border-radius: 2px;
  line-height: 62px;
  text-align: center;
  margin-right: 15px;
}
.brochures h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.brochures .pdf-box {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  padding: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.service-provider {
  background-image: url(../images/services/inner-service-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  padding: 45px 33px;
  z-index: 1;
}
.service-provider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 14, 48, 0.92);
  border-radius: 5px;
  z-index: -1;
}
.service-provider h3 {
  color: #FF4057;
  font-size: 24px;
  margin-bottom: 10px;
}
.service-provider h4 {
  font-weight: 600;
  font-size: 16px;
  color: #FFF7F7;
  margin-bottom: 8%;
}
.service-provider p {
  margin-bottom: 20px;
  color: #D4D4D4;
}
.service-provider .frist-contact {
  color: #D4D4D4;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
.service-provider .frist-contact:hover {
  color: #FF4057;
}
.service-provider .second-contact {
  color: #D4D4D4;
  display: block;
}
.service-provider .second-contact:hover {
  color: #FF4057;
}

.service-big-widget .frist-image {
  margin-bottom: 25px;
  border-radius: 5px;
}
.service-big-widget h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
.service-big-widget .style-tag {
  background: #F7F7F7;
  border-bottom: 5px solid #E7E7E7;
  border-radius: 5px;
  padding: 40px 35px;
  margin-bottom: 30px;
}
.service-big-widget .style-tag p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.service-big-widget h4 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}
.service-big-widget .inner-widget {
  margin-bottom: 25px;
}
.service-big-widget .inner-widget img {
  border-radius: 5px;
  margin-bottom: 20px;
}
.service-big-widget .inner-widget h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}
.service-big-widget .inner-widget p {
  margin-bottom: 0;
}
.service-big-widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
.service-big-widget ul li {
  margin-bottom: 18px;
  padding: 15px 22px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 2px;
  color: #000000;
}
.service-big-widget ul li:last-child {
  margin-bottom: 0;
}

/*
Inner Team Area Style
======================================================*/
.inner-news {
  position: relative;
}
.inner-news::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000E30;
  height: 50%;
  width: 100%;
}

.inner-news-widget {
  background: #F3F8F9;
  z-index: 1;
  border-radius: 5px;
  padding: 100px 55px;
  position: relative;
  border: 30px solid #ffffff;
}
.inner-news-widget .newsletter-content h2 {
  color: #000000;
}
.inner-news-widget div#validator-newsletter {
  position: absolute;
  bottom: -40px;
  color: red;
}
.inner-news-widget .newsletter-input {
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.06);
}

/*
Inner Testimonial Area Style
======================================================*/
.inner-testimonial-area {
  position: relative;
}
.inner-testimonial-area .testimonial-box2 {
  background: #F8F8F8;
  box-shadow: unset;
  border-radius: 5px;
  position: relative;
  margin-top: 0;
}
.inner-testimonial-area .icon-images {
  position: absolute;
  top: 35px;
  right: 25px;
}

/*
Faq Team Area Style
======================================================*/
.faq-area .accordion {
  padding-left: 15px;
}
.faq-area .accordion .accordion-item {
  margin-bottom: 20px;
  border: none;
}
.faq-area .accordion .accordion-item .accordion-button {
  background: #F7F7F7;
  border-radius: 5px;
  padding: 7px;
  border: none;
  border-radius: 5px 5px 0px 0px;
  box-shadow: unset;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.faq-area .accordion .accordion-item .accordion-button::after {
  margin-right: 20px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7467%) hue-rotate(233deg) brightness(88%) contrast(100%);
}
.faq-area .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7467%) hue-rotate(233deg) brightness(88%) contrast(100%);
}
.faq-area .accordion .accordion-item .accordion-button span {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(255, 64, 87, 0.06);
  border-radius: 5px;
  padding: 15px 20px;
  margin-right: 15px;
  font-weight: 600;
  color: #545454;
  font-size: 16px;
  display: inline-block;
}
.faq-area .accordion .accordion-item .accordion-body {
  padding: 23px 23px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 0px 0px 5px 5px;
  border-top: none !important;
}

.faq-iamge img {
  border-radius: 5px;
}

.gusses-image {
  margin-bottom: 25px;
  position: relative;
}
.gusses-image::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  left: 20px;
  transition: all ease 0.5s;
  background: rgba(0, 14, 48, 0.81);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
}
.gusses-image:hover::before {
  opacity: 1;
  visibility: visible;
}
.gusses-image:hover .content {
  opacity: 1;
  visibility: visible;
}
.gusses-image .content {
  text-align: center;
  left: 0;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  transform: translateY(-42px);
  position: absolute;
  right: 0;
}
.gusses-image .content p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.gusses-image .content h4 {
  font-weight: 700;
  font-size: 22px;
}
.gusses-image .content h4 a {
  color: #FF4057;
}

/*
Inner Project Area Style
======================================================*/
.project-main-widget {
  max-width: 1100px;
  margin: auto;
}
.project-main-widget .project-details-image ul {
  list-style: none;
  background-color: #FF4057;
  position: relative;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  margin-left: 30px;
  padding: 20px 40px;
  margin-right: 30px;
  top: -35px;
  margin-bottom: -12px;
}
.project-main-widget .project-details-image ul li {
  display: inline-block;
  color: #FFFFFF;
  padding-right: 60px;
}
.project-main-widget .project-details-image ul li img {
  position: relative;
  top: -2px;
}
.project-main-widget .project-details-image ul li:last-child {
  padding-right: 0;
}
.project-main-widget .project-details-image ul li a {
  color: #FFFFFF;
}
.project-main-widget h3 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 10px;
}
.project-main-widget .style-tag {
  background: #F7F7F7;
  border-bottom: 5px solid #E3DEDE;
  padding: 50px 65px;
  margin-bottom: 30px;
}
.project-main-widget .style-tag h6 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.8;
}
.project-main-widget h4 {
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.project-main-widget .client-warp {
  margin-bottom: 25px;
}
.project-main-widget .client-warp img {
  border-radius: 5px;
}
.project-main-widget .last-p {
  margin-bottom: 0;
}

/*
Inner Related Area Style
======================================================*/
.releted-box {
  margin-bottom: 25px;
  position: relative;
}
.releted-box img {
  border-radius: 5px;
}
.releted-box::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  left: 20px;
  transition: all ease 0.5s;
  background: rgba(0, 14, 48, 0.81);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
}
.releted-box .content {
  text-align: center;
  left: 0;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  transform: translateY(-42px);
  position: absolute;
  right: 0;
}
.releted-box .content p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.releted-box .content h4 {
  font-weight: 700;
  font-size: 22px;
}
.releted-box .content h4 a {
  color: #FF4057;
}
.releted-box:hover::before {
  opacity: 1;
  visibility: visible;
}
.releted-box:hover .content {
  opacity: 1;
  visibility: visible;
}

.inner-releted {
  max-width: 1100px;
  margin: auto;
}
.inner-releted h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

/*
Inner Shop Area Style
======================================================*/
.shop-warp-content {
  margin-bottom: 40px;
}
.shop-warp-content .input-box {
  position: relative;
}
.shop-warp-content .input-box .form-control {
  position: relative;
  height: 52px;
  padding-left: 18px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  color: #6B6B6B;
}
.shop-warp-content .input-box .form-control:focus {
  box-shadow: unset;
}
.shop-warp-content .input-box .default-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: none;
  padding: 9px 16px;
}
.shop-warp-content .input-box .default-btn i {
  font-size: 20px;
}
.shop-warp-content .form-select {
  position: relative;
  height: 52px;
  padding-left: 18px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  color: #6B6B6B;
}
.shop-warp-content .form-select:focus {
  box-shadow: unset;
}

.shop-box {
  margin-bottom: 25px;
}
.shop-box .shop-image {
  position: relative;
}
.shop-box .shop-image img {
  border-radius: 5px;
}
.shop-box .shop-image .shop-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  transition: all ease 0.5s;
  left: 20px;
  top: 60px;
  opacity: 0;
  visibility: hidden;
}
.shop-box .shop-image .shop-list li {
  position: relative;
  margin-bottom: 12px;
}
.shop-box .shop-image .shop-list li:last-child {
  margin-bottom: 0;
}
.shop-box .shop-image .shop-list li a {
  width: 40px;
  height: 40px;
  text-align: center;
  background: rgba(255, 64, 87, 0.09);
  font-size: 18px;
  color: #FF4057;
  border-radius: 50%;
  line-height: 51px;
  display: inline-block;
}
.shop-box .shop-image .shop-list li a:hover {
  background-color: #FF4057;
  color: #ffffff;
}
.shop-box .content {
  padding: 20px 0 10px 0;
}
.shop-box .content h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
}
.shop-box .content h4 a {
  color: #000000;
}
.shop-box .content .price-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.shop-box .content .price-list li {
  display: inline-block;
  padding-right: 5px;
  font-weight: 600;
  color: #FF4057;
}
.shop-box .content .price-list li:first-child {
  text-decoration-line: line-through;
  color: #6B6B6B;
}
.shop-box:hover .shop-image .shop-list {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

/*
Inner Shop Details Area Style
======================================================*/
.shop-details-list ul {
  border: none;
}
.shop-details-list ul li {
  margin-bottom: 15px;
}
.shop-details-list ul li:last-child {
  margin-bottom: 0;
}
.shop-details-list ul li .goal-button img {
  border-radius: 5px;
}
.shop-details-list ul li .nav-tab-link.active .goal-btn img {
  border: solid 2px #FF4057;
}

.product-quantity {
  width: 144px;
}
.product-quantity .qtySelector {
  position: relative;
  height: 55px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.product-quantity .qtySelector span {
  width: 48px;
  position: absolute;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 61px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  transition: all ease 0.8s;
}
.product-quantity .qtySelector span.decreaseQty {
  left: 0;
}
.product-quantity .qtySelector span.increaseQty {
  right: 0;
}
.product-quantity .qtySelector input {
  width: calc(100% - 96px);
  background: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  left: 48px;
  position: relative;
  height: 35px;
  font-weight: 600;
  padding-top: 8px;
  top: 10px;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.product-quantity .qtySelector input::placeholder {
  font-family: "Spartan";
}
.product-quantity .qtySelector input:focus-visible {
  box-shadow: unset;
  outline: 0;
}

.shop-details-content {
  padding-left: 30px;
}
.shop-details-content h3 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 10px;
}
.shop-details-content .star {
  margin-bottom: 20px;
}
.shop-details-content .star p {
  display: inline-block;
  margin-left: 15px;
}
.shop-details-content .star i {
  color: #FDC22D;
}
.shop-details-content .price-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.shop-details-content .price-list li {
  display: inline-block;
  padding-right: 5px;
  font-weight: 600;
  color: #FF4057;
}
.shop-details-content .price-list li:first-child {
  text-decoration-line: line-through;
  color: #6B6B6B;
}
.shop-details-content .category {
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
  margin-top: 20px;
}
.shop-details-content .category li {
  position: relative;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
  color: #000000;
}
.shop-details-content .category li:last-child {
  margin-bottom: 0;
}
.shop-details-content .category li span {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #555555;
}
.shop-details-content .count-btn {
  margin-bottom: 20px;
}
.shop-details-content .count-btn .default-btn {
  margin-left: 20px;
}
.shop-details-content .social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.shop-details-content .social li {
  position: relative;
  padding-right: 6px;
  display: inline-block;
}
.shop-details-content .social li a:hover {
  color: #FF4057;
}

.benefit-details-content .nav-tabs {
  margin-bottom: 30px;
}
.benefit-details-content .nav-tabs .nav-item {
  padding-right: 65px;
}
.benefit-details-content .nav-tabs .nav-item:last-child {
  padding-right: 0;
}
.benefit-details-content .nav-tabs .nav-link {
  border: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000000;
  padding-bottom: 8px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.benefit-details-content .nav-tabs .nav-link.active {
  border-bottom: solid 2px #FF4057;
  color: #FF4057;
}
.benefit-details-content p {
  margin-bottom: 0;
}
.benefit-details-content .d-link ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.benefit-details-content .d-link ul li {
  font-weight: 600;
  font-size: 18px;
  color: #3C3630;
  margin-bottom: 12px;
}
.benefit-details-content .d-link ul li span {
  font-weight: 400;
  font-size: 16px;
}
.benefit-details-content .hospital-details {
  margin-top: 30px;
}
.benefit-details-content .hospital-details p {
  margin-bottom: 0;
}
.benefit-details-content .hospital-details h6 {
  font-weight: 600;
  font-size: 20px;
}
.benefit-details-content .hospital-details ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 10px;
}
.benefit-details-content .hospital-details ul li {
  display: inline-block;
}
.benefit-details-content .hospital-details ul li i {
  color: #FFC107;
}
.benefit-details-content .hospital-details ul .last-star i {
  color: #DDDDDD;
}
.benefit-details-content .hospital-details textarea#exampleFormControlTextarea1 {
  background: #F6F6F6;
  border-radius: 5px;
  height: 180px;
  padding: 20px;
  border: none;
  margin-bottom: 20px;
}
.benefit-details-content .hospital-details textarea#exampleFormControlTextarea1:focus {
  box-shadow: unset;
}
.benefit-details-content .hospital-details input#exampleFormControlInput1 {
  height: 60px;
  background: #F6F6F6;
  border-radius: 5px;
  padding: 20px;
  border: none;
  margin-bottom: 20px;
}
.benefit-details-content .hospital-details input#exampleFormControlInput1:focus {
  box-shadow: unset;
}
.benefit-details-content .hospital-details input#flexCheckDefault {
  margin-bottom: 20px;
}
.benefit-details-content .hospital-details input#flexCheckDefault:focus {
  box-shadow: unset;
}

.client-self {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.client-self h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.client-self .client-content-image {
  position: relative;
}
.client-self .client-content-image img {
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.client-self .client-content-image .content {
  padding-left: 80px;
}
.client-self .client-content-image .content .star {
  margin-bottom: 10px;
}
.client-self .client-content-image .content .star i {
  color: #FFC107;
}
.client-self .client-content-image .content h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
.client-self .client-content-image .content span {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #6B6B6B;
  margin-bottom: 15px;
  display: inline-block;
}
.client-self .client-content-image .content p {
  margin-bottom: 0;
}

/*
Cart Team Area Style
======================================================*/
.cart-table table {
  margin: 0;
}
.cart-table table thead tr {
  border-top: none;
  background: #F2F3F5;
  border-radius: 6px;
  border: none;
}
.cart-table table thead tr th {
  border: none;
  padding: 20px 20px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-right: none;
}
.cart-table table tbody tr {
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}
.cart-table table tbody tr td {
  padding: 18px 10px 18px;
  background: #fff;
  text-align: center;
  border-bottom: none;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.cart-table table tbody tr td button.style1 {
  font-size: 16px;
}
.cart-table table tbody tr td .cart-item {
  font-weight: 500;
  margin-left: 15px;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
.cart-table table tbody tr td .cart-item-price {
  text-align: center;
}
.cart-table table tbody tr td .product-img {
  max-width: 66px;
  height: 61px;
  display: block;
  margin: 0 auto;
  background-color: #F3F4F6;
}
.cart-table table tbody tr td button {
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 0;
  border: none;
  font-size: 20px;
}
.cart-table table tbody tr td button i {
  color: #FF4057;
  font-size: 35px;
}
.cart-table table tbody tr td button span {
  font-size: 18px;
  line-height: 30px;
}
.cart-table table tbody tr td p {
  margin: 0;
}
.cart-table table input.qtyValue {
  left: 0 !important;
}
.cart-table table .product-quantity {
  width: 128px;
  margin: auto;
}
.cart-table table .product-quantity .qtySelector {
  position: relative;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.cart-table table .product-quantity .qtySelector span {
  width: 48px;
  position: absolute;
  top: 0;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 49px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  transition: all ease 0.8s;
}
.cart-table table .product-quantity .qtySelector span.decreaseQty {
  left: 0;
}
.cart-table table .product-quantity .qtySelector span.increaseQty {
  right: 0;
}
.cart-table table .product-quantity .qtySelector input {
  width: calc(100% - 96px);
  background: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  height: 35px;
  font-weight: 600;
  padding-top: 6px;
  top: 3px;
  font-size: 13px;
  text-align: center;
  color: #000;
}
.cart-table table .product-quantity .qtySelector input::placeholder {
  font-family: "Spartan";
}
.cart-table table .product-quantity .qtySelector input:focus-visible {
  box-shadow: unset;
  outline: 0;
}

.coupon-wrap {
  margin-top: 20px;
}
.coupon-wrap .coupon-code {
  margin-right: -15px;
}
.coupon-wrap .form-control {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  height: 64px;
  background-color: transparent;
  border-radius: 0;
  padding-left: 20px;
}
.coupon-wrap button#button-addon2 {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: 5px;
}

.cart-table {
  width: 100%;
  overflow-x: auto;
}

/*
Inner Blog Area Style
======================================================*/
.blog-small-widget {
  padding-right: 20px;
}

.post-box .blog-post {
  overflow: hidden;
  margin-bottom: 20px;
}
.post-box .blog-post:last-child {
  margin-bottom: 0;
}
.post-box .blog-post .thumb {
  width: 75px;
  height: 73px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
}
.post-box .blog-post .thumb .full-image {
  width: 75px;
  height: 73px;
  display: inline-block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.post-box .blog-post .thumb .full-image.bg-1 {
  background-image: url("../images/blogs/mini1.webp");
}
.post-box .blog-post .thumb .full-image.bg-2 {
  background-image: url("../images/blogs/mini2.webp");
}
.post-box .blog-post .thumb .full-image.bg-3 {
  background-image: url("../images/blogs/mini3.webp");
}
.post-box .blog-post .post-content span {
  font-weight: 500;
  font-size: 14px;
  color: #FF4057;
  margin-bottom: 10px;
  display: inline-block;
}
.post-box .blog-post .post-content h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.post-box .blog-post .post-content h5 a {
  text-decoration: none;
  color: #000000;
  transition: all ease 0.5s;
}
.post-box .blog-post .post-content h5 a:hover {
  color: #FF4057;
}
.post-box .blog-post.last-blog {
  margin-bottom: 0px;
}

.input-box {
  position: relative;
}
.input-box .form-control {
  position: relative;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  padding-left: 18px;
  padding-top: 11px;
  font-weight: 500;
  font-size: 15px;
  color: #AFAAAA;
}
.input-box .form-control:focus {
  box-shadow: unset;
}
.input-box .form-control::placeholder {
  color: #AFAAAA;
}
.input-box .default-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  font-size: 22px;
  padding: 11px 16px;
}
.input-box .input-field {
  position: relative;
}

.tag-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.tag-box ul li {
  display: inline-block;
  margin: 4px;
}
.tag-box ul li a {
  display: inline-block;
  padding: 8px 14px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 3px;
}
.tag-box ul li a:hover {
  background-color: #FF4057;
  color: #ffffff;
}

.blog-details-big-widget h2 {
  font-size: 32px;
  margin-bottom: 12px;
}
.blog-details-big-widget .blog-card {
  margin-bottom: 12px;
}
.blog-details-big-widget .style-tag {
  background: #F2F3F5;
  border-bottom: 5px solid #E3DEDE;
  text-align: center;
  padding: 38px 78px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.blog-details-big-widget .style-tag h6 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.8;
}
.blog-details-big-widget .article {
  margin-top: 25px;
}
.blog-details-big-widget .article h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.blog-details-big-widget .article ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.blog-details-big-widget .article ul li {
  position: relative;
  margin-bottom: 12px;
}
.blog-details-big-widget .article ul li:last-child {
  margin-bottom: 0px;
}
.blog-details-big-widget .article ul li i {
  color: #FF4057;
  padding-right: 5px;
  font-size: 15px;
}
.blog-details-big-widget .bd-image {
  margin-bottom: 25px;
}
.blog-details-big-widget .bd-image img {
  border-radius: 5px;
}
.blog-details-big-widget .media {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  padding: 25px 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-details-big-widget .media ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-details-big-widget .media ul li {
  display: inline-block;
}
.blog-details-big-widget .media ul li h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
.blog-details-big-widget .media .internet ul li {
  padding-right: 10px;
}
.blog-details-big-widget .media .internet ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #6B6B6B;
}
.blog-details-big-widget .media .internet ul li a:hover {
  color: #FF4057;
}
.blog-details-big-widget .media .social ul li {
  padding-right: 10px;
}
.blog-details-big-widget .media .social ul li:last-child {
  padding-right: 0;
}
.blog-details-big-widget .media .social ul li a {
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #FF4057;
  font-size: 20px;
  line-height: 42px;
  border-radius: 50%;
  background: rgba(255, 64, 87, 0.04);
}
.blog-details-big-widget .media .social ul li a:hover {
  background-color: #FF4057;
  color: #ffffff;
  transform: translateY(-5px);
}
.blog-details-big-widget .comment-area h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.blog-details-big-widget .comment-area .form-control {
  height: 52px;
  margin-bottom: 20px;
  border: none;
  padding-left: 20px;
  padding-top: 12px;
  background: #F7F7F7;
  color: #6B6B6B;
  border-radius: 5px;
}
.blog-details-big-widget .comment-area .form-control:focus {
  box-shadow: unset;
}
.blog-details-big-widget .comment-area textarea {
  height: 152px !important;
}
.blog-details-big-widget .comment-area .form-check {
  margin-bottom: 20px;
}
.blog-details-big-widget .comment-area .form-check input#flexCheckDefault {
  position: relative;
  top: -1px;
}
.blog-details-big-widget .comment-area .form-check input#flexCheckDefault:focus {
  box-shadow: unset;
}

/*
Inner Wishlist Area Style
======================================================*/
.summary h3 {
  font-weight: 700;
  font-size: 20px;
}
.summary ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.summary ul li {
  position: relative;
  margin-bottom: 15px;
  font-weight: 500;
  color: #6B6B6B;
  font-size: 16px;
}
.summary ul li:last-child {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.summary ul li:last-child span {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.summary ul li span {
  position: absolute;
  right: 0;
}
.summary .default-btn {
  width: 100%;
  text-align: center;
}

.inner-wishlist {
  max-width: 1100px;
  margin: auto;
}
.inner-wishlist .quantity-btn .default-btn {
  padding: 9px 20px;
}
.inner-wishlist .quantity-btn .default-btn::before {
  background: rgba(255, 64, 87, 0.07);
}
.inner-wishlist .quantity-btn .default-btn:hover::before {
  height: 380%;
}

/*
Inner Checkout Area Style
======================================================*/
.returning-customer {
  background: #FF4057;
  border-radius: 5px;
  padding: 25px;
  line-height: 0;
  margin-bottom: 30px;
}
.returning-customer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.returning-customer ul li {
  display: inline-block;
}
.returning-customer ul li p {
  display: inline-block;
  color: #ffffff;
  line-height: 0;
  margin-bottom: 0;
}
.returning-customer ul li a {
  display: inline-block;
  color: #ffffff;
  line-height: 0;
}
.returning-customer ul li i {
  color: #ffffff;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.bolling-details {
  background: #F2F3F5;
  border-radius: 5px;
  padding: 45px 40px;
}
.bolling-details h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}
.bolling-details .form-control {
  background: #FEFEFE;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 18px;
  font-size: 15px;
  color: #838383;
}
.bolling-details .form-control:focus {
  box-shadow: unset;
}
.bolling-details .form-control::placeholder {
  color: #838383;
}
.bolling-details textarea.form-control {
  min-height: 152px;
  padding-top: 15px;
}
.bolling-details .form-check {
  margin-bottom: 20px;
}
.bolling-details .form-check .form-check-label {
  font-weight: 600;
  font-size: 14px;
  color: #545454;
}
.bolling-details .form-check input#flexCheckDefault {
  position: relative;
  top: -1px;
}
.bolling-details .form-check input#flexCheckDefault:focus {
  box-shadow: unset;
}

.pamayent-method h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.pamayent-method .form-check {
  margin-bottom: 15px;
}
.pamayent-method .form-check-label {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #000000;
}
.pamayent-method .form-check-label p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
  color: #6B6B6B;
  margin-top: 15px;
}
.pamayent-method .form-check-input {
  position: relative;
  top: -2px;
}
.pamayent-method .form-check-input:focus {
  box-shadow: unset;
}
.pamayent-method .last-check .form-check-label {
  font-weight: 500;
  font-size: 12px;
}
.pamayent-method .last-check .form-check-label a {
  letter-spacing: -0.02em;
  color: #FF4057;
}

.inner-login-area {
  max-width: 872px;
  margin: auto;
  background: #F2F3F5;
  border-radius: 5px;
  padding: 47px 50px;
}
.inner-login-area h4 {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}
.inner-login-area .form-control {
  background: #FFFCFC;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 18px;
  line-height: 0;
  padding-top: 12px;
}
.inner-login-area .form-control:focus {
  box-shadow: unset;
}
.inner-login-area .default-btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.inner-login-area .forgot {
  text-align: end;
}
.inner-login-area .form-check input#flexCheckDefaultt {
  position: relative;
  top: -1px;
}
.inner-login-area .form-check input#flexCheckDefaultt:focus {
  box-shadow: unset;
}
.inner-login-area .form-check a {
  color: #FF4057;
}
.inner-login-area .or-tag {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.inner-login-area .or-tag::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 11px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}
.inner-login-area .or-tag::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 11px;
  bottom: 0;
  width: 45%;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}
.inner-login-area .google-facebook {
  display: flex;
  padding: 0px 100px;
  justify-content: space-around;
  margin-bottom: 20px;
}
.inner-login-area .google-facebook .facebook a {
  background: #1877F2;
  border-radius: 3px;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
}
.inner-login-area .google-facebook .facebook a i {
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 25px;
  padding: 6px;
  color: #1877F2;
}
.inner-login-area .google-facebook .google a {
  background: #FFFCFC;
  border-radius: 3px;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  color: #6B6B6B;
}
.inner-login-area .google-facebook .google a i {
  width: 36px;
  height: 36px;
  background: #DF513D;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 25px;
  padding: 6px;
  color: #ffffff;
}
.inner-login-area .account {
  text-align: center;
}
.inner-login-area .account p {
  font-weight: 500;
  font-size: 15px;
  color: #6B6B6B;
  margin-bottom: 0;
}
.inner-login-area .account p a {
  color: #FF4057;
}

/*
Inner Contact Area Style
======================================================*/
.contact-card {
  background: #F3F8F9;
  border-radius: 5px;
  padding: 38px 34px;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 25px;
}
.contact-card .icon {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(255, 64, 87, 0.06);
  border-radius: 5px;
  width: 107px;
  text-align: center;
  height: 107px;
  font-size: 55px;
  line-height: 130px;
  margin-right: 20px;
  color: #FF4057;
  transition: all ease 0.5s;
}
.contact-card .icon:hover {
  background-color: #FF4057;
  color: #ffffff;
}
.contact-card .content a {
  display: block;
  line-height: 1.8;
}
.contact-card .content a:hover {
  color: #FF4057;
}
.contact-card .content p {
  left: 0;
  margin-right: -60px;
  position: absolute;
}
.contact-card .content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.contact-card-area {
  margin-bottom: 55px;
}

.col-lg-4:nth-child(3) .contact-card .content {
  position: relative;
  top: -20px;
}

.inner-form-area {
  background: #FCFCFC;
  border-radius: 5px;
  position: relative;
  padding: 80px 125px 95px 125px;
  z-index: 1;
  position: relative;
  bottom: -160px;
  margin-top: -160px;
}
.inner-form-area::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border-radius: 5px;
  background: #F7F7F7;
  z-index: -1;
}
.inner-form-area .form-control {
  background: #FFFCFC;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  height: 60px;
  padding-left: 18px;
  font-size: 15px;
  margin-bottom: 20px;
}
.inner-form-area .form-control:focus {
  box-shadow: unset;
}
.inner-form-area .form-control:focus::placeholder {
  color: transparent;
}
.inner-form-area .form-control::placeholder {
  transition: all ease 0.5s;
}
.inner-form-area textarea.form-control {
  min-height: 172px !important;
  padding-top: 15px;
}
.inner-form-area .list-unstyled li {
  color: red;
}

.location-map iframe {
  height: 670px;
  width: 100%;
  margin-bottom: -10px;
}

/*
Coming Soon Area Stayle
=======================================================*/
.coming-soon-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-image: url(../images/banner/comming-soon.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coming-soon-area .d-table {
  width: 100%;
  height: 100%;
}
.coming-soon-area .d-table .d-table-cell {
  vertical-align: middle;
}
.coming-soon-area .coming-soon-content {
  max-width: 700px;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  padding: 40px 60px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  margin-left: 300px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
}
.coming-soon-area .coming-soon-content .logo {
  display: inline-block;
}
.coming-soon-area .coming-soon-content h2 {
  font-size: 45px;
  margin-top: 30px;
  margin-bottom: 0;
  color: #000000;
}
.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}
.coming-soon-area .coming-soon-content #timer div {
  background-color: #f9f9f9;
  color: #000000;
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}
.coming-soon-area .coming-soon-content #timer div span {
  font-size: 16px;
  color: #666666;
  display: block;
  margin-top: -10px;
}
.coming-soon-area .coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-area .coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #5D5D5D;
  transition: all ease 0.5s;
  color: #000000;
  padding: 0 0 0 0px;
  height: 45px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
  box-shadow: unset;
}
.coming-soon-area .coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 110%;
  height: 110%;
  pointer-events: none;
  color: #000000;
}
.coming-soon-area .coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 9px;
  font-size: 22px;
}
.coming-soon-area .coming-soon-content form .default-btn.disabled {
  border: none;
  font-size: 16px;
  border-radius: 0;
  padding: 12px 40px;
}
.coming-soon-area .coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}
.coming-soon-area .coming-soon-content form #validator-newsletter {
  color: red;
  position: relative;
  bottom: 0;
  top: 10px;
}

/*
404 Error Page Stayle
=======================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
}
.error-area .d-table {
  width: 100%;
  height: 100%;
}
.error-area .d-table .d-table-cell {
  vertical-align: middle;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #000000;
}
.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #FF4057;
}
.error-area .error-content-wrap .default-btn.two {
  font-size: 16px;
  padding: 12px 40px;
}

/*
Terms & Conditions Area Stayle
=======================================================*/
.terms-conditions .title {
  margin-bottom: 30px;
  text-align: center;
}
.terms-conditions .title span {
  color: #FF4057;
  display: block;
  margin-bottom: 10px;
}
.terms-conditions .title h2 {
  font-size: 36px;
  color: #000000;
  font-weight: 900;
}
.terms-conditions img {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  color: #000000;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
}
.terms-conditions .conditions-content ul {
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
}
.terms-conditions .conditions-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.terms-conditions .conditions-content ul li:last-child {
  margin-bottom: 0;
}
.terms-conditions .conditions-content ul li i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 20px;
  color: #FF4057;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #000000;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
}

/*
Privacy Policy Area Stayle
=======================================================*/
.privacy-policy-wrap .title {
  margin-bottom: 30px;
  text-align: center;
}
.privacy-policy-wrap .title h2 {
  font-size: 36px;
  font-weight: 900;
  color: #000000;
  font: 30px;
}
.privacy-policy-wrap img {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #000000;
  font-size: 26px;
}
.privacy-policy-wrap .privacy-content p {
  margin-bottom: 10px;
}
.privacy-policy-wrap .privacy-content ul {
  margin-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
}
.privacy-policy-wrap .privacy-content li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.privacy-policy-wrap .privacy-content li:last-child {
  margin-bottom: 0;
}
.privacy-policy-wrap .privacy-content li i {
  position: absolute;
  left: 0;
  top: 1px;
  color: #FF4057;
  font-size: 20px;
}

.modal {
  --bs-modal-width: auto !important;
}

.modal-content {
  width: 1200px;
  margin: auto;
  margin-top: 200px;
}
.modal-content .modal-header {
  padding: 0;
  border-bottom: none;
}
.modal-content .modal-header button.btn-close {
  position: absolute;
  right: 30px;
  top: 50px;
  z-index: 999;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 50px;
}

.preloader-close {
  position: fixed;
  z-index: 999999;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  right: 0;
  bottom: 0;
  font-weight: 600;
}

.loader-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.loader-wrap .layer-one {
  position: absolute;
  left: 0%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer-two {
  position: absolute;
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer-three {
  position: absolute;
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.nav-tab-link.active .goal-button img {
  border: solid 2px red;
}

/*
Certification Area CSS
================================================================================*/
.certification-area .mb-4 {
  margin-bottom: 35px !important;
}

.certification-items .swiper-wrapper {
  justify-content: space-between;
  text-align: end;
}

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