/*
@File: Wadiv 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
** - Banner Area Style
** - Content Area Style
** - Features Area Style
** - Services Area Style
** - Ranking Area Style
** - Company Area Style
** - Choose Us Area Style
** - Customers Area Style
** - Brands Area Style
** - Blog Area Style
** - Get In touch Area Style
** - Creative Team Area Style
** - Pricing Area Style
** - Page Banner Area Style
** - Team Area Style
** - Contact Info Area Style
** - Map Content Area Style
** - Sidebar Widget Area Style
** - Projects Area Style
** - FAQ Area Style
** - Details Content Area Style
** - My Account Area Style
** - Main Content Area Style
** - Error Area Style
** - Subscribe Modal Area Style
** - Preloader Area Style One

*******************************************
/*

/*
Default Style
============================*/
.text-primary {
  color: var(--mainColor) !important;
}

.text-body {
  color: var(--bodyColor) !important;
}

.text-dark {
  color: var(--headingColor) !important;
}

.text-dark {
  color: var(--headingColor) !important;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

body {
  font-size: var(--fontSize);
  font-family: var(--bodyFontFamily);
  color: var(--bodyColor);
}

a {
  transition: var(--transition);
  color: var(--bodyColor);
}
a:hover {
  color: var(--mainColor);
}

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

h3 {
  font-weight: 600;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  margin-bottom: 15px;
  line-height: 27px;
}
p:last-child {
  margin-bottom: 0;
}

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

.form-control {
  background-color: var(--whiteColor);
  border: 1px solid #e3eaef;
  border-radius: 10px;
  height: 56px;
  color: var(--headingColor);
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  transition: var(--transition);
  border-radius: 10px;
}
.form-control::-moz-placeholder {
  color: #718A96;
  font-size: 14px;
}
.form-control::placeholder {
  color: #718A96;
  font-size: 14px;
}
.form-control:focus {
  color: var(--blackColor);
  background-color: transparent;
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--mainColor);
}
.form-control.form-select {
  cursor: pointer;
}

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

.scroll-bar {
  margin-top: 0 !important;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.scroll-bar::-webkit-scrollbar {
  width: 6px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.scroll-bar::-webkit-scrollbar-track {
  background: #dbdbdb;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.scroll-bar::-webkit-scrollbar-thumb {
  background: #999999;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.scroll-bar::-webkit-scrollbar-thumb:hover {
  background: var(--mainColor);
}

/*
Bg-color Style*/
.body-bg-color-f5f5f5 {
  background-color: #f5f5f5;
}

.body-bg-color-0d0d0d {
  background-color: #0d0d0d;
}

.bg-color-ffffff {
  background-color: #ffffff;
}

.bg-color-1d1e25 {
  background-color: #1d1e25;
}

.bg-color-847ee5 {
  background-color: #847ee5;
}

.bg-color-0f0b21 {
  background-color: #0f0b21;
}

.bg-color-efe8df {
  background-color: #efe8df;
}

.bg-shape {
  position: relative;
}
.bg-shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-shape.bg-1::before {
  background-image: url(../../assets/img/bg-1.webp);
}
.bg-shape.bg-2::before {
  background-image: url(../../assets/img/bg-2.webp);
}
.bg-shape.bg-3::before {
  background-image: url(../../assets/img/bg-3.webp);
}
.bg-shape.bg-4::before {
  background-image: url(../../assets/img/bg-4.webp);
}
.bg-shape.bg-5 {
  overflow: hidden;
}
.bg-shape.bg-5::before {
  background-image: url(../../assets/img/bg-5.webp);
  top: -35px;
  height: 102%;
}
.bg-shape.bg-6::before {
  background-image: url(../../assets/img/bg-6.webp);
}
.bg-shape.bg-7::before {
  background-image: url(../../assets/img/bg-7.webp);
}
.bg-shape.bg-8::before {
  background-image: url(../../assets/img/bg-8.webp);
}
.bg-shape.bg-9::before {
  background-image: url(../../assets/img/bg-9.webp);
}
.bg-shape.blog-bg::before {
  background-image: url(../../assets/img/bg-9.webp);
}

.bg-shape-wrap {
  position: relative;
  z-index: 1;
}
.bg-shape-wrap .shape {
  position: absolute;
  z-index: -1;
}
.bg-shape-wrap .shape.shape-2 {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*
Default Btn Area Style*/
.default-btn {
  transition: var(--transition);
  background-color: var(--mainColor);
  color: var(--whiteColor);
  font-family: var(--headingFontFamily);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  text-decoration: none;
  border-radius: 15px;
  line-height: 1;
  padding: 20px 30px;
}
.default-btn:hover {
  background-color: var(--optionalColor);
  color: var(--headingColor);
}
.default-btn.active {
  background-color: var(--optionalColor);
  color: var(--whiteColor);
}
.default-btn.active:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor) !important;
}
.default-btn.bg-3b2a56 {
  background-color: var(--headingColor);
}
.default-btn.bg-3b2a56:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.default-btn.bg-46a997 {
  background-color: var(--mainColor2);
}
.default-btn.bg-46a997:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

/*
Read More Btn Area Style*/
.read-more {
  font-size: 17px;
  font-weight: 600;
  font-family: var(--headingFontFamily);
  background-color: transparent;
  transition: var(--transition);
  text-decoration: none;
  color: var(--bodyColor);
}
.read-more i {
  position: relative;
  top: 4px;
  font-size: 17px;
}
.read-more:hover {
  color: var(--mainColor);
}
.read-more:hover i {
  color: var(--mainColor);
}
.read-more.active {
  color: var(--mainColor);
}
.read-more.active i {
  color: var(--mainColor);
}

/* Navbar Area Style
==================================== */
.navbar {
  box-shadow: 0px 8px 20px rgba(41, 99, 112, 0.06);
  padding-top: 21.5px;
  padding-bottom: 21.5px;
}
.navbar .navbar-brand {
  margin-right: 0;
}
.navbar .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.navbar .navbar-nav .dropdown-menu .nav-item {
  margin-left: 0;
  margin-right: 0;
}
.navbar .navbar-nav .nav-item {
  margin-left: 18px;
  margin-right: 18px;
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 13px 0;
  color: var(--headingColor);
  position: relative;
  font-family: var(--headingFontFamily);
  font-size: 16px;
  font-weight: 500;
  transition: var(--transition);
}
.navbar .navbar-nav .nav-item .nav-link span {
  display: block;
  position: relative;
}
.navbar .navbar-nav .nav-item .nav-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: var(--mainColor);
  transition: var(--transition);
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 18px;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  position: absolute;
  vertical-align: 0;
  content: "\ea4f";
  margin-left: 0;
  right: -1px;
  border: 0;
  top: 15px;
  color: #869199;
  font-size: 15px;
  font-weight: 700;
  font-family: remixicon !important;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--mainColor);
}
.navbar .navbar-nav .nav-item .nav-link.active span::before {
  right: auto;
  left: 0;
  width: 100%;
}
.navbar .navbar-nav .nav-item .nav-link.active.dropdown-toggle::after {
  color: var(--mainColor);
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--mainColor);
}
.navbar .navbar-nav .nav-item .nav-link:hover span::before {
  right: auto;
  left: 0;
  width: 100%;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  border: 0;
  top: 50px;
  opacity: 0;
  width: 312px;
  padding: 15px 0;
  border-radius: 0 0 5px 5px;
  visibility: hidden;
  display: block !important;
  background-color: var(--whiteColor);
  border-top: 3px solid var(--mainColor);
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  display: block;
  padding: 12.5px 20px;
  position: relative;
  color: var(--headingColor);
  background-color: transparent !important;
  font-family: var(--headingFontFamily);
  font-size: 15px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item span {
  font-family: var(--bodyFontFamily);
  font-weight: 700;
  font-size: 14px;
  background-color: #ACBCF8;
  padding: 4px 8px;
  color: var(--whiteColor);
  margin-left: 15px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle {
  padding-right: 18px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle::after {
  position: absolute;
  vertical-align: 0;
  content: "\ea4f";
  margin-left: 0;
  right: 15px;
  border: 0;
  top: 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: remixicon !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.active {
  color: var(--mainColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  color: var(--mainColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  visibility: hidden;
  left: -100%;
  opacity: 0;
  top: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown {
  color: var(--mainColor);
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--mainColor);
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar.sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: var(--whiteColor);
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar .src-form {
  margin-left: 40px;
  position: relative;
}
.navbar .src-form .form-control {
  width: 365px;
  background-color: #F6F8FA;
  border-color: #F6F8FA;
  height: 54px;
}
.navbar .src-form .form-control:focus {
  border-color: var(--mainColor);
}
.navbar .src-form .src-btn {
  position: absolute;
  top: 54%;
  right: 20px;
  transform: translateY(-54%);
  background-color: transparent;
  font-size: 20px;
  color: var(--mainColor);
  padding: 0;
}
.navbar .others-options {
  margin-left: 35px;
}
.navbar .others-options ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar .others-options ul li {
  display: inline-block;
  margin-right: 25px;
}
.navbar .others-options ul li:last-child {
  margin-right: 0;
}
.navbar .others-options ul li .default-btn {
  font-family: var(--bodyFontFamily);
  font-size: 17px;
  color: var(--headingColor);
}
.navbar .others-options ul li .default-btn i {
  display: none;
}
.navbar .others-options ul li .default-btn.bg-ff9777 {
  background-color: #ff9777;
}
.navbar .others-options ul li .default-btn.bg-ff9777:hover {
  background-color: var(--mainColor);
}
.navbar.navbar-bg-wrap {
  max-width: 1720px;
  padding-left: 5px;
  padding-right: 5px;
  margin: auto;
  border-radius: 20px;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  margin-top: 35px;
}
.navbar.navbar-bg-wrap .container-fluid {
  max-width: 100%;
}
.navbar.navbar-bg-wrap .navbar-nav .nav-item .nav-link {
  color: var(--headingColor);
}
.navbar.navbar-bg-wrap .navbar-nav .nav-item .nav-link span {
  display: block;
  position: relative;
}
.navbar.navbar-bg-wrap .navbar-nav .nav-item .nav-link span::before {
  background-color: var(--mainColor2);
}
.navbar.navbar-bg-wrap .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  color: #869199;
}
.navbar.navbar-bg-wrap .navbar-nav .nav-item .nav-link.active {
  color: var(--mainColor2);
}
.navbar.navbar-bg-wrap .navbar-nav .nav-item .nav-link.active.dropdown-toggle::after {
  color: var(--mainColor2);
}
.navbar.navbar-bg-wrap .navbar-nav .nav-item .nav-link:hover {
  color: var(--mainColor2);
}
.navbar.navbar-bg-wrap .navbar-nav .nav-item .dropdown-menu {
  border-color: var(--mainColor2);
}
.navbar.navbar-bg-wrap .navbar-nav .nav-item .dropdown-menu li .dropdown-item.active {
  color: var(--mainColor2);
}
.navbar.navbar-bg-wrap .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  color: var(--mainColor2);
}
.navbar.navbar-bg-wrap .navbar-nav .nav-item:hover .nav-link {
  color: var(--mainColor2);
}
.navbar.navbar-bg-wrap .others-options {
  margin-left: 168px;
}
.navbar.navbar-bg-wrap .others-options .form-control {
  width: 203px;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #99A9B8;
  padding-left: 0;
  padding-right: 0;
}
.navbar.navbar-bg-wrap .others-options .form-control:focus {
  border-color: var(--mainColor2);
}
.navbar.navbar-bg-wrap .others-options .src-btn {
  right: 0;
  font-size: 25px;
  color: var(--headingColor);
  top: 63%;
}
.navbar.navbar-bg-wrap.sticky {
  max-width: 100%;
  margin-top: 0;
  border-radius: 0 0 20px 20px;
  z-index: 9999;
}
.navbar.navbar-bg-wrap.sticky .container-fluid {
  max-width: 1720px;
}
.navbar .navbar-toggler {
  color: var(--headingColor);
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}
.navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background: var(--blackColor);
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/* For Mobile Navbar Area Style
==================================== */
.menu ul {
  display: none;
}

.for-mobile-navbar {
  border: 0 !important;
}
.for-mobile-navbar .offcanvas-header {
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}
.for-mobile-navbar .offcanvas-header .close-btn {
  background-color: transparent;
  color: var(--headingColor);
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  border: 0;
}
.for-mobile-navbar .offcanvas-body {
  padding: 30px;
}
.for-mobile-navbar .offcanvas-body .menu {
  padding-left: 0;
  margin-bottom: 25px;
}
.for-mobile-navbar .offcanvas-body .menu li {
  list-style-type: none;
  margin-bottom: 15px;
}
.for-mobile-navbar .offcanvas-body .menu li a {
  cursor: pointer;
}
.for-mobile-navbar .offcanvas-body .menu li.menu-item-has-children {
  position: relative;
}
.for-mobile-navbar .offcanvas-body .menu li.menu-item-has-children::before {
  position: absolute;
  content: "\ea4e";
  font-family: "remixicon";
  right: 0;
  top: 10px;
  color: var(--blackColor);
}
.for-mobile-navbar .offcanvas-body .menu li.current-menu-item a {
  color: var(--mainColor);
}
.for-mobile-navbar .offcanvas-body .menu li.current-menu-item::before {
  color: var(--mainColor);
}
.for-mobile-navbar .offcanvas-body .menu li:last-child {
  margin-bottom: 0;
}
.for-mobile-navbar .offcanvas-body .menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--blackColor);
  text-decoration: none;
}
.for-mobile-navbar .offcanvas-body .menu li .sub-menu .menu-item a {
  color: var(--blackColor) !important;
}
.for-mobile-navbar .offcanvas-body .menu li .sub-menu .menu-item.current-menu-item a {
  color: var(--mainColor) !important;
}
.for-mobile-navbar .offcanvas-body .menu li ul {
  background-color: #f8f8f8;
  padding: 15px;
  margin-top: 15px;
}
.for-mobile-navbar .offcanvas-body .menu li ul li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--blackColor);
}
.for-mobile-navbar .offcanvas-body .offcanvas-contact-info {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}
.for-mobile-navbar .offcanvas-body .offcanvas-contact-info h3 {
  font-size: 22px;
  margin-bottom: 18px;
}
.for-mobile-navbar .offcanvas-body .offcanvas-contact-info .info li {
  margin-bottom: 12px;
  padding-left: 27px;
  font-size: 16px;
}
.for-mobile-navbar .offcanvas-body .offcanvas-contact-info .info li i {
  color: var(--mainColor);
  position: absolute;
  margin-top: 3.5px;
  font-size: 18px;
  left: 0;
  top: 0;
}
.for-mobile-navbar .offcanvas-body .offcanvas-contact-info .info li:last-child {
  margin-bottom: 0;
}
.for-mobile-navbar .offcanvas-body .offcanvas-contact-info .socials-link {
  margin-top: 22px;
}
.for-mobile-navbar .offcanvas-body .offcanvas-contact-info .socials-link li {
  margin-right: 10px;
}
.for-mobile-navbar .offcanvas-body .offcanvas-contact-info .socials-link li a {
  line-height: 1;
  font-size: 18px;
}
.for-mobile-navbar .offcanvas-body .offcanvas-contact-info .socials-link li:last-child {
  margin-right: 0;
}
.for-mobile-navbar .offcanvas-body .others-option {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}
.for-mobile-navbar .offcanvas-body .others-option .option-item {
  margin-left: 20px;
}
.for-mobile-navbar .offcanvas-body .others-option .option-item .search-btn {
  line-height: 1;
  font-size: 18px;
}
.for-mobile-navbar .offcanvas-body .others-option .option-item .user-btn {
  line-height: 1;
  font-size: 18px;
}
.for-mobile-navbar .offcanvas-body .others-option .option-item .cart-btn {
  line-height: 1;
  font-size: 23px;
}
.for-mobile-navbar .offcanvas-body .others-option .option-item .cart-btn span {
  top: -4px;
  right: -4px;
  width: 14px;
  height: 14px;
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.for-mobile-navbar .offcanvas-body .others-option .option-item:first-child {
  margin-left: 0;
}
.for-mobile-navbar .others-options ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.for-mobile-navbar .others-options ul li .default-btn {
  font-family: var(--bodyFontFamily);
  font-size: 17px;
  color: var(--headingColor);
  width: 100%;
  display: block;
}
.for-mobile-navbar .others-options ul li .default-btn i {
  display: none;
}
.for-mobile-navbar .others-options ul li .default-btn.bg-ff9777 {
  background-color: #ff9777;
}
.for-mobile-navbar .others-options ul li .default-btn.bg-ff9777:hover {
  background-color: var(--mainColor);
}
.for-mobile-navbar .src-form {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.for-mobile-navbar .src-form .form-control {
  background-color: #F6F8FA;
  border-color: #F6F8FA;
  height: 54px;
}
.for-mobile-navbar .src-form .form-control:focus {
  border-color: var(--mainColor);
}
.for-mobile-navbar .src-form .src-btn {
  position: absolute;
  top: 54%;
  right: 20px;
  transform: translateY(-54%);
  background-color: transparent;
  font-size: 20px;
  color: var(--mainColor);
  padding: 0;
}

/* Src Form Area Style
==================================== */
.src-form-wrapper {
  padding-top: 50px;
  background-color: #000514;
}
.src-form-wrapper h5 {
  font-size: 25px;
  color: var(--whiteColor) !important;
}
.src-form-wrapper .src-form {
  position: relative;
}
.src-form-wrapper .src-form .form-control {
  border: 1px solid rgba(121, 121, 121, 0.15);
  color: var(--whiteColor);
  background-color: #000514;
}
.src-form-wrapper .src-form .form-control:focus {
  border-color: var(--mainColor);
}
.src-form-wrapper .src-form .src-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  border: 0;
  font-size: 20px;
}
.src-form-wrapper .btn-close {
  color: #8f8f8f;
  opacity: 1;
  font-size: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: var(--transition);
}
.src-form-wrapper .btn-close:focus {
  box-shadow: none;
}
.src-form-wrapper .btn-close:hover {
  color: #ff0000;
}

/* Right Area Style
==================================== */
.right-sidebar {
  background-color: #000514;
  padding: 80px 50px;
}
.right-sidebar.offcanvas.offcanvas-end {
  width: 500px;
}
.right-sidebar .offcanvas-header {
  margin-bottom: 33px;
}
.right-sidebar .offcanvas-header .btn-close {
  color: #8f8f8f;
  opacity: 1;
  font-size: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: var(--transition);
}
.right-sidebar .offcanvas-header .btn-close:focus {
  box-shadow: none;
}
.right-sidebar .offcanvas-header .btn-close:hover {
  color: #ff0000;
}
.right-sidebar .offcanvas-body h3 {
  font-size: 22px;
  color: var(--whiteColor);
  margin-bottom: 40px;
}
.right-sidebar .offcanvas-body .info-link {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}
.right-sidebar .offcanvas-body .info-link li {
  margin-bottom: 30px;
}
.right-sidebar .offcanvas-body .info-link li:last-child {
  margin-bottom: 0;
}
.right-sidebar .offcanvas-body .info-link li i {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background-color: #141928;
  color: var(--mainColor);
  display: inline-block;
  text-align: center;
  font-size: 24px;
  transition: var(--transition);
}
.right-sidebar .offcanvas-body .info-link li span {
  font-weight: 500;
  color: var(--mainColor);
  display: block;
  margin-bottom: 8px;
}
.right-sidebar .offcanvas-body .info-link li p {
  color: var(--whiteColor);
}
.right-sidebar .offcanvas-body .info-link li a {
  color: var(--whiteColor);
  text-decoration: none;
}
.right-sidebar .offcanvas-body .info-link li a:hover {
  color: var(--mainColor);
}
.right-sidebar .offcanvas-body .info-link li:hover i {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.right-sidebar .offcanvas-body .subscribe-content {
  margin-bottom: 40px;
}
.right-sidebar .offcanvas-body .subscribe-content h3 {
  margin-bottom: 15px;
}
.right-sidebar .offcanvas-body .subscribe-content .subscribe-form {
  position: relative;
}
.right-sidebar .offcanvas-body .subscribe-content .subscribe-form .form-control {
  border: 1px solid var(--whiteColor);
  color: var(--whiteColor);
}
.right-sidebar .offcanvas-body .subscribe-content .subscribe-form .form-control:focus {
  border-color: var(--mainColor);
}
.right-sidebar .offcanvas-body .subscribe-content .subscribe-form .form-control::-moz-placeholder {
  color: #696969;
}
.right-sidebar .offcanvas-body .subscribe-content .subscribe-form .form-control::placeholder {
  color: #696969;
}
.right-sidebar .offcanvas-body .subscribe-content .subscribe-form .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 60px;
  padding: 15px 20px;
  padding-top: 23px;
}
.right-sidebar .offcanvas-body .social-link h3 {
  margin-bottom: 15px;
}
.right-sidebar .offcanvas-body .social-link ul {
  padding-left: 0;
  margin-bottom: 40px;
  list-style: none;
}
.right-sidebar .offcanvas-body .social-link ul li {
  display: inline-block;
  margin-right: 10px;
}
.right-sidebar .offcanvas-body .social-link ul li:last-child {
  margin-right: 0;
}
.right-sidebar .offcanvas-body .social-link ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: #141928;
  text-decoration: none;
  font-size: 20px;
  color: var(--whiteColor);
}
.right-sidebar .offcanvas-body .social-link ul li a:hover {
  background-color: var(--mainColor);
}
.right-sidebar .offcanvas-body .opening-hours {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.right-sidebar .offcanvas-body .opening-hours h3 {
  margin-bottom: 15px;
}
.right-sidebar .offcanvas-body .opening-hours .hours-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.right-sidebar .offcanvas-body .opening-hours .hours-list li {
  color: var(--whiteColor);
  margin-bottom: 10px;
}
.right-sidebar .offcanvas-body .opening-hours .hours-list li:last-child {
  margin-bottom: 0;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar.navbar-bg-wrap {
    margin-top: 0;
    border-radius: 0 0 20px 20px;
  }
  .for-mobile-navbar .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link span {
    font-size: 13px;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding-top: 12px;
    padding-bottom: 15px;
  }
  .navbar.navbar-bg-wrap {
    margin-top: 0;
    border-radius: 0 0 20px 20px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar .container-fluid {
    max-width: 960px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .navbar .src-form {
    margin-left: 10px;
  }
  .navbar .src-form .form-control {
    width: 190px;
    height: 40px;
  }
  .navbar .src-form .src-btn {
    background-color: #f6f8fa;
  }
  .navbar .navbar-nav .nav-item {
    margin-left: 8px;
    margin-right: 8px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar .others-options {
    margin-left: 15px;
  }
  .navbar .others-options .default-btn {
    padding: 10px;
    border-radius: 5px;
  }
  .navbar .others-options .default-btn span {
    display: none;
  }
  .navbar .others-options .default-btn i {
    display: block !important;
  }
  .navbar.navbar-bg-wrap {
    margin-top: 0;
    border-radius: 0 0 20px 20px;
  }
  .navbar.navbar-bg-wrap .others-options {
    margin-left: 20px;
  }
  .navbar.navbar-bg-wrap .others-options .form-control {
    width: 110px;
  }
  .navbar.navbar-bg-wrap .others-options .src-btn {
    background-color: transparent;
    font-size: 20px;
  }
  .navbar.navbar-bg-wrap .others-options ul li {
    margin-right: 10px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar .container-fluid {
    max-width: 1320px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .navbar .src-form {
    margin-left: 10px;
  }
  .navbar .src-form .form-control {
    width: 190px;
  }
  .navbar .src-form .src-btn {
    background-color: #f6f8fa;
  }
  .navbar .navbar-nav .nav-item {
    margin-left: 8px;
    margin-right: 8px;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
  .navbar .navbar-nav .nav-item .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar .others-options {
    margin-left: 15px;
  }
  .navbar .others-options .default-btn {
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
  }
  .navbar.navbar-bg-wrap {
    margin-top: 0;
    border-radius: 0 0 20px 20px;
  }
  .navbar.navbar-bg-wrap .others-options {
    margin-left: 60px;
  }
  .navbar.navbar-bg-wrap .others-options .src-btn {
    background-color: transparent;
  }
  .single-pricing {
    padding: 25px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .navbar .others-options {
    margin-left: 20px;
  }
  .navbar .others-options ul li .default-btn {
    padding: 16px 20px;
    font-size: 15px;
    border-radius: 5px;
  }
  .navbar .src-form {
    margin-left: 20px;
  }
  .navbar .src-form .form-control {
    width: 230px;
  }
  .navbar.navbar-bg-wrap {
    margin-top: 0;
    border-radius: 0 0 20px 20px;
  }
  .navbar.navbar-bg-wrap .others-options {
    margin-left: 100px;
  }
}
/*
Section Title Area Style*/
.section-title {
  max-width: 860px;
  margin: 0 auto 35px;
  text-align: center;
  position: relative;
}
.section-title .top-title {
  display: block;
  color: var(--mainColor);
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: var(--headingFontFamily);
  line-height: 100%;
}
.section-title .top-title.color-fdffa8 {
  color: var(--optionalColor2);
}
.section-title h2 {
  font-size: 40px;
  margin-bottom: 16px;
  line-height: 60px;
}
.section-title h2:last-child {
  margin-bottom: 0;
}
.section-title p {
  max-width: 600px;
  margin: auto;
}
.section-title p span {
  color: var(--mainColor);
}
.section-title.white-title h2 {
  color: var(--whiteColor);
}
.section-title.white-title p {
  color: var(--whiteColor);
}
.section-title.left-title {
  margin-left: 0;
  text-align: left;
}
.section-title.mw-700 {
  max-width: 700px;
}

.section-title-mb-50 {
  margin-bottom: 50px;
}

.banner-area {
  position: relative;
  z-index: 1;
}
.banner-area .container-fluid {
  max-width: 1780px;
  padding-left: 30px;
  padding-right: 30px;
}
.banner-area .banner-shape-1 {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: -1;
}
.banner-area .banner-shape-2 {
  position: absolute;
  top: 495px;
  right: 100px;
  z-index: -1;
}
.banner-area.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.banner-content {
  padding-top: 85px;
}
.banner-content .top-title {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-family: var(--headingFontFamily);
  color: var(--mainColor);
  display: block;
  margin-bottom: 20px;
}
.banner-content h1 {
  font-size: 64px;
  line-height: 140%;
}
.banner-content h1 img {
  transition: var(--transition);
}
.banner-content h1 .business {
  font-size: 96px;
}
.banner-content h1 .digital {
  color: var(--mainColor);
  margin-left: 230px;
  transition: var(--transition);
}
.banner-content h1 .agency {
  color: var(--mainColor);
}
.banner-content h1:hover img {
  transform: translateY(-5px);
}
.banner-content h1:hover .digital {
  color: var(--optionalColor);
}
.banner-content.style-two {
  padding-top: 75px;
  margin-bottom: 80px;
}
.banner-content.style-two .banner-btn {
  margin-top: 18px;
  position: relative;
}
.banner-content.style-two .banner-btn .default-btn.active {
  margin-left: 30px;
  background-color: #3B2A56;
}
.banner-content.style-two .banner-btn .default-btn.active:hover {
  background-color: var(--optionalColor);
}
.banner-content.style-two .banner-btn .shape-1 {
  position: absolute;
  left: 105px;
  top: 15px;
}

.client-review-content {
  background-color: #1D1E25;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-right: 62px;
  border-radius: 0px 55.5px 0px 0px;
}
.client-review-content p {
  color: #C2CCD3;
  font-family: var(--headingFontFamily);
  margin-bottom: 0;
}
.client-review-content p a {
  color: var(--whiteColor);
}
.client-review-content p a:hover {
  color: var(--mainColor);
}
.client-review-content .review .review-star {
  margin-bottom: 0;
}
.client-review-content .review .review-star li {
  margin-right: 5px;
  display: inline-block;
}
.client-review-content .review .review-star li:last-child {
  margin-right: 0;
}
.client-review-content .review .review-star li i {
  color: #FEC962;
  font-size: 18px;
}
.client-review-content .review .review-star li:last-child i {
  color: rgba(237, 245, 248, 0.4);
}
.client-review-content .review span {
  font-weight: 600;
  font-size: 18px;
  font-family: var(--headingFontFamily);
  color: var(--whiteColor);
}

.banner-img-3 {
  position: relative;
  z-index: 1;
  text-align: center;
}
.banner-img-3 .banner-shape-2 {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  animation: off-on 10s infinite linear;
}

.banner-content-three .top-title {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-family: var(--headingFontFamily);
  color: var(--optionalColor2);
  display: block;
  margin-bottom: 18px;
}
.banner-content-three h1 {
  font-size: 64px;
  line-height: 84px;
  color: var(--whiteColor);
  margin-bottom: 40px;
}
.banner-content-three .banner-btn .default-btn {
  border: 1px solid var(--mainColor2);
}
.banner-content-three .banner-btn .default-btn.active {
  border-color: var(--whiteColor);
  background-color: transparent;
  margin-left: 20px;
}
.banner-content-three .banner-btn .default-btn.active:hover {
  background-color: var(--mainColor);
}
.banner-content-three .banner-btn .default-btn:hover {
  border-color: var(--mainColor);
}

.banner-img-two {
  position: relative;
}
.banner-img-two img {
  border-radius: 30px;
}
.banner-img-two .banner-chart {
  position: absolute;
  top: 50%;
  left: -160px;
  transform: translateY(-50%);
  transition: var(--transition);
}
.banner-img-two:hover .banner-chart {
  left: -150px;
}
.banner-img-two .shape {
  position: absolute;
}
.banner-img-two .shape.shape-1 {
  top: -110px;
  right: -30px;
  animation: rotation 10s infinite linear;
}

.banner-img-wrap {
  padding-top: 225px;
  padding-bottom: 100px;
}
.banner-img-wrap .banner-img {
  transition: var(--transition);
}
.banner-img-wrap .banner-img img {
  border-radius: 30px;
}
.banner-img-wrap .banner-img.mt-minus-88 {
  margin-top: -88px;
}
.banner-img-wrap .banner-img.active {
  position: relative;
}
.banner-img-wrap .banner-img.active .get-started {
  width: 148px;
  height: 148px;
  line-height: 148px;
  text-align: center;
  display: block;
  background-color: #3B2A56;
  text-decoration: none;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  border-radius: 100px;
  transition: var(--transition);
}
.banner-img-wrap .banner-img.active .get-started img {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  width: 100px;
}
.banner-img-wrap .banner-img.active .get-started span {
  color: var(--whiteColor);
}
.banner-img-wrap .banner-img.active .get-started:hover {
  background-color: var(--optionalColor);
}
.banner-img-wrap .banner-img:hover {
  transform: translateY(-5px);
}

/* Features Area Style
============================================*/
.features-area {
  position: relative;
  z-index: 1;
}
.features-area .shape {
  position: absolute;
  z-index: -1;
  animation: moveBounce 5s linear infinite;
}
.features-area .shape.shape-1 {
  top: -110px;
  left: 122px;
}
.features-area .shape.shape-2 {
  bottom: 0;
  right: 108px;
}
.features-area .col-lg-3:nth-child(2) .single-features .features-img {
  background-color: #fff0f0;
}
.features-area .col-lg-3:nth-child(3) .single-features .features-img {
  background-color: #fff0f0;
}
.features-area .col-lg-3:nth-child(4) .single-features .features-img {
  background-color: #fff0f0;
}

.features-bg {
  padding: 100px 22px;
  padding-bottom: 70px;
}

.single-features {
  margin-bottom: 30px;
  transition: var(--transition);
}
.single-features .features-img {
  background-color: #e0eeff;
  padding: 25px;
  padding-bottom: 0;
  position: relative;
}
.single-features .features-img img {
  border-radius: 15px 15px 0px 0px;
}
.single-features .features-img.bg-fff0f0 {
  background-color: #fff0f0;
}
.single-features .features-img.bg-fff6e0 {
  background-color: #fff6e0;
}
.single-features .features-img.bg-e1e0ff {
  background-color: #e1e0ff;
}
.single-features .features-img span {
  background-color: var(--mainColor);
  font-family: var(--headingFontFamily);
  font-size: 14px;
  font-weight: 600;
  color: var(--whiteColor);
  padding: 5px 10px;
  border-radius: 50px;
  position: absolute;
  top: 40px;
  right: 10px;
}
.single-features .features-content {
  margin-top: 25px;
}
.single-features .features-content h3 {
  font-size: 20px;
  font-size: 18px;
  margin-bottom: 22px;
  line-height: 100%;
}
.single-features .features-content p {
  line-height: 100%;
}
.single-features:hover {
  transform: translateY(-5px);
}

/* Services Area Style
============================================*/
.services-area {
  position: relative;
  z-index: 1;
}
.services-area .shape {
  position: absolute;
  z-index: -1;
}
.services-area .shape.shape-1 {
  top: 0;
  right: 250px;
}

.main-single-services {
  background-color: var(--whiteColor);
  border-radius: 20px;
  padding: 45px 30px;
  margin-bottom: 30px;
  transition: var(--transition);
}
.main-single-services .icon {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.main-single-services .icon i {
  font-size: 68px;
  color: var(--mainColor);
  line-height: 1;
}
.main-single-services .icon .services-shape {
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: -1;
}
.main-single-services h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
.main-single-services h3 a {
  color: var(--headingColor);
  text-decoration: none;
}
.main-single-services p {
  margin-bottom: 45px;
  line-height: 180%;
}
.main-single-services .read-more i {
  font-size: 28px;
  color: var(--headingColor);
  line-height: 1;
}
.main-single-services:hover {
  transform: translateY(-5px);
}
.main-single-services:hover h3 a {
  color: var(--mainColor);
}
.main-single-services:hover .read-more {
  display: block;
}
.main-single-services:hover .read-more i {
  color: var(--mainColor);
  transition: var(--transition);
}
.main-single-services.style-two {
  border-radius: 10px;
}
.main-single-services.style-two .icon {
  width: 77px;
  text-align: center;
  margin-bottom: 20px;
}
.main-single-services.style-two .icon i {
  font-size: 65px;
}
.main-single-services.style-two .icon .services-shape {
  top: 0;
  left: 0;
}
.main-single-services.style-two p {
  margin-bottom: 25px;
}
.main-single-services.style-two .read-more {
  text-decoration: underline;
}
.main-single-services.style-three {
  background-color: #1B1D23;
  transition: var(--transition);
  border: 1px solid #1B1D23;
}
.main-single-services.style-three .icon {
  width: 77px;
  text-align: center;
  margin-bottom: 20px;
}
.main-single-services.style-three .icon i {
  font-size: 65px;
  color: var(--mainColor2);
}
.main-single-services.style-three .icon .services-shape {
  top: 0;
  left: 0;
}
.main-single-services.style-three h3 a {
  color: var(--whiteColor);
}
.main-single-services.style-three p {
  color: #E3E9F7;
  margin-bottom: 25px;
}
.main-single-services.style-three .read-more {
  color: #718A96;
  text-decoration: underline;
}
.main-single-services.style-three:hover {
  background-color: #1A1626;
  border: 1px solid rgba(219, 223, 236, 0.15);
}
.main-single-services.style-three:hover h3 a {
  color: var(--mainColor2);
}

/* Ranking Area Style
============================================*/
.ranking-area {
  position: relative;
  z-index: 1;
}
.ranking-area .shape {
  position: absolute;
  z-index: -1;
}
.ranking-area .shape.shape-1 {
  top: 100px;
  left: 195px;
  animation: moveBounce 5s linear infinite;
}
.ranking-area .shape.shape-2 {
  top: 138px;
  right: 250px;
  animation: moveBounce 5s linear infinite;
}

.single-ranking {
  background-color: #ECE5CA;
  padding: 40px 35px;
  padding-bottom: 0;
  border-radius: 30px;
  transition: var(--transition);
  margin-bottom: 30px;
}
.single-ranking.bg-989cf7 {
  background-color: #989cf7;
}
.single-ranking.bg-989cf7 p {
  color: #3B2A56;
}
.single-ranking.bg-989cf7 .read-more {
  color: #3B2A56;
}
.single-ranking h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.single-ranking .read-more {
  text-decoration: underline;
}
.single-ranking img {
  border-radius: 12px 12px 0px 0px;
  margin-top: 35px;
}
.single-ranking:hover {
  transform: translateY(-5px);
}

.single-ranking-wrap {
  background: #EFE8DF;
  border-radius: 30px;
  padding: 50px;
  margin-bottom: 40px;
}
.single-ranking-wrap.bg-color-e0efdf {
  background-color: #e0efdf;
  margin-bottom: 0;
}

.ranking-content h2 {
  font-size: 40px;
  color: var(--headingColor);
  margin-bottom: 14px;
  line-height: 60px;
}
.ranking-content p {
  margin-bottom: 30px;
}
.ranking-content ul {
  margin-bottom: 30px;
  padding-left: 0;
}
.ranking-content ul li {
  margin-bottom: 20px;
}
.ranking-content ul li:last-child {
  margin-bottom: 0;
}
.ranking-content ul li i {
  font-size: 20px;
  color: #A9A9C8;
  margin-right: 15px;
  position: relative;
  top: -3px;
}
.ranking-content ul li span {
  font-weight: 600;
  font-size: 17px;
  font-family: var(--headingFontFamily);
  color: var(--headingColor);
}

.top-ranking-area {
  position: relative;
  z-index: 1;
}
.top-ranking-area .shape {
  position: absolute;
  z-index: -1;
  animation: off-on 10s infinite linear;
}
.top-ranking-area .shape.shape-1 {
  top: 155px;
  left: 220px;
}
.top-ranking-area .shape.shape-2 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top-ranking-area .shape.shape-3 {
  top: 138px;
  right: 250px;
}

.single-top-ranking {
  background: #1B1D23;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.single-top-ranking h3 {
  margin-bottom: 16px;
  font-size: 18px;
  color: var(--whiteColor);
}
.single-top-ranking h3 i {
  color: var(--mainColor2);
  margin-right: 15px;
}
.single-top-ranking p {
  color: #E3E9F7;
}
.single-top-ranking.style-two {
  background-color: #FFFFFF;
}
.single-top-ranking.style-two i {
  color: var(--mainColor);
}
.single-top-ranking.style-two h3 {
  color: var(--headingColor);
}
.single-top-ranking.style-two p {
  color: var(--bodyColor);
}

/* Company Area Style
============================================*/
.company-area {
  position: relative;
}
.company-area .shape {
  position: absolute;
}
.company-area .shape.shape-1 {
  bottom: -175px;
  left: 136px;
  animation: moveBounce 5s linear infinite;
}
.company-area .shape.shape-2 {
  bottom: 0;
  right: 112px;
  animation: rotation 10s infinite linear;
}
.company-area .shape.shape-3 {
  bottom: -260px;
  left: 200px;
  animation: moveBounce 5s linear infinite;
}

.company-content .top-title {
  display: block;
  color: var(--mainColor);
  margin-bottom: 14px;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: var(--headingFontFamily);
  line-height: 100%;
}
.company-content .top-title.color-fdffa8 {
  color: var(--optionalColor2);
}
.company-content h2 {
  font-size: 40px;
  color: var(--whiteColor);
  margin-bottom: 14px;
  line-height: 60px;
}
.company-content p {
  color: #C2CCD3;
  margin-bottom: 30px;
}
.company-content ul {
  margin-bottom: 30px;
  padding-left: 0;
}
.company-content ul li {
  margin-bottom: 20px;
}
.company-content ul li:last-child {
  margin-bottom: 0;
}
.company-content ul li i {
  font-size: 20px;
  color: #A9A9C8;
  margin-right: 15px;
  position: relative;
  top: -3px;
}
.company-content ul li span {
  font-weight: 600;
  font-size: 17px;
  font-family: var(--headingFontFamily);
  color: var(--whiteColor);
}
.company-content.style-two h2 {
  color: var(--headingColor);
}
.company-content.style-two p {
  color: var(--bodyColor);
}
.company-content.style-two ul li i {
  color: #A9A9C8;
}
.company-content.style-two ul li span {
  color: var(--headingColor);
}
.company-content.style-three p {
  color: #E3E9F7;
}
.company-content.style-three ul li i {
  color: var(--whiteColor);
}

.single-counter {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 55px;
}
.single-counter h2 {
  font-size: 64px;
  color: var(--optionalColor);
  font-family: var(--bodyFontFamily);
  margin-bottom: 0px;
}
.single-counter .counter-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.single-counter p {
  color: var(--whiteColor);
  font-weight: 600;
  font-size: 18px;
  font-family: var(--headingFontFamily);
}
.single-counter.style-two.mb-30 {
  margin-bottom: 30px;
}
.single-counter.style-two h2 {
  color: var(--headingColor);
}
.single-counter.style-two p {
  color: var(--headingColor);
}
.single-counter.style-three {
  text-align: left;
}
.single-counter.style-three h2 {
  color: var(--mainColor2);
  font-size: 48px;
  margin-bottom: 5px;
}
.single-counter.style-three p {
  color: var(--whiteColor);
  font-size: 16px;
}

.counter-wrap {
  background: #FEFBF0;
  border-radius: 30px;
  padding: 52px 60px;
  position: relative;
}
.counter-wrap .counter-shape-1 {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 200px;
  margin: auto;
  text-align: center;
}

.company-img-3 {
  position: relative;
}
.company-img-3 .sales {
  background-color: var(--whiteColor);
  border-radius: 12px;
  text-align: center;
  padding: 30px 20px;
  max-width: 189px;
  position: absolute;
  bottom: -30px;
  left: -60px;
}
.company-img-3 .sales h4 {
  font-weight: 500;
  font-size: 18px;
  color: #242424;
  margin-top: 10px;
  margin-bottom: 10px;
}
.company-img-3 .sales span {
  color: #27AE60;
}
.company-img-3 .ranking {
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background-color: var(--optionalColor2);
  text-align: center;
  padding: 90px 30px;
  position: absolute;
  right: 0;
  bottom: -50px;
}
.company-img-3 .ranking h2 {
  font-weight: 700;
  font-size: 64px;
  font-family: var(--bodyFontFamily);
}
.company-img-3 .ranking p {
  font-family: var(--headingFontFamily);
  font-weight: 600;
  font-size: 18px;
  color: var(--headingColor);
}

/* Choose Us Area Style
============================================*/
.choose-us-img {
  margin-right: 18px;
}

.choose-content {
  margin-left: 18px;
}
.choose-content .top-title {
  display: block;
  color: var(--mainColor);
  margin-bottom: 14px;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: var(--headingFontFamily);
  line-height: 100%;
}
.choose-content h2 {
  font-size: 40px;
  margin-bottom: 14px;
  line-height: 60px;
}
.choose-content p {
  margin-bottom: 25px;
}
.choose-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.choose-content ul li {
  background-color: var(--whiteColor);
  padding: 23px 30px;
  padding-left: 60px;
  margin-bottom: 15px;
  font-family: var(--headingFontFamily);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  color: var(--headingColor);
  border-radius: 3px;
}
.choose-content ul li:last-child {
  margin-bottom: 0;
}
.choose-content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 12px;
  height: 12px;
  background-color: #E3E9F7;
}
.choose-content .default-btn {
  margin-top: 35px;
}
.choose-content.style-three .top-title {
  color: var(--optionalColor2);
}
.choose-content.style-three h2 {
  color: var(--whiteColor);
}
.choose-content.style-three p {
  color: #E3E9F7;
}
.choose-content.style-three ul li {
  background-color: #1A1A2A;
  color: var(--whiteColor);
}
.choose-content.style-three ul li::before {
  background-color: #E3E9F7;
}

.choose-us-area {
  position: relative;
  z-index: 1;
}
.choose-us-area .shape {
  position: relative;
  z-index: -1;
}
.choose-us-area .shape.shape-1 {
  position: absolute;
  bottom: 0;
  right: 192px;
  animation: rotation 10s infinite linear;
}
.choose-us-area .shape.shape-2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.choose-us-area .shape.shape-3 {
  position: absolute;
  top: 120px;
  right: 250px;
  transform: translateY(-50%);
}

/* Customers Area Style
============================================*/
.customers-area {
  position: relative;
  z-index: 1;
}
.customers-area .shape {
  position: absolute;
  z-index: -1;
}
.customers-area .shape.shape-1 {
  bottom: 70px;
  left: 211px;
  animation: moveBounce 5s linear infinite;
}
.customers-area .shape.shape-2 {
  bottom: 70px;
  right: 300px;
  animation: moveBounce 5s linear infinite;
}
.customers-area .shape.shape-3 {
  top: 0;
  right: 225px;
  animation: moveBounce 5s linear infinite;
}
.customers-area .shape.shape-4 {
  top: 0;
  right: 327px;
}
.customers-area .shape.shape-5 {
  bottom: 70px;
  right: 300px;
}

.single-customers {
  background-color: var(--whiteColor);
  border-radius: 20px;
  padding: 40px 35px;
  margin-bottom: 30px;
}
.single-customers ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  line-height: 1;
  margin-bottom: 25px;
}
.single-customers ul li {
  display: inline-block;
}
.single-customers ul li i {
  color: #FEC962;
  font-size: 18px;
}
.single-customers ul li .icon-main-color {
  color: #E3E9F7;
}
.single-customers p {
  font-weight: 500;
  margin-bottom: 25px;
}
.single-customers .customers-info h3 {
  font-size: 18px;
}
.single-customers .customers-info span {
  font-size: 13px;
}

.customers-content .top-title {
  display: block;
  color: var(--optionalColor2);
  margin-bottom: 14px;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: var(--headingFontFamily);
  line-height: 100%;
}
.customers-content h2 {
  font-size: 40px;
  margin-bottom: 14px;
  line-height: 60px;
  color: var(--whiteColor);
}
.customers-content p {
  margin-bottom: 25px;
  color: #E3E9F7;
}
.customers-content.style-two .top-title {
  color: var(--mainColor);
}
.customers-content.style-two h2 {
  color: var(--headingColor);
}
.customers-content.style-two p {
  color: var(--bodyColor);
}
.customers-content.style-two .single-counter h2 {
  color: var(--mainColor);
}
.customers-content.style-two .single-counter p {
  color: var(--headingColor);
}

.swiper-pagination1 {
  margin-top: 10px;
}
.swiper-pagination1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  background-color: var(--mainColor2);
  margin: 0 10px !important;
}
.swiper-pagination1 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-color: rgba(70, 169, 151, 0.4);
  border-radius: 50px;
  opacity: 0;
  transition: var(--transition);
}
.swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--mainColor2);
}
.swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.swiper-pagination11 {
  margin-top: 10px;
}
.swiper-pagination11 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  background-color: var(--whiteColor);
  margin: 0 10px !important;
}
.swiper-pagination11 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-color: rgba(70, 169, 151, 0.4);
  border-radius: 50px;
  opacity: 0;
  transition: var(--transition);
}
.swiper-pagination11 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--mainColor2);
}
.swiper-pagination11 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.swiper-pagination12 {
  margin-top: 10px;
}
.swiper-pagination12 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  background-color: var(--mainColor);
  margin: 0 10px !important;
}
.swiper-pagination12 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-color: rgba(132, 126, 229, 0.4);
  border-radius: 50px;
  opacity: 0;
  transition: var(--transition);
}
.swiper-pagination12 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.swiper-pagination12 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.customers-slider-wrappers .swiper {
  width: 100%;
  box-shadow: none;
  background-color: transparent;
}
.customers-slider-wrappers .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 400px;
  height: auto;
  box-shadow: none;
  background-color: transparent;
}

/* Brands Style
============================================*/
.brands-area {
  position: relative;
  z-index: 1;
}
.brands-area .shape {
  position: absolute;
}
.brands-area .shape.shape-1 {
  bottom: 0;
  left: 211px;
  z-index: -1;
  animation: moveBounce 5s linear infinite;
}

.brands-bg {
  background: #EFE8DF;
  border-radius: 30px;
  padding: 70px 85px;
}
.brands-bg h2 {
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}
.brands-bg h2 span {
  color: var(--mainColor);
}
.brands-bg h2 span.color-46a997 {
  color: var(--mainColor2);
}

.single-brands {
  text-align: center;
}

/* Blog Style
============================================*/
.blog-area {
  position: relative;
}
.blog-area .shape {
  position: absolute;
}
.blog-area .shape.shape-1 {
  bottom: 145px;
  right: 150px;
  animation: rotation 10s infinite linear;
}

.single-blog {
  margin-bottom: 30px;
  transition: var(--transition);
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.single-blog .blog-img {
  position: relative;
}
.single-blog .blog-img img {
  border-radius: 20px 20px 0 0;
}
.single-blog .blog-img.blog-img-2 img {
  border-radius: 20px;
}
.single-blog .blog-img .read {
  background-color: #847EE5;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 500;
  font-size: 13px;
  color: var(--whiteColor);
  padding: 3px 10px;
}
.single-blog .blog-content {
  background-color: var(--whiteColor);
  padding: 30px;
  border-radius: 0px 0px 20px 20px;
}
.single-blog .blog-content .tag {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--mainColor);
  text-decoration: none;
  display: block;
  margin-bottom: 14px;
}
.single-blog .blog-content .tag:hover {
  color: var(--optionalColor);
}
.single-blog .blog-content h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
  border-bottom: 1px solid #E3E9F7;
}
.single-blog .blog-content h3 a {
  color: var(--headingColor);
  text-decoration: none;
}
.single-blog .blog-content ul li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 13px;
}
.single-blog .blog-content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #718A96;
}
.single-blog .blog-content ul li a {
  text-decoration: none;
}
.single-blog .blog-content ul li a i {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.single-blog .blog-content ul li a:hover {
  color: var(--mainColor);
}
.single-blog .blog-content ul li:last-child::before {
  display: none;
}
.single-blog .blog-content .user {
  text-decoration: none;
}
.single-blog .blog-content .user img {
  width: 30px;
  border-radius: 50px;
  margin-right: 10px;
}
.single-blog .blog-content .user span {
  font-weight: 500;
  font-size: 13px;
}
.single-blog .blog-content.style-three {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 1;
}
.single-blog .blog-content.style-three::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(178.04deg, rgba(0, 15, 4, 0.75) 49.01%, rgba(0, 10, 3, 0) 98.38%);
  border-radius: 20px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: -1;
}
.single-blog .blog-content.style-three .tag {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--whiteColor);
  text-decoration: none;
  display: inline-block;
  margin-bottom: 14px;
  background-color: var(--mainColor2);
  border-radius: 5px;
  padding: 6px 8px;
}
.single-blog .blog-content.style-three h3 {
  border-color: rgba(227, 233, 247, 0.2);
}
.single-blog .blog-content.style-three h3 a {
  color: var(--whiteColor);
  text-decoration: none;
}
.single-blog .blog-content.style-three .blog-info a {
  color: var(--whiteColor) !important;
}
.single-blog .blog-content.style-three ul li {
  color: var(--whiteColor);
}
.single-blog .blog-content.style-three ul li::before {
  background-color: #A9A9C8;
}
.single-blog .blog-content.style-three ul li a {
  text-decoration: none;
  color: var(--whiteColor) !important;
}
.single-blog .blog-content.style-three ul li a i {
  margin-right: 5px;
  color: #A9A9C8;
}
.single-blog .blog-content.style-three ul li a:hover {
  color: var(--mainColor2);
}
.single-blog .blog-content.style-three ul li:last-child::before {
  display: none;
}
.single-blog .blog-content.style-three .user {
  text-decoration: none;
}
.single-blog .blog-content.style-three .user img {
  width: 30px;
  border-radius: 50px;
  margin-right: 10px;
}
.single-blog .blog-content.style-three .user span {
  font-weight: 500;
  font-size: 13px;
  color: var(--whiteColor);
}
.single-blog:hover .blog-content h3 a {
  color: var(--mainColor);
}

.swiper-pagination4 {
  margin-top: 10px;
}
.swiper-pagination4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  background-color: var(--mainColor);
  margin: 0 10px !important;
}
.swiper-pagination4 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-color: rgba(76, 46, 189, 0.4);
  border-radius: 50px;
  opacity: 0;
  transition: var(--transition);
}
.swiper-pagination4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.swiper-pagination4 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.swiper-pagination44 {
  margin-top: 10px;
}
.swiper-pagination44 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  background-color: var(--whiteColor);
  margin: 0 10px !important;
}
.swiper-pagination44 .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-color: rgba(70, 169, 151, 0.4);
  border-radius: 50px;
  opacity: 0;
  transition: var(--transition);
}
.swiper-pagination44 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--mainColor2);
}
.swiper-pagination44 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

/* Get In touch Style
============================================*/
.get-in-touch-area {
  position: relative;
  z-index: 1;
}
.get-in-touch-area .shape {
  position: absolute;
  z-index: -1;
}
.get-in-touch-area .shape.shape-1 {
  top: 50px;
  left: 0;
  animation: moveBounce 5s linear infinite;
}
.get-in-touch-area .shape.shape-2 {
  top: -203px;
  left: 320px;
  right: 0;
  margin: auto;
}
.get-in-touch-area form br {
  display: none;
}
.get-in-touch-area .form-group p {
  margin-bottom: unset;
  line-height: unset;
}

.get-in-touch-content {
  margin-right: 18px;
}
.get-in-touch-content .top-title {
  display: block;
  color: var(--whiteColor);
  margin-bottom: 14px;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: var(--headingFontFamily);
  line-height: 100%;
}
.get-in-touch-content .top-title.color-fdffa8 {
  color: var(--optionalColor2);
}
.get-in-touch-content h2 {
  font-size: 40px;
  margin-bottom: 14px;
  line-height: 60px;
  color: var(--whiteColor);
}
.get-in-touch-content p {
  margin-bottom: 25px;
  color: #E3E9F7;
}
.get-in-touch-content .call i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  margin-right: 11px;
  background-color: var(--optionalColor);
  font-size: 24px;
  color: var(--headingColor);
}
.get-in-touch-content .call span {
  color: var(--whiteColor);
  font-weight: 600;
  font-size: 17px;
}
.get-in-touch-content .call a {
  font-weight: 600;
  font-size: 17px;
  color: var(--whiteColor);
  text-decoration: none;
  margin-left: 5px;
}
.get-in-touch-content.color-white .top-title {
  color: var(--mainColor);
}
.get-in-touch-content.color-white h2 {
  color: var(--headingColor);
}
.get-in-touch-content.color-white p {
  color: var(--bodyColor);
}
.get-in-touch-content.color-white .call span {
  color: var(--mainColor);
}
.get-in-touch-content.color-white .call a {
  color: var(--mainColor);
}

.get-in-touch-form {
  margin-left: 18px;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 55px 50px;
  max-width: 580px;
  margin-left: auto;
}
.get-in-touch-form h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.get-in-touch-form form br {
  display: none;
}
.get-in-touch-form .form-group {
  margin-bottom: 20px;
}
.get-in-touch-form .form-group label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--headingFontFamily);
}
.get-in-touch-form .form-group .icon {
  position: relative;
}
.get-in-touch-form .form-group .icon .form-control {
  padding-left: 50px;
}
.get-in-touch-form .form-group .icon i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #A9A9C8;
}
.get-in-touch-form .form-group .icon .top {
  top: 22px;
}
.get-in-touch-form .form-group .default-btn {
  color: var(--headingColor);
}
.get-in-touch-form.style-two {
  background: #0B0616;
  border: 1px solid rgba(219, 223, 236, 0.15);
  border-radius: 10px;
}
.get-in-touch-form.style-two h3 {
  color: var(--whiteColor);
}
.get-in-touch-form.style-two .form-group label {
  color: var(--whiteColor);
}
.get-in-touch-form.style-two .form-group .form-control {
  background: #1A1626;
  border: 1px solid rgba(219, 223, 236, 0.25);
  border-radius: 10px;
  color: var(--whiteColor);
}
.get-in-touch-form.style-two .form-group .form-control::-moz-placeholder {
  color: #718A96;
}
.get-in-touch-form.style-two .form-group .form-control::placeholder {
  color: #718A96;
}
.get-in-touch-form.contact-form {
  background-color: var(--whiteColor);
  max-width: 100%;
}

.social-link-flow {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-link-flow li {
  transition: var(--transition);
}
.social-link-flow li:last-child a {
  margin-bottom: 0;
}
.social-link-flow li:nth-child(1) .icon-title i {
  color: #3B5999;
}
.social-link-flow li:nth-child(2) .icon-title i {
  color: #F61C0D;
}
.social-link-flow li:nth-child(3) .icon-title i {
  color: #1DA1F3;
}
.social-link-flow li:nth-child(4) .icon-title i {
  background-image: linear-gradient(0deg, #E09B3D -46.1%, #C74C4D 11.28%, #C21975 68.66%, #7024C4 145.16%);
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}
.social-link-flow li:nth-child(5) .icon-title i {
  color: #F61C0D;
}
.social-link-flow li a {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 25px 20px;
  margin-bottom: 15px;
}
.social-link-flow li .icon-title i {
  width: 40px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #DAE8F0;
  box-shadow: 0px 4px 20px rgba(84, 196, 217, 0.1);
  display: inline-block;
  color: #3B5999;
  margin-right: 20px;
}
.social-link-flow li .icon-title h3 {
  font-size: 16px;
  line-height: 12px;
  margin-bottom: 0;
}
.social-link-flow li .count span {
  font-weight: 500;
  font-size: 15px;
  margin-right: 25px;
}
.social-link-flow li .count i {
  font-size: 20px;
}
.social-link-flow li:hover {
  transform: translateY(-5px);
}

/* Creative Team Style
============================================*/
.creative-team-area {
  position: relative;
  z-index: 1;
}
.creative-team-area .shape {
  position: absolute;
  z-index: -1;
}
.creative-team-area .shape.shape-1 {
  bottom: -60px;
  right: 151px;
  animation: rotation 10s infinite linear;
}
.creative-team-area .shape.shape-2 {
  bottom: 0;
  left: 0;
}

.creative-team-bg {
  background: #FEFBF0;
  border-radius: 30px;
  padding: 50px;
}

.creative-team-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 60px;
}
.creative-team-content p {
  margin-bottom: 35px;
}

/* Pricing Style
============================================*/
.pricing-area {
  background-image: url(../../assets/img/pricing-shape.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-content .top-title {
  display: block;
  color: var(--optionalColor2);
  margin-bottom: 14px;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: var(--headingFontFamily);
  line-height: 100%;
}
.pricing-content h2 {
  font-size: 40px;
  margin-bottom: 14px;
  line-height: 60px;
  color: var(--whiteColor);
}
.pricing-content p {
  margin-bottom: 25px;
  color: #E3E9F7;
}
.pricing-content .pricing-tab {
  border: none;
}
.pricing-content .pricing-tab .nav-item {
  display: inline-block;
}
.pricing-content .pricing-tab .nav-item .nav-link {
  border: none;
  position: relative;
  font-weight: 600;
  font-size: 17px;
  font-family: var(--headingFontFamily);
  color: #67748E;
  padding: 0;
}
.pricing-content .pricing-tab .nav-item .nav-link::before, .pricing-content .pricing-tab .nav-item .nav-link::after {
  content: "";
  position: absolute;
  top: 1px;
  right: -45px;
  width: 25px;
  height: 25px;
  background-color: var(--whiteColor);
  border-radius: 50px;
  z-index: 3;
  opacity: 0;
  transition: var(--transition);
}
.pricing-content .pricing-tab .nav-item .nav-link::after {
  right: auto;
  left: -45px;
}
.pricing-content .pricing-tab .nav-item .nav-link.active {
  border: none;
  color: var(--whiteColor);
  background-color: transparent;
}
.pricing-content .pricing-tab .nav-item .nav-link.active::before {
  opacity: 1;
  z-index: 999999;
}
.pricing-content .pricing-tab .nav-item .nav-link.active::after {
  opacity: 1;
}
.pricing-content .pricing-tab .nav-item .nav-link:hover {
  isolation: auto;
}
.pricing-content .pricing-tab .nav-item .nav-link:focus {
  isolation: auto;
}
.pricing-content .pricing-tab .nav-item.blank {
  width: 70px;
  height: 35px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  border-radius: 50px;
  position: relative;
  top: 13px;
  margin: 0 10px;
}
.pricing-content .pricing-tab .nav-item:last-child .nav-link::before {
  display: none;
}
.pricing-content .pricing-tab .nav-item:first-child .nav-link::after {
  display: none;
}

.single-pricing {
  background-color: #1A1626;
  border: 1px solid rgba(219, 223, 236, 0.15);
  border-radius: 10px;
  padding: 40px 45px;
  transition: var(--transition);
  margin-bottom: 30px;
}
.single-pricing.style-two {
  background-color: #FFFFFF;
  border-radius: 20px;
}
.single-pricing.style-two .pricing-header .top-title {
  color: var(--headingColor);
}
.single-pricing.style-two .pricing-header h2 {
  color: var(--headingColor);
}
.single-pricing.style-two .pricing-header .month {
  color: var(--bodyColor);
}
.single-pricing.style-two .pricing-list li {
  color: var(--headingColor);
}
.single-pricing.style-two .default-btn {
  background: rgba(132, 126, 229, 0.1);
  color: var(--mainColor);
}
.single-pricing.style-two .default-btn.active {
  background-color: var(--optionalColor);
  color: var(--headingColor);
}
.single-pricing.style-two .default-btn.active:hover {
  color: var(--headingColor) !important;
}
.single-pricing.style-two .default-btn:hover {
  background-color: var(--optionalColor);
  color: var(--headingColor);
}
.single-pricing.bg-847ee5 {
  background: #847ee5;
  border: 1px solid rgba(219, 223, 236, 0.15);
}
.single-pricing.bg-847ee5 .pricing-header .top-title {
  color: var(--whiteColor);
}
.single-pricing.bg-847ee5 .pricing-header h2 {
  color: var(--whiteColor);
}
.single-pricing.bg-847ee5 .pricing-header .month {
  color: #E3E9F7;
}
.single-pricing.bg-847ee5 .pricing-list li {
  color: var(--whiteColor);
}
.single-pricing.bg-46a997 {
  background: var(--mainColor2);
  border: 1px solid rgba(219, 223, 236, 0.15);
}
.single-pricing.bg-46a997 .pricing-header .top-title {
  color: var(--whiteColor);
}
.single-pricing.bg-46a997 .pricing-header h2 {
  color: var(--whiteColor);
}
.single-pricing.bg-46a997 .pricing-header .month {
  color: #E3E9F7;
}
.single-pricing.bg-46a997 .pricing-list li {
  color: var(--whiteColor);
}
.single-pricing .pricing-header {
  margin-bottom: 35px;
  text-align: center;
}
.single-pricing .pricing-header .top-title {
  font-weight: 600;
  font-size: 24px;
  font-family: var(--headingFontFamily);
  color: var(--whiteColor);
  display: block;
  margin-bottom: 20px;
  line-height: 100%;
}
.single-pricing .pricing-header h2 {
  font-family: var(--bodyFontFamily);
  font-weight: 700;
  font-size: 64px;
  color: var(--whiteColor);
  margin-bottom: 13px;
  line-height: 100%;
}
.single-pricing .pricing-header h2 sub {
  font-size: 20px;
  position: relative;
  bottom: 0;
}
.single-pricing .pricing-header .month {
  color: #E3E9F7;
  line-height: 100%;
}
.single-pricing .pricing-list {
  padding-left: 0;
  margin-bottom: 50px;
  list-style: none;
}
.single-pricing .pricing-list li {
  color: var(--whiteColor);
  font-weight: 600;
  font-size: 18px;
  font-family: var(--headingFontFamily);
  margin-bottom: 15px;
}
.single-pricing .pricing-list li:last-child {
  margin-bottom: 0;
}
.single-pricing .pricing-list li i {
  margin-right: 15px;
  font-size: 24px;
  color: var(--optionalColor);
  font-weight: 400;
}
.single-pricing .pricing-list li i.close {
  color: #d44953;
}
.single-pricing .default-btn {
  background: rgba(70, 169, 151, 0.1);
  color: var(--mainColor2);
}
.single-pricing .default-btn.active {
  background-color: var(--optionalColor);
  color: var(--headingColor);
}
.single-pricing .default-btn.active:hover {
  color: var(--headingColor) !important;
}
.single-pricing .default-btn:hover {
  background-color: var(--optionalColor);
  color: var(--headingColor);
}
.single-pricing:hover {
  transform: translateY(-5px);
}

/* Page Banner Style
============================================*/
.page-banner-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
  border-bottom: 1px solid #C2CCD3;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.page-banner-content h2 {
  font-weight: 700;
  font-size: 64px;
}
.page-banner-content .breadcrumb-custom {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.page-banner-content .breadcrumb-custom li {
  word-break: break-word;
  display: inline-block;
  font-family: var(--headingFontFamily);
  font-weight: 500;
  margin-right: 40px;
  position: relative;
}
.page-banner-content .breadcrumb-custom li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  transform: translateY(-50%);
  background-color: #718A96;
}
.page-banner-content .breadcrumb-custom li:last-child {
  margin-right: 0;
}
.page-banner-content .breadcrumb-custom li:last-child::before {
  display: none;
}
.page-banner-content .breadcrumb-custom li a {
  text-decoration: none;
  color: #718A96;
}
.page-banner-content .breadcrumb-custom li a:hover {
  color: var(--mainColor);
}
.page-banner-content .breadcrumb-custom li span.active {
  color: var(--mainColor);
}
.page-banner-content .shape {
  position: absolute;
  animation: rotation 10s infinite linear;
}
.page-banner-content .shape.shape-1 {
  top: -30px;
  left: 330px;
}
.page-banner-content .shape.shape-2 {
  top: -10px;
  right: 325px;
}

/* Team Style
============================================*/
.single-team {
  margin-bottom: 30px;
  transition: var(--transition);
}
.single-team .team-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.single-team .team-img img {
  border-radius: 5px;
}
.single-team .team-img .share {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: var(--mainColor);
  background-color: var(--whiteColor);
  border-radius: 50px;
  transition: var(--transition);
}
.single-team .team-img .social-icon {
  position: absolute;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: -100px;
  transition: var(--transition);
}
.single-team .team-img .social-icon li {
  display: inline-block;
  margin-right: 5px;
}
.single-team .team-img .social-icon li:last-child {
  margin-right: 0;
}
.single-team .team-img .social-icon li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: var(--whiteColor);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
}
.single-team .team-img .social-icon li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.single-team .team-content h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.single-team .team-content span {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 12px;
}
.single-team .team-content a {
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}
.single-team .team-content a i {
  position: relative;
  top: 4px;
  color: var(--mainColor);
  font-size: 18px;
}
.single-team:hover {
  transform: translateY(-5px);
}
.single-team:hover .team-img .share {
  bottom: -100px;
}
.single-team:hover .team-img .social-icon {
  bottom: 15px;
}

/* Contact Info Style
============================================*/
.single-contact-info {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 50px;
  text-align: center;
  margin-bottom: 30px;
  transition: var(--transition);
}
.single-contact-info i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: rgba(132, 126, 229, 0.1);
  border-radius: 50px;
  color: var(--mainColor);
  display: inline-block;
  font-size: 32px;
  margin-bottom: 20px;
}
.single-contact-info h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
}
.single-contact-info p {
  font-weight: 500;
}
.single-contact-info a {
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 3px;
  display: block;
}
.single-contact-info:hover {
  transform: translateY(-5px);
}

/* Map Content Style
============================================*/
.map-content iframe {
  width: 100%;
  height: 525px;
  display: block;
}

.global-shape {
  position: absolute;
  top: -25px;
  right: 240px;
  z-index: -1;
}
.global-shape.for-title {
  top: 70px;
}

/* Sidebar Widget Style
============================================*/
.sidebar-widget-wrap .src-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.sidebar-widget-wrap .src-form .form-group i {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--mainColor);
}
.sidebar-widget-wrap .src-form .form-group .form-control {
  background-color: #F6F8FA;
  padding-left: 50px;
}
.sidebar-widget-wrap .src-form .default-btn {
  border: none;
  position: relative;
}
.sidebar-widget-wrap .single-sidebar-widget {
  margin-bottom: 30px;
  background-color: var(--whiteColor);
  padding: 35px 25px;
  border-radius: 10px;
}
.sidebar-widget-wrap .single-sidebar-widget h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #EEF4FA;
}
.sidebar-widget-wrap .single-sidebar-widget:last-child {
  margin-bottom: 0;
}
.sidebar-widget-wrap .single-sidebar-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-widget-wrap .single-sidebar-widget ul li {
  border-bottom: 1px solid #EEF4FA;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.sidebar-widget-wrap .single-sidebar-widget ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-widget-wrap .single-sidebar-widget ul li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}
.sidebar-widget-wrap .single-sidebar-widget ul li .count {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50px;
  background: rgba(132, 126, 229, 0.1);
  border-radius: 50px;
  color: var(--mainColor);
  transition: var(--transition);
}
.sidebar-widget-wrap .single-sidebar-widget ul li:hover .count {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.sidebar-widget-wrap .single-sidebar-widget .tagcloud {
  padding-left: 0;
  margin-bottom: -15px;
  margin-right: -15px;
  list-style: none;
}
.sidebar-widget-wrap .single-sidebar-widget .tagcloud a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  background: rgba(132, 126, 229, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--mainColor);
  font-weight: 500;
  font-size: 13px !important;
}
.sidebar-widget-wrap .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.sidebar-widget-wrap .single-sidebar-widget.advertises {
  background-image: url(../../assets/img/advertises-img.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 1;
}
.sidebar-widget-wrap .single-sidebar-widget.advertises::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 37, 66, 0.69);
  border-radius: 10px;
  z-index: -1;
}
.sidebar-widget-wrap .single-sidebar-widget.advertises a {
  text-decoration: none;
  display: block;
  padding: 50px;
}
.sidebar-widget-wrap .single-sidebar-widget.advertises a h4 {
  color: var(--whiteColor);
}
.sidebar-widget-wrap .single-sidebar-widget .contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-widget-wrap .single-sidebar-widget .contact-info li {
  margin-bottom: 10px;
}
.sidebar-widget-wrap .single-sidebar-widget .contact-info li:last-child {
  margin-bottom: 0;
}
.sidebar-widget-wrap .single-sidebar-widget .contact-info li span {
  font-weight: 700;
  font-size: 17px;
  color: #3B2A56;
}
.sidebar-widget-wrap .single-sidebar-widget .contact-info li a {
  text-decoration: none;
}
.sidebar-widget-wrap .single-sidebar-widget .contact-info li a:hover {
  color: var(--mainColor);
}
.sidebar-widget-wrap .single-sidebar-widget .contact-info li a i {
  font-size: 20px;
  margin-right: 5px;
}
.sidebar-widget-wrap .single-sidebar-widget .contact-info li a i:hover {
  color: var(--mainColor);
}

.sidebar .src-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .src-form .form-group i {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--mainColor);
}
.sidebar .src-form .form-group .form-control {
  background-color: #F6F8FA;
  padding-left: 50px;
}
.sidebar .src-form .default-btn {
  border: none;
}
.sidebar .author-img {
  padding-top: 25px;
}
.sidebar .author-img img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.sidebar .author-img h4 {
  font-weight: 600;
  font-size: 18px;
}
.sidebar .author-img p {
  margin-bottom: 0;
}
.sidebar .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar .widget_categories ul li {
  border-bottom: 1px solid #EEF4FA;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}
.sidebar .widget_categories ul li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  color: var(--bodyColor);
}
.sidebar .widget_categories ul li span.post-count {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50px;
  background: rgba(132, 126, 229, 0.1);
  border-radius: 50px;
  color: var(--mainColor);
  transition: var(--transition);
}
.sidebar .widget_categories ul li::before {
  display: none;
}
.sidebar .widget_categories ul li:hover .post-count {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.sidebar .widget_categories ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .widget_wadiv_posts_thumbs ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar .widget_wadiv_posts_thumbs ul li {
  border-bottom: 1px solid #EEF4FA;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}
.sidebar .widget_wadiv_posts_thumbs ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar .widget_wadiv_posts_thumbs ul li a {
  color: var(--bodyColor);
  text-decoration: none;
}
.sidebar .widget_wadiv_posts_thumbs ul li a img {
  width: 100px;
  border-radius: 5px;
}
.sidebar .widget_wadiv_posts_thumbs ul li a i {
  color: var(--mainColor);
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.sidebar .widget_wadiv_posts_thumbs ul li a span {
  font-weight: 500;
  font-size: 13px;
}
.sidebar .widget_wadiv_posts_thumbs ul li a h4 {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  transition: var(--transition);
}
.sidebar .widget_wadiv_posts_thumbs ul li a:hover h4 {
  color: var(--mainColor);
}
.sidebar .widget_wadiv_posts_thumbs ul li::before {
  display: none;
}

/* Projects Style
============================================*/
.single-projects {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  transition: var(--transition);
  margin-bottom: 30px;
}
.single-projects .project-img img {
  border-radius: 10px;
}
.single-projects .project-content h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.single-projects .project-content h3 a {
  font-weight: 600;
  font-size: 24px;
  text-decoration: none;
  color: var(--headingColor);
}
.single-projects .project-content span {
  font-weight: 500;
  font-size: 15px;
  color: var(--mainColor);
  display: block;
  margin-bottom: 20px;
}
.single-projects .project-content .read-more {
  text-decoration: underline;
}
.single-projects:hover {
  transform: translateY(-5px);
}

/* FAQ Style
============================================*/
.faq-accordion-wrap {
  max-width: 870px;
  margin: auto;
}
.faq-accordion-wrap .accordion-item {
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
  border: none;
}
.faq-accordion-wrap .accordion-item .accordion-header h6 {
  margin-bottom: 0;
}
.faq-accordion-wrap .accordion-item .accordion-header .accordion-button {
  background: rgba(255, 255, 255, 0.6);
  border: none;
  color: var(--headingColor);
  font-weight: 600;
  font-size: 18px;
  transition: var(--transition);
  font-family: var(--headingFontFamily);
  padding: 35px 30px;
}
.faq-accordion-wrap .accordion-item .accordion-header .accordion-button::after {
  content: "\ea11";
  font-family: remixicon !important;
  background-image: unset;
  color: var(--bodyColor);
  font-size: 20px;
  font-weight: 400;
}
.faq-accordion-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
}
.faq-accordion-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\ee57";
  font-family: remixicon !important;
  background-image: unset;
  color: var(--mainColor);
}
.faq-accordion-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed):focus {
  box-shadow: none;
}
.faq-accordion-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq-accordion-wrap .accordion-item .accordion-body {
  padding: 35px 30px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}
.faq-accordion-wrap .accordion-item .accordion-body p {
  font-weight: 500;
  color: var(--bodyColor);
}
.faq-accordion-wrap .accordion-item .accordion-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  border-top: 1px solid #E0E0E0;
}
.faq-accordion-wrap .accordion-item:last-of-type {
  border-radius: 0;
}
.faq-accordion-wrap .accordion-item:first-of-type {
  border-radius: 0;
}

/* Details Content Style
============================================*/
.details-content .blog-details-part {
  background-color: var(--whiteColor);
  padding: 25px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 20px;
}
.details-content .blog-details-part.rounded-10 {
  border-radius: 10px;
}
.details-content .blog-details-part:last-child {
  margin-bottom: 0;
}
.details-content .details-img img {
  border-radius: 20px 20px 0 0;
}
.details-content h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
}
.details-content h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
.details-content blockquote {
  background: #EFE8DF;
  border-radius: 5px;
  padding: 30px;
  padding-left: 50px;
}
.details-content blockquote img {
  margin-right: 40px;
}
.details-content blockquote h4 {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
.details-content .mb-15 {
  margin-bottom: 15px;
}
.details-content .post-img {
  border-radius: 5px;
}
.details-content .tag-social .tag span {
  font-weight: 600;
  font-size: 18px;
  color: var(--headingColor);
  font-family: var(--headingFontFamily);
  margin-right: 10px;
}
.details-content .tag-social .tag li {
  margin-right: 10px;
}
.details-content .tag-social .tag li:last-child {
  margin-right: 0;
}
.details-content .tag-social .tag li a {
  font-weight: 600;
  font-size: 13px;
  color: var(--mainColor);
  background: rgba(132, 126, 229, 0.1);
  border-radius: 5px;
  padding: 4px 10px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.details-content .tag-social .tag li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.details-content .social-link li span {
  font-weight: 600;
  font-size: 18px;
  color: var(--headingColor);
  font-family: var(--headingFontFamily);
  margin-right: 10px;
}
.details-content .social-link li a {
  background-color: #F8F7F5;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
  font-size: 18px;
  color: var(--mainColor);
}
.details-content .social-link li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.details-content .social-link li:nth-child(2) a {
  border-radius: 5px 0 0 5px;
}
.details-content .social-link li:nth-child(5) a {
  border-radius: 0 5px 5px 0;
}
.details-content .comments .comment-list h4 {
  font-weight: 500;
  font-size: 18px;
}
.details-content .comments .comment-list span {
  font-size: 13px;
  color: var(--mainColor);
  margin-bottom: 15px;
  display: block;
}
.details-content .comments .comment-list li {
  position: relative;
}
.details-content .comments .comment-list li .flex-grow-1 {
  border-bottom: 1px solid #EEF4FA;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.details-content .comments .comment-list li:last-child .flex-grow-1 {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.details-content .comments .comment-list li .reply {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 16px;
  font-family: var(--headingFontFamily);
  border: none;
  color: var(--mainColor);
  background-color: transparent;
}
.details-content .traffic-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.details-content .traffic-list li {
  margin-bottom: 10px;
}
.details-content .traffic-list li:last-child {
  margin-bottom: 0;
}
.details-content .traffic-list li i {
  color: var(--mainColor);
  font-size: 24px;
  margin-right: 10px;
}
.details-content .traffic-list li span {
  font-family: var(--headingFontFamily);
  font-weight: 600;
  font-size: 18px;
  color: var(--headingColor);
}

/*
My Account Area Style
==============================================*/
.my-account-content {
  background-color: var(--whiteColor);
  padding: 40px;
  border-radius: 10px;
  max-width: 700px;
  margin: auto;
}
.my-account-content h3 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 13px;
}
.my-account-content p {
  margin-bottom: 30px;
}
.my-account-content p a {
  text-decoration: none;
  color: var(--mainColor);
}
.my-account-content .others-login {
  margin-bottom: 30px;
}
.my-account-content .others-login li {
  margin-right: 30px;
}
.my-account-content .others-login li a {
  display: inline-block;
  background-color: var(--mainColor2);
  padding: 17px 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: var(--whiteColor);
}
.my-account-content .others-login li a img {
  margin-right: 8px;
  display: inline-block;
}
.my-account-content .others-login li a.bg-fb {
  background-color: #4776D0;
  color: var(--whiteColor);
}
.my-account-content .or {
  display: block;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  z-index: 1;
  font-weight: 500;
  font-size: 18px;
}
.my-account-content .or::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E2E8F0;
  z-index: -1;
}
.my-account-content .or::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-color: var(--whiteColor);
  z-index: -1;
}
.my-account-content .form-input {
  background-color: var(--whiteColor);
  margin-bottom: 20px;
}
.my-account-content .form-input .form-group {
  margin-bottom: 16px;
  position: relative;
}
.my-account-content .form-input .form-group label {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--headingFontFamily);
  color: var(--headingColor);
  margin-bottom: 13px;
}
.my-account-content .remember-forgot {
  margin-bottom: 30px;
}
.my-account-content .remember-forgot .form-check .form-check-input {
  border-radius: 0;
  border: 1.5px solid #A5A6AA;
}
.my-account-content .remember-forgot .form-check .form-check-input:focus {
  box-shadow: none;
}
.my-account-content .remember-forgot .forgot {
  text-decoration: none;
}

/* 
Main Content Text Style
=====================================================*/
.main-content-text h1, .main-content-text h2, .main-content-text h3, .main-content-text h4, .main-content-text h5, .main-content-text h6 {
  margin-bottom: 15px;
}
.main-content-text h1 {
  font-size: 30px;
}
.main-content-text h2 {
  font-size: 26px;
}
.main-content-text h3 {
  font-size: 24px;
}
.main-content-text h4 {
  font-size: 22px;
}
.main-content-text h5 {
  font-size: 20px;
}
.main-content-text h6 {
  font-size: 18px;
}
.main-content-text .gap-20 {
  margin-bottom: 30px;
}
.main-content-text p {
  color: #687693;
}
.main-content-text ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.main-content-text ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}
.main-content-text ul li:last-child {
  margin-bottom: 0;
}
.main-content-text ul li i {
  position: absolute;
  top: -6px;
  left: 0;
  color: var(--mainColor);
  font-size: 25px;
}
.main-content-text ol {
  padding-left: 18px;
}
.main-content-text ol li {
  margin-bottom: 10px;
}
.main-content-text ol li::marker {
  color: var(--mainColor);
}
.main-content-text ol li:last-child {
  margin-bottom: 0;
}
.main-content-text a {
  color: var(--mainColor);
}
.main-content-text a:hover {
  text-decoration: underline;
}
.main-content-text .content-gap-mb-20 {
  margin-bottom: 20px;
}
.main-content-text .content-gap-mb-30 {
  margin-bottom: 30px;
}

/*
Error Area CSS
=====================================================*/
.error-content {
  text-align: center;
  position: relative;
}
.error-content h1 {
  font-size: 200px;
  line-height: 1;
  margin-bottom: 30px;
}
.error-content h3 {
  font-size: 30px;
}

/*
Subscribe Modal Area CSS
=====================================================*/
.subscribe-modal .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: var(--transition);
  overflow: hidden;
}
.subscribe-modal .modal .modal-content {
  background-color: var(--whiteColor);
  max-width: 912px;
  position: absolute;
  border-radius: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 165px;
  padding-bottom: 75px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  border: 12px solid transparent;
}
.subscribe-modal .modal .modal-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 265px;
  background-color: var(--whiteColor);
  z-index: -1;
}
.subscribe-modal .modal .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  color: var(--headingColor);
  transition: var(--transition);
}
.subscribe-modal .modal .close:focus {
  color: var(--mainColor);
  text-decoration: none;
  cursor: pointer;
}
.subscribe-modal .modal .close:hover {
  color: var(--mainColor);
  text-decoration: none;
  cursor: pointer;
}
.subscribe-modal .subscribe-content {
  max-width: 540px;
  margin: auto;
  background-color: #EFE8DF;
  padding: 30px;
}
.subscribe-modal .subscribe-content h2 {
  font-size: 32px;
}
.subscribe-modal .subscribe-content .form-group {
  margin-bottom: 25px;
}
.subscribe-modal .subscribe-content .form-group .icon {
  position: relative;
  margin-bottom: 25px;
}
.subscribe-modal .subscribe-content .form-group .icon i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 20px;
}
.subscribe-modal .subscribe-content .form-group .icon .form-control {
  padding-left: 50px;
  background-color: var(--whiteColor);
}
.subscribe-modal .subscribe-content .form-group .default-btn {
  width: 100%;
  display: block;
  border: 0;
}
.subscribe-modal .subscribe-content .form-check .form-check-input {
  border-radius: 0;
}
.subscribe-modal .subscribe-content .form-check .form-check-input:focus {
  box-shadow: none;
}
.subscribe-modal .subscribe-content .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.subscribe-modal .subscribe-content .social-link li {
  margin-right: 10px;
}
.subscribe-modal .subscribe-content .social-link li:last-child {
  margin-right: 0;
}
.subscribe-modal .subscribe-content .social-link li a {
  text-decoration: none;
}
.subscribe-modal .subscribe-content .social-link li a i {
  font-size: 20px;
}

/*====================================================
OTHERS STYLE AREA
=====================================================*/
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes moveBounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes off-on {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Preloader Area Style
============================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  background-image: url(../../assets/img/preloader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 88px;
  height: 88px;
  line-height: 88px;
  text-align: center;
  border-radius: 0;
  color: var(--mainColor);
  position: relative;
  z-index: 1;
  background-color: var(--whiteColor);
  border-radius: 50%;
  transition: var(--transition);
}
.video-btn i {
  font-size: 30px;
  color: var(--mainColor);
  position: absolute;
  top: 0;
  left: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}
.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  transition: var(--transition);
  animation: ripple 1.6s ease-out infinite;
  background-color: var(--whiteColor);
}
.video-btn span {
  position: absolute;
  top: 0;
  right: -105px;
  width: 100px;
  font-size: 15px;
}
.video-btn:hover {
  background-color: var(--mainColor);
}
.video-btn:hover i {
  color: var(--whiteColor);
}
.video-btn:hover::before, .video-btn:hover::after {
  background-color: var(--mainColor);
}

@keyframes ripple {
  0%, 35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/*
Video wave Style*/
.video-modal iframe {
  width: 100%;
  height: 400px;
}
.video-modal .modal-dialog {
  max-width: 860px !important;
}
.video-modal .btn-close {
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: 1;
  background-color: #bbbbbb;
  border-radius: 0;
  width: 30px;
  height: 30px;
  line-height: 40px;
}
.video-modal .btn-close:focus {
  box-shadow: none;
}
.video-modal .modal-body {
  padding: 0 6px;
  padding-top: 6px;
}

/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 20px;
}
.pagination-area .page-numbers {
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: var(--headingColor);
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 600;
  font-size: 18px;
  background: var(--whiteColor);
  text-decoration: none;
  transition: var(--transition);
  border-radius: 50px;
}
.pagination-area .page-numbers i {
  font-size: 22px;
  font-weight: normal;
  color: var(--mainColor);
  transition: var(--transition);
}
.pagination-area .page-numbers:hover {
  color: var(--headingColor);
  background-color: var(--whiteColor);
  box-shadow: var(--boxShadow);
}
.pagination-area .page-numbers:hover i {
  color: var(--whiteColor);
}
.pagination-area .page-numbers.next {
  top: 5px;
  line-height: 42px;
}
.pagination-area .page-numbers.next:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.pagination-area .page-numbers:hover {
  color: var(--whiteColor);
  border-color: var(--mainColor);
  background-color: var(--mainColor);
  box-shadow: var(--boxShadow);
}
.pagination-area .page-numbers.current {
  color: var(--whiteColor);
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}

/* Dark Mode Style */
.dark-mode-btn {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 1;
  width: 70px;
}
.dark-mode-btn .dark-version {
  text-align: center;
  float: right;
  z-index: 2;
  position: relative;
}
.dark-mode-btn .dark-version .switch {
  width: 49px;
  height: 49px;
  position: relative;
  border-radius: 50%;
  margin-bottom: -19px;
}
.dark-mode-btn .dark-version .switch input {
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
.dark-mode-btn .dark-version .slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  color: var(--whiteColor);
  background-color: #2e2e2e;
  transition: var(--transition);
}
.dark-mode-btn .dark-version .slider:before {
  left: 0;
  top: 50%;
  right: 0;
  content: "\f1bf";
  position: absolute;
  transform: translateY(-50%);
  transition: var(--transition);
  font-size: 22px;
  font-family: remixicon !important;
}
.dark-mode-btn .dark-version .slider.round {
  border-radius: 50%;
}
.dark-mode-btn .dark-version .slider.round:before {
  border-radius: 50%;
}
.dark-mode-btn .dark-version input:checked + .slider {
  background-color: #efefef;
}
.dark-mode-btn .dark-version input:checked + .slider:before {
  color: var(--headingColor);
  content: "\ef72";
}

/*
Footer Area Style
======================================================*/
.footer-area .col-lg-3:nth-child(2) .single-footer-widget {
  margin-left: 50px;
}
.footer-area .col-lg-3:nth-child(3) .single-footer-widget {
  padding-left: 25px;
}

.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget a {
  text-decoration: none;
  color: #d2d2d2;
}
.single-footer-widget.mw-355 {
  max-width: 355px;
}
.single-footer-widget .logo {
  margin-bottom: 22px;
  display: inline-block;
}
.single-footer-widget p {
  color: #d2d2d2;
}
.single-footer-widget h3 {
  font-size: 22px;
  color: var(--whiteColor);
  margin-bottom: 20px;
}
.single-footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.single-footer-widget .newsletter {
  margin-top: 20px;
}
.single-footer-widget .newsletter h4 {
  font-weight: 600;
  font-size: 18px;
  color: var(--whiteColor);
  margin-bottom: 10px;
}
.single-footer-widget .newsletter .form-group {
  position: relative;
}
.single-footer-widget .newsletter .form-group .form-control {
  background-color: var(--whiteColor);
}
.single-footer-widget .newsletter .form-group .default-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  border: none;
  padding: 16.5px 30px;
  border-radius: 10px;
}
.single-footer-widget ul li {
  margin-bottom: 15px;
}
.single-footer-widget ul li:last-child {
  margin-bottom: 0;
}
.single-footer-widget ul li a {
  position: relative;
  color: #d2d2d2;
  text-decoration: none;
}
.single-footer-widget ul li a:hover {
  color: var(--mainColor);
}
.single-footer-widget .info-link {
  margin-bottom: 20px;
}
.single-footer-widget .info-link li {
  margin-bottom: 15px;
}
.single-footer-widget .info-link li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .info-link li p {
  display: inline;
}
.single-footer-widget .info-link li span {
  color: var(--whiteColor);
}
.single-footer-widget .info-link li a {
  text-decoration: none;
}
.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 10px;
}
.single-footer-widget .social-link li:last-child {
  margin-right: 0;
}
.single-footer-widget .social-link li a {
  text-decoration: none;
  font-size: 16px;
  color: var(--whiteColor);
}
.single-footer-widget .social-link li a:hover {
  color: var(--mainColor);
}

/*
Copyright Area Style
======================================================*/
#backtotop {
  position: fixed;
  top: 90%;
  right: 30px;
  margin: auto;
  width: 40px;
  height: 40px;
  border: none;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  transform: translateY(-50%);
  z-index: 11;
  transition: var(--transition);
}

.copy-right-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  padding-bottom: 25px;
}
.copy-right-wrap p {
  color: #D9D9D9;
}
.copy-right-wrap p span {
  color: var(--mainColor);
}
.copy-right-wrap p a {
  color: var(--mainColor);
  text-decoration: none;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .footer-area .col-lg-3:nth-child(3) .single-footer-widget {
    margin-left: 0;
  }
  .single-footer-widget h3 {
    font-size: 20px;
  }
  .single-footer-widget .import-link li a::before {
    top: 4px;
  }
  .single-footer-widget .newsletter .form-group .default-btn {
    padding: 16px 12px;
    top: 2px;
    right: 2px;
  }
  .copy-right-area {
    text-align: center;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .col-lg-3:nth-child(3) .single-footer-widget {
    margin-left: 0;
  }
  .single-footer-widget h3 {
    font-size: 20px;
  }
  .single-footer-widget .import-link li a::before {
    top: 4px;
  }
  .single-footer-widget .newsletter .form-group .default-btn {
    padding: 16px 12px;
    top: 2px;
    right: 2px;
  }
  .copy-right-area {
    text-align: center;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .col-lg-3:nth-child(3) .single-footer-widget {
    margin-left: 30px;
  }
  .single-footer-widget .newsletter .form-group .default-btn {
    padding: 16.5px 10px;
  }
  .single-footer-widget p {
    font-size: 15px;
  }
  .single-footer-widget .info-link li {
    font-size: 15px;
  }
  .single-footer-widget .import-link li {
    font-size: 15px;
  }
}
.admin-bar .navbar.sticky {
  top: 32px;
}
.admin-bar .offcanvas.offcanvas-end {
  top: 46px;
}

.logo {
  text-decoration: none;
}

.navbar-brand h2, .logo h2 {
  margin-bottom: 0;
}

.page-template-page-wadiv-block, .single-services, .single-project, .blog, .single-post, .archive, .search, .page-template-default {
  background-color: #f5f5f5;
}

.details-content ul li br {
  display: none;
}

.sidebar-widget-wrap .single-sidebar-widget .contact-info br {
  display: none;
}

.sidebar a {
  text-decoration: none;
}

.footer-logo a {
  text-decoration: none;
}
.footer-logo a h2 {
  color: var(--whiteColor);
}

.contact-form br {
  display: none;
}
.contact-form p {
  margin-bottom: 0;
  line-height: unset;
}

body .navbar .navbar-nav .current-menu-item .nav-link, body .navbar .navbar-nav .nav-item .dropdown-menu .current-menu-item .nav-link {
  color: var(--mainColor) !important;
}

.blog-info {
  margin-bottom: 15px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.blog-info li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 13px;
}
.blog-info li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #718A96;
}
.blog-info li i {
  font-style: unset !important;
}
.blog-info li a {
  text-decoration: none !important;
  font-style: unset !important;
  color: var(--bodyColor) !important;
}
.blog-info li a img {
  width: 30px;
  border-radius: 50px;
  margin-right: 10px;
}
.blog-info li a i {
  margin-right: 5px;
  color: var(--bodyColor);
  position: relative;
  font-style: unset !important;
  top: -1px;
}
.blog-info li a:hover {
  color: var(--mainColor) !important;
}
.blog-info li:last-child::before {
  display: none;
}

.search .src-form, .single-footer-widget .src-form {
  position: relative;
}
.search .src-form .form-control, .single-footer-widget .src-form .form-control {
  background-color: #F6F8FA;
  border-color: #F6F8FA;
  height: 54px;
  padding-left: 50px;
}
.search .src-form .form-control:focus, .single-footer-widget .src-form .form-control:focus {
  border-color: var(--mainColor);
}
.search .src-form .form-group, .single-footer-widget .src-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.search .src-form i, .single-footer-widget .src-form i {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--mainColor);
}
.search .src-form .default-btn, .single-footer-widget .src-form .default-btn {
  border: none;
  margin-top: 20px;
  border: none;
}

.navbar .navbar-nav .nav-item.current_page_parent a.dropdown-toggle {
  color: var(--mainColor) !important;
}

.section-color-46a997 .brands-bg h2 span {
  color: var(--mainColor2);
}
.section-color-46a997 .company-content .top-title {
  color: var(--optionalColor2);
}
.section-color-46a997 .default-btn {
  background-color: var(--mainColor2);
}
.section-color-46a997 .default-btn:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.get-in-touch-form.style-two .wpcf7 form .wpcf7-response-output {
  color: #fff;
}/*# sourceMappingURL=wadiv-main.css.map */