/*
@File: Ovni HTML Template

* 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 Btn Style 
** - Section Title Style
** - Top Header Style
** - Navbar Area Style
** - Main Banner Area CSS  Style
** - Inner Banner Style
*******************************************
/*

/*================================================
Default CSS
=================================================*/
@import url("../../../../css2");
@import url("../../../../css2-1");
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Libre Franklin", sans-serif;
  line-height: 1.8;
  color: #6A6A6A;
}

p {
  font-weight: 400;
  color: #6A6A6A;
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}
button:focus {
  outline: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #1C1C25;
  line-height: 1.4;
}

h3 {
  font-size: 22px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.pt-150 {
  padding-top: 150px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-30 {
  margin-left: 30px !important;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.default-btn {
  padding: 8px 15px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background-color: transparent;
  color:#ffffff;
  border-radius: 50px;
}
.default-btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
   background: linear-gradient(
    120deg,
    #5eb644,
    #2b741d,
    #78c557,
    #0a5482
  );
  background-size: 200% 300%;
  animation: gradientMove 8s ease infinite;
  border: none;
  text-decoration: none;
  color:#ffffff;
  transition: 0.7s;
  border-radius: 50px;
}
.default-btn::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #04749F;
  color:#ffffff;
  transition: 0.7s;
  border-radius: 50px;
}
.default-btn:hover {
  color: #ffffff;
}
.default-btn:hover::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #04749F;
  transition: 0.7s;
  border-radius: 50px;
}

.default-btn-two {
  padding: 10px 32px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background-color: #04749F;
}
.default-btn-two:hover {
  background-color: #1C1C25;
  color: #ffffff;
}

.default-btn-three {
  padding: 10px 32px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 50px;
}
.default-btn-three::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #04749F;
  transition: 0.7s;
  border-radius: 50px;
}
.default-btn-three::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #51993C;
  transition: 0.7s;
  border-radius: 50px;
}
.default-btn-three:hover {
  color: #ffffff;
}
.default-btn-three:hover::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #04749F;
  transition: 0.7s;
  border-radius: 50px;
}
.default-btn-three:hover::after {
  display: none;
}

/*================================
Section Title Style 
===================================*/
.section-title span {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 0;
  font-size: 21px;
}
.section-title h3 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.5;
  color: #1C1C25;
  margin-bottom: 0;
}
.section-title p {
  padding-top: 10px;
  font-weight: 400;
  margin-bottom: 0;
}

.sp-color1 {
  color: #0A5585;
}

.sp-color2 {
  color: #51993C;
}

/*================================
Section Title Style End
===================================*/
/*=================================
Top Header Area
====================================*/
.top-header-bg {
  background-color: #0A2F66;
}

.top-header {
  padding: 10px 0;
}

.header-left {
  text-align: left;
}
.header-left .header-left-card ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.header-left .header-left-card ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 25px;
  color: #ffffff;
  margin-right: 25px;
  font-weight: 400;
  font-size: 15px;
}
.header-left .header-left-card ul li:last-child {
  margin-right: 0;
}
.header-left .header-left-card ul li i {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 48%;
  transition: 0.5s;
  transform: translateY(-50%);
}
.header-left .header-left-card ul li span {
  color: #ffffff;
}
.header-left .header-left-card ul li span a {
  color: #ffffff;
}
.header-left .header-left-card ul li:hover .i {
  color: #1C1C25;
}
.header-left .header-left-card ul li:hover a {
  color: #ffffff;
}

.top-right {
  float: right;
}
.top-right .language-list {
  top: -6px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  margin-left: 0;
  z-index: 9999;
}
.top-right .language-list .language-list-item {
  height: 0;
  padding: 0 15px;
  border: none;
  color: #ffffff;
  background-color: transparent;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  padding-left: 10px;
  padding-right: 30px;
}
.top-right .language-list .language-list-item:focus {
  box-shadow: none;
  outline: none;
}
.top-right .language-list .nice-select {
  height: 0;
  width: 105px;
  line-height: 0;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  border-radius: 5px 0px 0px 5px;
  z-index: 9999;
  text-align: right !important;
}
.top-right .language-list .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-right .language-list .nice-select .list .option {
  transition: 0.6s;
  color: #1C1C25;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  width: 180px;
  border-bottom: 1px dashed #7517CD;
}
.top-right .language-list .nice-select .list .option:hover {
  background-color: #7517CD !important;
  color: #ffffff;
}
.top-right .language-list .nice-select .list .option .selected {
  background-color: #7517CD !important;
  color: #ffffff;
  font-weight: 400;
}
.top-right .language-list .nice-select:after {
  border-bottom: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  height: 6px;
  width: 6px;
}

/*=================================
Top Header Area End
====================================*/
/*=================================
Navbar Area
====================================*/
.main-nav {
  background-color: transparent;
  position: relative;
  top: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}
.main-nav .navbar .navbar-brand .logo-two {
  display: none;
}
.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
  color: #0A2F66 !important;
}
.main-nav nav .navbar-nav .nav-item:hover a i, .main-nav nav .navbar-nav .nav-item .active i {
  color: #0A2F66;
}
.main-nav nav .navbar-nav .nav-item a {
  color: #6A6A6A;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
}
.main-nav nav .navbar-nav .nav-item a i {
  line-height: 1;
  position: relative;
  font-size: 18px;
  top: 3px;
}
.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
  color: #51993C !important;
}
.main-nav nav .navbar-nav .nav-item a:hover i, .main-nav nav .navbar-nav .nav-item a :focus i {
  color: #51993C;
}
.main-nav nav .navbar-nav .nav-item a.active {
  color: #51993C !important;
}
.main-nav nav .navbar-nav .nav-item a.active i {
  color: #51993C;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  transform: scaleY(1);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  z-index: 5;
  border: none;
  padding: 10px 0;
  border-radius: 0;
  background-color: #ffffff !important;
  top: 100%;
  transform: scaleY(0);
  transform-origin: top;
  z-index: 1;
  box-shadow: none;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid #51993C;
  border-bottom: 2px solid #51993C;
  z-index: -1;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #1C1C25 !important;
  position: relative;
  z-index: 1;
  padding: 7px 20px;
  transition: 0.7s;
  font-weight: 500;
  font-size: 15px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color:  #51993C!important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color: #51993C !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #51993C !important;
  border-radius: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus i, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
  color: #51993C !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  line-height: 1;
  position: relative;
  color: #6A6A6A;
  font-size: 18px;
  top: 3px;
  float: right;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #FF9083 !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 10px !important;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  transform: scaleX(1);
}

.nav-bar-side {
  display: inline-block;
  position: relative;
  margin-top: -5px;
}
.nav-bar-side .language-nav-list {
  top: -6px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  margin-left: 0;
  z-index: 9999;
}
.nav-bar-side .language-nav-list .language-list-item {
  height: 0;
  padding: 0 15px;
  border: none;
  color: #1C1C25;
  background-color: transparent;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  padding-left: 10px;
  padding-right: 30px;
}
.nav-bar-side .language-nav-list .language-list-item:focus {
  box-shadow: none;
  outline: none;
}
.nav-bar-side .language-nav-list .nice-select {
  height: 0;
  width: 105px;
  line-height: 0;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
  border-radius: 0;
  background-color: transparent;
  color: #1C1C25;
  border-radius: 5px 0px 0px 5px;
  z-index: 9999;
  text-align: right !important;
}
.nav-bar-side .language-nav-list .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.nav-bar-side .language-nav-list .nice-select .list .option {
  transition: 0.6s;
  color: #1C1C25;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  width: 180px;
  border-bottom: 1px dashed #7517CD;
}
.nav-bar-side .language-nav-list .nice-select .list .option:hover {
  background-color: #7517CD !important;
  color: #ffffff;
}
.nav-bar-side .language-nav-list .nice-select .list .option .selected {
  background-color: #7517CD !important;
  color: #ffffff;
  font-weight: 400;
}
.nav-bar-side .language-nav-list .nice-select:after {
  border-bottom: 1.5px solid #1C1C25;
  border-right: 1.5px solid #1C1C25;
  height: 6px;
  width: 6px;
}
.nav-bar-side .shoping-nav-btn {
  margin-right: 30px;
  color: #1C1C25;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 50px;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
}
.nav-bar-side .shoping-nav-btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #FF9083;
  transition: 0.7s;
  border-radius: 50px;
}
.nav-bar-side .shoping-nav-btn::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #7517CD;
  transition: 0.7s;
  border-radius: 50px;
}
.nav-bar-side .shoping-nav-btn:hover {
  color: #ffffff;
}
.nav-bar-side .shoping-nav-btn:hover::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7517CD;
  transition: 0.7s;
  border-radius: 50px;
}
.nav-bar-side .shoping-nav-btn span {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 12px;
  padding: 5px;
  line-height: 1;
  color: #7517CD;
  background-color: #ffffff;
  border-radius: 50px;
}
.nav-bar-side .shoping-nav-btn-2 {
  display: inline-block;
  color: #1C1C25;
  margin-right: 30px;
  margin-left: 20px;
  position: relative;
}
.nav-bar-side .shoping-nav-btn-2:hover {
  color: #7517CD;
}
.nav-bar-side .shoping-nav-btn-2 span {
  position: absolute;
  top: 0;
  display: inline-block;
  right: -12px;
  font-size: 10px;
  padding: 5px;
  line-height: 0.7;
  color: #ffffff;
  background-color: #FF9083;
  border-radius: 50px;
}
.nav-bar-side .shoping-nav-btn-3 {
  margin-right: 30px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 50px;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
}
.nav-bar-side .shoping-nav-btn-3::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #7517CD;
  transition: 0.7s;
  border-radius: 50px;
}
.nav-bar-side .shoping-nav-btn-3::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #FF9083;
  transition: 0.7s;
  border-radius: 50px;
}
.nav-bar-side .shoping-nav-btn-3:hover {
  color: #ffffff;
}
.nav-bar-side .shoping-nav-btn-3:hover::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7517CD;
  transition: 0.7s;
  border-radius: 50px;
}
.nav-bar-side .shoping-nav-btn-3:hover::after {
  display: none;
}
.nav-bar-side .shoping-nav-btn-3 span {
  position: absolute;
  top: 5px;
  display: inline-block;
  right: 0;
  font-size: 10px;
  padding: 5px;
  line-height: 0.7;
  color: #ffffff;
  background-color: #FF9083;
  border-radius: 50px;
}
.nav-bar-side .nav-btn {
  display: inline-block;
}

.sticky-nav {
  top: 0;
  position: fixed;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}
.sticky-nav .main-nav {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.side-nav-responsive {
  display: none;
}
.side-nav-responsive .dot-menu {
  display:none;
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: 12px;
}
.side-nav-responsive .dot-menu .circle-inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.side-nav-responsive .dot-menu .circle-inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.7s;
  background-color: #7517CD;
}
.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #FF9083;
}
.side-nav-responsive .container-max {
  position: relative;
  display: flex;
}
.side-nav-responsive .container-max .container {
  position: absolute;
  top: 55px;
  right: 0;
  max-width: 270px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.side-nav-responsive .container-max .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.side-nav-responsive .side-nav-inner {
  padding: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}
.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #7517CD;
  padding: 10px 0px 10px 15px;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item {
  display: inline-block;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .language-side-list {
  top: -6px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  margin-left: 0;
  z-index: 9999;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .language-side-list .language-list-item {
  height: 0;
  padding: 0 15px;
  border: none;
  color: #ffffff;
  background-color: transparent;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  padding-left: 10px;
  padding-right: 30px;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .language-side-list .language-list-item:focus {
  box-shadow: none;
  outline: none;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .language-side-list .nice-select {
  height: 0;
  width: 115px;
  line-height: 0;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  border-radius: 5px 0px 0px 5px;
  z-index: 9999;
  text-align: right !important;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .language-side-list .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .language-side-list .nice-select .list .option {
  transition: 0.6s;
  color: #1C1C25;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  width: 180px;
  border-bottom: 1px dashed #0a377a;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .language-side-list .nice-select .list .option:hover {
  background-color: #0a377a !important;
  color: #ffffff;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .language-side-list .nice-select .list .option .selected {
  background-color: #0a377a !important;
  color: #ffffff;
  font-weight: 400;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .language-side-list .nice-select:after {
  border-bottom: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  height: 6px;
  width: 6px;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .shoping-nav-btn {
  margin-right: 15px;
  color: #1C1C25;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .shoping-nav-btn:hover {
  color: #0a377a;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .shoping-nav-btn span {
  position: absolute;
  top: 5px;
  display: inline-block;
  right: 0;
  font-size: 10px;
  padding: 5px;
  line-height: 0.7;
  color: #ffffff;
  background-color: #FF9083;
  border-radius: 50px;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .default-btn-two {
  padding: 10px 24px;
  font-size: 14px;
  background-color: #ffffff;
  color: #1C1C25;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .default-btn-two:hover {
  background-color: #0a377a;
  color: #ffffff;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .default-btn-two:hover::before {
  display: none;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .side-nav-btn {
  padding: 10px 24px;
  font-size: 14px;
  background-color: #ffffff;
  color: #1C1C25;
  margin: 10px 35px 5px;
  text-align: center;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .side-nav-btn:hover {
  background-color: #0a377a;
  color: #ffffff;
}
.side-nav-responsive .side-nav-inner .side-nav .side-nav-item .side-nav-btn:hover::before {
  display: none;
}

/*=================================
Navbar Area End
====================================*/
/*=================================
Banner Area
====================================*/
.banner-area {
  background-color: #FAF9F7;
  position: relative;
  overflow: hidden;
}

.banner-content {
  max-width: 620px;
  margin-left: auto;
}
.banner-content span {
    color: #0a377a;
    /* background: #1F8C2F;
    border-radius: 24px;
    padding: 0.5rem 1.2rem; */
}
.banner-content h1 {
  font-size: 60px;
  color: #1C1C25;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 10px;
  font-weight: 600;
}
.banner-content p {
  margin-bottom: 30px;
  transition: 0.7s;
  position: relative;
  padding-left: 20px;
  max-width: 500px;
}
.banner-content p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #7517CD;
  transition: 0.7s;
}

.banner-img {
  position: relative;
  height:36rem;
}
.banner-img .hero-img{
  height:36rem;
}
.banner-img .play-btn-area {
  position: absolute;
  top: 40%;
  transform: translate(-40%);
  left: 100px;
  z-index: 1;
}
.banner-img .play-btn-area .play-btn {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 90px;
  font-size: 35px;
  color: #ffffff;
  background-color: #0A7AA4;
  border-radius: 50px;
  line-height: 90px;
  padding-left: 10px;
  text-align: center;
  top: 30px;
}
.banner-img .play-btn-area .play-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 120px;
  height: 120px;
  background-color: #0A2F66;
  opacity: 0.5;
  border-radius: 50%;
}
.banner-img .play-btn-area .play-btn:hover {
  background-color: #1C1C25;
}
.banner-img .play-btn-area .play-btn:hover::before {
  background-color: #1C1C25;
}
.banner-img .banner-img-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-img .banner-img-shape .banner-bg-shape2 {
  display: none;
}

.banner-shape .shape-bg {
  position: absolute;
  top: 40%;
  left: 0;
}
.banner-shape .shape-bg img {
  max-width: 120px;
}
.banner-shape .shape1 {
  position: absolute;
  top: 5%;
  left: 0;
  animation: rotate360 5s infinite linear;
}
.banner-shape .shape2 {
  position: absolute;
  top: 5%;
  left: 40%;
  animation: zoominout-animat 5s infinite linear;
}
.banner-shape .shape3 {
  position: absolute;
  bottom: 5%;
  left: 10%;
  animation: rotate360 3s infinite linear;
}
.banner-shape .shape4 {
  position: absolute;
  bottom: 20%;
  left: 40%;
  animation: rotate360 3s infinite linear;
}

.banner-slider-area {
  position: relative;
  background-color: #FBEDE9;
}
.banner-slider-area .owl-dots {
  position: absolute;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  bottom: 50px;
  left: 0;
  right: 0;
}
.banner-slider-area .owl-dots .owl-dot span {
  background-color: #7517CD !important;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}
.banner-slider-area .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #7517CD;
  border-radius: 50%;
  opacity: 0;
  transition: 0.7s;
}
.banner-slider-area .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}
.banner-slider-area .owl-dots .owl-dot.active span::before {
  opacity: 1;
}
.banner-slider-area .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}
.banner-slider-area .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.banner-slider-item {
  padding: 100px 0;
}

.banner-slider-content {
  max-width: 710px;
  margin-left: auto;
}
.banner-slider-content span {
  color: #FF9083;
}
.banner-slider-content h1 {
  font-size: 65px;
  color: #1C1C25;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 10px;
}
.banner-slider-content p {
  margin-bottom: 30px;
  max-width: 550px;
}

.banner-slider {
  position: relative;
}

.banner-area-two {
  position: relative;
  z-index: 1;
}
.banner-area-two .shape-circle {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 15%;
}
.banner-area-two .shape-circle img {
  max-width: 100px;
}

.banner-content-two {
  max-width: 710px;
  margin-left: auto;
}
.banner-content-two span {
  color: #FF9083;
}
.banner-content-two h1 {
  font-size: 58px;
  color: #1C1C25;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 10px;
}
.banner-content-two p {
  margin-bottom: 30px;
  max-width: 550px;
}

.brand-item img {
  width: unset !important;
  text-align: center;
  margin: 0 auto;
    transition: all 0.4s ease;
}
.brand-item img:hover{
  transform: translateY(-8px);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.12);
}
.brand-item .brand-logo-two {
  display: none !important;
}

.brand-area {
   background: linear-gradient(
        130deg,
        #eedfd9,
        #e6f0ff,
        #f3fff4,
        #e6f0ff
    );
    background-size: 300% 300%;
    animation: gradientMove 10s ease infinite;
}
.brand-area .section-title h2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/*=================================
Banner Area End
====================================*/
/*================================
Inner Banner
==================================*/
/* .inner-banner {
  position: relative;
  z-index: 1;
  overflow: hidden; */
  /* background: linear-gradient(120deg, #fff1eb, #fef6f2, #eaf6ff, #fff1eb);
  background-size: 300% 300%;
  animation: gradientMove 6s ease-in-out infinite; */
   /* background-image: url("/samadhantra/public/website/assets/images/background-5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-banner .inner-title {
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
} */
 .inner-banner{
  position: relative;
  overflow: hidden;
  background-image: url("../images/background-5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* BLUR + SOFT EFFECT */
.inner-banner::before{
  content: "";
  position: absolute;
  inset: 0;

  background: inherit;           /* same background image */
  filter: blur(1px);             /* halka blur */
  transform: scale(1.1);         /* edges hide */
  z-index: 0;
}

/* DARK / SOFT OVERLAY (text readability) */
.inner-banner::after{
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.45)
  );
  z-index: 0;
}

/* CONTENT – bilkul clear */
.inner-banner .inner-title{
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.inner-banner .inner-title h3 {
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 700;
  color:#ffffff;
}
.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #1C1C25;
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-weight: 600;
  color: #ffffff;
}
.inner-banner .inner-title ul li i {
  font-size: 22px;
  top: 4px;
  position: relative;
  left: 10px;
}
.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}
.inner-banner .inner-title ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background-color: #7517CD;
  display: none;
}
.inner-banner .inner-title ul li a {
  color: #ffffff;
}
.inner-banner .inner-title ul li a:hover {
  color: #5EB644;
}
.inner-banner .inner-line .line1 {
  position: absolute;
  left: 0;
  top: -70px;
  width: 35px;
  height: 170px;
  background-color: #5EB644;
  border-radius: 50px;
  transform: rotate(-35deg);
}
.inner-banner .inner-line .line2 {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 35px;
  height: 170px;
  background-color: #176292;
  border-radius: 50px;
  transform: rotate(-35deg);
}

/*=================================
Work Area
====================================*/
.work-area {
   background: linear-gradient(
        120deg,
        #fff1eb,
        #fef6f2,
        #eaf6ff,
        #fff1eb
    );
     background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
  position: relative;
}
.work-area .section-title h2 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.work-card {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.work-card .number {
  width: 75px;
  height: 75px;
  background-color: transparent;
  line-height: 75px;
  border: 2px solid #51993C;
  border-radius: 50px;
  font-size: 30px;
  color: #0A5585;
  font-weight: 600;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.work-card h3 {
  margin-bottom: 12px;
  font-weight: 600;
}
.work-card p {
  margin-bottom: 0;
}
.work-card .line-shape1 {
  position: absolute;
  top: -10px;
  right: -110px;
}
.work-card .line-shape2 {
  position: absolute;
  top: 50px;
  right: -110px;
}



/*=================================
Work Area End
====================================*/
/*=================================
About Area
====================================*/
.about-img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: 0;
}
.about-img .tag {
  position: absolute;
    right: 0;
    bottom: 0;
    background-color: #0A5585;
    padding: 6px 16px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.about-img img {
  border-radius: 10px;
}
.about-img .about-dots {
  position: absolute;
  z-index: -1;
  top: -45px;
  left: -45px;
}
.about-img .about-dots img {
  border-radius: 0;
}

.about-content {
  margin-left: 20px;
  margin-bottom: 30px;
}
.about-content .section-title {
  margin-bottom: 20px;
}
.about-content .section-title h2 {
  margin-bottom: 12px;
}
.about-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.about-content ul li {
  display: inline-block;
  margin-bottom: 17px;
  position: relative;
  padding-left: 25px;
  color: #1C1C25;
  font-weight: 600;
}
.about-content ul li::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background-color: #0A2F66;
  opacity: 0.7;
  border-radius: 50%;
}
.about-content p {
  margin-bottom: 0;
}
.about-content .default-btn {
  margin-top: 25px;
}
.about-content .default-btn-two {
  margin-top: 15px;
}

.about-content-rs {
  margin-bottom: 0;
}

.about-area-two {
  position: relative;
  z-index: 1;
}
.about-area-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FBEDE9;
}

.about-img-2 {
  position: relative;
  z-index: 1;
}
.about-img-2 .about-img-shape {
  position: absolute;
  left: -40px;
  bottom: 50px;
}
.about-img-2 .about-img-shape img {
  max-width: 120px;
}

.about-content-two {
  margin-right: 25px;
}
.about-content-two .section-title {
  margin-bottom: 20px;
}
.about-content-two .section-title h2 {
  margin-bottom: 17px;
}
.about-content-two .about-counter {
  margin-bottom: 20px;
}
.about-content-two .about-counter h3 {
  font-size: 60px;
  color: #7517CD;
  line-height: 1.2;
  margin-bottom: 0;
}
.about-content-two .about-counter span {
  font-size: 18px;
  color: #1C1C25;
  margin-bottom: 0;
  font-weight: 700;
}

.about-img-3 {
  position: relative;
}
.about-img-3 .about-img-line {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 35px;
  height: 140px;
  background-color: #7517CD;
  border-radius: 50px;
  transform: rotate(-35deg);
}

.about-img-4 {
  margin-bottom: 30px;
}

.about-skill-content {
  margin-bottom: 30px;
  margin-left: 40px;
}
.about-skill-content .section-title {
  margin-bottom: 20px;
}
.about-skill-content .section-title h2 {
  margin-bottom: 17px;
}
.about-skill-content .default-btn-two {
  margin-top: 5px;
}
.our-apporach{
  background: linear-gradient(120deg, #fff1eb, #fef6f2, #cee3f4, #fff1eb);
    background-size: 300% 300%;
    animation: gradientMove 6s ease-in-out infinite;
    position: relative;
}
body{
    background:#ffffff;
    font-family: Arial, sans-serif;
}
.carousel-item{
    transition: transform .6s ease-in-out;
}
/* ===== Core Team Slider Card ===== */
.core-team-card{
    background:#fff;
    border-radius:12px;
    padding:20px;
    text-align:center;

    /* SAME CARD SIZE */
    height: 450px;
    width: 100%;

    display:flex;
    flex-direction:column;
    justify-content:center;

    box-shadow:0 6px 16px rgba(0,0,0,0.08);
}

/* ===== Core Team Image ===== */
.core-team-img{
    width:90%;
    height: 320px;
    object-fit:cover;

    border-radius:8px;   /* square look */
    margin:0 auto 10px;
}

/*=================================
About Area End
====================================*/
.offer-tab {
  margin-top: 30px;
}
.offer-tab .tabs {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.offer-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 25px;
}
.offer-tab .tabs li a {
  position: relative;
  font-weight: 500;
  color: #1C1C25;
  font-size: 20px;
}
.offer-tab .tabs li a:focus {
  color: #7517CD;
  font-weight: 600;
}
.offer-tab .tabs li.active a {
  color: #7517CD;
  font-weight: 600;
}
.offer-tab .tabs li.current a {
  color: #7517CD;
  font-weight: 600;
}

.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}

.offer-content {
  margin-bottom: 30px;
}

.offer-tab-item p {
  margin-bottom: 20px;
}
.offer-tab-item h3 {
  color: #7517CD;
  margin-bottom: 25px;
  font-size: 20px;
}

.offer-img {
  margin-bottom: 30px;
}

/*=================================
Services Area
====================================*/
.services-area {
 background: linear-gradient(120deg, #fff1eb, #fef6f2, #eaf6ff, #fff1eb);
    background-size: 300% 300%;
    animation: gradientMove 6s ease-in-out infinite;
    position: relative;
}

.services-scroll-area {
  background-color: #ffffff;
  padding: 100px 60px;
  box-shadow: 0 0px 5px rgba(236, 236, 236, 0.9882352941);
}

.services-scroll-area-into {
  background-color: #ffffff;
  height: 540px;
  overflow-x: hidden;
  overflow-Y: scroll;
  position: relative;
  padding-right: 60px;
}

.services-scroll-area-into::-webkit-scrollbar {
  width: 10px;
  background-color: #FBEDE9;
  border-radius: 10px;
}

.services-scroll-area-into::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #FBEDE9;
}

.services-scroll-area-into::-webkit-scrollbar-thumb {
  background: #0c649a;
  border-radius: 10px;
}

.services-card {
  background-color: #FAF9F7;
  padding: 57px 7px 49px 132px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.services-card:hover::before {
  width: 100%;
  opacity: 1;
}
.services-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  transition: 0.7s;
  border-radius: 10px;
}
.services-card i {
  position: absolute;
    left: 26px;
    top: 27px;
    border-radius: 50px;
    text-align: center;
    width: 90px;
    height: 85px;
    line-height: 95px;
    background: linear-gradient(135deg, #71ce55, #207e09);


    font-size: 40px;
    color: #0A2F66;
}
.services-card h3 {
  margin-bottom: 0;
}
.services-card h3 a {
  color: #1C1C25;
}

.services-content {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: 20px;
}
.services-content .section-title {
  margin-bottom: 15px;
}
.services-content .section-title h2 {
  margin-bottom: 25px;
}
.services-content .section-title .services-content-list {
  position: relative;
  padding-left: 50px;
  margin-top: 15px;
  margin-bottom: 12px;
}
.services-content .section-title .services-content-list i {
  position: absolute;
  top: -1.5px;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 37px;
  font-size: 20px;
  color: #0C649A;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
}
.services-content .section-title .services-content-list h3 {
  margin-bottom: 0;
}
.services-content p {
  margin-bottom: 0;
}
.services-content .default-btn {
  margin-top: 20px;
}

.services-slider .services-item {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.services-area-two .section-title h2 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.services-area-two .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.services-area-two .owl-dots .owl-dot span {
  background-color: #7517CD !important;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}
.services-area-two .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #7517CD;
  border-radius: 50%;
  opacity: 0;
  transition: 0.7s;
}
.services-area-two .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}
.services-area-two .owl-dots .owl-dot.active span::before {
  opacity: 1;
}
.services-area-two .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}
.services-area-two .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.services-item {
  margin-bottom: 30px;
  padding: 25px 20px 20px;
 background: linear-gradient(180deg, #f4fdee, #fef8f8,#ecf6fd);
  transition: all 0.4s ease;
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  height:18rem;
  border:0.5px solid #addbf6;
}
.services-item:hover{
  transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.services-item i {
  font-size: 30px;
  color: #ffffffe2;
  background: linear-gradient(135deg, #5EB644, #074a73);
  /* background-color: #FBEDE9; */
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 0;
}
.services-item i.flaticon-settings-1 {
  padding-left: 10px;
}
.services-item h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.services-item h3 a {
  color: #1C1C25;
}
.services-item h3 a:hover {
  color: #0e649a;
}
.services-item p {
  margin-bottom: 10px;
}
.services-item .read-more {
  color: #1171ac;
  font-weight: 600;
  line-height: 1;
}
.services-item .read-more:hover {
  color: #1C1C25;
}

.services-area-three .section-title h2 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.services-area-three .owl-dots {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.services-area-three .owl-dots .owl-dot span {
  background-color: #7517CD !important;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}
.services-area-three .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #7517CD;
  border-radius: 50%;
  opacity: 0;
  transition: 0.7s;
}
.services-area-three .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}
.services-area-three .owl-dots .owl-dot.active span::before {
  opacity: 1;
}
.services-area-three .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}
.services-area-three .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.services-item-two {
  margin-bottom: 30px;
  background-color: #FBEDE9;
  padding: 30px 30px 27px;
  transition: 0.7s;
}
.services-item-two:hover {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.services-item-two:hover i {
  background-color: #FBEDE9;
}
.services-item-two i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #ffffff;
  font-size: 55px;
  color: #7517CD;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.services-item-two i.flaticon-settings-1 {
  padding-left: 20px;
}
.services-item-two h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.services-item-two h3 a {
  color: #1C1C25;
}
.services-item-two p {
  margin-bottom: 10px;
}
.services-item-two .read-more {
  color: #7517CD;
  font-weight: 700;
}
.services-item-two .read-more:hover {
  color: #1C1C25;
}

.services-details-img-area {
  margin-bottom: 30px;
}
.services-details-img-area .services-details-img {
  margin-left: 100px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.services-details-img-area .services-details-img img {
  border-radius: 15px;
}
.services-details-img-area .services-details-img .sub-img {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.services-details-img-area .services-details-img .sub-img img {
  max-width: 300px;
}
.services-details-img-area .services-details-img .services-details-shape .shape1 {
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}
.services-details-img-area .services-details-img .services-details-shape .shape2 {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: -1;
}

.services-details-content .section-title {
  margin-bottom: 20px;
}
.services-details-content p {
  margin-bottom: 20px;
}

.services-details-title {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 10px 30px;
  background-color: #FBEDE9;
  border-radius: 20px;
}
.services-details-title .title {
  font-size: 24px;
  margin-bottom: 0;
  color: #1C1C25;
  font-weight: 600;
}
.services-details-title .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 10px;
  right: 30px;
}
.services-details-title .social-icon li {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  color: #1C1C25;
  font-weight: 600;
}
.services-details-title .social-icon li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.services-details-title .social-icon li:nth-child(2) a {
  background-color: #3b5998;
}
.services-details-title .social-icon li:nth-child(2) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.services-details-title .social-icon li:nth-child(3) a {
  background-color: #55acee;
}
.services-details-title .social-icon li:nth-child(3) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.services-details-title .social-icon li:nth-child(4) a {
  background-color: #3f729b;
}
.services-details-title .social-icon li:nth-child(4) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.services-details-title .social-icon li:nth-child(5) a {
  background-color: #ff0000;
}
.services-details-title .social-icon li:nth-child(5) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}

.services-comment .comment-form {
  list-style: none;
  margin: 0;
  padding: 0;
}
.services-comment .comment-form li {
  position: relative;
  padding: 30px;
  padding-left: 95px;
  margin-bottom: 30px;
  background-color: #FBEDE9;
  border-radius: 20px;
}
.services-comment .comment-form li img {
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.services-comment .comment-form li h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.services-comment .comment-form li span {
  position: absolute;
  top: 35px;
  right: 30px;
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  color: #1C1C25;
}
.services-comment .comment-form li span i {
  margin-right: 5px;
  color: #FF9083;
}
.services-comment .comment-form li p {
  margin-bottom: 10px;
}
.services-comment .comment-form li .content h4 {
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  color: #6A6A6A;
  font-weight: 500;
}
.services-comment .comment-form li .content h4 i {
  color: #13689c;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.services-comment .comment-form li .content h4 a {
  color: #0A5585;
  font-weight: 600;
}
.services-comment .comment-form li .content h4 a:hover {
  color: #5BAF42;
}

.services-comments-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.services-comments-form .title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #1C1C25;
}
.services-comments-form .default-btn-three {
  width: unset;
  border: none;
  box-shadow: none;
}

.services-details-slide {
  background-image: url(../images/what-did/what-did-img1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 140px 40px;
  border-radius: 15px;
  margin-bottom: 30px;
}
.services-details-slide::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  border-radius: 15px;
}
.services-details-slide .section-title {
  margin-bottom: 30px;
}
.services-details-slide .section-title span {
  color: #ffffff;
}
.services-details-slide .section-title h2 {
  color: #ffffff;
}
.services-details-slide .section-title p {
  color: #ffffff;
}
.services-details-slide .default-btn-three {
  padding: 10px 32px;
  color: #1C1C25;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 50px;
}
.services-details-slide .default-btn-three::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: 0.7s;
  border-radius: 50px;
}
.services-details-slide .default-btn-three::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #FF9083;
  transition: 0.7s;
  border-radius: 50px;
}
.services-details-slide .default-btn-three:hover {
  color: #ffffff;
}
.services-details-slide .default-btn-three:hover::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #146496;
  transition: 0.7s;
  border-radius: 50px;
}
.services-details-slide .default-btn-three:hover::after {
  display: none;
}

.services-style-area .section-title h2 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.services-details-text h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

/* Background */
.services-gradient-bg{
    background: linear-gradient(120deg,#f7faff,#ffffff,#eef6ff);
}

/* Grid */
.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
    gap:35px;
}

/* Card */
.service-card-gradient{
    display:flex;
    gap:20px;
    padding:32px;
    border-radius:22px;
   background: linear-gradient(180deg, #f4fdee, #faefef);
   transition: all 0.4s ease;
}

.service-card-gradient:hover{
    transform:translateY(-4px);
    box-shadow:0 35px 70px rgba(0,0,0,0.22);
}
.get-started{
    background: linear-gradient(135deg, #5EB644, #145f8e);
    color: #ffffff;;
}

/* Icon */
.service-icon{
    min-width:60px;
    height:60px;
    border-radius:16px;
    background:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    background: linear-gradient(135deg, #5EB644, #0A5585);
    color:#ffffff;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* Content */
.service-content h3{
    font-weight:800;
    margin-bottom:12px;
}

.service-content ul{
    list-style:none;
    padding-left:0;
}

.service-content ul li{
    position:relative;
    padding-left:20px;
    padding-bottom:6px;
    color:#444;
}

.service-content ul li::before{
    content:"✔";
    position:absolute;
    left:0;
    color:#0d6efd;
}


/*=================================
Services Area End
====================================*/
/*=================================
Product Area
====================================*/
.product-detls-image {
  margin-bottom: 30px;
  background-color: #FBEDE9;
  padding: 100px 50px;
  border-radius: 15px;
}

.product-desc {
  margin-bottom: 30px;
}
.product-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  color: #1C1C25;
}
.product-desc p {
  margin-bottom: 20px;
}
.product-desc .price {
  position: relative;
  padding-left: 140px;
  margin-top: 10px;
}
.product-desc .price h2 {
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 45px;
  color: #FF9083;
  font-weight: 600;
  margin-bottom: 0;
}
.product-desc .price .price-sub h4 {
  font-size: 20px;
  margin-bottom: 0;
}
.product-desc .price .price-sub span {
  font-size: 16px;
  margin-bottom: 0;
}
.product-desc .product-add-btn {
  margin-top: 20px;
  margin-bottom: 30px;
}
.product-desc .product-add-btn .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.product-desc .product-add-btn .input-counter::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #7517CD;
  transition: 0.7s;
  border-radius: 50px;
}
.product-desc .product-add-btn .input-counter::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #FF9083;
  transition: 0.7s;
  border-radius: 50px;
}
.product-desc .product-add-btn .input-counter span {
  position: absolute;
  top: 2px;
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
  width: 50px;
  height: 100%;
  line-height: 50px;
  transition: 0.5s;
}
.product-desc .product-add-btn .input-counter span:hover {
  color: #FF9083;
}
.product-desc .product-add-btn .input-counter .minus-btn {
  left: 0;
}
.product-desc .product-add-btn .input-counter .plus-btn {
  right: 0;
}
.product-desc .product-add-btn .input-counter input {
  height: 50px;
  color: #ffffff;
  outline: 0;
  display: block;
  border: none;
  background-color: transparent;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
}
.product-desc .product-add-btn .default-btn-three {
  border: none;
  margin-right: 20px;
  border-radius: 0;
}
.product-desc .product-add-btn .wish-card {
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 50px;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
}
.product-desc .product-add-btn .wish-card::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #7517CD;
  transition: 0.7s;
  border-radius: 50px;
}
.product-desc .product-add-btn .wish-card::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #FF9083;
  transition: 0.7s;
  border-radius: 50px;
}
.product-desc .product-add-btn .wish-card:hover {
  color: #ffffff;
}
.product-desc .product-add-btn .wish-card:hover::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7517CD;
  transition: 0.7s;
  border-radius: 50px;
}
.product-desc .product-add-btn .wish-card:hover::after {
  display: none;
}
.product-desc .product-share {
  margin-top: 25px;
}
.product-desc .product-share .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-desc .product-share .social-icon li {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  color: #1C1C25;
  font-weight: 600;
}
.product-desc .product-share .social-icon li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.product-desc .product-share .social-icon li:nth-child(2) a {
  background-color: #3b5998;
}
.product-desc .product-share .social-icon li:nth-child(2) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.product-desc .product-share .social-icon li:nth-child(3) a {
  background-color: #55acee;
}
.product-desc .product-share .social-icon li:nth-child(3) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.product-desc .product-share .social-icon li:nth-child(4) a {
  background-color: #3f729b;
}
.product-desc .product-share .social-icon li:nth-child(4) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.product-desc .product-share .social-icon li:nth-child(5) a {
  background-color: #ff0000;
}
.product-desc .product-share .social-icon li:nth-child(5) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}

.products-details-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-details-tab .tabs li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}
.products-details-tab .tabs li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -15px;
  width: 2px;
  height: 20px;
  background-color: #6A6A6A;
  transform: rotate(25deg);
}
.products-details-tab .tabs li:last-child {
  margin-right: 0;
}
.products-details-tab .tabs li:last-child::before {
  display: none;
}
.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #6A6A6A;
}
.products-details-tab .tabs li a:focus {
  color: #7517CD;
}
.products-details-tab .tabs li.active a {
  color: #7517CD;
}
.products-details-tab .tabs li.current a {
  color: #7517CD;
}

.products-tabs-decs {
  margin-top: 20px;
}
.products-tabs-decs p {
  margin-bottom: 30px;
}

.products-tabs-reviews {
  margin-top: 20px;
}
.products-tabs-reviews .tabs-reviews .tabs-reviews-form {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-tabs-reviews .tabs-reviews .tabs-reviews-form li {
  position: relative;
  padding: 30px;
  padding-left: 95px;
  margin-bottom: 30px;
  background-color: #FBEDE9;
  border-radius: 20px;
}
.products-tabs-reviews .tabs-reviews .tabs-reviews-form li img {
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.products-tabs-reviews .tabs-reviews .tabs-reviews-form li h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.products-tabs-reviews .tabs-reviews .tabs-reviews-form li span {
  font-size: 18px;
  color: #FFC107;
}
.products-tabs-reviews .tabs-reviews .tabs-reviews-form li span i {
  margin-right: 5px;
  color: #FFC107;
}
.products-tabs-reviews .tabs-reviews .tabs-reviews-form li p {
  margin-bottom: 10px;
}
.products-tabs-reviews .tabs-reviews .tabs-reviews-form li .content h4 {
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  color: #6A6A6A;
  font-weight: 500;
}
.products-tabs-reviews .tabs-reviews .tabs-reviews-form li .content h4 i {
  color: #7517CD;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.products-tabs-reviews .tabs-reviews .tabs-reviews-form li .content h4 a {
  color: #7517CD;
  font-weight: 600;
}
.products-tabs-reviews .tabs-reviews .tabs-reviews-form li .content h4 a:hover {
  color: #FF9083;
}
.products-tabs-reviews .tabs-reviews-comments-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.products-tabs-reviews .tabs-reviews-comments-form .title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #1C1C25;
}
.products-tabs-reviews .tabs-reviews-comments-form .rating {
  font-size: 22px;
  color: #6A6A6A;
  margin-bottom: 30px;
}
.products-tabs-reviews .tabs-reviews-comments-form .rating i {
  margin-right: 5px;
  color: #6A6A6A;
}
.products-tabs-reviews .tabs-reviews-comments-form .default-btn-three {
  width: unset;
  border: none;
  box-shadow: none;
}

.product-card {
  margin-bottom: 25px;
}
.product-card:hover .product-card-img .product-card-action li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product-card .product-card-img {
  position: relative;
  background-color: #FBEDE9;
}
.product-card .product-card-img a {
  display: block;
}
.product-card .product-card-img a img {
  padding: 30px 10px;
}
.product-card .product-card-img .product-card-tag {
  position: absolute;
  top: 30px;
  right: 20px;
}
.product-card .product-card-img .product-card-tag h3 {
  background-color: #FF9083;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
}
.product-card .product-card-img .product-card-action {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 30px;
  top: 30px;
  margin: auto;
  margin-bottom: 0;
}
.product-card .product-card-img .product-card-action li {
  display: block;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 10px;
}
.product-card .product-card-img .product-card-action li:last-child {
  margin-bottom: 0;
}
.product-card .product-card-img .product-card-action li a {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #1C1C25;
  transition: 0.5s;
  border-radius: 50px;
}
.product-card .product-card-img .product-card-action li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}
.product-card .product-card-img .product-card-action li a:hover {
  background-color: #FF9083;
  color: #ffffff;
}
.product-card .product-card-img .product-card-action li:nth-child(1) {
  transition-delay: 0.1s;
}
.product-card .product-card-img .product-card-action li:nth-child(2) {
  transition-delay: 0.2s;
}
.product-card .product-card-img .product-card-action li:nth-child(3) {
  transition-delay: 0.3s;
}
.product-card .product-card-img .product-card-action li:nth-child(4) {
  transition-delay: 0.4s;
}
.product-card .content {
  padding-top: 20px;
  position: relative;
}
.product-card .content h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
.product-card .content h3 a {
  display: block;
  color: #1C1C25;
}
.product-card .content .ratting {
  font-size: 16px;
  color: #FFC107;
}
.product-card .content span {
  font-size: 18px;
  color: #FF9083;
  font-weight: 600;
}
.product-card .content span del {
  color: #6A6A6A;
  margin-left: 15px;
}

.product-side-bar-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.product-side-bar-widget .title {
  font-size: 20px;
  color: #1C1C25;
  padding: 0;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  background-color: transparent;
  width: 100%;
}
.product-side-bar-widget .price-range-bar {
  border: none;
  background: #FF9083;
  height: 5px;
  width: 96%;
  margin-left: 0;
  margin-bottom: 25px;
  position: relative;
}
.product-side-bar-widget .price-range-bar .ui-slider-range {
  background: #FF9083;
}
.product-side-bar-widget .price-range-bar .ui-slider-handle {
  border: none;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #FF9083;
  height: 15px;
  width: 15px;
  top: -5px;
  cursor: pointer;
  background: #FF9083;
  position: absolute;
}
.product-side-bar-widget .price-range-bar .ui-slider-handle:focus {
  outline: 0;
}
.product-side-bar-widget .price-range-filter-item h4 {
  font-size: 15px;
  color: #292929;
  margin-right: 10px;
  margin-bottom: 0;
}
.product-side-bar-widget .price-range-filter-item input {
  width: 100%;
  border: 0;
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #FF9083;
  background-color: transparent;
}
.product-side-bar-widget .price-range-filter-item inputinput {
  width: 100%;
  border: 0;
  border-radius: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #FF9083;
  background-color: transparent;
}

.checkout-from {
  border: 1px solid #FF9083;
  border-radius: 15px;
  margin-bottom: 30px;
}
.checkout-from .contact-form {
  padding: 55px 40px 35px;
}
.checkout-from .contact-form h3 {
  margin-bottom: 20px;
}

.checkout-method p {
  display: inline-block;
  margin-right: 30px;
}
.checkout-method p [type=radio]:checked {
  display: none;
}
.checkout-method p [type=radio]:checked + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #1C1C25;
  position: relative;
  margin-bottom: 8px;
}
.checkout-method p [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #FF9083;
  border-radius: 50%;
  background: transparent;
}
.checkout-method p [type=radio]:checked + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #FF9083;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.checkout-method p [type=radio]:not(:checked) {
  display: none;
}
.checkout-method p [type=radio]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #172541;
  position: relative;
  margin-bottom: 8px;
}
.checkout-method p [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #FF9083;
  border-radius: 50%;
  background: transparent;
}
.checkout-method p [type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #1C1C25;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.payment-box {
  border: 1px solid #FF9083;
  border-radius: 15px;
  padding: 30px 25px 0px;
  margin-bottom: 30px;
}
.payment-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.payment-box .content {
  padding-left: 120px;
  position: relative;
  margin-bottom: 40px;
}
.payment-box .content img {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FBEDE9;
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 15px;
}
.payment-box .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.payment-box .content .input-counter {
  max-width: 110px;
  min-width: 110px;
  margin-right: 20px;
  text-align: center;
  display: inline-block;
  position: relative;
  background-color: #7517CD;
  border-radius: 50px;
}
.payment-box .content .input-counter span {
  position: absolute;
  top: 2px;
  background-color: transparent;
  cursor: pointer;
  color: #ffffff;
  width: 50px;
  height: 100%;
  line-height: 50px;
  transition: 0.5s;
}
.payment-box .content .input-counter span:hover {
  color: #FF9083;
}
.payment-box .content .input-counter .minus-btn {
  left: 0;
}
.payment-box .content .input-counter .plus-btn {
  right: 0;
}
.payment-box .content .input-counter input {
  height: 50px;
  color: #ffffff;
  outline: 0;
  display: block;
  border: none;
  background-color: transparent;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
}
.payment-box .content span {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #FF9083;
  font-size: 16px;
  font-weight: 600;
}
.payment-box .total-amount {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #FF9083;
  border-bottom: 1px solid #FF9083;
  margin-bottom: 30px;
}
.payment-box .total-amount .amount-title {
  font-size: 16px;
  color: #1C1C25;
  margin-bottom: 10px;
}
.payment-box .total-amount .amount-title span {
  float: right;
  color: #FF9083;
}
.payment-box .total-amount .vat-title {
  font-size: 16px;
  color: #1C1C25;
  margin-bottom: 30px;
}
.payment-box .total-amount .vat-title span {
  float: right;
  color: #FF9083;
}
.payment-box .total-amount .total-title {
  font-size: 16px;
  color: #1C1C25;
  margin-bottom: 0;
}
.payment-box .total-amount .total-title span {
  float: right;
  color: #FF9083;
}

/*=================================
Product Area End
====================================*/
/*=================================
Cart Wraps Area
===================================*/
.table-bordered > :not(caption) > * {
  border-width: 0;
}

.cart-wraps-area .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cart-wraps-area .cart-wraps {
  background-color: #FBEDE9;
  padding: 50px 30px;
  border-radius: 15px;
}
.cart-wraps-area .cart-table table {
  margin-bottom: 0;
}
.cart-wraps-area .cart-table table thead {
  border: none;
}
.cart-wraps-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 18px;
}
.cart-wraps-area .cart-table table tbody {
  border-top: none;
}
.cart-wraps-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #6A6A6A;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  border-color: #eeeeee;
  border-left: none;
  border-right: none;
}
.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}
.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
}
.cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #1C1C25;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}
.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
  color: #FF9083 !important;
}
.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #1C1C25;
  float: right;
  position: relative;
  top: 1px;
  transition: all 0.5s;
}
.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 24px;
}
.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: #7517CD;
}
.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
  color: #FF9083;
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #6A6A6A;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #1C1C25 !important;
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
  left: 0;
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
  color: #1C1C25 !important;
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
  right: 0;
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
  color: #1C1C25 !important;
}
.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #1C1C25;
  outline: 0;
  display: block;
  border: none;
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}
.cart-wraps-area .cart-buttons {
  margin-top: 30px;
}
.cart-wraps-area .cart-totals {
  background: #FBEDE9;
  border-radius: 15px;
  padding: 40px;
  margin: auto;
  margin-top: 50px;
}
.cart-wraps-area .cart-totals h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.cart-wraps-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}
.cart-wraps-area .cart-totals ul li {
  border: 1px solid #b8b08c;
  padding: 10px 15px;
  color: #1C1C25;
  overflow: hidden;
  font-weight: 500;
}
.cart-wraps-area .cart-totals ul li:first-child {
  border-bottom: none;
}
.cart-wraps-area .cart-totals ul li:nth-child(3) {
  border-top: none;
}
.cart-wraps-area .cart-totals ul li:last-child {
  border-top: none;
}
.cart-wraps-area .cart-totals ul li span {
  float: right;
  color: #FF9083;
  font-weight: normal;
}
.cart-wraps-area .cart-calc {
  margin-top: 50px;
  background: #FBEDE9;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}
.cart-wraps-area .cart-calc .cart-wraps-form h3 {
  font-size: 24px;
  color: #1C1C25;
  padding-bottom: 20px;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group {
  margin-bottom: 20px;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
  height: 50px;
  padding: 7px 18px;
  color: #6c777d;
  border: 1px solid #cfcfcf;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select:focus, .cart-wraps-area .cart-calc .cart-wraps-form .form-group select :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #1C1C25;
  background-color: #6A6A6A !important;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option {
  padding: 10px;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option:hover {
  background-color: #6A6A6A !important;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  font-size: 16px;
  border: 1px solid #b8b08c;
  color: #6c777d;
  padding: 12px 18px;
  font-weight: 400;
}
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control:focus, .cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #cfcfcf;
}
.cart-wraps-area .cart-calc .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border: 1px solid #b8b08c;
}
.cart-wraps-area .cart-calc .nice-select .list {
  width: 100%;
}
.cart-wraps-area .cart-calc .nice-select .option {
  color: #6A6A6A !important;
}
.cart-wraps-area .cart-calc .nice-select .option :hover {
  color: #ffffff !important;
  background-color: #1C1C25 !important;
}
.cart-wraps-area .cart-calc .nice-select .current {
  position: relative;
  top: 4px;
  font-weight: 500;
  color: #6c777d;
}

.cart-wraps-area .nice-select .option.focus, .cart-wraps-area .nice-select .option.selected.focus, .cart-wraps-area .nice-select .option:hover {
  background-color: #6A6A6A !important;
  color: #ffffff !important;
  font-weight: 600;
}

.cart-wraps-area .cart-calc select .option.focus, .cart-wraps-area .cart-calc .nice-select .option.selected.focus {
  background-color: #6A6A6A !important;
  color: #ffffff !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: #1C1C25;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #1C1C25;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-moz-placeholder {
  color: #495057;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::placeholder {
  color: #495057;
}

/*=================================
Cart Wraps Area End
===================================*/
.team-item {
  margin-bottom: 30px;
  position: relative;
}
.team-item a {
  display: block;
}
.team-item .content {
  background-color: #FBEDE9;
  padding: 15px 20px 20px;
  text-align: center;
}
.team-item .content h3 {
  font-size: 22px;
  color: #1C1C25;
  margin-bottom: 0;
}
.team-item .content h3 a {
  color: #1C1C25;
}
.team-item .content span {
  font-size: 16px;
  color: #1C1C25;
  margin-bottom: 0;
}
.team-item .content .social-icon-link {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.team-item .content .social-icon-link li {
  display: inline-block;
  margin-right: 5px;
}
.team-item .content .social-icon-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #1C1C25;
  border-radius: 50px;
  border: 1px solid #1C1C25;
}
.team-item .content .social-icon-link li:hover a {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 50px;
  color: #7517CD;
}

/*=================================
FAQ Area
====================================*/
.faq-content {
  margin-bottom: 30px;
}
.faq-content .section-title {
  margin-bottom: 30px;
}
.faq-content .section-title h2 {
  margin-bottom: 17px;
}

.faq-accordion {
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 10px 30px 20px;
    border:0.5px solid #c9e0ee;
    background: linear-gradient(
        120deg,
        #fff4ef,
        #fff4ef,
        #f4faff,
        #fff1eb
    );
     background-size: 300% 300%;
    animation: gradientMove 6s ease-in-out infinite;
  position: relative;
}
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  border:0.5px solid #e8f6ff;
   background: linear-gradient(
        120deg,
        #fff4ef,
        #fff4ef,
        #f5faff,
        #fff1eb
    );
     background-size: 300% 300%;
    animation: gradientMove 6s ease-in-out infinite;
  position: relative;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4117647059);
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.faq-accordion .accordion .accordion-title {
  padding: 15px 60px 12px 0;
  color: #444444;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 20px;
  transition: 0.5s;
  width: 30px;
  height: 30px;
  color: #1C1C25;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
  border: 1px solid #1C1C25;
  border-radius: 50px;
}
.faq-accordion .accordion .accordion-title.active {
  border: none;
}
.faq-accordion .accordion .accordion-title.active i:before {
  content: "\ebb9";
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
  font-size: 15px;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-img {
  margin-bottom: 30px;
}
/* Process Section */
.process-section {
    padding: 50px 0;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
}

.section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px;
}

.section-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #5EB644;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0A2F66;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 16px;
    color: #666;
    line-height: 1.7;
}
  .process-section {
  background: #f8f9fa;
}

.process-card {
  background: linear-gradient(180deg, #f8fff3, #e3f4ff);
  padding: 25px 15px;
  border-radius: 12px;
  height: 100%;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.process-card:hover {
  transform: translateY(-8px);
}

.process-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #5EB644, #0A5585);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 auto 15px;
}

.process-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 14px;
  color: #6c757d;
}

/* Grid */
/* .process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
} */
/* Card */
/* .process-card {
    background: linear-gradient(180deg, #f4fdee, #faefef);
    border-radius: 16px;
    border:0.5px #d5dde3 solid;
    padding: 35px 30px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    position: relative;
     overflow: hidden;
}

.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px rgba(0,0,0,0.12);
} */
/* Step Circle – Animate on Hover */
/* .process-step {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #5EB644, #0A5585);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.7s ease;
} */

/* Step Motion */
/* .process-card:hover .process-step {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 8px 20px rgba(94,182,68,0.45);
} */
/* Step Circle */
/* .process-step {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #5EB644, #0A5585);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.process-section span{
  font-size:24px;

} */

/* Card Content */
/* .process-card h4 {
    font-size: 30px;
    font-weight: 600;
    color: #0A2F66;
    margin-bottom: 12px;
}

.process-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
} */

/* Footer Button */
/* .process-footer {
    text-align: center;
    margin-top: 60px;
}

.process-btn {
    display: inline-block;
    padding: 14px 34px;
    background: linear-gradient(135deg, #5EB644, #0A5585);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}

.process-btn:hover {
    background: linear-gradient(135deg, #0A5585, #5EB644);
} */



/*=================================
FAQ Area End
====================================*/
/*=================================
Contact Area
====================================*/
.contact-form {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
.contact-form h3 {
  color: #1C1C25;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1;
}
.contact-form p {
  margin-bottom: 30px;
}
.contact-form .section-title-two {
  margin-bottom: 20px;
}
.contact-form .section-title {
  margin-bottom: 20px;
}
.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.contact-form .form-group label {
  color: #1C1C25;
  font-weight: 600;
}
.contact-form .form-group.checkbox-option {
  position: relative;
}
.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}
.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
  color: #1C1C25;
  font-weight: 600;
}
.contact-form .form-group.checkbox-option p a {
  color: #7517CD;
}
.contact-form .form-group.checkbox-option p a:hover {
  color: #1C1C25;
}
.contact-form .form-group .form-control {
  height: 45px;
  color: #1C1C25;
  background: linear-gradient(135deg, #f3fcf2, #ddedfb);
  font-size: 15px;
  border: none;
  padding: 10px 20px;
  width: 100%;
  border-radius: 20px;
  font-weight: 500;
}
.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #1C1C25;
  box-shadow: none;
}
.contact-form .form-group textarea.form-control {
  height: auto;
}
.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}
.contact-form .agree-label #chb1 {
  position: absolute;
  top: 7px;
  left: 0;
}
.contact-form .agree-label label {
  font-weight: 500;
  color: #1C1C25;
  margin-left: 25px;
}
.contact-form .agree-label label a {
  color: #0A5585;
}
.contact-form .agree-label label a:hover {
  color: #1C1C25;
}
.contact-form .agree-label label a.forget {
  position: absolute;
  right: 0;
}
.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}
.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}
.contact-form .default-btn-three {
  border: 0;
  outline: none;
}

.contact-form .form-group .form-control::-moz-placeholder {
  color: #6A6A6A;
  font-weight: 500;
}

.contact-form .form-group .form-control::placeholder {
  color: #6A6A6A;
  font-weight: 500;
}

.contact-img {
  margin-bottom: 30px;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 525px;
}

.map-area {
  position: relative;
  margin-top: 50px;
}

.contact-address {
  position: absolute;
    top: -75px;
    left: 25%;
    background: linear-gradient(120deg, #fff7eb, #fefbf2, #def1ff, #e3f7dc);
    background-size: 300% 300%;
    animation: gradientMove 6s ease-in-out infinite;
    background-color: #0574A4;
    padding: 62px 26px;
    border-radius: 15px;
}
.contact-address ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-address ul li {
  position: relative;
  display: block;
  padding-left: 60px;
  margin-bottom: 30px;
}
.contact-address ul li:last-child {
  margin-bottom: 0;
}
.contact-address ul li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  color: #0A5585;
}
.contact-address ul li .content h3 {
  color: #0A5585;
  margin-bottom: 10px;
}
.contact-address ul li .content span {
  color: #0A5585;
  display: block;
}
.contact-address ul li .content span a {
  color: #0A5585;
}
.contact-address ul li .content span a:hover {
  color: #FF9083;
}

.user-form .contact-form {
  max-width: 750px;
  padding: 40px 30px;
  border: 1px solid #FF9083;
  border-radius: 15px;
}

/*=================================
Contact Area End
====================================*/
.single-content {
  margin-bottom: 30px;
}
.single-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
.single-content p {
  margin-bottom: 0;
}

/*=================================
What Did Area
====================================*/
.what-did-content {
  margin-bottom: 30px;
  max-width: 620px;
  margin-left: auto;
}
.what-did-content .section-title {
  margin-bottom: 20px;
}
.what-did-content .section-title h2 {
  margin-bottom: 12px;
}

.all-skill-bar {
  margin-right: 30px;
  margin-bottom: 30px;
}

.skill-bar {
  margin-bottom: 20px;
}
.skill-bar .progress-title-holder {
  position: relative;
}
.skill-bar .progress-title {
  font-size: 18px;
  font-weight: 500;
}
.skill-bar .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #FBEDE9;
}
.skill-bar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  color: #1a1a1a;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 600;
}
.skill-bar .down-arrow {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 140%;
  height: 7px;
  width: 7px;
  padding: 5px;
  border-radius: 50px;
  transform: translateX(0);
  background-color: #0C649A;
}
.skill-bar .down-arrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #0C649A;
  border-radius: 50%;
}
.skill-bar .progress-content-outter {
  height: 6px;
  background-color: #FBEDE9;
  border-radius: 5px;
}
.skill-bar .progress-content {
  height: 6px;
  background-color: #0C649A;
  width: 0%;
  border-radius: 5px;
}

.what-did-img-area {
  max-width: 735px;
  margin-right: auto;
  margin-bottom: 30px;
}
.what-did-img-area .what-did-img {
  margin-right: 100px;
  position: relative;
  z-index: 1;
}
.what-did-img-area .what-did-img .img1 {
    border-radius: 15px;
    height: 780px;
    width: 90%;
}
.what-did-img-area .what-did-img .img2 {
  border-radius: 15px;
  height: 320px;

}
.what-did-img-area .what-did-img .sub-img {
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.what-did-img-area .what-did-img .sub-img img {
  max-width: 300px;
}
.what-did-img-area .what-did-img .what-shape .shape1 {
  position: absolute;
  bottom: -40px;
  left: -40px;
  z-index: -1;
}
.what-did-img-area .what-did-img .what-shape .shape2 {
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: -1;
}

.what-did-list {
  padding-left: 80px;
  position: relative;
  padding-top: 15px;
  margin-bottom: 30px;
}
.what-did-list .number {
  position: absolute;
  top: 15px;
  left: 0;
  width: 60px;
   background: linear-gradient(135deg, #9be285, #4DA637);
  color: #0A5585;
  line-height: 60px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  border-radius: 50px;
}
.what-did-list h3 {
  margin-bottom: 10px;
}
.what-did-list p {
  margin-bottom: 0;
}

.what-did-area-two .section-title {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.what-did-area-two .col-lg-4 .col-lg-12:nth-child(1) .what-did-list {
  margin-bottom: 70px;
  margin-left: 50px;
}
.what-did-area-two .col-lg-4 .col-lg-12:nth-child(2) .what-did-list {
  margin-bottom: 70px;
}
.what-did-area-two .col-lg-4 .col-lg-12:nth-child(3) .what-did-list {
  margin-left: 50px;
}

.what-did-list2 {
  padding-left: 80px;
  position: relative;
  padding-top: 15px;
  margin-bottom: 30px;
}
.what-did-list2 .number {
  position: absolute;
  top: 15px;
  left: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #9be285, #4DA637);
  /* background-color: #5EB644; */
  color: #0A5585;
  line-height: 60px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  border-radius: 50px;
}
.what-did-list2 h3 {
  margin-bottom: 10px;
}
.what-did-list2 p {
  margin-bottom: 0;
}

.what-did-area-two .col-lg-4 .col-lg-12:nth-child(1) .what-did-list2 {
  margin-bottom: 70px;
}
.what-did-area-two .col-lg-4 .col-lg-12:nth-child(2) .what-did-list2 {
  margin-bottom: 70px;
  margin-left: 50px;
}

/*=================================
What Did Area End
====================================*/
/*=================================
Testimonial Area
====================================*/
.testimonial-area {
  position: relative;
}
.testimonial-area .section-title h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-area .owl-nav {
  margin-top: 0;
}
.testimonial-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  font-size: 30px !important;
  width: 40px;
  transition: 0.7s;
  height: 40px;
  border-radius: 50px;
  line-height: 42px;
  background-color: transparent !important;
  color: #0C649A !important;
}
.testimonial-area .owl-nav .owl-prev:hover {
  color: #1C1C25 !important;
}
.testimonial-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.7s;
  right: 100px;
  font-size: 30px !important;
  width: 40px;
  transition: 0.7s;
  height: 40px;
  border-radius: 50px;
  line-height: 42px;
  background-color: transparent !important;
  color: #0C649A !important;
}
.testimonial-area .owl-nav .owl-next:hover {
  color: #1C1C25 !important;
}
.testimonial-area .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  border-radius: 50%;
}

.testimonial-area-bg {
  background: linear-gradient(
        120deg,
        #f1f9ee,
        #fff4ef,
        #e0effb,
        #fff1eb
    );
     background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
  position: relative;
}

.testimonial-shape-img .img-shape1 {
  position: absolute;
  top: 10%;
  left: 5%;
}
.testimonial-shape-img .img-shape1 img {
  border-radius: 50%;
  border: 10px solid #308dc784;
  max-width: 80px;
  height: 80px;
}
.testimonial-shape-img .img-shape2 {
  position: absolute;
  bottom: 15%;
  left: 20%;
}
.testimonial-shape-img .img-shape2 img {
  border-radius: 50%;
  border: 10px solid #308dc784;
  max-width: 60px;
  height: 60px;
}
.testimonial-shape-img .img-shape3 {
  position: absolute;
  top: 10%;
  right: 5%;
}
.testimonial-shape-img .img-shape3 img {
  border-radius: 50%;
  border: 10px solid #308dc784;
  max-width: 80px;
  height: 80px;
}
.testimonial-shape-img .img-shape4 {
  position: absolute;
  bottom: 15%;
  right: 20%;
}
.testimonial-shape-img .img-shape4 img {
  border-radius: 50%;
  border: 10px solid #308dc784;
  max-width: 60px;
  height: 60px;
}

.testimonial-item {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-item i {
  color: #0C649A;
  font-size: 90px;
  line-height: 1;
}
.testimonial-item p {
  font-size: 20px;
  margin-bottom: 20px;
}
.testimonial-item .testimonial-avatar h3 {
  font-size: 20px;
  color: #0C649A;
  margin-bottom: 0;
}
.testimonial-item .testimonial-avatar span {
  display: block;
  margin-bottom: 10px;
}
.testimonial-item .testimonial-avatar img {
  max-width: 65px;
}

.testimonial-area-two {
  background-color: #FBEDE9;
}

.testimonial-slider-two {
  position: relative;
}
.testimonial-slider-two .owl-dots {
  position: absolute;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  bottom: 50px;
  left: 0;
  right: 0;
}
.testimonial-slider-two .owl-dots .owl-dot span {
  background-color: #7517CD !important;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}
.testimonial-slider-two .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #7517CD;
  border-radius: 50%;
  opacity: 0;
  transition: 0.7s;
}
.testimonial-slider-two .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}
.testimonial-slider-two .owl-dots .owl-dot.active span::before {
  opacity: 1;
}
.testimonial-slider-two .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}
.testimonial-slider-two .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.testimonial-slider-item {
  padding: 80px 50px 100px;
  position: relative;
  background-color: #ffffff;
}
.testimonial-slider-item i {
  color: #7517CD;
  font-size: 90px;
  line-height: 1;
}
.testimonial-slider-item .icon {
  line-height: 1;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #7517CD;
}
.testimonial-slider-item .icon i {
  font-size: 50px;
}
.testimonial-slider-item p {
  font-size: 20px;
  margin-bottom: 25px;
}
.testimonial-slider-item .testimonial-avatar {
  position: relative;
  padding-left: 80px;
}
.testimonial-slider-item .testimonial-avatar h3 {
  font-size: 20px;
  color: #7517CD;
  margin-bottom: 0;
}
.testimonial-slider-item .testimonial-avatar span {
  display: block;
  margin-bottom: 10px;
}
.testimonial-slider-item .testimonial-avatar img {
  max-width: 60px;
  position: absolute;
  top: -6px;
  left: 0;
  border-radius: 50%;
}

.testimonial-slider-content {
  margin-left: 20px;
}
.testimonial-slider-content .section-title {
  margin-bottom: 18px;
}
.testimonial-slider-content .section-title h2 {
  margin-bottom: 12px;
}
.testimonial-slider-content p {
  margin-bottom: 0;
}
.testimonial-slider-content .default-btn-two {
  margin-top: 30px;
}

.testimonial-area-three {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  position: relative;
  z-index: 1;
}
.testimonial-area-three::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #FBEDE9;
}
.testimonial-area-three .owl-dots {
  position: absolute;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  bottom: -50px;
  left: 0;
  right: 0;
}
.testimonial-area-three .owl-dots .owl-dot span {
  background-color: #7517CD !important;
  transition: 0.7s;
  margin: 0 7px;
  width: 12px !important;
  height: 12px !important;
  position: relative;
  z-index: 1;
}
.testimonial-area-three .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #7517CD;
  border-radius: 50%;
  opacity: 0;
  transition: 0.7s;
}
.testimonial-area-three .owl-dots .owl-dot.active span {
  width: 10px !important;
  height: 10px !important;
}
.testimonial-area-three .owl-dots .owl-dot.active span::before {
  opacity: 1;
}
.testimonial-area-three .owl-dots .owl-dot:hover span {
  width: 10px !important;
  height: 10px !important;
}
.testimonial-area-three .owl-dots .owl-dot:hover span::before {
  opacity: 1;
}

.testimonial-slider-card {
  position: relative;
}
.testimonial-slider-card .section-title {
  margin-bottom: 20px;
}
.testimonial-slider-card i {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #7517CD;
  font-size: 90px;
  line-height: 1;
}
.testimonial-slider-card p {
  font-size: 20px;
  margin-bottom: 25px;
}
.testimonial-slider-card .testimonial-avatar {
  position: relative;
  padding-left: 80px;
}
.testimonial-slider-card .testimonial-avatar h3 {
  font-size: 20px;
  color: #7517CD;
  margin-bottom: 0;
}
.testimonial-slider-card .testimonial-avatar span {
  display: block;
  margin-bottom: 10px;
}
.testimonial-slider-card .testimonial-avatar img {
  max-width: 60px;
  position: absolute;
  top: -6px;
  left: 0;
  border-radius: 50%;
}

.testimonial-slider-img {
  margin-left: 15px;
  padding-bottom: 0;
}

/*=================================
Testimonial Area End
====================================*/
/*=================================
404 Error Area
===================================*/
.error-area .error-content {
  text-align: center;
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
}
.error-area .error-content h1 {
  font-size: 300px;
  line-height: 0.7;
  font-weight: 700;
  color: #1C1C25;
}
.error-area .error-content h1 span {
  color: #FF9083;
}
.error-area .error-content h3 {
  margin: 50px 0 0;
  position: relative;
  color: #1C1C25;
  font-size: 35px;
}
.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #6A6A6A;
}

/*=================================
404 Error Area End
===================================*/
/*================================== 
Coming Soon Area 
====================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #ffffff;
}
.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 50px 30px 70px;
  background: linear-gradient(135deg, #ffd4d4, #fff3e1);
  border-radius: 0 100px 0 100px;
}
.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #1C1C25;
  font-size: 50px;
}
.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #6A6A6A;
}
.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}
.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #1C1C25;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 10px;
  font-size: 35px;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 5px;
}
.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
  color: #1C1C25;
}
.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}
.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}
.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}
.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}
.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #ffffff;
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #5d5d5d;
}
.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #1C1C25;
}
.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
  border-radius: 0 !important;
}
.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}
.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #190f3c;
}
.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================== 
Coming Soon Area End
====================================*/
/*=================================
Choose Area
====================================*/
.choose-area {
  background-color: #FAF9F7;
}
.choose-area h2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 17px;
}
.choose-area p {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.choose-img {
  margin-bottom: 30px;
}

.choose-card {
  margin-bottom: 30px;
  padding: 30px 20px;
    background: linear-gradient(135deg, #ebede0,#d9ecf9);
  transition: all 0.4s ease;
  border-radius: 25px;
  height: 21rem;
}
.choose-card:hover{
  transition: all 0.4s ease;
  transform: translateY(-8px);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.12);
}
.choose-card i {
  font-size: 38px;
  display: inline-block;
  margin-bottom: 15px;
  color: #0A2F66;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #ffffff;
  border-radius: 50px;
  text-align: center;
}
.choose-card i.flaticon-setting {
  padding-left: 7px;
}
.choose-card h3 {
  margin-bottom: 12px;
}
.choose-card p {
  margin-bottom: -8px;
}

.choose-area-two .section-title h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.choose-item {
  margin-bottom: 30px;
  padding: 30px 30px 27px;
  background: linear-gradient(180deg, #F9FCF7, #ffffff);
   transition: all 0.4s ease;
   border: 0.5px #d5dde3 solid;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.choose-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.12);
}
.choose-item i {
  font-size: 45px;
  color: #ffffff;
  background: linear-gradient(135deg, #5EB644, #0A5585);
  /* background-color: #0A5585; */
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 0;
}
.choose-item i.flaticon-setting {
  padding-left: 7px;
}
.choose-item h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.choose-item p {
  margin-bottom: 0;
}

.choose-area-four {
  background-color: #FBEDE9;
}

.choose-right-content {
  margin-bottom: 30px;
  max-width: 650px;
  margin-right: auto;
  margin-left: 20px;
}
.choose-right-content .section-title {
  margin-bottom: 30px;
}
.choose-right-content .choose-right-item {
  margin-bottom: 30px;
  padding-left: 80px;
  position: relative;
}
.choose-right-content .choose-right-item i {
  position: absolute;
  top: 0;
  line-height: 1;
  left: 0;
  font-size: 60px;
  color: #7517CD;
}
.choose-right-content .choose-right-item h3 {
  margin-bottom: 10px;
}
.choose-right-content .choose-right-item p {
  margin-bottom: 0;
}

/*=================================
Choose Area End
====================================*/
/*=================================
Counter Area
====================================*/
.counter-area {
   /* background: linear-gradient(135deg, #FBEDE9, #FBEDE9); */
   background: linear-gradient(
        130deg,
        #efddd9,
        #e6f0ff,
        #fff2ee,
        #e6f0ff
    );
    background-size: 300% 300%;
    animation: gradientMove 10s ease infinite;
}

.counter-card {
  margin-bottom: 30px;
  text-align: center;
}
.counter-card h3 {
  font-size: 52px;
  color: #000000;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600;
}
.counter-card span {
  color: #000000;
  font-size: 22px;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
.counter-card i {
  font-size: 40px;
  margin-bottom: 20px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  background-color: #0C649A;
}

/*=================================
Counter Area End
====================================*/
.newsletter-area-bg {
  background-color: #FBEDE9;
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #f1f9ee, #fff4ef, #e0effb, #fff1eb);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
}
.newsletter-area-bg .newsletter-line .line1 {
  position: absolute;
  left: 0;
  top: -70px;
  width: 35px;
  height: 170px;
  background-color: #5EB644;
  border-radius: 50px;
  transform: rotate(-35deg);
}
.newsletter-area-bg .newsletter-line .line2 {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 35px;
  height: 170px;
  background-color: #0A5585;
  border-radius: 50px;
  transform: rotate(-35deg);
}

.newsletter-area {
  margin-top: 30px;
  margin-bottom: 30px;
}
.newsletter-area .newsletter-form {
  text-align: center;
}
.newsletter-area .newsletter-form .form-control {
  background-color: #ffffff;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  border: 0;
  padding: 0 25px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: #1C1C25;
  font-weight: 400;
}
.newsletter-area .newsletter-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.newsletter-area .newsletter-form .subscribe-btn {
   background: linear-gradient(135deg, #6ab8d7, #04749F);
  /* background-color: #04749F; */
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  border: 0;
  border-radius: 0;
  text-align: center;
}
.newsletter-area .newsletter-form .subscribe-btn:hover {
  background: #1C1C25;
  color: #ffffff;
}
.newsletter-area .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}

/*=================================
Blog Area
====================================*/
.blog-area h2 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.blog-card {
  margin-bottom: 30px;
}
.blog-card:hover .content h3 a {
  color: #144fa7;
}
.blog-card:hover .content .read-more {
  color: #1C1C25;
}
.blog-card a {
  display: block;
}
.blog-card a img {
  border-radius: 15px;
  margin-bottom: 20px;
}
.blog-card .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.blog-card .content ul li {
  display: inline-block;
  font-size: 15px;
  color: #1C1C25;
  margin-right: 25px;
}
.blog-card .content ul li i {
  color: #0A5585;
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.blog-card .content ul li:last-child {
  margin-right: 0;
}
.blog-card .content ul li a {
  font-size: 15px;
  color: #1C1C25;
}
.blog-card .content ul li a i {
  color: #0A5585;
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.blog-card .content ul li a:hover {
  color: #0A5585;
}
.blog-card .content ul li a:hover i {
  color: #1C1C25;
}
.blog-card .content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog-card .content h3 a {
  color: #1C1C25;
}
.blog-card .content .read-more {
  color: #126ea6;
  font-weight: 600;
}
.blog-card .content .read-more:hover {
  color: #1C1C25;
}

.side-bar-profile {
   background: linear-gradient(125deg, #77bde9, #166a9e);
  /* background-color: #0B527F; */
  padding: 35px 30px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 35px;
}
.side-bar-profile h3 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 22px;
}
.side-bar-profile .profile-img {
  margin-bottom: 10px;
}
.side-bar-profile .profile-img img {
  border-radius: 50%;
}
.side-bar-profile p {
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: 600;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.side-bar-profile .profile-social-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-bar-profile .profile-social-link li {
  display: inline-block;
  margin-right: 5px;
}
.side-bar-profile .profile-social-link li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.side-bar-profile .profile-social-link li:nth-child(1) a {
  background-color: #3b5998;
}
.side-bar-profile .profile-social-link li:nth-child(1) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.side-bar-profile .profile-social-link li:nth-child(2) a {
  background-color: #55acee;
}
.side-bar-profile .profile-social-link li:nth-child(2) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.side-bar-profile .profile-social-link li:nth-child(3) a {
  background-color: #3f729b;
}
.side-bar-profile .profile-social-link li:nth-child(3) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.side-bar-profile .profile-social-link li:nth-child(4) a {
  background-color: #ff0000;
}
.side-bar-profile .profile-social-link li:nth-child(4) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}

.blog-article {
  margin-bottom: 0;
}
.blog-article .blog-article-img {
  margin-bottom: 20px;
}
.blog-article .blog-article-img img {
  border-radius: 15px;
}
.blog-article .blog-article-title ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .blog-article-title ul li {
  display: inline-block;
  font-size: 15px;
  color: #1C1C25;
  margin-right: 30px;
  font-weight: 600;
}
.blog-article .blog-article-title ul li:last-child {
  margin-right: 0;
}
.blog-article .blog-article-title ul li i {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: #0A5585;
}
.blog-article .blog-article-title ul li a {
  display: inline-block;
  font-size: 15px;
  color: #1C1C25;
  margin-right: 30px;
  font-weight: 600;
}
.blog-article .blog-article-title ul li a:last-child {
  margin-right: 0;
}
.blog-article .blog-article-title ul li a i {
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: #0A5585;
}
.blog-article .blog-article-title ul li a:hover {
  color: #0A5585;
}
.blog-article .blog-article-title ul li a:hover i {
  color: #1C1C25;
}
.blog-article .blog-article-title h2 {
  margin-top: 10px;
  font-size: 26px;
  margin-bottom: 20px;
}
.blog-article .article-content {
  padding-bottom: 10px;
}
.blog-article .article-content p {
  margin-bottom: 20px;
}
.blog-article .article-content .blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #FBEDE9;
  padding: 20px;
}
.blog-article .article-content .blockquote p {
  font-size: 17px;
  color: #6A6A6A;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.blog-article .comments-wrap .comment-title {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 30px;
  background-color: #FBEDE9;
  border-radius: 20px;
}
.blog-article .comments-wrap .comment-title .title {
  font-size: 24px;
  margin-bottom: 0;
  color: #1C1C25;
  font-weight: 600;
}
.blog-article .comments-wrap .comment-title .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 10px;
  right: 30px;
}
.blog-article .comments-wrap .comment-title .social-icon li {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  color: #1C1C25;
  font-weight: 600;
}
.blog-article .comments-wrap .comment-title .social-icon li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.blog-article .comments-wrap .comment-title .social-icon li:nth-child(2) a {
  background-color: #3b5998;
}
.blog-article .comments-wrap .comment-title .social-icon li:nth-child(2) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.blog-article .comments-wrap .comment-title .social-icon li:nth-child(3) a {
  background-color: #55acee;
}
.blog-article .comments-wrap .comment-title .social-icon li:nth-child(3) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.blog-article .comments-wrap .comment-title .social-icon li:nth-child(4) a {
  background-color: #3f729b;
}
.blog-article .comments-wrap .comment-title .social-icon li:nth-child(4) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.blog-article .comments-wrap .comment-title .social-icon li:nth-child(5) a {
  background-color: #ff0000;
}
.blog-article .comments-wrap .comment-title .social-icon li:nth-child(5) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.blog-article .comments-wrap .comment-form {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-article .comments-wrap .comment-form li {
  position: relative;
  padding: 30px;
  padding-left: 95px;
  margin-bottom: 30px;
  background-color: #FBEDE9;
  border-radius: 20px;
}
.blog-article .comments-wrap .comment-form li img {
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.blog-article .comments-wrap .comment-form li h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.blog-article .comments-wrap .comment-form li span {
  position: absolute;
  top: 35px;
  right: 30px;
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  color: #1C1C25;
}
.blog-article .comments-wrap .comment-form li span i {
  margin-right: 5px;
  color: #FF9083;
}
.blog-article .comments-wrap .comment-form li p {
  margin-bottom: 10px;
}
.blog-article .comments-wrap .comment-form li .content h4 {
  font-size: 15px;
  display: inline-block;
  margin-right: 15px;
  color: #6A6A6A;
  font-weight: 500;
}
.blog-article .comments-wrap .comment-form li .content h4 i {
  color: #7517CD;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.blog-article .comments-wrap .comment-form li .content h4 a {
  color: #0A5585;
  font-weight: 600;
}
.blog-article .comments-wrap .comment-form li .content h4 a:hover {
  color: #5CB143;
}
.blog-article .comments-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-article .comments-form .title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #1C1C25;
}
.blog-article .comments-form .default-btn-three {
  width: unset;
  border: none;
  box-shadow: none;
}

.search-widget {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.search-widget .search-form {
  position: relative;
  border: none;
  background-color: #FBEDE9;
  border-radius: 30px;
}
.search-widget .search-form .form-control {
  height: 50px;
  border: none;
  background-color: #FBEDE9;
  padding: 10px 20px;
  width: 100%;
  color: #1C1C25;
  border-radius: 30px;
}
.search-widget .search-form .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  transition: all 0.5s;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 60px;
}
.search-widget .search-form button i {
  color: #1C1C25;
  font-size: 24px;
}
.search-widget .search-form button:hover {
  background-color: #7517CD;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
.search-widget .search-form button:hover i {
  color: #ffffff;
}

.side-bar-widget {
  margin-bottom: 30px;
}
.side-bar-widget .title {
  font-size: 20px;
  color: #1C1C25;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.side-bar-widget .side-bar-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.side-bar-widget .side-bar-categories ul li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
}
.side-bar-widget .side-bar-categories ul li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #126EA6;
}
.side-bar-widget .side-bar-categories ul li:last-child {
  border-bottom: none;
}
.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #6A6A6A;
  font-weight: normal;
  padding: 10px 25px;
  font-weight: 600;
  position: relative;
  width: 100%;
}
.side-bar-widget .side-bar-categories ul li a span {
  right: 0;
  position: absolute;
  top: 10px;
  color: #6A6A6A;
}
.side-bar-widget .side-bar-categories ul li a:hover {
  color: #126EA6;
}
.side-bar-widget .side-bar-categories ul li a:hover span {
  color: #126EA6;
}
.side-bar-widget .side-bar-categories ul li a:hover::before {
  background-color: #7517CD;
  border-color: #7517CD;
}
.side-bar-widget .side-bar-categories ul li:hover::before {
  background-color: #7517CD;
  border-color: #7517CD;
}
.side-bar-widget .widget-popular-post {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.side-bar-widget .widget-popular-post .item {
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E2E2E2;
}
.side-bar-widget .widget-popular-post .item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.side-bar-widget .widget-popular-post .item .thumb {
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
.side-bar-widget .widget-popular-post .item .thumb .full-image {
  width: 70px;
  height: 70px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  position: relative;
  background-color: #FBEDE9;
  border-radius: 10px;
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
  background-image: url(../images/blog/blog-img1.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../images/blog/blog-img3.avif);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../images/blog/blog-img4.png);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
  background-image: url(../images/products/product-img7.png);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg5 {
  background-image: url(../images/products/product-img8.png);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg6 {
  background-image: url(../images/products/product-img1.png);
}
.side-bar-widget .widget-popular-post .item .info {
  overflow: hidden;
  padding: 10px 0;
}
.side-bar-widget .widget-popular-post .item .info .title-text {
  margin-bottom: 5px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
  max-width: 265px;
}
.side-bar-widget .widget-popular-post .item .info .title-text a {
  display: inline-block;
  color: #1C1C25;
}
.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
  color: #126EA6;
}
.side-bar-widget .widget-popular-post .item .info p {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 180px;
  font-weight: 600;
}
.side-bar-widget .widget-popular-post .item .info p i {
  color: #0A5585;
  font-size: 17px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.side-bar-widget .widget-popular-post .item .info p.price {
  font-size: 16px;
  color: #FF9083;
}
.side-bar-widget .widget-popular-post .item .info p.price del {
  color: #6A6A6A;
  margin-left: 10px;
}
.side-bar-widget .side-bar-widget-tag {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-bar-widget .side-bar-widget-tag li {
  display: inline-block;
  padding: 7px 15px;
  margin: 5px;
  transition: 0.7s;
  color: #1C1C25;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(125deg, #a2db91, #5EB644);
}
.side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #126EA6;
}
.side-bar-widget .side-bar-widget-tag li a {
  color: #1C1C25;
}
.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #ffffff;
}

/*=================================
Blog Area End
====================================*/
/*==============================
Pagination Area 
=================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #1C1C25;
  background-color: #98d589;
   /* background-color: linear-gradient(135deg, #5EB644, #98d589); */
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 50px;
}
.pagination-area .page-numbers:hover {
  background-color: #0e649a;
  color: #ffffff;
}
.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}
.pagination-area .page-numbers.current {
  background-color: #0e649a;
  color: #ffffff;
}

/*==============================
Pagination Area End
=================================*/
/*=================================
Project Area
====================================*/
.project-area {
  background-color: #FAF9F7;
}
.project-area .section-title h2 {
  max-width: 472px;
}

.project-text {
  position: relative;
}
.project-text::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -65px;
  width: 1.5px;
  height: 90px;
  background-color: #0A5585;
}
.project-text p {
  margin-bottom: 0;
}

.project-btn {
  float: right;
}

/*=================================
Project Area End
====================================*/
/*=================================
Footer Area
====================================*/
.footer-bg {
  background-color: #FBEDE9;
}

.footer-widget {
  margin-bottom: 30px;
}
.footer-widget .footer-logo {
  margin-bottom: 20px;
}
.footer-widget .footer-logo .footer-logo2 {
  display: none;
}
.footer-widget h3 {
  margin-top: 12px;
  margin-bottom: 20px;
  color: #1C1C25;
  font-weight: 600;
}
.footer-widget p {
  margin-bottom: 20px;
  color: #6A6A6A;
  max-width: 270px;
}
.footer-widget .social-footer-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .social-footer-link li {
  display: inline-block;
  margin-right: 5px;
}
.footer-widget .social-footer-link li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.footer-widget .social-footer-link li:nth-child(1) a {
  background-color: #3b5998;
}
.footer-widget .social-footer-link li:nth-child(1) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.footer-widget .social-footer-link li:nth-child(2) a {
  background-color: #55acee;
}
.footer-widget .social-footer-link li:nth-child(2) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.footer-widget .social-footer-link li:nth-child(3) a {
  background-color: #3f729b;
}
.footer-widget .social-footer-link li:nth-child(3) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.footer-widget .social-footer-link li:nth-child(4) a {
  background-color: #ff0000;
}
.footer-widget .social-footer-link li:nth-child(4) a:hover {
  background-color: #1C1C25;
  animation: tada 1s linear;
}
.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}
.footer-widget .footer-list li a {
  color: #6A6A6A;
  font-weight: 500;
}
.footer-widget .footer-list li a:hover {
  color: #0A5585;
}
.footer-widget .footer-gallery {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
}
.footer-widget .footer-gallery li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.footer-widget .footer-gallery li a {
  display: block;
  position: relative;
}
.footer-widget .footer-gallery li a img {
  width: 100%;
}
.footer-widget .footer-gallery li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.footer-widget .footer-gallery li a:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.copy-right-border {
  border-top: 1px solid #ffffff;
}

.copy-right-bg {
  background-color: #0A5585;
}

.copy-right-text {
  text-align: center;
  padding: 15px 0;
}
.copy-right-text p {
  color: #ffffff;
  margin-bottom: 0;
}
.copy-right-text p a {
  color:#ffffff;
}
.copy-right-text p a:hover {
  color: #5EB644;
}

/*=================================
Footer Area End
====================================*/
/*=================================
Modal CSS 
====================================*/
.productsQuickView .modal-dialog {
  max-width: 950px;
  margin: 0 auto;
}
.productsQuickView .modal-content {
  border: none;
  padding: 40px 25px;
  border-radius: 0;
}
.productsQuickView .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #111111;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: none;
}
.productsQuickView .modal-content .close:hover {
  background-color: #FF9083;
  color: #ffffff;
}
.productsQuickView .products-image {
  background-color: #FBEDE9;
  padding: 100px 20px;
}
.productsQuickView .product-content h3 {
  font-size: 24px;
  color: #1C1C25;
  margin-bottom: 15px;
}
.productsQuickView .product-content .product-text p {
  margin-bottom: 20px;
}
.productsQuickView .product-content .price-status {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding-top: 20px;
  padding-bottom: 20px;
}
.productsQuickView .product-content .price-status .price {
  display: inline-block;
  max-width: 120px;
  position: relative;
  margin-right: 30px;
}
.productsQuickView .product-content .price-status .price::before {
  content: "";
  position: absolute;
  top: 8px;
  right: -15px;
  width: 1px;
  height: 50px;
  background-color: #FF9083;
}
.productsQuickView .product-content .price-status .price .new-price {
  font-size: 20px;
  color: #FF9083;
  margin-bottom: 0;
  display: block;
}
.productsQuickView .product-content .price-status .price .rating {
  display: block;
  color: #FF9083;
}
.productsQuickView .product-content .price-status .price .rating i {
  display: inline-block;
}
.productsQuickView .product-content .price-status .availability-status {
  display: inline-block;
  position: relative;
  top: -3px;
}
.productsQuickView .product-content .price-status .availability-status ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.productsQuickView .product-content .price-status .availability-status ul li {
  display: block;
  font-size: 16px;
  color: #1C1C25;
  font-weight: 400;
}
.productsQuickView .product-content .price-status .availability-status ul li span {
  color: #FF9083;
}
.productsQuickView .product-content .product-add-to-cart {
  margin-top: 20px;
}
.productsQuickView .product-content .product-add-to-cart .input-counter {
  max-width: 70px;
  min-width: 70px;
  margin-right: 15px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.productsQuickView .product-content .product-add-to-cart .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #1C1C25;
  width: 50px;
  height: 100%;
  line-height: 55px;
  transition: 0.5s;
}
.productsQuickView .product-content .product-add-to-cart .input-counter span.minus-btn {
  left: -10px;
}
.productsQuickView .product-content .product-add-to-cart .input-counter span.plus-btn {
  right: -10px;
}
.productsQuickView .product-content .product-add-to-cart .input-counter span:hover {
  color: #FF9083;
}
.productsQuickView .product-content .product-add-to-cart .input-counter input {
  height: 50px;
  color: #FF9083;
  outline: 0;
  display: block;
  border: none;
  background-color: transparent;
  border: 1px solid #FF9083;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.productsQuickView .product-content .product-add-to-cart .input-counter input::-moz-placeholder {
  color: #FF9083;
}
.productsQuickView .product-content .product-add-to-cart .input-counter input::placeholder {
  color: #FF9083;
}
.productsQuickView .product-content .product-add-to-cart .default-btn {
  border: none;
  cursor: pointer;
  margin-right: 15px;
}
.productsQuickView .product-content .product-add-to-cart .default-btn:last-child {
  margin-right: 0;
}
.productsQuickView .product-content .advantage-list {
  margin-top: 20px;
}
.productsQuickView .product-content .advantage-list h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}
.productsQuickView .product-content .advantage-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.productsQuickView .product-content .advantage-list ul li {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.productsQuickView .product-content .advantage-list ul li:last-child {
  margin-bottom: 0;
}
.productsQuickView .product-content .advantage-list ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #FF9083;
  border-radius: 50px;
}
.productsQuickView .product-content .products-share {
  margin-top: 20px;
}
.productsQuickView .product-content .products-share .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.productsQuickView .product-content .products-share .social li {
  display: inline-block;
}
.productsQuickView .product-content .products-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 700;
  position: relative;
  top: -2px;
}
.productsQuickView .product-content .products-share .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #FF9083;
  color: #ffffff;
  border: 1px solid #FF9083;
  text-align: center;
  font-size: 18px;
  margin-left: 2px;
}
.productsQuickView .product-content .products-share .social li a:hover, .productsQuickView .product-content .products-share .social li a:focus {
  color: #FF9083;
  background-color: transparent;
}
.productsQuickView .product-content .products-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}
.productsQuickView .product-content .products-share .social li a.facebook:hover, .productsQuickView .product-content .products-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}
.productsQuickView .product-content .products-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}
.productsQuickView .product-content .products-share .social li a.twitter:hover, .productsQuickView .product-content .products-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}
.productsQuickView .product-content .products-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}
.productsQuickView .product-content .products-share .social li a.linkedin:hover, .productsQuickView .product-content .products-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}
.productsQuickView .product-content .products-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: #ffffff;
}
.productsQuickView .product-content .products-share .social li a.instagram:hover, .productsQuickView .product-content .products-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

/*=================================
Modal CSS End
====================================*/
/*==============================
Preloader CSS
=================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #0A2F66;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.spinner div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  animation: circle-in 1.4s infinite ease-in-out both;
}
.spinner .circle1 {
  animation-delay: -0.32s;
}
.spinner .circle2 {
  animation-delay: -0.16s;
}

/*==============================
Preloader CSS End
=================================*/
/*=================================
Go Top Area 
====================================*/
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #7517CD;
  border-radius: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 100;
  transition: 0.5s;
  background-color: #0A5585;
}
.go-top i {
  transition: 0.5s;
  vertical-align: middle;
}
.go-top:hover {
  background-color: #1C1C25;
}
.go-top:hover i {
  transform: translateY(-5px);
}
.go-top.active {
  top: 95%;
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*=================================
Go Top Area End
====================================*/
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}
.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}
@keyframes circle-in {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes rotate360 {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes zoominout-animat {
  0% {
    transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
  50% {
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
  100% {
    transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}
@keyframes moveLeftBounces-one {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1000px);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */
@keyframes gradientMove {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


/* my css */
.team-section {
   background: linear-gradient(
        85deg,
        #e0e6ff,
        #e6fee6,
        #eaedff,
        #ffecf9,
        #e9f6ff
    );
    background-size: 300% 300%;
    animation: gradientMove 12s linear infinite;
}

/* Founder */
.founder-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
}

.founder-img {
    width: 100%;
    max-width: 320px;
    /* border-radius: 20px; */
}

.founder-card h3 {
    font-weight: 700;
}

.founder-card .designation {
    color: #0d6efd;
    font-weight: 600;
}

.founder-card blockquote {
    border-left: 4px solid #0d6efd;
    padding-left: 15px;
    font-style: italic;
    margin-top: 15px;
}

.founder-stats {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.founder-stats div {
    text-align: center;
}

.founder-stats strong {
    font-size: 22px;
    color: #0d6efd;
}
.founder-img-wrap img{
     width: 100%;
    height: 450px;
    /* border-radius: 20px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.founder-img-wrap img:hover{
   box-shadow: 0 20px 25px rgba(0, 0, 0, 0.20);
   transform: translateY(-4px);
}

/* Team Cards */
.team-card {
    background: #fff;
    text-align: center;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.team-card img {
    width: 100%;
    height: 325px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
}

.team-card h4 {
    font-weight: 600;
    margin-bottom: 5px;
}

.team-card span {
    color: #6c757d;
    font-size: 14px;
}


/* ============================= */
/* Fancy Gradient Card (Only 2nd) */
/* ============================= */

.fancy-card {
    position: relative;
     background: linear-gradient(180deg, #f2fdec, #fffcfc);
    border-radius: 18px;
    padding: 85px 28px 32px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Gradient Curve */
.fancy-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
  background: linear-gradient(135deg, #ad88e9, #81a5db,#99eeb7);
      border-bottom-left-radius: 90px;
}

/* Icon Box */
.fancy-icon {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 55px;
    height: 55px;
    background: #ffffff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #2a7fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Heading */
/* ===== New Card Style ===== */

.new-process-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.new-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

/* Header (Color Area) */
.new-process-card .card-header {
    padding: 22px;
    color: #fff;
}

.new-process-card .card-header h4 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}

/* Body (White Content Area) */
.new-process-card .card-body {
    padding: 25px;
}

.new-process-card ul {
    padding-left: 18px;
    margin: 0;
}

.new-process-card ul li {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}

/* ===== Color Variants ===== */

.bg-green .card-header {
  background: linear-gradient(135deg, #ebf8ff, #41b721);
}

.bg-blue .card-header {
    background: linear-gradient(135deg, #fff6e0, #58a0ec);
}

.bg-purple .card-header {
      background: linear-gradient(135deg, #eef5ff, #9d4cbf);
}


/*
=========================
  Event-area 
=========================
  */

/* COMMON */
.section-heading{font-size:26px;font-weight:600;color:#0b2c5f}
.events-intro{padding:60px 0}
.events-intro p{color:#666}

/* CATEGORY */
.event-category-list{list-style:none;padding:0}
.event-category-list li{
    padding:14px 18px;
    background:#faf9f7;
    border:1px solid #eee;
    margin-bottom:10px;
    border-radius:8px;
    cursor:pointer;
    transition:.3s
}
.event-category-list li:hover{
    transform:translateX(5px);
    border-color:#0a5585;
}

/* LATEST EVENT */
.latest-event-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:transform .4s ease, box-shadow .4s ease;
}
.latest-event-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}
.event-image{
    overflow:hidden;
    position:relative;
}
.event-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:transform .6s ease;
}
.latest-event-card:hover .event-image img{
    transform:scale(1.08);
}
.event-content{padding:20px}
.event-desc{font-size:14px;color:#666}
.event-info{display:flex;justify-content:space-between;font-size:13px}

/* BUTTON */
.btn-event{
    background: linear-gradient(120deg, #5eb644, #2b741d, #78c557, #0a5482);
    background-size: 200% 300%;
    animation: gradientMove 8s ease infinite;
    color:#fff;
    padding:10px 22px;
    border-radius:30px;
}
.btn-event:hover{
    color:#fff;
}
/* EVENT CARDS */
.event-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:transform .4s ease, box-shadow .4s ease;
}
.event-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}
.event-img{
    position:relative;
    overflow:hidden;
}
.event-img img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:transform .6s ease;
}
.event-card:hover .event-img img{
    transform:scale(1.06);
}

/* BADGES */
.event-badge{
    position:absolute;
    top:15px;
    left:15px;
    padding:6px 14px;
    font-size:12px;
    color:#fff;
    border-radius:20px;
}
.gradient-blue
{
    background:#0A5585;
    font-weight:600;

}
.gradient-green{
    background:#22c55e;
     font-weight:600;
}

/* PAST EVENTS */
.events-past{background:#f9fafb;padding:60px 0}
.past-event{opacity:1}
.event-status{
    position:absolute;
    top:15px;
    right:15px;
    background: linear-gradient(120deg, #3d71d2, #a4e690);
    font-weight:600;
    color:#fff;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
}
.event-date{
    position:absolute;
    top:15px;
    left:15px;
    background: #0c669d;
    color:#fff;
    padding:8px 12px;
    border-radius:10px;
    text-align:center;
}

/* ================= LEFT CATEGORY LIST ================= */

.event-category-list li {
    position: relative;
    padding: 14px 18px 14px 22px; 
    background: linear-gradient(135deg, #ebede0, #d9ecf9);
    border: 1px solid #ececec;
    margin-bottom: 12px;
    border-radius: 8px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}
.event-category-list li a,
.event-category-list li a:hover,
.event-category-list li a:focus,
.event-category-list li a:visited {
    text-decoration: none;
    color: inherit;
}

.event-category-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #0A2F66;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s ease;
}
.event-category-list li::after {
    content: "";
    position: absolute;
    inset: 3px;
    background: linear-gradient(
    135deg,
    #0A558526,  
    #2ECC7126,  
    #F39C1226   
);
    border-radius: 6px;
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
}
.event-category-list li:hover {
    color: #0A2F66;
    border-color: #0A5585;
}

.event-category-list li:hover::before {
    transform: scaleY(1);
}

.event-category-list li:hover::after {
    opacity: 1;
}
.event-category-list li {
    position: relative;
    z-index: 0;
}

.event-category-list li * {
    position: relative;
    z-index: 3;
}

/* Animation */
@keyframes gradientMove{
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/* 
=============================
Startup-area
=============================
 */

 /* HERO */
.startup-hero {
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff;
    padding: 100px 15px;
}
.startup-hero h1 {
    font-size: 42px;
    font-weight: 700;
}
.startup-hero p {
    max-width: 700px;
    margin: 15px auto 0;
    font-size: 18px;
}

/* SECTION TITLE */
.section-title h2 {
    font-weight: 700;
    margin-bottom: 10px;
}
.section-title p {
    color: #6c757d;
}

/* DEMAND SUPPLY */
.demand-supply-section {
    padding: 80px 0;
}
.ds-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}
.ds-card h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
.ds-card ul {
    padding-left: 0;
}
.ds-card ul li {
    list-style: none;
    padding: 8px 0;
    position: relative;
    padding-left: 20px;
}
.ds-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0d6efd;
}
.demand-card {
    border-left: 6px solid #0d6efd;
}
.supply-card {
    border-left: 6px solid #198754;
}

/* PROCESS */
.process-section {
    background: #f8f9fa;
    padding: 80px 0;
}
.process-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
}
.process-card span {
    display: inline-block;
    background: linear-gradient(135deg, #5EB644, #0A5585);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card ul {
    padding-left: 0;
}
.process-card ul li {
    list-style: none;
    padding: 6px 0;
}

/* CTA */
.startup-cta {
     background: linear-gradient(120deg, #fde4daff, #fcfffbff, #c2e1f9ff, #fff1eb);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    position: relative;
    color: #fff;
    padding: 80px 15px;
    border:0.3px solid #d9edfcff;
}
.startup-cta h2 {
    font-weight: 700;
}
.startup-cta p {
    margin: 15px 0 25px;
}
.cta-btn {
    display: inline-block;
    background: linear-gradient(120deg, #5eb644, #2b741d, #78c557, #0a5482);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}

.cta-btn:hover {
    background: #116497ff;
}
.what-point-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.what-point-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 18px;
}

.what-point-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #163e7b;
    border-radius: 50%;
}

.what-point-list h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.what-point-list p {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
}



/* 
=================================
Institutes & Industry 
=================================
*/
/* SECTION TITLE */
.section-title h2 {
    font-weight: 700;
    margin-bottom: 10px;
}
.section-title p {
    color: #6c757d;
}

/* DEMAND SUPPLY */
.demand-supply-section {
    padding: 80px 0;
}
.ds-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}
.ds-card h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
.ds-card ul {
    padding-left: 0;
}
.ds-card ul li {
    list-style: none;
    padding: 8px 0;
    position: relative;
    padding-left: 22px;
}
.ds-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0d6efd;
}
.demand-card {
    border-left: 6px solid #0d6efd;
}
.supply-card {
    border-left: 6px solid #198754;
}

/* PROCESS */
.process-section {
    background: #f8f9fa;
    padding: 80px 0;
}
.process-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
}
.process-card span {
    display: inline-block;
    background: linear-gradient(135deg, #5EB644, #0A5585);
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card ul {
    padding-left: 0;
}
.process-card ul li {
    list-style: none;
    padding: 6px 0;
}

/* CTA */
.startup-cta {
    background: linear-gradient(120deg, #fde4daff, #fcfffbff, #c2e1f9ff, #fff1eb);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    padding: 80px 15px;
    border: 0.3px solid #d9edfcff;
}
.startup-cta h2 {
    font-weight: 700;
}
.startup-cta p {
    margin: 15px 0 25px;
}
.cta-btn {
    display: inline-block;
    background: linear-gradient(120deg, #5eb644, #2b741d, #78c557, #0a5482);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    color: #ffffff;
    padding: 12px 34px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}
.cta-btn:hover {
    opacity: 0.9;
    background: #0e6398ff;
}

/* 
===================================
Educational Institutions
===================================
*/
/* SECTION TITLE */
.section-title h2 {
    font-weight: 700;
    margin-bottom: 10px;
}
.section-title p {
    color: #6c757d;
}

/* DEMAND SUPPLY */
.demand-supply-section {
    padding: 80px 0;
}
.ds-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}
.ds-card h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
.ds-card ul {
    padding-left: 0;
}
.ds-card ul li {
    list-style: none;
    padding: 8px 0;
    position: relative;
    padding-left: 22px;
}
.ds-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0d6efd;
}
.demand-card {
    border-left: 6px solid #0d6efd;
}
.supply-card {
    border-left: 6px solid #198754;
}

/* PROCESS */
.process-section {
    background: #f8f9fa;
    padding: 80px 0;
}
.process-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
}
.process-card span {
    display: inline-block;
    background: linear-gradient(135deg, #5EB644, #0A5585);
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card ul {
    padding-left: 0;
}
.process-card ul li {
    list-style: none;
    padding: 6px 0;
}

/* CTA */
.startup-cta {
    background: linear-gradient(120deg, #fde4daff, #fcfffbff, #c2e1f9ff, #fff1eb);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    padding: 80px 15px;
    border: 0.3px solid #d9edfcff;
}
.startup-cta h2 {
    font-weight: 700;
}
.startup-cta p {
    margin: 15px 0 25px;
}
.cta-btn {
    display: inline-block;
    background: linear-gradient(120deg, #5eb644, #2b741d, #78c557, #0a5482);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    color: #ffffff;
    padding: 12px 34px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}
.cta-btn:hover {
    opacity: 0.9;
    background: #09639bff;
}

/* 
=================================
Investors
=================================
*/
/* SECTION TITLE */
.section-title h2 {
    font-weight: 700;
    margin-bottom: 10px;
}
.section-title p {
    color: #6c757d;
}

/* DEMAND SUPPLY */
.demand-supply-section {
    padding: 80px 0;
}
.ds-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}
.ds-card h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
.ds-card ul {
    padding-left: 0;
}
.ds-card ul li {
    list-style: none;
    padding: 8px 0;
    position: relative;
    padding-left: 22px;
}
.ds-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0d6efd;
}
.demand-card {
    border-left: 6px solid #0d6efd;
}
.supply-card {
    border-left: 6px solid #198754;
}

/* PROCESS */
.process-section {
    background: #f8f9fa;
    padding: 80px 0;
}
.process-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
}
.process-card span {
    display: inline-block;
    background: linear-gradient(135deg, #5EB644, #0A5585);
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card ul {
    padding-left: 0;
}
.process-card ul li {
    list-style: none;
    padding: 6px 0;
}

/* CTA */
.startup-cta {
    background: linear-gradient(120deg, #fde4daff, #fcfffbff, #c2e1f9ff, #fff1eb);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    padding: 80px 15px;
    border: 0.3px solid #d9edfcff;
}
.startup-cta h2 {
    font-weight: 700;
}
.startup-cta p {
    margin: 15px 0 25px;
}
.cta-btn {
    display: inline-block;
    background: linear-gradient(120deg, #5eb644, #2b741d, #78c557, #0a5482);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    color: #ffffff;
    padding: 12px 34px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}
.cta-btn:hover {
    opacity: 0.9;
    background: #146597ff;
}

/* 
=============================
Incubation Centres 
=============================
*/
/* SECTION TITLE */
.section-title h2 {
    font-weight: 700;
    margin-bottom: 10px;
}
.section-title p {
    color: #6c757d;
}

/* DEMAND SUPPLY */
.demand-supply-section {
    padding: 80px 0;
}
.ds-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}
.ds-card h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
.ds-card ul {
    padding-left: 0;
}
.ds-card ul li {
    list-style: none;
    padding: 8px 0;
    position: relative;
    padding-left: 22px;
}
.ds-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0d6efd;
}
.demand-card {
    border-left: 6px solid #0d6efd;
}
.supply-card {
    border-left: 6px solid #198754;
}

/* PROCESS */
.process-section {
    background: #f8f9fa;
    padding: 80px 0;
}
.process-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
}
.process-card span {
    display: inline-block;
    background: linear-gradient(135deg, #5EB644, #0A5585);
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card ul {
    padding-left: 0;
}
.process-card ul li {
    list-style: none;
    padding: 6px 0;
}

/* CTA */
.startup-cta {
    background: linear-gradient(120deg, #fde4daff, #fcfffbff, #c2e1f9ff, #fff1eb);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    padding: 80px 15px;
    border: 0.3px solid #d9edfcff;
}
.startup-cta h2 {
    font-weight: 700;
}
.startup-cta p {
    margin: 15px 0 25px;
}
.cta-btn {
    display: inline-block;
    background: linear-gradient(120deg, #5eb644, #2b741d, #78c557, #0a5482);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    color: #ffffff;
    padding: 12px 34px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}
.cta-btn:hover {
    opacity: 0.9;
    background: #0d67a0ff;
}
/* 
=============================
student-area
=============================
*/
/* SECTION TITLE */
.section-title h2 {
    font-weight: 700;
    margin-bottom: 10px;
}
.section-title p {
    color: #6c757d;
}

/* DEMAND SUPPLY */
.demand-supply-section {
    padding: 80px 0;
}
.ds-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}
.ds-card h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
.ds-card ul {
    padding-left: 0;
}
.ds-card ul li {
    list-style: none;
    padding: 8px 0;
    position: relative;
    padding-left: 22px;
}
.ds-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0d6efd;
}
.demand-card {
    border-left: 6px solid #0d6efd;
}
.supply-card {
    border-left: 6px solid #198754;
}

/* PROCESS */
.process-section {
    background: #f8f9fa;
    padding: 80px 0;
}
.process-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
}
.process-card span {
    display: inline-block;
    background: linear-gradient(135deg, #5EB644, #0A5585);
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card ul {
    padding-left: 0;
}
.process-card ul li {
    list-style: none;
    padding: 6px 0;
}

/* CTA */
.startup-cta {
    background: linear-gradient(120deg, #fde4daff, #fcfffbff, #c2e1f9ff, #fff1eb);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    padding: 80px 15px;
    border: 0.3px solid #d9edfcff;
}
.startup-cta h2 {
    font-weight: 700;
}
.startup-cta p {
    margin: 15px 0 25px;
}
.cta-btn {
    display: inline-block;
    background: linear-gradient(120deg, #5eb644, #2b741d, #78c557, #0a5482);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    color: #ffffff;
    padding: 12px 34px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}
.cta-btn:hover {
    opacity: 0.9;
    background: #126599ff;
}

/* 
=========================
Freelancers
=========================
*/
/* SECTION TITLE */
.section-title h2 {
    font-weight: 700;
    margin-bottom: 10px;
}
.section-title p {
    color: #6c757d;
}

/* DEMAND SUPPLY */
.demand-supply-section {
    padding: 80px 0;
}
.ds-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}
.ds-card h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
.ds-card ul {
    padding-left: 0;
}
.ds-card ul li {
    list-style: none;
    padding: 8px 0;
    position: relative;
    padding-left: 22px;
}
.ds-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0d6efd;
}
.demand-card {
    border-left: 6px solid #0d6efd;
}
.supply-card {
    border-left: 6px solid #198754;
}

/* PROCESS */
.process-section {
    background: #f8f9fa;
    padding: 80px 0;
}
.process-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
}
.process-card span {
    display: inline-block;
    background: linear-gradient(135deg, #5EB644, #0A5585);
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card ul {
    padding-left: 0;
}
.process-card ul li {
    list-style: none;
    padding: 6px 0;
}

/* CTA */
.startup-cta {
    background: linear-gradient(120deg, #fde4daff, #fcfffbff, #c2e1f9ff, #fff1eb);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    padding: 80px 15px;
    border: 0.3px solid #d9edfcff;
}
.startup-cta h2 {
    font-weight: 700;
}
.startup-cta p {
    margin: 15px 0 25px;
}
.cta-btn {
    display: inline-block;
    background: linear-gradient(120deg, #5eb644, #2b741d, #78c557, #0a5482);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    color: #ffffff;
    padding: 12px 34px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}
.cta-btn:hover {
    opacity: 0.9;
    background: #0d6093ff;
}

/* 
======================================
Service & Product Providers 
======================================
*/
/* HERO */
.startup-hero {
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff;
    padding: 90px 15px;
}
.startup-hero h1 {
    font-size: 42px;
    font-weight: 700;
}
.startup-hero p {
    max-width: 750px;
    margin: 15px auto 0;
    font-size: 18px;
}

/* SECTION TITLE */
.section-title h2 {
    font-weight: 700;
    margin-bottom: 10px;
}
.section-title p {
    color: #6c757d;
}

/* DEMAND SUPPLY */
.demand-supply-section {
    padding: 80px 0;
}
.ds-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}
.ds-card h3 {
    margin-bottom: 20px;
    font-weight: 600;
}
.ds-card ul {
    padding-left: 0;
}
.ds-card ul li {
    list-style: none;
    padding: 8px 0;
    position: relative;
    padding-left: 22px;
}
.ds-card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0d6efd;
}
.demand-card {
    border-left: 6px solid #0A5585;
}
.supply-card {
    border-left: 6px solid #198754;
}

/* PROCESS */
.process-section {
    background: #f8f9fa;
    padding: 40px 0;
}
.process-card {
   background: linear-gradient(180deg, #f4fdee, #EEF6FC);
    border-radius: 14px;
    border: 0.5px solid #00000031;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    height: 100%;
}
.process-card span {
    display: inline-block;
    background: linear-gradient(135deg, #5EB644, #0A5585);
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card h4 {
    font-weight: 600;
    margin-bottom: 15px;
}
.process-card ul {
    padding-left: 0;
}
.process-card ul li {
    list-style: none;
    padding: 6px 0;
}

/* CTA */
.startup-cta {
    background: linear-gradient(120deg, #fde4daff, #fcfffbff, #c2e1f9ff, #fff1eb);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    padding: 80px 15px;
    border: 0.3px solid #d9edfcff;
}
.startup-cta h2 {
    font-weight: 700;
}
.startup-cta p {
    margin: 15px 0 25px;
}
.cta-btn {
    display: inline-block;
    background: linear-gradient(120deg, #5eb644, #2b741d, #78c557, #0a5482);
    background-size: 300% 300%;
    animation: gradientMove 8s ease-in-out infinite;
    color: #ffffff;
    padding: 12px 34px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
}
.cta-btn:hover {
    opacity: 0.9;
    background: #136497ff;
}


/* =================================== */
.startup-ecosystem {
    padding: 90px 0;
    background: linear-gradient(120deg, #f7faff, #ffffff);
}

/* Panel */
.eco-panel {
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 35px 35px 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.eco-panel:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.18);
}

/* Accent strip */
.services-panel::before,
.products-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
}

.services-panel::before {
    background: linear-gradient(to bottom, #0d6efd, #6610f2);
}

.products-panel::before {
    background: linear-gradient(to bottom, #198754, #5eb644);
}

/* Header */
.eco-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.eco-icon {
    font-size: 32px;
}

.eco-header h3 {
    font-weight: 700;
    margin: 0;
}

/* List */
.eco-list {
    list-style: none;
    padding-left: 0;
}

.eco-list li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
}

.eco-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: bold;
    color: #0d6efd;
}

.products-panel .eco-list li::before {
    color: #198754;
}



.founder-box{
  background:#fff;
  padding:35px;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,0,0.08);
}
/* 
.founder-img{
      width: 348px;
    height: 482px;
    object-fit: cover;
    border-radius: 20px;
} */

.stat-box{
  background:linear-gradient(135deg, #aba8ee, #6366f1);
  color:#fff;
  padding:12px;
  border-radius:14px;
  text-align:center;
}
.stat-box h3{
  margin:0;
  font-weight:700;
}
.stat-box span{
  font-size:14px;
  opacity:0.9;
}


@media only screen and (min-width: 1199px) and (max-width: 1300px) {
    .swiper-wrapper .swiper-slide .fee-item {
        height: 106px;
        display: flex;
        flex-direction: column;   
        justify-content: center;  
        align-items: center;     
        text-align: left;
    }
    .fee{
        margin-bottom: 20px;
        margin-left:20px;
    }
}
