/*-----------------------------------------------------------

@File: Farno Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the template.

This files table contents are outlined below>>>>>

******************************************* 
** - DEFAULT AREA STYLE - **

** - Default Btn Area Style
** - Read More Area Style
** - Section Title Area Style
** - Header Area Style
** - Nav Area Style
** - Banner Area Style
** - Futures Area Style
** - About Area Style
** - Services Area Style
** - Ready To Talk Area Style
** - Choose Us Area Style
** - Case Studies Area Style
** - Customer Area Style
** - Team Area Style
** - Partner Area Style
** - Blog Area Style
** - Footer Area Style
** - Copy Right Area Style

** - OTHER STYLE AREA - **

** - Preloader Area Style
** - Go Top Style
** - Video wave Style
-------------------------------------------------------------*/
:root {
  --bodyFontFamily: "Manrope", sans-serif;
  --headingFontFamily: Clash Display;
  --bodyColor: #444444;
  --primaryColor: #7470FC;
  --secondaryColor: #FF6162;
  --headingColor: #151515;
  --starColor: #ffc107;
  --blackColor: #000000;
  --whiteColor: #ffffff;
  --transition: all ease 0.5s;
}

body {
  font-family: var(--bodyFontFamily);
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: var(--bodyColor);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--headingColor);
  font-family: var(--headingFontFamily);
  font-weight: 600;
}

a {
  color: var(--bodyColor);
  transition: var(--transition);
  text-decoration: none;
}
a:hover {
  color: var(--headingColor);
}

p {
  font-size: 16px;
  color: var(--bodyColor);
  margin-bottom: 15px;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.before-image {
  position: relative;
}
.before-image::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -3px;
  bottom: -3px;
  left: -1px;
  background-color: var(--headingColor);
}

.container-fluid {
  max-width: 1720px;
}
.container-fluid.style2 {
  max-width: 1830px;
}

.default-btn {
  font-size: 18px;
  display: inline-block;
  padding: 10px 30px 14px 30px;
  color: var(--whiteColor);
  background: var(--headingColor);
  z-index: 1;
  font-weight: 800;
  position: relative;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 3px;
  left: -3px;
  right: 3px;
  z-index: -1;
  transition: var(--transition);
  background: var(--primaryColor);
  border: 1px solid var(--headingColor);
}
.default-btn:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.default-btn:hover::before {
  background-color: var(--headingColor);
}

.default-btn-style2 {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: var(--secondaryColor);
  border-color: transparent;
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 800;
  padding: 15px 30px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.default-btn-style2::before {
  content: "";
  background: var(--primaryColor);
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.default-btn-style2::after {
  content: "";
  background: var(--primaryColor);
  height: 50%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.default-btn-style2:hover {
  color: var(--whiteColor);
}
.default-btn-style2:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.default-btn-style2:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.section-title {
  margin-bottom: 55px;
  max-width: 690px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section-title .title {
  font-weight: 600;
  color: var(--secondaryColor);
  display: inline-block;
  margin-bottom: 12px;
}
.section-title h2 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 0;
}
.section-title.style2 {
  max-width: 100%;
}

.single-section .title {
  font-weight: 600;
  color: var(--secondaryColor);
  margin-bottom: 12px;
  display: inline-block;
}
.single-section h2 {
  font-size: 46px;
  margin-bottom: 0;
}

.section-warp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 65px;
}
.section-warp .single-section {
  max-width: 670px;
}
.section-warp .single-section.style2 {
  max-width: 100%;
}
.section-warp p {
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
}

.elementor-editor-active [data-cue=bounceInDown], .elementor-editor-active [data-cue=bounceInLeft], .elementor-editor-active [data-cue=bounceInRight], .elementor-editor-active [data-cue=bounceInUp], .elementor-editor-active [data-cue=bounceIn], .elementor-editor-active [data-cue=fadeIn], .elementor-editor-active [data-cue=rotateIn], .elementor-editor-active [data-cue=slideInDown], .elementor-editor-active [data-cue=slideInLeft], .elementor-editor-active [data-cue=slideInRight], .elementor-editor-active [data-cue=slideInUp], .elementor-editor-active [data-cue=zoomIn], .elementor-editor-active [data-cue=zoomOut], .elementor-editor-active [data-cues=bounceInDown] > *, .elementor-editor-active [data-cues=bounceInLeft] > *, .elementor-editor-active [data-cues=bounceInRight] > *, .elementor-editor-active [data-cues=bounceInUp] > *, .elementor-editor-active [data-cues=bounceIn] > *, .elementor-editor-active [data-cues=fadeIn] > *, .elementor-editor-active [data-cues=rotateIn] > *, .elementor-editor-active [data-cues=slideInDown] > *, .elementor-editor-active [data-cues=slideInLeft] > *, .elementor-editor-active [data-cues=slideInRight] > *, .elementor-editor-active [data-cues=slideInUp] > *, .elementor-editor-active [data-cues=zoomIn] > *, .elementor-editor-active [data-cues=zoomOut] > * {
  opacity: 1 !important;
}

/*
Slider Btn Warp Style
======================================================*/
.pagination-slider-warp .swiper-pagination {
  position: relative;
  margin-top: 38px;
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 13px;
  height: 13px;
  margin: 6px;
  background: transparent;
  border: 1px solid var(--whiteColor);
  position: relative;
  transition: var(--transition);
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet:hover {
  border-color: var(--secondaryColor);
  background-color: var(--secondaryColor);
}
.pagination-slider-warp .swiper-pagination .swiper-pagination-bullet-active {
  border-color: var(--secondaryColor);
  background-color: var(--secondaryColor);
}

.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 45%);
}
.swiper-btn .swiper-button-next::after,
.swiper-btn .swiper-button-prev::after {
  display: none;
}
.swiper-btn .swiper-button-next::before,
.swiper-btn .swiper-button-prev::before {
  position: absolute;
  width: 50px;
  display: block;
  height: 50px;
  line-height: 51px;
  color: var(--headingColor);
  font-size: 24px;
  color: var(--headingColor);
  text-align: center;
  border-radius: 50%;
  transition: var(--transition);
  background: var(--whiteColor);
  border: solid 1px var(--headingColor);
}
.swiper-btn .swiper-button-next:hover::before,
.swiper-btn .swiper-button-prev:hover::before {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-color: var(--secondaryColor);
}
.swiper-btn .swiper-button-next {
  left: auto;
  right: -80px;
}
.swiper-btn .swiper-button-next:before {
  content: "\f13e";
  font-family: flaticon_mycollection !important;
}
.swiper-btn .swiper-button-prev {
  left: -80px;
  right: auto;
}
.swiper-btn .swiper-button-prev:before {
  content: "\f13d";
  font-family: flaticon_mycollection !important;
}

.bg-FEF1E9 {
  background: #FEF1E9;
}

.bg-151515 {
  background: var(--headingColor);
}

.bg-F4E5FF {
  background: #F4E5FF;
}

.bg-E2F7F3 {
  background: #E2F7F3;
}

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

/*
Hero Warp Style
======================================================*/
.hero-style-warp {
  padding-top: 200px;
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
}
.hero-style-warp .hero-shape1 {
  position: absolute;
  top: 12%;
  right: 10%;
}
.hero-style-warp .hero-color1 {
  position: absolute;
  top: 25%;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.hero-style-warp .hero-color2 {
  position: absolute;
  right: 0;
  pointer-events: none;
  bottom: -13%;
  z-index: -1;
}

.hero-content {
  padding-bottom: 200px;
}
.hero-content h1 {
  font-size: 120px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.1;
}
.hero-content h1 .small-image {
  position: relative;
  top: -25px;
  padding-right: 20px;
  padding-left: 20px;
}

.hero-image .video-content .main-video {
  max-width: 443px;
  height: 353px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  border: solid 1px var(--headingColor);
  transition: var(--transition);
}
.hero-image .video-content .main-video:hover {
  border-color: var(--primaryColor);
}
.hero-image .video-content .main-video:hover::before {
  top: -3px;
  bottom: 2px;
  right: 2px;
  left: -3px;
  background-color: var(--primaryColor);
}
.hero-image .video-content .main-video::before {
  content: "";
  position: absolute;
  top: 1px;
  right: -5px;
  bottom: -5px;
  left: 2px;
  z-index: -1;
  transition: var(--transition);
  background-color: var(--headingColor);
}
.hero-image .video-content video {
  width: 443px;
  height: 353px;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-image .image1 {
  position: relative;
  border: solid 1px var(--headingColor);
  margin-right: 30px;
  transition: var(--transition);
}
.hero-image .image1:hover {
  border-color: var(--primaryColor);
}
.hero-image .image1:hover::before {
  background-color: var(--primaryColor);
  top: -3px;
  bottom: 2px;
  right: 2px;
  left: -3px;
}
.hero-image .image1::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -3px;
  bottom: -3px;
  left: 2px;
  transition: var(--transition);
  background-color: var(--headingColor);
}
.hero-image .image2 {
  margin-top: 100px;
  margin-left: 30px;
  position: relative;
  border: solid 1px var(--headingColor);
  transition: var(--transition);
}
.hero-image .image2:hover {
  border-color: var(--primaryColor);
}
.hero-image .image2:hover::before {
  top: -3px;
  bottom: 2px;
  right: 2px;
  left: -3px;
  background-color: var(--primaryColor);
}
.hero-image .image2::before {
  content: "";
  position: absolute;
  top: 2px;
  right: -3px;
  bottom: -3px;
  left: 2px;
  transition: var(--transition);
  background-color: var(--headingColor);
}
.hero-image .icon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.hero-image .icon-content .icon {
  width: 68.368px;
  height: 68.368px;
  line-height: 75px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 23px;
  color: var(--headingColor);
  border: solid 1px var(--headingColor);
  transition: var(--transition);
}
.hero-image .icon-content span {
  position: relative;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 700;
  top: -10px;
  color: var(--headingColor);
  transition: var(--transition);
}
.hero-image .icon-content:hover .icon {
  border-color: var(--primaryColor);
  color: var(--primaryColor);
}
.hero-image .icon-content:hover span {
  color: var(--primaryColor);
}

/*
Partner Warp Style
======================================================*/
.partner-logo {
  position: relative;
}
.partner-logo .show {
  transition: var(--transition);
}
.partner-logo .hide {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transition: var(--transition);
  margin-right: auto;
}
.partner-logo:hover .show {
  opacity: 0;
}
.partner-logo:hover .hide {
  opacity: 1;
}

.partner-wrapper {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.partner-wrapper li {
  display: inline-block;
}

/*
Process Warp Style
======================================================*/
.process-content {
  text-align: center;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.process-content h3 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--whiteColor);
  margin-bottom: -20px;
}
.process-content h3 .process1 {
  padding-right: 30px;
  position: relative;
  top: -5px;
}
.process-content h3 span {
  padding-right: 30px;
}
.process-content h3 .process2 {
  padding-left: 10px;
  position: relative;
  top: -10px;
}

/*
Counter Warp Style
======================================================*/
.counter-widget {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.counter-widget:hover h1 {
  color: var(--secondaryColor);
  -webkit-text-stroke: 2px var(--secondaryColor);
}
.counter-widget:hover .icon {
  color: var(--secondaryColor);
}
.counter-widget h1 {
  font-size: 100px;
  color: transparent;
  line-height: 1;
  font-family: Metropolis;
  transition: var(--transition);
  font-weight: 700;
  -webkit-text-stroke: 2px var(--whiteColor);
}
.counter-widget .icon {
  font-size: 28px;
  position: relative;
  top: -25px;
  transition: var(--transition);
  color: var(--primaryColor);
  margin-right: 20px;
}
.counter-widget p {
  color: #CBCBCB;
  font-size: 20px;
  margin-bottom: 0;
  margin-left: 15px;
}

.col-lg-4:nth-child(2) .counter-widget {
  margin-left: 40px;
}
.col-lg-4:nth-child(3) .counter-widget {
  margin-left: 65px;
  padding-right: 0;
}

/*
Business Warp Style
======================================================*/
.business-card {
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  background-color: var(--whiteColor);
  padding: 50px 20px 50px 35px;
  margin-bottom: 25px;
}
.business-card .icon {
  width: 100px;
  height: 100px;
  background-color: #FEF1E9;
  text-align: center;
  line-height: 110px;
  font-size: 50px;
  border-radius: 50%;
  color: var(--primaryColor);
  border: solid 1px rgba(21, 21, 21, 0.4);
  margin-bottom: 35px;
  transition: var(--transition);
}
.business-card h3 {
  font-size: 26px;
  margin-bottom: 12px;
}
.business-card p {
  margin-bottom: 0;
}
.business-card:hover .icon {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-color: var(--secondaryColor);
}

/*
Expert Warp Style
======================================================*/
.expert-image {
  position: relative;
  max-width: 538px;
  height: auto;
  z-index: 1;
}
.expert-image::before {
  content: "";
  position: absolute;
  top: 2px;
  z-index: -1;
  left: 2px;
  bottom: -2px;
  right: -2px;
  background-color: var(--headingColor);
}

.expert-content {
  padding-left: 50px;
}
.expert-content h2 {
  margin-bottom: 15px;
}

/*
Deliver Warp Style
======================================================*/
.deliver-image {
  max-width: 538px;
  position: relative;
  height: auto;
  margin-left: auto;
  z-index: 1;
}
.deliver-image::before {
  content: "";
  position: absolute;
  top: 2px;
  z-index: -1;
  left: 2px;
  bottom: -2px;
  right: -2px;
  background-color: var(--headingColor);
}

.deliver-content {
  padding-right: 50px;
}
.deliver-content .deliver-item {
  position: relative;
  padding-left: 85px;
  margin-bottom: 30px;
}
.deliver-content .deliver-item:last-child {
  margin-bottom: 0;
}
.deliver-content .deliver-item .icon {
  width: 60px;
  height: 60px;
  font-size: 30px;
  color: var(--primaryColor);
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  transition: var(--transition);
  position: absolute;
  left: 0;
  border: solid 1px rgba(21, 21, 21, 0.3);
  box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.15);
}
.deliver-content .deliver-item .content h3 {
  font-size: 26px;
  margin-bottom: 12px;
}
.deliver-content .deliver-item:hover .icon {
  background-color: var(--secondaryColor);
  border-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.deliver-content .deliver-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.deliver-content .deliver-btn .btn-content {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.deliver-content .deliver-btn .btn-content .btn-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  font-size: 20px;
  transition: var(--transition);
  color: var(--headingColor);
  border: solid 1.2px var(--headingColor);
}
.deliver-content .deliver-btn .btn-content .contact {
  margin-left: 20px;
}
.deliver-content .deliver-btn .btn-content .contact span {
  display: block;
  font-size: 16px;
  color: var(--bodyColor);
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}
.deliver-content .deliver-btn .btn-content .contact a {
  font-family: var(--headingFontFamily);
  font-size: 17px;
  font-weight: 500;
  display: block;
  color: var(--headingColor);
}
.deliver-content .deliver-btn .btn-content .contact a:hover {
  color: var(--secondaryColor);
}
.deliver-content .deliver-btn .btn-content:hover .btn-icon {
  border-color: var(--secondaryColor);
  color: var(--secondaryColor);
}
.deliver-content .deliver-btn .default-btn::before {
  background-color: var(--secondaryColor);
}

/*
Support Warp Style
======================================================*/
.support-card {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  transition: var(--transition);
  border: solid 1px transparent;
}
.support-card .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding-left: 25px;
  transition: var(--transition);
  opacity: 0;
  right: 30px;
  z-index: 1;
  transition: var(--transition);
  background-color: transparent;
  padding: 50px 40px;
}
.support-card .content::before {
  content: "";
  background-color: var(--whiteColor);
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.support-card .content::after {
  content: "";
  background-color: var(--whiteColor);
  height: 50%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.support-card .content h3 {
  margin-bottom: 12px;
  font-size: 26px;
}
.support-card .content h3 a {
  color: var(--headingColor);
}
.support-card .content h3 a:hover {
  color: var(--secondaryColor);
}
.support-card .content p {
  transition: var(--transition);
  max-width: 292px;
}
.support-card .content .read-more {
  transition: var(--transition);
  font-weight: 700;
  color: var(--secondaryColor);
}
.support-card .show-content {
  display: flex;
  position: absolute;
  bottom: 30px;
  transition: var(--transition);
  left: 30px;
  padding-left: 25px;
  right: 30px;
  transition: var(--transition);
  background-color: var(--whiteColor);
  align-items: center;
  justify-content: space-between;
}
.support-card .show-content .icon {
  width: 75px;
  height: 75px;
  text-align: center;
  color: var(--whiteColor);
  line-height: 84px;
  font-size: 28px;
  transition: var(--transition);
  background-color: var(--secondaryColor);
}
.support-card .show-content h3 {
  font-size: 26px;
  margin-bottom: 0;
}
.support-card .show-content h3 a {
  color: var(--headingColor);
}
.support-card .show-content h3 a:hover {
  color: var(--secondaryColor);
}
.support-card:hover {
  border-color: var(--headingColor);
}
.support-card:hover .content {
  opacity: 1;
}
.support-card:hover .content::before {
  width: 100%;
  right: 0;
  left: auto;
}
.support-card:hover .content::after {
  width: 100%;
  left: 0;
  right: auto;
}
.support-card:hover .show-content {
  opacity: 0;
}
.support-card:hover p {
  display: block;
}
.support-card:hover .read-more {
  display: block;
}
.support-card:hover::before {
  opacity: 1;
}
.support-card::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  left: 2px;
  bottom: 2px;
  z-index: -1;
  opacity: 0;
  transition: var(--transition);
  background-color: var(--headingColor);
}

/*
Scale Warp Style
======================================================*/
.scale-warp {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 44%;
  background-color: #FEF1E9;
}

.scale-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
}
.scale-content h2 {
  margin-bottom: 15px;
}
.scale-content p {
  margin-bottom: 25px;
}
.scale-content .scale-progress {
  margin-bottom: 28px;
  position: relative;
}
.scale-content .scale-progress .pg-content {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.scale-content .scale-progress .pg-content .progress-shown {
  position: absolute;
  color: var(--bodyColor);
}
.scale-content .scale-progress .pg-content span {
  font-size: 18px;
  font-family: var(--headingFontFamily);
  font-weight: 500;
  color: var(--headingColor);
}
.scale-content .scale-progress .progress {
  height: 9px;
  border-radius: 0;
  background: rgba(21, 21, 21, 0.0588235294);
}
.scale-content .scale-progress .progress-bar {
  background: var(--primaryColor);
}
.scale-content .scale-progress.style2 {
  margin-bottom: 0;
}
.scale-content .default-btn::before {
  background-color: var(--secondaryColor);
}
.scale-content .progress-btn-contact {
  display: flex;
  margin-top: 45px;
}
.scale-content .progress-btn-contact .content {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.scale-content .progress-btn-contact .content .contact-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  font-size: 20px;
  transition: var(--transition);
  color: var(--headingColor);
  border: solid 1.2px var(--headingColor);
}
.scale-content .progress-btn-contact .content .content-contact {
  margin-left: 15px;
}
.scale-content .progress-btn-contact .content .content-contact span {
  display: block;
  font-size: 16px;
  color: var(--bodyColor);
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}
.scale-content .progress-btn-contact .content .content-contact a {
  font-family: var(--headingFontFamily);
  font-size: 17px;
  font-weight: 500;
  display: block;
  color: var(--headingColor);
}
.scale-content .progress-btn-contact .content .content-contact a:hover {
  color: var(--secondaryColor);
}
.scale-content .progress-btn-contact .content:hover .btn-icon {
  border-color: var(--secondaryColor);
  color: var(--secondaryColor);
}

/*
Explore Warp Style
======================================================*/
.explore-card {
  padding: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  z-index: 1;
  background-color: var(--headingColor);
  position: relative;
  transition: var(--transition);
}
.explore-card .image {
  width: 212px;
  height: 210px;
  margin-right: 40px;
}
.explore-card .content {
  padding-right: 20px;
}
.explore-card .content h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
.explore-card .content .read-more {
  font-size: 16px;
  font-weight: 700;
  color: var(--headingColor);
  text-decoration: underline;
}
.explore-card::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: -2px;
  bottom: -2px;
  transition: var(--transition);
  z-index: -1;
  border: 1px solid var(--headingColor);
  background-color: var(--whiteColor);
}
.explore-card:hover {
  background-color: var(--secondaryColor);
}
.explore-card:hover::before {
  border-color: var(--secondaryColor);
}

.explore-warp {
  position: relative;
  z-index: 1;
}
.explore-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 56%;
  width: 100%;
  z-index: -1;
  background: #FEF1E9;
}

/*
Pricing Warp Style
======================================================*/
.pricing-card {
  margin-bottom: 25px;
  padding: 50px 40px;
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
}
.pricing-card .pricing-icon-content {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px rgba(17, 17, 17, 0.1176470588);
}
.pricing-card .pricing-icon-content .icon {
  width: 100px;
  height: 100px;
  background-color: #FEF1E9;
  border-radius: 50%;
  font-size: 44px;
  transition: var(--transition);
  color: var(--primaryColor);
  line-height: 110px;
  text-align: center;
  border: solid 1px rgba(21, 21, 21, 0.4);
}
.pricing-card .pricing-icon-content .contact {
  padding-left: 35px;
}
.pricing-card .pricing-icon-content .contact h5 {
  font-size: 24px;
  margin-bottom: 10px;
}
.pricing-card .pricing-icon-content .contact h3 {
  font-size: 40px;
  margin-bottom: 8px;
}
.pricing-card .pricing-icon-content .contact h3 span {
  font-size: 14px;
  font-weight: 500;
}
.pricing-card .pricing-icon-content .contact p {
  margin-bottom: 0;
}
.pricing-card .pricing-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
}
.pricing-card .pricing-list li {
  margin-bottom: 20px;
  position: relative;
}
.pricing-card .pricing-list li i {
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #24C373;
}
.pricing-card .pricing-list li:last-child {
  margin-bottom: 0;
}
.pricing-card .pricing-list li .flaticon-close {
  color: #F11928;
  font-size: 15px;
}
.pricing-card:hover .pricing-icon-content .icon {
  color: var(--secondaryColor);
}
.pricing-card:hover .default-btn::before {
  background-color: var(--secondaryColor);
}

/*
Question Warp Style
======================================================*/
.question-content h2 {
  margin-bottom: 45px;
}
.question-content .accordion-item {
  box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.15);
  padding: 20px 35px;
  border: none !important;
  margin-bottom: 20px;
  border-radius: 0;
}
.question-content .accordion-item .accordion-button {
  font-size: 18px;
  color: var(--headingColor);
  padding: 0;
  font-family: var(--headingFontFamily);
  font-weight: 600;
  box-shadow: unset;
  background-color: transparent;
  border: none !important;
}
.question-content .accordion-item .accordion-button:not(.collapsed)::after {
  position: absolute;
  content: "\ee57";
  font-family: "remixicon" !important;
  right: 0;
  top: 7px;
  line-height: 1;
  background-image: unset;
  color: var(--secondaryColor);
  font-size: 22px;
}
.question-content .accordion-item .accordion-button::after {
  position: absolute;
  content: "\ea11";
  font-family: "remixicon" !important;
  right: 0;
  top: 3px;
  line-height: 1;
  color: var(--secondaryColor);
  background-image: unset;
  font-size: 22px;
}
.question-content .accordion-item .accordion-body {
  padding: 15px 0 0 0;
  border: none !important;
}

.question-image {
  position: relative;
  text-align: center;
  max-width: 563px;
  margin-left: auto;
  border: solid 1px var(--headingColor);
}
.question-image .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 103.077px;
  height: 103.077px;
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-49px);
  line-height: 100px;
  font-size: 45px;
  color: var(--secondaryColor);
  background-color: var(--whiteColor);
  z-index: 1;
  transition: var(--transition);
}
.question-image .video-btn::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
  background: var(--whiteColor);
  animation: ripple 4s linear infinite;
}
.question-image .video-btn:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.question-image::before {
  content: "";
  position: absolute;
  top: 2px;
  z-index: -1;
  left: 2px;
  bottom: -3px;
  right: -3px;
  background-color: var(--headingColor);
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/*
Testimonial Warp Style
======================================================*/
.testimonial-warp .section-title h2 {
  color: var(--whiteColor);
}

.testimonial-box .content {
  padding-left: 50px;
}
.testimonial-box .content .star-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.testimonial-box .content .star-content span {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--headingFontFamily);
}
.testimonial-box .content .star-content .star {
  font-size: 16px;
  color: var(--starColor);
}
.testimonial-box .content .star-content .star i {
  margin: 0 4px;
}
.testimonial-box .content p {
  color: #CBCBCB;
  margin-bottom: 40px;
  font-size: 18px;
}
.testimonial-box .content .test-details {
  display: flex;
  align-items: center;
}
.testimonial-box .content .test-details .icon {
  width: 66px;
  height: 66px;
  line-height: 76px;
  border-radius: 50%;
  font-size: 25px;
  color: var(--whiteColor);
  text-align: center;
  background-color: var(--primaryColor);
}
.testimonial-box .content .test-details .details-content {
  margin-left: 25px;
}
.testimonial-box .content .test-details .details-content h5 {
  font-size: 22px;
  color: var(--whiteColor);
  margin-bottom: 5px;
}
.testimonial-box .content .test-details .details-content span {
  color: #CBCBCB;
}

.testimonial-slider-warp .swiper-pagination {
  position: absolute;
  right: -45%;
  bottom: 40px !important;
  left: auto !important;
  margin-top: 0;
}

/*
Blog Warp Style
======================================================*/
.blog-slider-warp {
  position: relative;
}
.blog-slider-warp .swiper-btn {
  display: flex;
}
.blog-slider-warp .swiper-btn .swiper-button-next,
.blog-slider-warp .swiper-btn .swiper-button-prev {
  top: -120px;
}
.blog-slider-warp .swiper-btn .swiper-button-next::after,
.blog-slider-warp .swiper-btn .swiper-button-prev::after {
  display: none;
}
.blog-slider-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: 0;
}
.blog-slider-warp .swiper-btn .swiper-button-prev {
  left: auto;
  right: 80px;
}

.blog-warp .single-section {
  max-width: 755px;
  margin-bottom: 50px;
}

.blog-card .image {
  position: relative;
}
.blog-card .image .image-content {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.blog-card .image .image-content a {
  padding: 2px 14px 5px 10px;
  background-color: var(--whiteColor);
  color: var(--whiteColor);
  font-size: 15px;
  z-index: 1;
  display: inline-block;
  position: relative;
}
.blog-card .image .image-content a::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 2px;
  left: -2px;
  right: 2px;
  z-index: -1;
  transition: var(--transition);
  background: var(--primaryColor);
  border: 1px solid var(--whiteColor);
}
.blog-card .content {
  padding: 44px 35px 40px 35px;
  border: solid 1px #eeeeee;
  background-color: var(--whiteColor);
}
.blog-card .content .blog-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.blog-card .content .blog-list li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.blog-card .content .blog-list li:last-child {
  padding-right: 0;
}
.blog-card .content .blog-list li i {
  color: var(--secondaryColor);
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.blog-card .content .blog-list li::before {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 0;
  transform: rotate(22deg);
  top: 7px;
  height: 10px;
  width: 1px;
  background-color: var(--bodyColor);
}
.blog-card .content .blog-list li:last-child::before {
  display: none;
}
.blog-card .content h3 {
  font-size: 24px;
  margin-bottom: 12px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-card .content h3 a {
  color: var(--headingColor);
  transition: var(--transition);
}
.blog-card .content h3 a:hover {
  color: var(--secondaryColor);
}
.blog-card .content .read-more {
  font-weight: 700;
  color: var(--headingColor);
}
.blog-card.sticky .content {
  background-color: #f6efe0;
}
.blog-card:hover .image .image-content a::before {
  background-color: var(--secondaryColor);
}
.blog-card:hover .content .read-more {
  color: var(--secondaryColor);
}

/*
Consult Warp Style
======================================================*/
.consult-content h3 {
  font-size: 46px;
  margin-bottom: 12px;
}
.consult-content p {
  margin-bottom: 0;
}

.consult-button {
  text-align: end;
}
.consult-button .default-btn::before {
  background-color: var(--secondaryColor);
}

/*
Slider Text  Warp  Style
======================================================*/
.slide-text-warp {
  height: 180px;
  line-height: 180px;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: var(--transition);
  z-index: 1;
  background-color: var(--primaryColor);
}
.slide-text-warp .container-fluid {
  width: 100%;
}
.slide-text-warp .text-slide {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transform: translate3d(-10%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 40s;
}
.slide-text-warp .text-slide:hover {
  animation-play-state: paused !important;
}
.slide-text-warp .text-slide h1 {
  width: 50%;
  display: inline-block;
  transition: var(--transition);
  padding-right: 50px;
  line-height: 1;
}
.slide-text-warp .text-slide h1 span {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 28px;
  color: var(--whiteColor);
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/*
Footer Warp Style
======================================================*/
.footer-widget {
  margin-bottom: 25px;
}
.footer-widget .logo {
  margin-bottom: 35px;
  display: inline-block;
}
.footer-widget .footer-contact {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .footer-contact li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
.footer-widget .footer-contact li i {
  position: absolute;
  left: 0;
  top: -3px;
  color: var(--secondaryColor);
}
.footer-widget .footer-contact li h6 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}
.footer-widget .footer-contact li span {
  color: var(--headingColor);
}
.footer-widget .footer-contact li a {
  color: var(--headingColor);
}
.footer-widget .footer-contact li:last-child {
  margin-bottom: 0;
}
.footer-widget h3 {
  font-size: 22px;
  margin-bottom: 55px;
}
.footer-widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget ul li {
  margin-bottom: 12px;
}
.footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-widget ul li a {
  color: var(--headingColor);
}
.footer-widget ul li a:hover {
  color: var(--secondaryColor);
}
.footer-widget .input-box {
  position: relative;
}
.footer-widget .input-box .form-control {
  height: 55px;
  border: 1px solid var(--headingColor);
  background-color: var(--whiteColor);
  border-radius: 0;
  padding-left: 20px;
}
.footer-widget .input-box .form-control:focus {
  box-shadow: unset;
  border-color: var(--secondaryColor);
}
.footer-widget .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}
.footer-widget .input-box .form-control:focus::placeholder {
  color: transparent;
}
.footer-widget .input-box .form-control::-moz-placeholder {
  color: var(--bodyColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.footer-widget .input-box .form-control::placeholder {
  color: var(--bodyColor);
  transition: var(--transition);
}
.footer-widget .input-box .input-button {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 45px;
  height: 45px;
  font-size: 25px;
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
  text-align: center;
  border: none;
  padding-top: 5px;
  transition: var(--transition);
}
.footer-widget .input-box .input-button:hover {
  background-color: var(--primaryColor);
}
.footer-widget .input-box .alert-danger {
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
}
.footer-widget:nth-child(2) {
  position: relative;
  left: 55px;
}
.footer-widget:nth-child(3) {
  position: relative;
  left: 35px;
}

.copy-right-warp {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 1.2px var(--headingColor);
}
.copy-right-warp .copy-content p {
  color: var(--headingColor);
  margin-bottom: 0;
}
.copy-right-warp .copy-content p span {
  color: var(--secondaryColor);
}
.copy-right-warp .copy-content p a {
  color: var(--secondaryColor);
}
.copy-right-warp .social-content {
  text-align: end;
}
.copy-right-warp .social-content .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.copy-right-warp .social-content .social-list li {
  display: inline-block;
  padding-right: 10px;
}
.copy-right-warp .social-content .social-list li:last-child {
  padding-right: 0;
}
.copy-right-warp .social-content .social-list li .icon {
  width: 36.842px;
  height: 36.842px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--whiteColor);
  border: solid 1px var(--headingColor);
  line-height: 36px;
  transition: var(--transition);
  display: inline-block;
}
.copy-right-warp .social-content .social-list li .icon:hover {
  background-color: var(--secondaryColor);
  border-color: var(--secondaryColor);
  color: var(--whiteColor);
}

/*
Top Header Warp Style
======================================================*/
.top-header-warp {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-contact {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header-contact li {
  display: inline-block;
  padding-left: 25px;
  font-size: 14px;
  color: var(--whiteColor);
  padding-right: 60px;
  position: relative;
}
.header-contact li::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 25px;
  height: 18px;
  width: 1px;
  opacity: 0.4;
  background: var(--whiteColor);
}
.header-contact li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--secondaryColor);
}
.header-contact li:first-child {
  padding-left: 0;
}
.header-contact li:last-child {
  padding-right: 0;
}
.header-contact li:last-child::before {
  display: none;
}
.header-contact li span {
  color: #CBCBCB;
}
.header-contact li a {
  color: #CBCBCB;
}
.header-contact li a:hover {
  color: var(--secondaryColor);
}

.header-link {
  list-style: none;
  text-align: end;
  padding-left: 0;
  margin-bottom: 0;
}
.header-link li {
  display: inline-block;
  padding-right: 40px;
  position: relative;
  font-size: 14px;
}
.header-link li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
}
.header-link li:last-child {
  padding-right: 0;
}
.header-link li:last-child::before {
  display: none;
}
.header-link li a {
  color: #CBCBCB;
}
.header-link li a:hover {
  color: var(--secondaryColor);
}

/*
Hero Style2 Warp Style
======================================================*/
.hero-style2-warp {
  padding-top: 155px;
  padding-bottom: 170px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-style2-warp .container-fluid {
  max-width: 1540px;
}
.hero-style2-warp .hero2-shape1 {
  position: absolute;
  top: 62%;
  right: 7.8%;
}

.hero-style2-content {
  position: relative;
}
.hero-style2-content .title {
  font-weight: 700;
  color: var(--secondaryColor);
  display: block;
  margin-bottom: 10px;
}
.hero-style2-content h1 {
  font-size: 120px;
  margin-bottom: 125px;
  line-height: 1.1;
  margin-right: -25px;
}
.hero-style2-content h1 img {
  width: 180px;
  height: 82px;
  position: relative;
  top: -25px;
  margin-right: 25px;
}
.hero-style2-content h1 .border-font {
  color: transparent;
  -webkit-text-stroke: 2px var(--secondaryColor);
}
.hero-style2-content h1 .space {
  padding-right: 145px;
}
.hero-style2-content .main-style2-video {
  max-width: 1500px;
  height: 550px;
}
.hero-style2-content .main-style2-video video {
  width: 1500px;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-style2-content .follow-social .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: -115px;
  top: 57%;
}
.hero-style2-content .follow-social .social-list li {
  margin-bottom: 10px;
  position: relative;
}
.hero-style2-content .follow-social .social-list li:last-child {
  margin-bottom: 0;
}
.hero-style2-content .follow-social .social-list li .icon {
  width: 36.842px;
  height: 36.842px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--whiteColor);
  border: solid 1px var(--headingColor);
  line-height: 36px;
  transition: var(--transition);
  display: inline-block;
}
.hero-style2-content .follow-social .social-list li h6 {
  font-weight: 500;
  font-size: 16px;
  top: 39px;
  width: 105px;
  left: -35px;
  position: relative;
  transform: rotate(-90deg);
}

/*
Features Warp Style
======================================================*/
.features-card {
  background: #E2F7F3;
  padding: 50px 20px 50px 35px;
  margin-bottom: 25px;
  text-align: center;
}
.features-card .icon {
  width: 100px;
  height: 100px;
  background-color: var(--whiteColor);
  text-align: center;
  line-height: 110px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: solid 1px rgba(21, 21, 21, 0.4);
  margin-bottom: 35px;
  transition: var(--transition);
  position: relative;
}
.features-card .icon i {
  font-size: 50px;
  color: var(--headingColor);
  transition: var(--transition);
}
.features-card .icon span {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  font-family: var(--headingFontFamily);
  font-size: 15px;
  font-weight: 600;
  color: var(--whiteColor);
  line-height: 35px;
  right: -15px;
  top: 33px;
  background-color: var(--primaryColor);
}
.features-card h3 {
  font-size: 26px;
  margin-bottom: 12px;
}
.features-card p {
  margin-bottom: 0;
}
.features-card:hover .icon {
  background-color: var(--secondaryColor);
  border-color: var(--secondaryColor);
}
.features-card:hover .icon i {
  color: var(--whiteColor);
}

.features-warp .section-title {
  max-width: 100%;
}

/*
About Warp Style
======================================================*/
.about-content h2 {
  margin-bottom: 15px;
}
.about-content p {
  margin-bottom: 30px;
  padding-right: 55px;
}
.about-content .about-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.about-content .about-list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-weight: 500;
  color: var(--bodyColor);
}
.about-content .about-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--secondaryColor);
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.about-content .about-btn .btn-content {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.about-content .about-btn .btn-content .btn-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  font-size: 20px;
  transition: var(--transition);
  color: var(--headingColor);
  border: solid 1.2px var(--headingColor);
}
.about-content .about-btn .btn-content .contact {
  margin-left: 15px;
}
.about-content .about-btn .btn-content .contact span {
  display: block;
  font-size: 16px;
  color: var(--bodyColor);
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}
.about-content .about-btn .btn-content .contact a {
  font-family: var(--headingFontFamily);
  font-size: 17px;
  font-weight: 500;
  display: block;
  color: var(--headingColor);
}
.about-content .about-btn .btn-content .contact a:hover {
  color: var(--secondaryColor);
}
.about-content .about-btn .btn-content:hover .btn-icon {
  border-color: var(--secondaryColor);
  color: var(--secondaryColor);
}
.about-content .about-btn .default-btn-style2 {
  background-color: var(--primaryColor);
}
.about-content .about-btn .default-btn-style2::before {
  background-color: var(--secondaryColor);
}
.about-content .about-btn .default-btn-style2::after {
  background-color: var(--secondaryColor);
}

.about-image {
  padding-left: 68px;
  padding-right: 200px;
  position: relative;
}
.about-image .round-video {
  width: 150px;
  height: 150px;
  padding: 46px 0;
  background: #FEF1E9;
  position: absolute;
  border-radius: 50%;
  top: 34%;
  z-index: 1;
  right: 0%;
  border: solid 1px var(--headingColor);
}
.about-image .round-video .about-text-shape1 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 12%;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}
.about-image .round-video .video-btn {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  border: 1.2px solid var(--headingColor);
  background: var(--whiteColor);
  display: block;
  border-radius: 50%;
  font-size: 28px;
  text-align: center;
  color: var(--primaryColor);
  line-height: 60px;
}

/*
Service Warp Style
======================================================*/
.service-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px var(--headingColor);
  padding-left: 140px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 40px;
  transition: var(--transition);
}
.service-item .number {
  position: absolute;
  left: 40px;
  top: 52px;
  width: 60px;
  line-height: 60px;
  font-family: var(--headingFontFamily);
  font-size: 20px;
  color: var(--headingColor);
  height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #E2F7F3;
  border: solid 1px var(--headingColor);
}
.service-item .content {
  max-width: 820px;
}
.service-item .content h4 {
  font-size: 26px;
  margin-bottom: 15px;
}
.service-item .content h4 a {
  color: var(--headingColor);
}
.service-item .content p {
  margin-bottom: 0;
}
.service-item .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  line-height: 69px;
  color: var(--headingColor);
  box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.15);
}
.service-item.style2 {
  border-top: solid 1px var(--headingColor);
}
.service-item::before {
  content: "";
  background: #FEF1E9;
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: var(--transition);
  z-index: -1;
}
.service-item::after {
  content: "";
  background: #FEF1E9;
  height: 50%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition: var(--transition);
  z-index: -1;
}
.service-item:hover .number {
  background-color: var(--whiteColor);
}
.service-item:hover .icon {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.service-item:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.service-item:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

/*
Back Out Warp Style
======================================================*/
.back-card {
  margin-bottom: 25px;
}
.back-card .icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  font-size: 45px;
  text-align: center;
  line-height: 98px;
  position: absolute;
  top: -50px;
  right: 50px;
  z-index: 1;
  transition: var(--transition);
}
.back-card span {
  color: var(--secondaryColor);
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.back-card h3 {
  font-size: 26px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px var(--headingColor);
}
.back-card h3 a {
  color: var(--headingColor);
}
.back-card:hover .icon {
  background-color: var(--secondaryColor);
}
.back-card .content {
  padding: 60px 40px;
  position: relative;
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
}
.back-card p {
  margin-bottom: 0;
}

.back-slider-warp .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--headingColor);
}
.back-slider-warp .swiper-pagination .swiper-pagination-bullet-active {
  border-color: var(--secondaryColor) !important;
}

/*
Choose Warp Style
======================================================*/
.choose-image .single-section {
  margin-bottom: 45px;
}

.choose-content {
  padding-left: 60px;
}
.choose-content .choose-item {
  display: flex;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: solid 1px var(--headingColor);
}
.choose-content .choose-item .icon {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  border: solid 1px;
  background-color: #E2F7F3;
  position: relative;
  transition: var(--transition);
  top: 5px;
}
.choose-content .choose-item .content {
  margin-left: 30px;
}
.choose-content .choose-item .content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
.choose-content .choose-item .content p {
  margin-bottom: 15px;
}
.choose-content .choose-item .content .read-more {
  font-weight: 700;
}
.choose-content .choose-item .content .read-more:hover {
  color: var(--secondaryColor);
}
.choose-content .choose-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.choose-content .choose-item:hover .icon {
  background-color: var(--secondaryColor);
  border-color: var(--secondaryColor);
  color: var(--whiteColor);
}

/*
Partner Warp Style
======================================================*/
.partner-content {
  margin-bottom: 60px;
}
.partner-content h5 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
  font-family: Manrope;
}

/*
Review Warp Style
======================================================*/
.review-slider-warp {
  position: relative;
}
.review-slider-warp .hero-thumb {
  max-width: 325px;
  position: absolute;
  top: -42%;
}
.review-slider-warp .hero-thumb .watch {
  width: 66px;
  height: 66px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.review-slider-warp .hero-thumb .watch::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: -1px;
  right: 0;
  left: 0;
  z-index: -1;
  transition: var(--transition);
  border-radius: 50%;
  background-color: var(--whiteColor);
}
.review-slider-warp .hero-thumb .watch:hover::before {
  background-color: var(--secondaryColor);
}
.review-slider-warp .hero-thumb .swiper-slide-thumb-active .watch::before {
  background-color: var(--secondaryColor);
}
.review-slider-warp .swiper-pagination {
  position: absolute;
  right: -42%;
  bottom: 11px;
  left: auto !important;
  margin-top: 0;
}

.review-warp .single-section {
  margin-bottom: -70px;
}
.review-warp .single-section h2 {
  color: var(--whiteColor);
}

.review-widget .star-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.review-widget .star-content span {
  color: var(--whiteColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--headingFontFamily);
}
.review-widget .star-content .star {
  font-size: 20px;
  color: var(--starColor);
}
.review-widget .star-content .star i {
  margin: 0 1px;
}
.review-widget p {
  color: #CBCBCB;
  margin-bottom: 40px;
  font-size: 18px;
}
.review-widget .test-details {
  display: flex;
  align-items: center;
}
.review-widget .test-details .details-content {
  margin-left: 25px;
}
.review-widget .test-details .details-content h5 {
  font-size: 22px;
  color: var(--whiteColor);
  margin-bottom: 5px;
}
.review-widget .test-details .details-content span {
  color: #CBCBCB;
}
.review-widget .review-content {
  padding-right: 50px;
}

/*
Another Warp Style
======================================================*/
.another-counter {
  position: relative;
  z-index: 1;
}
.another-counter .inner-another-counter {
  background: var(--primaryColor);
  text-align: center;
  padding: 100px 40px 75px 40px;
}
.another-counter::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background-color: var(--headingColor);
}
.another-counter .total-count {
  margin-bottom: 25px;
}
.another-counter .total-count h1 {
  font-size: 80px;
  color: transparent;
  line-height: 1;
  font-family: var(--headingFontFamily);
  transition: var(--transition);
  font-weight: 600;
  -webkit-text-stroke: 2px var(--whiteColor);
  margin-bottom: 5px;
}
.another-counter .total-count p {
  font-size: 20px;
  margin-bottom: 0;
  color: var(--whiteColor);
}
.another-counter .total-count:hover h1 {
  color: var(--whiteColor);
}

/*
Blog Style2 Warp Style
======================================================*/
.blog-style2-slider-warp .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--headingColor);
}
.blog-style2-slider-warp .swiper-pagination .swiper-pagination-bullet-active {
  border-color: var(--secondaryColor) !important;
}

.style2-blog-box {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.style2-blog-box .image {
  width: 225px;
  height: 249px;
}
.style2-blog-box .content {
  padding: 31px 35px 38px 35px;
  border: solid 1px #eeeeee;
  position: relative;
  z-index: 1;
}
.style2-blog-box .content::before {
  content: "";
  border-top: solid 1px transparent;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  background-color: transparent;
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.style2-blog-box .content::after {
  content: "";
  border-bottom: solid 1px transparent;
  border-left: solid 1px transparent;
  border-right: solid 1px transparent;
  background-color: transparent;
  height: 50%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.style2-blog-box .content:hover::before {
  width: 100%;
  right: 0;
  left: auto;
  border-color: var(--secondaryColor);
}
.style2-blog-box .content:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  border-color: var(--secondaryColor);
}
.style2-blog-box .content .blog-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.style2-blog-box .content .blog-list li {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  padding-right: 20px;
}
.style2-blog-box .content .blog-list li:last-child {
  padding-right: 0;
}
.style2-blog-box .content .blog-list li i {
  position: absolute;
  left: 0;
  top: 0px;
  color: var(--secondaryColor);
}
.style2-blog-box .content .blog-list li::before {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 0;
  transform: rotate(22deg);
  top: 7px;
  height: 10px;
  width: 1px;
  background-color: var(--bodyColor);
}
.style2-blog-box .content .blog-list li:last-child::before {
  display: none;
}
.style2-blog-box .content h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.style2-blog-box .content h3 a {
  color: var(--headingColor);
  transition: var(--transition);
}
.style2-blog-box .content h3 a:hover {
  color: var(--secondaryColor);
}
.style2-blog-box .content .read-more {
  font-weight: 700;
  color: var(--headingColor);
}
.style2-blog-box .content .read-more:hover {
  color: var(--secondaryColor);
}

/*
Consult Warp Style
======================================================*/
.consult-style2-warp {
  border: 1.2px solid var(--headingColor);
  background: #E2F7F3;
}

.consult-button .default-btn-style2 {
  background-color: var(--primaryColor);
}
.consult-button .default-btn-style2::before {
  background-color: var(--secondaryColor);
}
.consult-button .default-btn-style2::after {
  background-color: var(--secondaryColor);
}

/*
Hero Style3 Warp Style
======================================================*/
.inner-hero-style3 {
  background-color: var(--whiteColor);
  padding-top: 160px;
  padding-bottom: 170px;
  position: relative;
}
.inner-hero-style3 .content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.inner-hero-style3 .content .title {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1.6px;
  color: var(--secondaryColor);
}
.inner-hero-style3 .content h2 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.inner-hero-style3 .content p {
  font-size: 18px;
  margin-bottom: 40px;
}
.inner-hero-style3 .content .style3-button-warp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-hero-style3 .content .style3-button-warp .default-btn-style2 {
  background-color: var(--primaryColor);
  margin-right: 30px;
}
.inner-hero-style3 .content .style3-button-warp .default-btn-style2::before {
  background-color: var(--secondaryColor);
}
.inner-hero-style3 .content .style3-button-warp .default-btn-style2::after {
  background-color: var(--secondaryColor);
}
.inner-hero-style3 .content .style3-button-warp .video-btn {
  display: flex;
  align-items: center;
}
.inner-hero-style3 .content .style3-button-warp .video-btn span {
  font-size: 18px;
  font-weight: 700;
  color: #454545;
  display: inline-block;
  margin-left: 12px;
}
.inner-hero-style3 .hero-style3-shape1 {
  position: absolute;
  top: 75px;
  left: 135px;
}
.inner-hero-style3 .hero-style3-shape2 {
  position: absolute;
  right: 135px;
  bottom: 0;
}

.quality-slider-warp .swiper-wrapper {
  align-items: center;
}

.inner-quality-warp {
  position: relative;
  z-index: 1;
  padding-right: 50px;
  padding-left: 50px;
}
.inner-quality-warp::before {
  content: "";
  position: absolute;
  background-color: var(--whiteColor);
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}

/*
Partner Warp Style
======================================================*/
.partner-content h4 {
  font-size: 18px;
  font-family: Manrope;
  font-weight: 700;
  margin-bottom: 50px;
}

/*
Savings Warp Style
======================================================*/
.savings-content {
  margin-right: -10px;
}
.savings-content h2 {
  margin-bottom: 15px;
}
.savings-content .about-btn {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.savings-content .about-btn .btn-content {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.savings-content .about-btn .btn-content .btn-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  font-size: 20px;
  transition: var(--transition);
  color: var(--secondaryColor);
  border: solid 1.2px var(--headingColor);
}
.savings-content .about-btn .btn-content .contact {
  margin-left: 15px;
}
.savings-content .about-btn .btn-content .contact span {
  display: block;
  font-size: 16px;
  color: var(--bodyColor);
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}
.savings-content .about-btn .btn-content .contact a {
  font-family: var(--headingFontFamily);
  font-size: 17px;
  font-weight: 500;
  display: block;
  color: var(--headingColor);
}
.savings-content .about-btn .btn-content .contact a:hover {
  color: var(--secondaryColor);
}
.savings-content .about-btn .btn-content:hover .btn-icon {
  border-color: var(--secondaryColor);
  color: var(--secondaryColor);
}
.savings-content .about-btn .default-btn-style2 {
  background-color: var(--primaryColor);
}
.savings-content .about-btn .default-btn-style2::before {
  background-color: var(--secondaryColor);
}
.savings-content .about-btn .default-btn-style2::after {
  background-color: var(--secondaryColor);
}
.savings-content .savings-widget {
  margin-bottom: 25px;
}
.savings-content .savings-widget h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
.savings-content .savings-widget p {
  margin-bottom: 0;
}
.savings-content .tag {
  margin-bottom: 35px;
}

.savings-image-content {
  padding-left: 30px;
}
.savings-image-content .content {
  padding-left: 55px;
}
.savings-image-content .content .savings-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.savings-image-content .content .savings-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  font-weight: 500;
  padding: 17px 10px 17px 55px;
  border: 1px solid rgba(21, 21, 21, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
}
.savings-image-content .content .savings-list li i {
  color: var(--secondaryColor);
  position: absolute;
  left: 20px;
  top: 14px;
  font-size: 25px;
}
.savings-image-content .content .savings-list li:last-child {
  margin-bottom: 0;
}
.savings-image-content .savings-image {
  margin-right: -30px;
  padding-left: 20px;
}

/*
Award Warp Style
======================================================*/
.inner-award-warp {
  padding: 100px 50px;
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  border: 1px solid rgba(21, 21, 21, 0.11);
}

.award-box {
  display: flex;
  align-items: center;
}
.award-box .icon {
  width: 90px;
  height: 90px;
  line-height: 84px;
  border-radius: 50%;
  background: #F4E5FF;
  position: relative;
  text-align: center;
  border: 1.4px dashed rgba(255, 97, 98, 0.5);
  border-radius: 50%;
  transition: var(--transition);
}
.award-box .icon .hide {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  opacity: 0;
  transition: var(--transition);
  transform: translateY(-23px);
  margin-left: auto;
  margin-right: auto;
}
.award-box .icon .show {
  transition: var(--transition);
}
.award-box .content {
  padding-left: 30px;
}
.award-box .content p {
  margin-bottom: 0;
}
.award-box .content h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}
.award-box:hover .icon {
  background-color: var(--secondaryColor);
}
.award-box:hover .icon .show {
  opacity: 0;
}
.award-box:hover .icon .hide {
  opacity: 1;
}

.col-lg-3:nth-child(3) .award-box {
  margin-left: 20px;
}

/*
Succeed Warp Style
======================================================*/
.succeed-content {
  margin-bottom: -20px;
}
.succeed-content .accordion-item {
  border: solid 1px rgba(21, 21, 21, 0.1);
  box-shadow: 0px 4px 10px rgba(79, 139, 173, 0.05) !important;
}
.succeed-content h2 {
  margin-bottom: 30px;
}

.succeed-warp {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 836px 100%;
  position: relative;
}
.succeed-warp .succeed-information {
  background: var(--primaryColor);
  display: flex;
  padding: 75px 50px;
  align-items: center;
  max-width: 620px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.succeed-warp .succeed-information h4 {
  font-size: 26px;
  margin-bottom: 0;
  margin-left: 25px;
  color: var(--whiteColor);
}
.succeed-warp .succeed-information .icon {
  width: 60px;
  height: 60px;
}
.succeed-warp .succeed-information .icon img {
  width: 60px;
  height: 60px;
}
.succeed-warp .succeed-image {
  max-width: 836px;
  margin-left: auto;
  position: relative;
}

/*
Help Warp Style
======================================================*/
.help-progress .scale-progress {
  margin-bottom: 35px;
  position: relative;
}
.help-progress .scale-progress .pg-content {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.help-progress .scale-progress .pg-content .progress-shown {
  position: absolute;
  left: 86%;
  color: var(--whiteColor);
}
.help-progress .scale-progress .pg-content .progress-shown2 {
  position: absolute;
  left: 76%;
  color: var(--whiteColor);
}
.help-progress .scale-progress .pg-content .progress-shown3 {
  position: absolute;
  left: 84%;
  color: var(--whiteColor);
}
.help-progress .scale-progress .pg-content span {
  font-size: 18px;
  font-family: var(--headingFontFamily);
  font-weight: 500;
  color: var(--whiteColor);
}
.help-progress .scale-progress .progress {
  height: 9px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2196078431);
}
.help-progress .scale-progress .progress-bar {
  background: var(--secondaryColor);
}
.help-progress .scale-progress.style2 {
  margin-bottom: 0;
}

.help-content h2 {
  color: var(--whiteColor);
  margin-bottom: 40px;
}
.help-content .help-details {
  display: flex;
  align-items: center;
}
.help-content .help-details .user {
  width: 70px;
  height: 70px;
}
.help-content .help-details .content {
  margin-left: 20px;
}
.help-content .help-details .content h5 {
  font-size: 26px;
  margin-bottom: 5px;
  color: var(--whiteColor);
}
.help-content .help-details .content p {
  font-size: 18px;
  color: #CBCBCB;
}
.help-content .help-details .signuture {
  margin-left: 50px;
}

/*
Multiple Warp Style
======================================================*/
.multiple-box {
  margin-top: 80px;
  margin-bottom: 25px;
  text-align: center;
  padding: 110px 43px 50px 43px;
  box-shadow: 0px 4px 10px 0px rgba(79, 139, 173, 0.05);
  border: 1px solid rgba(21, 21, 21, 0.1);
  background-color: var(--whiteColor);
  position: relative;
}
.multiple-box .main-icon {
  width: 150px;
  height: 150px;
  line-height: 166px;
  font-size: 68px;
  color: var(--secondaryColor);
  border-radius: 50%;
  border: 1.4px dashed rgba(255, 97, 98, 0.5);
  background-color: #F4E5FF;
  position: absolute;
  transition: var(--transition);
  top: -80px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.multiple-box h3 {
  font-size: 26px;
  margin-bottom: 12px;
}
.multiple-box h3 a {
  color: var(--headingColor);
}
.multiple-box h3 a:hover {
  color: var(--secondaryColor);
}
.multiple-box p {
  margin-bottom: 45px;
}
.multiple-box .icon {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  line-height: 67px;
  background-color: #FEF1E9;
  font-size: 23px;
  color: var(--headingColor);
  display: block;
  border-radius: 50px;
  transition: var(--transition);
  border: solid 1px rgba(21, 21, 21, 0.1);
}
.multiple-box:hover .main-icon {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.multiple-box:hover .icon {
  color: var(--secondaryColor);
}

/*
Recent Warp Style
======================================================*/
.recent-card {
  margin-bottom: 25px;
  position: relative;
}
.recent-card .content-icon {
  position: absolute;
  bottom: 100px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  padding: 32px 0 32px 30px;
  opacity: 0;
  transition: var(--transition);
}
.recent-card .content-icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 94%;
  height: 100%;
  z-index: -1;
  background-color: var(--whiteColor);
}
.recent-card .content-icon .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  line-height: 62px;
  font-size: 28px;
  text-align: center;
}
.recent-card .content-icon .icon:hover {
  background-color: var(--headingColor);
}
.recent-card .content-icon .content .tag {
  font-weight: 700;
  color: var(--secondaryColor);
  display: block;
  margin-bottom: 10px;
}
.recent-card .content-icon .content h3 {
  font-size: 25px;
  margin-bottom: 0;
}
.recent-card .content-icon .content h3 a {
  color: var(--headingColor);
}
.recent-card .content-icon .content h3 a:hover {
  color: var(--secondaryColor);
}
.recent-card:hover .content-icon {
  opacity: 1;
  bottom: 20px;
}

/*
Update Warp Style
======================================================*/
.update-slider-warp {
  position: relative;
  padding-left: 100px;
}
.update-slider-warp .update-thumb {
  max-width: 325px;
  position: absolute;
  top: 0;
}
.update-slider-warp .update-thumb .watch {
  width: 66px;
  height: 66px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.update-slider-warp .update-thumb .watch::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: -1px;
  right: 0;
  left: 0;
  z-index: -1;
  transition: var(--transition);
  border-radius: 50%;
  background-color: var(--headingColor);
}
.update-slider-warp .update-thumb .watch:hover::before {
  background-color: var(--secondaryColor);
}
.update-slider-warp .update-thumb .swiper-slide-thumb-active .watch::before {
  background-color: var(--secondaryColor);
}
.update-slider-warp .swiper-pagination {
  position: absolute;
  right: -43%;
  bottom: 20px;
  left: auto !important;
  margin-top: 0;
}
.update-slider-warp .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--headingColor);
}
.update-slider-warp .swiper-pagination .swiper-pagination-bullet-active {
  border-color: var(--secondaryColor) !important;
}

.update-widget {
  padding-top: 100px;
}
.update-widget .star-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.update-widget .star-content span {
  color: var(--headingColor);
  font-size: 18px;
  font-weight: 600;
  font-family: var(--headingFontFamily);
}
.update-widget .star-content .star {
  font-size: 20px;
  color: var(--starColor);
}
.update-widget .star-content .star i {
  margin: 0 1px;
}
.update-widget p {
  color: var(--bodyColor);
  margin-bottom: 40px;
  font-size: 18px;
}
.update-widget .test-details {
  display: flex;
  align-items: center;
}
.update-widget .test-details .details-content {
  margin-left: 25px;
}
.update-widget .test-details .details-content h5 {
  font-size: 22px;
  color: var(--headingColor);
  margin-bottom: 5px;
}
.update-widget .test-details .details-content span {
  color: var(--bodyColor);
}

.update-content {
  padding-right: 1px;
}
.update-content h2 {
  margin-bottom: 40px;
}
.update-content .default-btn-style2 {
  background-color: var(--primaryColor);
}
.update-content .default-btn-style2::before {
  background-color: var(--secondaryColor);
}
.update-content .default-btn-style2::after {
  background-color: var(--secondaryColor);
}

/*
Rapidly Warp Style
======================================================*/
.inner-rapidly-warp {
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  background-color: var(--whiteColor);
  border: 1px solid rgba(21, 21, 21, 0.11);
  padding: 80px 60px;
  margin-bottom: -110px;
  position: relative;
  z-index: 2;
}
.inner-rapidly-warp .rapidly-button {
  text-align: end;
}
.inner-rapidly-warp .rapidly-button .default-btn-style2.style3 {
  margin-right: 30px;
  border: 1px solid rgba(21, 21, 21, 0.15);
  background: #FEF1E9;
  color: var(--headingColor);
}
.inner-rapidly-warp .rapidly-button .default-btn-style2.style3:hover {
  color: var(--whiteColor);
}

.rapidly-content {
  display: flex;
  align-items: center;
  padding-right: 50px;
}
.rapidly-content .icon {
  font-size: 60px;
  color: var(--secondaryColor);
}
.rapidly-content .content {
  margin-left: 30px;
}
.rapidly-content .content h4 {
  margin-bottom: 0;
  font-size: 26px;
}

.main-video-warp {
  padding-top: 280px;
  padding-bottom: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.main-video-warp::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  opacity: 0.76;
  background: var(--headingColor);
}
.main-video-warp .main-video-content {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.main-video-warp .main-video-content .video-btn {
  width: 120px;
  height: 120px;
  line-height: 115px;
  border-radius: 50%;
  text-align: center;
  color: var(--primaryColor);
  font-size: 62px;
  display: block;
  border: solid 1px var(--primaryColor);
  background-color: var(--whiteColor);
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.main-video-warp .main-video-content .video-btn:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-color: var(--secondaryColor);
}
.main-video-warp .main-video-content h3 {
  font-size: 46px;
  margin-bottom: 0;
  color: var(--whiteColor);
}

/*
Extend Warp Style
======================================================*/
.extend-warp {
  position: relative;
  z-index: 1;
}
.extend-warp::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 40%;
  z-index: -1;
  background: #FEF1E9;
}

.extend-image .image.style2 {
  margin-bottom: 25px;
}

.extend-content .extend-btn-contact {
  display: flex;
  margin-top: 45px;
}
.extend-content .extend-btn-contact .content {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.extend-content .extend-btn-contact .content .contact-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  font-size: 20px;
  transition: var(--transition);
  color: var(--headingColor);
  border: solid 1.2px var(--headingColor);
}
.extend-content .extend-btn-contact .content .content-contact {
  margin-left: 20px;
}
.extend-content .extend-btn-contact .content .content-contact span {
  display: block;
  font-size: 16px;
  color: var(--bodyColor);
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;
}
.extend-content .extend-btn-contact .content .content-contact a {
  font-family: var(--headingFontFamily);
  font-size: 17px;
  font-weight: 500;
  display: block;
  color: var(--headingColor);
}
.extend-content .extend-btn-contact .content .content-contact a:hover {
  color: var(--secondaryColor);
}
.extend-content .extend-btn-contact .content:hover .btn-icon {
  border-color: var(--secondaryColor);
  color: var(--secondaryColor);
}
.extend-content h2 {
  margin-bottom: 20px;
}
.extend-content .extend-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.extend-content .extend-list li {
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
}
.extend-content .extend-list li:last-child {
  margin-bottom: 0;
}
.extend-content .extend-list li i {
  position: absolute;
  left: 0;
  color: var(--primaryColor);
  font-size: 20px;
}
.extend-content p {
  margin-bottom: 20px;
}

/*
Blog Style3 Warp Style
======================================================*/
.blog-card.style2 {
  border: 1px solid rgba(21, 21, 21, 0.11);
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  margin-bottom: 25px;
}
.blog-card.style2 .image .image-content {
  padding: 5px 10px 5px 10px;
}
.blog-card.style2 .image .image-content::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
}
.blog-card.style2.sticky .content {
  background-color: #f6efe0;
}

/*
Hero Style4 Warp Style
======================================================*/
.hero-style4-warp {
  padding-top: 130px;
  padding-bottom: 160px;
}
.hero-style4-warp .hero-style4-image1 {
  padding-right: 148px;
  position: relative;
  z-index: 1;
}
.hero-style4-warp .hero-style4-image1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 189px;
  z-index: -1;
  height: 189px;
  background: linear-gradient(134deg, rgba(146, 115, 237, 0.59) 0%, rgba(22, 84, 242, 0.59) 50.52%, rgba(168, 47, 210, 0.59) 100%);
  filter: blur(125px);
}
.hero-style4-warp .hero-style4-image2 {
  padding-left: 146px;
  margin-top: 205px;
  z-index: 1;
  position: relative;
}
.hero-style4-warp .hero-style4-image2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 189px;
  z-index: -1;
  height: 189px;
  background: linear-gradient(134deg, rgba(237, 115, 115, 0.48) 0%, rgba(242, 22, 75, 0.48) 50.52%, rgba(210, 47, 126, 0.48) 100%);
  filter: blur(125px);
}
.hero-style4-warp .video-tag {
  display: flex;
  margin-left: -55px;
  align-items: center;
}
.hero-style4-warp .video-tag p {
  max-width: 557px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}
.hero-style4-warp .video-tag .round-video {
  width: 200px;
  height: 200px;
  margin-left: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  line-height: 220px;
  border: solid 1px var(--headingColor);
}
.hero-style4-warp .video-tag .round-video .style4-hero1 {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 24px;
}
.hero-style4-warp .video-tag .round-video .video-btn {
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 40px;
  color: var(--primaryColor);
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  display: inline-block;
  border: solid 1px var(--headingColor);
  position: relative;
}

.hero-style4-content {
  margin-right: -120px;
  margin-top: -30px;
  margin-left: 20px;
}
.hero-style4-content h1 {
  font-size: 120px;
  margin-bottom: 30px;
  line-height: 140px;
}
.hero-style4-content h1 span {
  margin-left: -110px;
}

/*
Partner Style4 Warp Style
======================================================*/
.partner-style4 {
  padding-top: 90px;
  padding-bottom: 90px;
  border: 1.2px solid rgba(21, 21, 21, 0.3);
}

/*
Virtual Warp Style
======================================================*/
.virtual-card {
  padding: 50px 30px 35px 35px;
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  border: solid 1px transparent;
  border-bottom: 8px solid transparent;
  transition: var(--transition);
  margin-bottom: 25px;
}
.virtual-card .main-icon {
  width: 100px;
  height: 100px;
  line-height: 115px;
  border-radius: 50%;
  font-size: 50px;
  transition: var(--transition);
  text-align: center;
  color: var(--primaryColor);
  background-color: #F4E5FF;
  margin-bottom: 45px;
}
.virtual-card h3 {
  font-size: 26px;
  margin-bottom: 12px;
}
.virtual-card h3 a {
  color: var(--headingColor);
}
.virtual-card h3 a:hover {
  color: var(--secondaryColor);
}
.virtual-card p {
  margin-bottom: 25px;
}
.virtual-card .icon {
  font-size: 25px;
  line-height: 0;
  color: var(--headingColor);
}
.virtual-card .icon i {
  line-height: 1;
}
.virtual-card .icon:hover {
  color: var(--secondaryColor);
}
.virtual-card:hover {
  border-color: var(--secondaryColor);
}
.virtual-card:hover .main-icon {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}

/*
Proven Warp Style
======================================================*/
.proven-content {
  padding-left: 55px;
}
.proven-content h2 {
  margin-bottom: 18px;
}
.proven-content .proven-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 45px;
  padding-bottom: 38px;
  margin-top: 30px;
  border-bottom: solid 1px hsla(0, 0%, 8.24%, 0.21);
}
.proven-content .proven-list li {
  position: relative;
  padding-left: 75px;
  margin-bottom: 30px;
}
.proven-content .proven-list li:last-child {
  margin-bottom: 0;
}
.proven-content .proven-list li .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  position: absolute;
  top: 5px;
  left: 0;
}
.proven-content .proven-list li h3 {
  font-size: 24px;
}
.proven-content .proven-list li p {
  margin-bottom: 0;
}
.proven-content .proven-widget {
  display: flex;
  align-items: center;
}
.proven-content .proven-widget .image {
  width: 192px;
  height: 120px;
  margin-right: 30px;
}
.proven-content .proven-widget h5 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 28px;
  font-weight: 500;
}

.proven-warp {
  position: relative;
  z-index: 1;
}
.proven-warp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
  background: #E2F7F3;
}

/*
Offering Warp Style
======================================================*/
.offering-warp {
  overflow: hidden;
}
.offering-warp .offering-slider-warp .swiper {
  overflow: inherit;
}
.offering-warp .offering-slider-warp .swiper-wrapper {
  justify-content: center;
}
.offering-warp .offering-slider-warp .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--headingColor);
}
.offering-warp .offering-slider-warp .swiper-pagination .swiper-pagination-bullet-active {
  border-color: var(--secondaryColor) !important;
}

.offering-item {
  position: relative;
  margin-bottom: 25px;
}
.offering-item .content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  opacity: 0;
  transition: var(--transition);
}
.offering-item .content p {
  font-weight: 600;
  color: var(--whiteColor);
  display: inline-block;
  margin-bottom: 12px;
}
.offering-item .content h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.offering-item .content h3 a {
  color: var(--whiteColor);
}
.offering-item .content .icon {
  width: 55px;
  height: 55px;
  line-height: 63px;
  color: var(--whiteColor);
  font-size: 25px;
  text-align: center;
  background-color: var(--secondaryColor);
  border-radius: 50%;
  display: inline-block;
}
.offering-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  transition: var(--transition);
  width: 0%;
  background: var(--headingColor);
}
.offering-item.active::before {
  opacity: 0.6;
  width: 100%;
}
.offering-item.active .content {
  opacity: 1;
}

/*
Employe Warp Style
======================================================*/
.employe-tab .nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.employe-tab .nav-item .nav-link {
  text-align: center;
  padding: 0;
  border-radius: 0;
  padding: 26px;
  width: 100%;
  box-shadow: 0px 4px 8px 0px rgba(79, 139, 173, 0.08);
  background-color: var(--whiteColor);
  transition: var(--transition);
}
.employe-tab .nav-item .nav-link i {
  font-size: 50px;
  color: var(--primaryColor);
  position: relative;
  bottom: -8px;
  line-height: 1;
  transition: var(--transition);
  margin-right: 15px;
}
.employe-tab .nav-item .nav-link span {
  font-size: 24px;
  font-family: var(--headingFontFamily);
  color: var(--headingColor);
  position: relative;
  top: -10px;
  transition: var(--transition);
  font-weight: 600;
}
.employe-tab .nav-item .nav-link.active {
  background-color: var(--secondaryColor);
}
.employe-tab .nav-item .nav-link.active i {
  color: var(--whiteColor);
}
.employe-tab .nav-item .nav-link.active span {
  color: var(--whiteColor);
}
.employe-tab .nav-item .nav-link:hover {
  background-color: var(--secondaryColor);
}
.employe-tab .nav-item .nav-link:hover i {
  color: var(--whiteColor);
}
.employe-tab .nav-item .nav-link:hover span {
  color: var(--whiteColor);
}

.employe-content {
  padding-right: 60px;
}
.employe-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.employe-content .employe-list {
  margin-top: 30px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.employe-content .employe-list li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 60px;
}
.employe-content .employe-list li:last-child {
  margin-bottom: 0;
}
.employe-content .employe-list li .icon {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  line-height: 40px;
  text-align: center;
}
.employe-content .employe-list li .content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

/*
Staff Warp Style
======================================================*/
.staff-card {
  margin-bottom: 25px;
  text-align: center;
}
.staff-card .image {
  position: relative;
}
.staff-card .image .social-list {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: var(--transition);
}
.staff-card .image .social-list li {
  display: inline-block;
  padding-right: 12px;
}
.staff-card .image .social-list li:last-child {
  padding-right: 0;
}
.staff-card .image .social-list li .icon {
  border-radius: 50%;
  background-color: var(--whiteColor);
  color: var(--headingColor);
  text-align: center;
  transition: var(--transition);
  line-height: 37px;
  display: inline-block;
  width: 36.842px;
  height: 36.842px;
  border: solid 1px rgba(255, 97, 98, 0.8);
}
.staff-card .image::before {
  content: "";
  opacity: 0.4;
  background: var(--headingColor);
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.staff-card .image::after {
  content: "";
  opacity: 0.4;
  background: var(--headingColor);
  height: 50%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.staff-card .content {
  padding: 35px 20px;
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
}
.staff-card .content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.staff-card .content h3 a {
  color: var(--headingColor);
}
.staff-card .content p {
  margin-bottom: 0;
}
.staff-card:hover .image::before {
  width: 100%;
  right: 0;
  left: auto;
}
.staff-card:hover .image::after {
  width: 100%;
  left: 0;
  right: auto;
}
.staff-card:hover .image .social-list {
  opacity: 1;
  bottom: 25px;
}

/*
Employe Warp Style
======================================================*/
.inner-video-style2-warp {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 240px;
  padding-bottom: 240px;
}
.inner-video-style2-warp .video-btn {
  width: 120px;
  height: 120px;
  line-height: 118px;
  border-radius: 50%;
  text-align: center;
  color: var(--primaryColor);
  font-size: 62px;
  display: block;
  border: solid 1px var(--primaryColor);
  background-color: var(--whiteColor);
  margin-left: auto;
  margin-right: auto;
}
.inner-video-style2-warp .video-btn:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-color: var(--secondaryColor);
}

.video-style2-warp {
  position: relative;
  z-index: 1;
}
.video-style2-warp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background-color: var(--headingColor);
}

/*
Help Warp Style
======================================================*/
.help-accordion .accordion-item {
  background-color: #383838;
  box-shadow: unset;
}
.help-accordion .accordion-item .accordion-button {
  color: var(--whiteColor);
}
.help-accordion .accordion-item .accordion-body p {
  color: #CBCBCB;
}

/*
Last Warp Style
======================================================*/
.last-blog-slider-warp {
  position: relative;
  margin-right: -435px;
}
.last-blog-slider-warp .swiper-btn {
  display: flex;
  position: absolute;
  left: -27%;
  top: 65%;
}
.last-blog-slider-warp .swiper-btn .swiper-button-next {
  left: auto;
  right: -15px;
}
.last-blog-slider-warp .swiper-btn .swiper-button-next::before,
.last-blog-slider-warp .swiper-btn .swiper-button-prev::before {
  border: none;
  box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.15);
}
.last-blog-slider-warp .swiper-btn .swiper-button-next:hover::before,
.last-blog-slider-warp .swiper-btn .swiper-button-prev:hover::before {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-color: var(--secondaryColor);
}

.last-blog-warp {
  overflow: hidden;
  position: relative;
}
.last-blog-warp::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #E2F7F3;
}
.last-blog-warp .last-blog-content {
  padding-right: 30px;
}
.last-blog-warp .last-blog-content h2 {
  margin-bottom: 20px;
}

/*
Last Award Style
======================================================*/
.col-lg-3:nth-child(4) .style4-award-box {
  margin-left: 42px;
}
.col-lg-3:nth-child(3) .style4-award-box {
  margin-left: 35px;
}

.style4-award-box .icon {
  border: none;
}

.inner-bg {
  background-position: right center;
  background-size: 980px 100%;
  background-repeat: no-repeat;
}

.inner-hero-warp {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  z-index: 1;
}
.inner-hero-warp .inner-main-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.inner-hero-warp .service-details-shape {
  top: 167px;
  position: absolute;
  left: 47%;
}
.inner-hero-warp .inner-hero-content h1, .inner-hero-warp .inner-hero-content h2, .inner-hero-warp .inner-hero-content h3 {
  font-size: 46px;
  margin-bottom: 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.inner-hero-warp .inner-hero-content .inner-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.inner-hero-warp .inner-hero-content .inner-list li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
}
.inner-hero-warp .inner-hero-content .inner-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 4px;
  transform: rotate(25deg);
  bottom: 0;
  height: 12px;
  width: 1px;
  background-color: var(--headingColor);
}
.inner-hero-warp .inner-hero-content .inner-list li:last-child {
  padding-right: 0;
}
.inner-hero-warp .inner-hero-content .inner-list li:last-child::before {
  display: none;
}
.inner-hero-warp .inner-hero-content .inner-list li a {
  color: var(--secondaryColor);
}
.inner-hero-warp .inner-hero-content .inner-list li span {
  color: var(--headingColor);
}
.inner-hero-warp.details .inner-hero-content {
  max-width: 800px;
}

.service-big-widget .image {
  margin-bottom: 25px;
}
.service-big-widget .content1 {
  margin-bottom: 30px;
}
.service-big-widget .content1 h3 {
  font-size: 36px;
  margin-bottom: 8px;
}
.service-big-widget .content2 {
  margin-bottom: 30px;
}
.service-big-widget .content2 h4 {
  font-size: 24px;
  margin-bottom: 8px;
}
.service-big-widget .content2 .details-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.service-big-widget .content2 .details-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
}
.service-big-widget .content2 .details-list li:last-child {
  margin-bottom: 0;
}
.service-big-widget .content2 .details-list li i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 18px;
  color: var(--secondaryColor);
}
.service-big-widget .content3 h4 {
  font-size: 24px;
  margin-bottom: 8px;
}
.service-big-widget .content3 .image {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
.service-big-widget .content3 .image .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 103.077px;
  height: 103.077px;
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-49px);
  line-height: 100px;
  font-size: 45px;
  color: var(--secondaryColor);
  background-color: var(--whiteColor);
  z-index: 1;
}
.service-big-widget .content3 .image .video-btn::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
  background: var(--whiteColor);
}
.service-big-widget .content3 p {
  margin-bottom: 0;
}

.service-small-widget .input-control {
  padding: 40px 30px;
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  margin-bottom: 40px;
}
.service-small-widget .input-control .input-box {
  position: relative;
  height: 50px;
}
.service-small-widget .input-control .input-box .form-control {
  background: #f8f8f8;
  padding-left: 15px;
  height: 50px;
  border: none;
  border-radius: 0;
}
.service-small-widget .input-control .input-box .form-control:focus {
  box-shadow: unset;
}
.service-small-widget .input-control .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}
.service-small-widget .input-control .input-box .form-control:focus::placeholder {
  color: transparent;
}
.service-small-widget .input-control .input-box .form-control::-moz-placeholder {
  color: var(--bodyColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.service-small-widget .input-control .input-box .form-control::placeholder {
  color: var(--bodyColor);
  transition: var(--transition);
}
.service-small-widget .input-control .input-box .default-btn-style2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 14px 0;
  width: 50px;
  font-size: 20px;
}
.service-small-widget .all-boxes {
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  padding: 30px;
}
.service-small-widget .all-boxes h4 {
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.service-small-widget .all-boxes h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background: var(--primaryColor);
}
.service-small-widget .all-boxes h4::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  width: 30px;
  background: var(--primaryColor);
}
.service-small-widget .category {
  margin-bottom: 40px;
}
.service-small-widget .category .top-service {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.service-small-widget .category .top-service li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}
.service-small-widget .category .top-service li:last-child {
  margin-bottom: 0;
}
.service-small-widget .category .top-service li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
}
.service-small-widget .category .top-service li a:hover, .service-small-widget .category .top-service li a.active {
  color: var(--secondaryColor);
}
.service-small-widget .tags {
  margin-bottom: 40px;
}
.service-small-widget .tags a {
  font-size: 14px;
  background: #F4E5FF;
  display: inline-block;
  padding: 5px 15px;
  margin: 4px;
  transition: var(--transition);
  position: relative;
  z-index: 1;
}
.service-small-widget .tags a::before {
  content: "";
  background: var(--secondaryColor);
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.service-small-widget .tags a::after {
  content: "";
  background: var(--secondaryColor);
  height: 50%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.service-small-widget .tags a:hover {
  color: var(--whiteColor);
}
.service-small-widget .tags a:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.service-small-widget .tags a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.service-small-widget .request-form .form-control {
  height: 50px;
  background: #f8f8f8;
  padding-left: 15px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
}
.service-small-widget .request-form .form-control:focus {
  box-shadow: unset;
}
.service-small-widget .request-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.service-small-widget .request-form .form-control:focus::placeholder {
  color: transparent;
}
.service-small-widget .request-form .form-control::-moz-placeholder {
  color: var(--bodyColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.service-small-widget .request-form .form-control::placeholder {
  color: var(--bodyColor);
  transition: var(--transition);
}
.service-small-widget .request-form .wpcf7-form-control-wrap {
  display: inline-block;
}
.service-small-widget .request-form textarea {
  height: 150px !important;
  padding-top: 15px;
}
.service-small-widget .request-form .default-btn-style2 {
  width: 100%;
  display: block;
}
.service-small-widget .projects-self {
  margin-bottom: 40px;
}
.service-small-widget .projects-self .top-projects {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.service-small-widget .projects-self .top-projects li {
  margin-bottom: 12px;
  font-weight: 400;
}
.service-small-widget .projects-self .top-projects li:last-child {
  margin-bottom: 0;
}
.service-small-widget .projects-self .top-projects li span {
  color: var(--secondaryColor);
  font-weight: 600;
  padding-right: 10px;
}
.service-small-widget .small-blog .sm-blog-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.service-small-widget .small-blog .sm-blog-item:last-child {
  margin-bottom: 0;
}
.service-small-widget .small-blog .sm-blog-item .image {
  width: 83px;
  height: 81px;
  margin-right: 20px;
}
.service-small-widget .small-blog .sm-blog-item .content span {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}
.service-small-widget .small-blog .sm-blog-item .content h5 {
  color: var(--headingColor);
  font-size: 16px;
  margin-bottom: 0;
}
.service-small-widget .small-blog .sm-blog-item .content h5 a {
  color: var(--headingColor);
}

.support-card.style2 .show-content .icon {
  background-color: var(--primaryColor);
}

.projecy-details-warp {
  padding-top: 50px;
}

.project-video-image {
  position: relative;
}
.project-video-image .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 103.077px;
  height: 103.077px;
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-49px);
  line-height: 100px;
  font-size: 45px;
  color: var(--secondaryColor);
  background-color: var(--whiteColor);
  z-index: 1;
}
.project-video-image .video-btn::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
  background: var(--whiteColor);
}

.project-big-widget .content1 {
  margin-bottom: 30px;
}
.project-big-widget .content1 h4 {
  font-size: 30px;
  margin-bottom: 10px;
}
.project-big-widget .content2 {
  margin-bottom: 30px;
}
.project-big-widget .content2 h4 {
  font-size: 30px;
  margin-bottom: 10px;
}
.project-big-widget .project-team h4 {
  font-size: 30px;
  margin-bottom: 20px;
}

.blog-big-warp .image {
  margin-bottom: 30px;
}
.blog-big-warp .content1 {
  margin-bottom: 30px;
}
.blog-big-warp .content1 .blog-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.blog-big-warp .content1 .blog-list li {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  padding-right: 20px;
  font-size: 14px;
}
.blog-big-warp .content1 .blog-list li:last-child {
  padding-right: 0;
}
.blog-big-warp .content1 .blog-list li i {
  position: absolute;
  color: var(--secondaryColor);
  left: 0;
  top: -2px;
  font-size: 18px;
}
.blog-big-warp .content1 .blog-list li::before {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 0;
  transform: rotate(22deg);
  top: 7px;
  height: 10px;
  width: 1px;
  background-color: var(--bodyColor);
}
.blog-big-warp .content1 .blog-list li:last-child::before {
  display: none;
}
.blog-big-warp .content1 .first-p {
  margin-bottom: 20px;
}
.blog-big-warp .content1 .wp-block-quote {
  padding: 30px;
  border-left: 3px solid var(--secondaryColor);
  margin-bottom: 25px;
  margin-top: 25px;
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
}
.blog-big-warp .content1 .wp-block-quote p {
  font-weight: 500;
  font-family: var(--headingFontFamily);
  font-size: 18px;
}
.blog-big-warp .content1 h1, .blog-big-warp .content1 h2, .blog-big-warp .content1 h3, .blog-big-warp .content1 h4, .blog-big-warp .content1 h5, .blog-big-warp .content1 h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-big-warp .style-tag {
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  padding: 25px 35px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.blog-big-warp .style-tag h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}
.blog-big-warp .style-tag .icon {
  height: 70px;
  width: 70px;
  margin-right: 30px;
}
.blog-big-warp .style-tag .icon img {
  height: 70px;
  width: 70px;
}
.blog-big-warp .content2 {
  margin-bottom: 25px;
}
.blog-big-warp .content2 h4 {
  font-size: 22px;
  margin-bottom: 12px;
}
.blog-big-warp .content2 .blog-parts {
  margin-top: 15px;
}
.blog-big-warp .content2 .parts1 {
  margin-bottom: 25px;
}
.blog-big-warp .tag-share {
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  padding: 12px 30px;
  display: flex;
  align-self: center;
  justify-content: space-between;
  margin-bottom: 50px;
  clear: both;
}
.blog-big-warp .tag-share .tag-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-big-warp .tag-share .tag-list li {
  display: inline-block;
}
.blog-big-warp .tag-share .tag-list li i {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: var(--secondaryColor);
  line-height: 30px;
  border-radius: 50px;
  background-color: #F4E5FF;
  margin-right: 15px;
}
.blog-big-warp .tag-share .tag-list li a {
  position: relative;
  margin-right: 5px;
}
.blog-big-warp .tag-share .tag-list li a::before {
  position: absolute;
  content: ",";
  right: -5px;
}
.blog-big-warp .tag-share .tag-list li:last-child a::before {
  display: none;
}
.blog-big-warp .tag-share .share-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-big-warp .tag-share .share-list li {
  display: inline-block;
  padding-right: 10px;
}
.blog-big-warp .tag-share .share-list li span {
  padding-right: 5px;
}
.blog-big-warp .tag-share .share-list li:last-child {
  padding-right: 0;
}
.blog-big-warp .tag-share .share-list li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  color: var(--secondaryColor);
  background-color: #F4E5FF;
  transition: var(--transition);
}
.blog-big-warp .tag-share .share-list li a:hover {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}
.blog-big-warp .blog-team-details {
  padding: 35px;
  position: relative;
  margin-bottom: 35px;
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
}
.blog-big-warp .blog-team-details .image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 35px;
  top: 38px;
}
.blog-big-warp .blog-team-details .content {
  padding-left: 125px;
}
.blog-big-warp .blog-team-details .content .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-big-warp .blog-team-details .content .social-list li {
  display: inline-block;
  padding-right: 10px;
}
.blog-big-warp .blog-team-details .content .social-list li:last-child {
  padding-right: 0;
}
.blog-big-warp .blog-team-details .content .social-list li .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  color: var(--secondaryColor);
  background-color: #F4E5FF;
  transition: var(--transition);
}
.blog-big-warp .blog-team-details .content .social-list li .icon:hover {
  color: var(--whiteColor);
  background-color: var(--secondaryColor);
}
.blog-big-warp .blog-team-details .content h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.blog-big-warp .blog-team-details .content p {
  margin-bottom: 12px;
}
.blog-big-warp .blog-review h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
.blog-big-warp .blog-review .review-item {
  padding: 35px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
}
.blog-big-warp .blog-review .review-item .image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: 35px;
  top: 35px;
}
.blog-big-warp .blog-review .review-item .content {
  padding-left: 105px;
}
.blog-big-warp .blog-review .review-item .content h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.blog-big-warp .blog-review .review-item .content .review-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.blog-big-warp .blog-review .review-item .content .review-list li {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  font-size: 13px;
}
.blog-big-warp .blog-review .review-item .content .review-list li:last-child {
  padding-right: 0;
}
.blog-big-warp .blog-review .review-item .content .review-list li:last-child::before {
  display: none;
}
.blog-big-warp .blog-review .review-item .content .review-list li::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 3px;
  height: 12px;
  width: 1px;
  background-color: var(--bodyColor);
}
.blog-big-warp .blog-review .review-item .content p {
  margin-bottom: 0;
}
.blog-big-warp .blog-review .review-item .content .reply {
  position: absolute;
  top: 50px;
  right: 35px;
  font-size: 16px;
  font-weight: 700;
  color: var(--secondaryColor);
}
.blog-big-warp .blog-form {
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  padding: 35px 30px;
}
.blog-big-warp .blog-form h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.blog-big-warp .blog-form p {
  margin-bottom: 20px;
}
.blog-big-warp .blog-form .form-control {
  height: 50px;
  background: #f8f8f8;
  border: none;
  padding-left: 15px;
  margin-bottom: 20px;
  border-radius: 0;
}
.blog-big-warp .blog-form .form-control:focus {
  box-shadow: unset;
}
.blog-big-warp .blog-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.blog-big-warp .blog-form .form-control:focus::placeholder {
  color: transparent;
}
.blog-big-warp .blog-form .form-control::-moz-placeholder {
  color: var(--bodyColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.blog-big-warp .blog-form .form-control::placeholder {
  color: var(--bodyColor);
  transition: var(--transition);
}
.blog-big-warp .blog-form textarea {
  height: 150px !important;
  padding-top: 15px;
}

.not-found-area {
  max-width: 650px;
  margin: auto;
}
.not-found-area img {
  margin-bottom: 20px;
}
.not-found-area p {
  margin-bottom: 25px;
  margin-top: 20px;
}

.career-big-warp .content1 {
  margin-bottom: 30px;
}
.career-big-warp .content1 h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.career-big-warp .content1 p {
  margin-bottom: 0;
}
.career-big-warp .content2 {
  margin-bottom: 35px;
}
.career-big-warp .content2 h4 {
  font-size: 24px;
  margin-bottom: 12px;
}
.career-big-warp .content2 .career-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 20px;
}
.career-big-warp .content2 .career-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.career-big-warp .content2 .career-list li:last-child {
  margin-bottom: 0;
}
.career-big-warp .content2 .career-list li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 22px;
  color: var(--secondaryColor);
  top: -3px;
}

.map iframe {
  width: 100%;
  height: 615px;
  display: block;
  margin-top: -12px;
}

.contact-form {
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  padding: 40px 50px;
}
.contact-form .form-control {
  height: 50px;
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  padding-left: 20px;
  margin-bottom: 20px;
}
.contact-form .form-control:focus {
  box-shadow: unset;
}
.contact-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-form .form-control:focus::placeholder {
  color: transparent;
}
.contact-form .form-control::-moz-placeholder {
  color: var(--bodyColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.contact-form .form-control::placeholder {
  color: var(--bodyColor);
  transition: var(--transition);
}
.contact-form textarea {
  height: 270px !important;
  padding-top: 20px;
}

.contact-card {
  max-width: 425px;
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  padding: 36px 40px;
  background: rgb(226, 247, 243);
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.contact-card h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3.2px;
  color: #233342;
  margin-bottom: 20px;
}
.contact-card .contact-card-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.contact-card .contact-card-list li {
  position: relative;
  margin-bottom: 8px;
}
.contact-card .contact-card-list li:last-child {
  margin-bottom: 0;
}

.card-image {
  margin-bottom: 25px;
  max-width: 425px;
}

.career-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  margin-bottom: 25px;
}
.career-item .content {
  max-width: 885px;
}
.career-item .content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
.career-item .content h3 a {
  color: var(--headingColor);
}
.career-item .content p {
  margin-bottom: 15px;
}
.career-item .content .career-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.career-item .content .career-list li {
  display: inline-block;
  padding-right: 20px;
}
.career-item .content .career-list li:last-child {
  padding-right: 0;
}
.career-item .content .career-list li span {
  color: var(--secondaryColor);
  padding-right: 5px;
}
.career-item .default-btn-style2 {
  background-color: var(--primaryColor);
}
.career-item .default-btn-style2::after {
  background-color: var(--secondaryColor);
}
.career-item .default-btn-style2::before {
  background-color: var(--secondaryColor);
}

.another-color {
  background-color: var(--secondaryColor);
}

.client-card {
  margin-bottom: 25px;
  padding: 40px;
  position: relative;
  background-color: var(--whiteColor);
}
.client-card .star {
  color: var(--starColor);
  font-size: 18px;
  margin-bottom: 20px;
}
.client-card .star i {
  margin: 0 1px;
}
.client-card p {
  margin-bottom: 20px;
}
.client-card .icon-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.client-card .icon-details h5 {
  font-size: 22px;
  margin-bottom: 5px;
}
.client-card .icon-details .icon {
  font-size: 60px;
  position: relative;
  margin-bottom: -20px;
  line-height: 1;
  color: var(--primaryColor);
}

.blog-pagination .pagination {
  justify-content: start !important;
}

/*
Pagination Style
=======================================================*/
.all-pagination {
  padding-top: 20px;
  margin-bottom: 15px;
}
.all-pagination.style2 {
  margin-top: 20px;
}
.all-pagination .pagination {
  justify-content: center;
}
.all-pagination .pagination li {
  padding-right: 5px;
  padding-left: 5px;
}
.all-pagination .pagination li:last-child {
  padding-right: 0;
}
.all-pagination .pagination li:last-child .page-link i {
  position: relative;
  top: 2px;
}
.all-pagination .pagination li:first-child {
  padding-left: 0;
}
.all-pagination .pagination li:first-child .page-link i {
  position: relative;
  left: -2px;
  top: 2px;
}
.all-pagination .pagination li .page-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--whiteColor);
  text-align: center;
  line-height: 43px;
  border: none;
  color: #000E1E;
  font-size: 16px;
  transition: var(--transition);
  font-weight: 500;
  padding: 0 !important;
  box-shadow: 0px 4px 50px 10px rgba(14, 30, 54, 0.06);
}
.all-pagination .pagination li .page-link:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.all-pagination .pagination li .page-link:hover i {
  color: var(--whiteColor);
}
.all-pagination .pagination li .page-link.active {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.all-pagination .pagination li .page-link.active i {
  color: var(--whiteColor);
}
.all-pagination .pagination li .page-link:focus {
  box-shadow: unset;
}

.pagination-area {
  text-align: center;
  margin-top: 20px;
}
.pagination-area .page-numbers {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  box-shadow: 0px 4px 50px 10px rgba(14, 30, 54, 0.06);
  font-weight: 700;
  display: inline-block;
  line-height: 40px;
  color: var(--blackColor);
  position: relative;
  transition: var(--transition);
  margin-right: 5px;
  z-index: 1;
}
.pagination-area .page-numbers:last-child {
  margin-right: 0;
}
.pagination-area .page-numbers::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 100%;
  left: 0;
  top: 0;
  background: var(--secondaryColor);
  transition: var(--transition);
  opacity: 0;
  z-index: -1;
}
.pagination-area .page-numbers:hover, .pagination-area .page-numbers.current {
  color: var(--whiteColor);
}
.pagination-area .page-numbers:hover::before, .pagination-area .page-numbers.current::before {
  opacity: 1;
}
.pagination-area .page-numbers.next i, .pagination-area .page-numbers.prev i {
  position: relative;
  left: 1px;
  font-size: 20px;
}
.pagination-area .page-numbers.next.prev i, .pagination-area .page-numbers.prev.prev i {
  left: 0;
}

.only-about-image {
  position: relative;
  margin-right: 40px;
}
.only-about-image .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 103.077px;
  height: 103.077px;
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-49px);
  line-height: 100px;
  font-size: 45px;
  color: var(--secondaryColor);
  background-color: var(--whiteColor);
  z-index: 1;
}
.only-about-image .video-btn::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
  background: var(--whiteColor);
}

.inner-another-counter.style2 {
  padding: 0;
  background-color: var(--headingColor);
}

.review-warp.style2 .pagination-slider-warp .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--headingColor);
}
.review-warp.style2 .single-section h2 {
  color: var(--headingColor);
}
.review-warp.style2 .review-widget p {
  color: var(--bodyColor);
}
.review-warp.style2 .review-widget .star-content span {
  color: var(--headingColor);
}
.review-warp.style2 .review-widget .test-details .details-content h5 {
  color: var(--headingColor);
}
.review-warp.style2 .review-widget .test-details .details-content span {
  color: var(--bodyColor);
}

.extend-pricing-warp {
  position: relative;
  z-index: 1;
}
.extend-pricing-warp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 40%;
  z-index: -1;
  background: #F4E5FF;
}

.extend-content.style2 {
  padding-left: 40px;
}

.testimonial-warp.style2 .section-title h2 {
  color: var(--headingColor);
}
.testimonial-warp.style2 .testimonial-box .content .star-content span {
  color: var(--headingColor);
}
.testimonial-warp.style2 .testimonial-box .content p {
  color: var(--bodyColor);
}
.testimonial-warp.style2 .testimonial-box .content .test-details .details-content h5 {
  color: var(--headingColor);
}
.testimonial-warp.style2 .testimonial-box .content .test-details .details-content span {
  color: var(--bodyColor);
}
.testimonial-warp.style2 .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid var(--headingColor);
}

.industries-warp .business-card {
  text-align: center;
}
.industries-warp .business-card .icon {
  margin-left: auto;
  margin-right: auto;
}

.booking-form .input-box {
  margin-bottom: 25px;
}
.booking-form .input-box .form-label {
  margin-bottom: 8px;
}
.booking-form .input-box .form-control {
  box-shadow: 0px 4px 8px 0px rgba(79, 139, 173, 0.08);
  padding-left: 20px;
  background-color: var(--whiteColor);
  border: none;
  height: 60px;
  border-radius: 0;
}
.booking-form .input-box .form-control:focus {
  box-shadow: unset;
}
.booking-form .input-box .form-control:focus::-moz-placeholder {
  color: transparent;
}
.booking-form .input-box .form-control:focus::placeholder {
  color: transparent;
}
.booking-form .input-box .form-control::-moz-placeholder {
  color: var(--bodyColor);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.booking-form .input-box .form-control::placeholder {
  color: var(--bodyColor);
  transition: var(--transition);
}
.booking-form .input-box textarea {
  height: 241px !important;
  padding-top: 20px;
}
.booking-form .default-btn-style2 {
  text-align: center;
}

/*
Project Warp Style
======================================================*/
.account-widget {
  box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
  background-color: var(--whiteColor);
  padding: 35px;
}
.account-widget h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.account-widget .form-control {
  border: 1px solid #EEE;
  background: #f8f8f8;
  height: 50px;
  padding-left: 20px;
  border-radius: 0;
  margin-bottom: 20px;
}
.account-widget .form-control:focus {
  box-shadow: unset;
}
.account-widget .form-control:focus::-moz-placeholder {
  color: transparent;
}
.account-widget .form-control:focus::placeholder {
  color: transparent;
}
.account-widget .form-control::-moz-placeholder {
  color: #263240;
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.account-widget .form-control::placeholder {
  color: #263240;
  transition: var(--transition);
}
.account-widget .pass-login {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.account-widget .pass-login .form-check-input:focus {
  box-shadow: unset;
}
.account-widget .default-btn-style2 {
  padding: 12px 30px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.account-widget .default-btn-style2.style1 {
  background: #3B5998;
}
.account-widget .default-btn-style2.style2 {
  background: #EA4335;
}
.account-widget .another-widget {
  text-align: center;
}
.account-widget .another-widget span {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.account-widget .another-widget span::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 45%;
  opacity: 0.1000000015;
  background: #000E1E;
  height: 1px;
}
.account-widget .another-widget span::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 45%;
  opacity: 0.1000000015;
  background: #000E1E;
  height: 1px;
}
.account-widget .another-widget p a {
  color: var(--secondaryColor);
}

.login-image {
  padding-right: 30px;
}

.terms-big-warp .image {
  margin-bottom: 30px;
}
.terms-big-warp .content1 {
  margin-bottom: 30px;
}
.terms-big-warp .content1 h4 {
  font-size: 26px;
  margin-bottom: 15px;
}
.terms-big-warp .content2 {
  margin-bottom: 30px;
}
.terms-big-warp .content2 h4 {
  font-size: 26px;
  margin-bottom: 15px;
}
.terms-big-warp .content3 {
  margin-bottom: 30px;
}
.terms-big-warp .content3 h4 {
  font-size: 26px;
  margin-bottom: 15px;
}
.terms-big-warp .content4 {
  margin-bottom: 30px;
}
.terms-big-warp .content4 h4 {
  font-size: 26px;
  margin-bottom: 15px;
}
.terms-big-warp .content5 h4 {
  font-size: 26px;
  margin-bottom: 15px;
}

.any-content span {
  color: var(--whiteColor);
  display: block;
  margin-bottom: 8px;
}
.any-content h2 {
  font-size: 46px;
  margin-bottom: 0;
  color: var(--whiteColor);
}

.any-time-warp {
  background-color: var(--secondaryColor);
}
.any-time-warp .default-btn-style2 {
  background-color: var(--primaryColor);
}
.any-time-warp .default-btn-style2::after {
  background-color: var(--whiteColor);
}
.any-time-warp .default-btn-style2::before {
  background-color: var(--whiteColor);
}
.any-time-warp .default-btn-style2:hover {
  color: var(--primaryColor);
}
.any-time-warp .default-btn-style2.style3 {
  background-color: var(--whiteColor);
  color: var(--primaryColor);
  margin-right: 20px;
}
.any-time-warp .default-btn-style2.style3::after {
  background-color: var(--primaryColor);
}
.any-time-warp .default-btn-style2.style3::before {
  background-color: var(--primaryColor);
}
.any-time-warp .default-btn-style2.style3:hover {
  color: var(--whiteColor);
}
.any-time-warp .any-button {
  justify-content: end;
}
.any-time-warp.style2 {
  background: #F4E5FF;
}
.any-time-warp.style2 .any-content span {
  color: var(--secondaryColor);
}
.any-time-warp.style2 .any-content h2 {
  color: var(--headingColor);
}
.any-time-warp.style2 .default-btn-style2 {
  background-color: var(--secondaryColor);
}
.any-time-warp.style2 .default-btn-style2::after {
  background-color: var(--primaryColor);
}
.any-time-warp.style2 .default-btn-style2::before {
  background-color: var(--primaryColor);
}
.any-time-warp.style2 .default-btn-style2:hover {
  color: var(--whiteColor);
}
.any-time-warp.style2 .default-btn-style2.style3 {
  background-color: var(--headingColor);
  color: var(--whiteColor);
  margin-right: 20px;
}
.any-time-warp.style2 .default-btn-style2.style3::after {
  background-color: var(--primaryColor);
}
.any-time-warp.style2 .default-btn-style2.style3::before {
  background-color: var(--primaryColor);
}
.any-time-warp.style2 .default-btn-style2.style3:hover {
  color: var(--whiteColor);
}

.dark-mode-btn {
  position: fixed;
  right: 50px;
  top: 50%;
  z-index: 1030;
}
.dark-mode-btn .dark-mode-switch {
  font-size: 25px;
  color: var(--whiteColor);
  height: 50px;
  transition: var(--transition);
  line-height: 50px;
  width: 50px;
  border: none;
  border-radius: 50%;
  background-color: var(--blackColor);
}

/*
Preloader Area Style*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: var(--primaryColor);
  top: 0;
  left: 0;
  z-index: 99999;
}
.preloader .lds-ripple {
  position: absolute;
  width: 80px;
  height: 80px;
  animation: spin-six 2.5s infinite cubic-bezier(0.17, 0.72, 0.55, 1.66);
  left: 50%;
  top: 50%;
  transform: translate(-40px, -50px);
}
.preloader .preloader-container {
  width: 80px;
  height: 80px;
}
.preloader .petal {
  position: absolute;
  width: 30%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 50%;
  z-index: 2;
}
.preloader .petal::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform-origin: bottom center;
  border-radius: 50%;
  background: var(--secondaryColor);
  z-index: 2;
  animation: opacity-nine 0.8s infinite linear;
  opacity: 1;
  border-left: 1px solid var(--secondaryColor);
}
.preloader .petal:nth-of-type(6) {
  transform: translate(-50%, 0%) rotate(225deg);
}
.preloader .petal:nth-of-type(6)::before {
  background-color: transparent;
  animation-delay: 0.5s;
}
.preloader .petal:nth-of-type(7) {
  transform: translate(-50%, 0%) rotate(270deg);
}
.preloader .petal:nth-of-type(7)::before {
  background-color: transparent;
  animation-delay: 0.6s;
}
.preloader .petal:nth-of-type(8) {
  transform: translate(-50%, 0%) rotate(315deg);
}
.preloader .petal:nth-of-type(8)::before {
  background-color: transparent;
  animation-delay: 0.7s;
}
.preloader .petal:nth-of-type(1) {
  transform: translate(-50%, 0%);
}
.preloader .petal:nth-of-type(1)::before {
  animation-delay: 0s;
}
.preloader .petal:nth-of-type(2) {
  transform: translate(-50%, 0%) rotate(45deg);
}
.preloader .petal:nth-of-type(2)::before {
  animation-delay: 0.1s;
}
.preloader .petal:nth-of-type(3) {
  transform: translate(-50%, 0%) rotate(90deg);
}
.preloader .petal:nth-of-type(3)::before {
  animation-delay: 0.2s;
}
.preloader .petal:nth-of-type(4) {
  transform: translate(-50%, 0%) rotate(135deg);
}
.preloader .petal:nth-of-type(4)::before {
  animation-delay: 0.3s;
}
.preloader .petal:nth-of-type(5) {
  transform: translate(-50%, 0%) rotate(180deg);
}
.preloader .petal:nth-of-type(5)::before {
  animation-delay: 0.4s;
}
.preloader .petal-1 {
  position: absolute;
  width: 30%;
  height: 50%;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom center;
  border-radius: 50%;
  z-index: -1;
}
.preloader .petal-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0%;
  left: 0%;
  transform-origin: bottom center;
  border-radius: 50%;
  background: var(--whiteColor);
  z-index: 2;
  animation: opacity-nine 0.8s infinite linear;
  opacity: 1;
}
.preloader .petal-1:nth-of-type(9) {
  transform: translate(-50%, 0%) rotate(225deg);
}
.preloader .petal-1:nth-of-type(9)::before {
  animation-delay: 0.5s;
}
.preloader .petal-1:nth-of-type(10) {
  transform: translate(-50%, 0%) rotate(270deg);
}
.preloader .petal-1:nth-of-type(10)::before {
  animation-delay: 0.6s;
}
.preloader .petal-1:nth-of-type(11) {
  transform: translate(-50%, 0%) rotate(315deg);
}
.preloader .petal-1:nth-of-type(11)::before {
  animation-delay: 0.7s;
}
.preloader .ball {
  position: absolute;
  width: 28%;
  height: 28%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid var(--whiteColor);
  background: var(--secondaryColor);
  z-index: 3;
}
.preloader.preloader-deactivate {
  visibility: hidden;
}
.preloader.preloader-img img {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
.preloader .text-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 60px;
  color: var(--primaryColor);
  line-height: 1;
}

@keyframes opacity-nine {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}
/*================================================
Back to Top CSS
=================================================*/
#backtotop {
  opacity: 0;
  right: 20px;
  z-index: 99;
  bottom: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 25px;
  transition: 0.5s;
  background: var(--primaryColor);
  color: var(--whiteColor);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
#backtotop::before {
  position: absolute;
  content: "";
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  background: var(--secondaryColor);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
#backtotop:hover {
  color: var(--whiteColor);
}
#backtotop:hover::before {
  opacity: 1;
  visibility: visible;
}
#backtotop .active {
  opacity: 1;
}

.go-top.active {
  opacity: 1 !important;
}/*# sourceMappingURL=farno-main-style.css.map */