@import "css2.css";
@import "css21.css";
body {
  font-size: 16px;
  line-height: 1.8;
  font-family:
    libre franklin,
    sans-serif;
  color: #6a6a6a;
  font-weight: 400;
}
p {
  color: #6a6a6a;
  font-weight: 400;
}
a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  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;
  color: #1c1c25;
  line-height: 1.4;
  font-family: poppins, sans-serif;
}
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: 10px 32px;
  color: #1c1c25;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border-radius: 50px;
}
.default-btn::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #ff9083;
  -webkit-transition: 0.7s;
  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 #7517cd;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 50px;
}
.default-btn:hover {
  color: #fff;
}
.default-btn:hover::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7517cd;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 50px;
}
.default-btn-two {
  padding: 10px 32px;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  background-color: #7517cd;
}
.default-btn-two:hover {
  background-color: #1c1c25;
  color: #fff;
}
.default-btn-three {
  padding: 10px 32px;
  color: #fff;
  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: #7517cd;
  -webkit-transition: 0.7s;
  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 #ff9083;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 50px;
}
.default-btn-three:hover {
  color: #fff;
}
.default-btn-three:hover::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7517cd;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 50px;
}
.default-btn-three:hover::after {
  display: none;
}
.section-title span {
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 600;
  line-height: 0;
  font-size: 15px;
}
.section-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  color: #1c1c25;
  margin-bottom: 0;
}
.section-title p {
  padding-top: 10px;
  font-weight: 400;
  margin-bottom: 0;
}
.sp-color1 {
  color: #7517cd;
}
.sp-color2 {
  color: #ff9083;
}
.top-header-bg {
  background-color: #7517cd;
}
.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: #fff;
  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: #fff;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-left .header-left-card ul li span {
  color: #fff;
}
.header-left .header-left-card ul li span a {
  color: #fff;
}
.header-left .header-left-card ul li:hover .i {
  color: #1c1c25;
}
.header-left .header-left-card ul li:hover a {
  color: #fff;
}
.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: 0;
  color: #fff;
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.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: #fff;
  border-radius: 5px 0 0 5px;
  z-index: 9999;
  text-align: right !important;
}
.top-right .language-list .nice-select .list {
  background-color: #fff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  box-shadow: 0 0 29px 0 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 {
  -webkit-transition: 0.6s;
  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: #fff;
}
.top-right .language-list .nice-select .list .option .selected {
  background-color: #7517cd !important;
  color: #fff;
  font-weight: 400;
}
.top-right .language-list .nice-select:after {
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  height: 6px;
  width: 6px;
}
.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 nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color: #ff9083 !important;
}
.main-nav nav .navbar-nav .nav-item:hover a i,
.main-nav nav .navbar-nav .nav-item .active i {
  color: #ff9083;
}
.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: #ff9083 !important;
}
.main-nav nav .navbar-nav .nav-item a:hover i,
.main-nav nav .navbar-nav .nav-item a :focus i {
  color: #ff9083;
}
.main-nav nav .navbar-nav .nav-item a.active {
  color: #ff9083 !important;
}
.main-nav nav .navbar-nav .nav-item a.active i {
  color: #ff9083;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  z-index: 5;
  border: 0;
  padding: 10px 0;
  border-radius: 0;
  background-color: #fff !important;
  top: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  z-index: 1;
  -webkit-box-shadow: none;
  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 #ff9083;
  border-bottom: 2px solid #ff9083;
  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;
  -webkit-transition: 0.7s;
  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: #ff9083 !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color: #ff9083 !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: #ff9083 !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: #ff9083 !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;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
  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: 0;
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.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 0 0 5px;
  z-index: 9999;
  text-align: right !important;
}
.nav-bar-side .language-nav-list .nice-select .list {
  background-color: #fff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  box-shadow: 0 0 29px 0 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 {
  -webkit-transition: 0.6s;
  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: #fff;
}
.nav-bar-side .language-nav-list .nice-select .list .option .selected {
  background-color: #7517cd !important;
  color: #fff;
  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;
  -webkit-transition: 0.7s;
  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;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 50px;
}
.nav-bar-side .shoping-nav-btn:hover {
  color: #fff;
}
.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;
  -webkit-transition: 0.7s;
  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: #fff;
  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: #fff;
  background-color: #ff9083;
  border-radius: 50px;
}
.nav-bar-side .shoping-nav-btn-3 {
  margin-right: 30px;
  color: #fff;
  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;
  -webkit-transition: 0.7s;
  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;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 50px;
}
.nav-bar-side .shoping-nav-btn-3:hover {
  color: #fff;
}
.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;
  -webkit-transition: 0.7s;
  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: #fff;
  background-color: #ff9083;
  border-radius: 50px;
}
.nav-bar-side .nav-btn {
  display: inline-block;
}
.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}
.sticky-nav .main-nav {
  top: 0;
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.side-nav-responsive {
  display: none;
}
.side-nav-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: 12px;
}
.side-nav-responsive .dot-menu .circle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}
.side-nav-responsive .dot-menu .circle-inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.7s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.side-nav-responsive .container-max .container {
  position: absolute;
  top: 55px;
  right: 0;
  max-width: 270px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.side-nav-responsive .container-max .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.side-nav-responsive .side-nav-inner {
  padding: 10px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}
.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #7517cd;
  padding: 10px 0 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: 0;
  color: #fff;
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.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: #fff;
  border-radius: 5px 0 0 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: #fff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  box-shadow: 0 0 29px 0 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 {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #1c1c25;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  width: 180px;
  border-bottom: 1px dashed #7517cd;
}
.side-nav-responsive
  .side-nav-inner
  .side-nav
  .side-nav-item
  .language-side-list
  .nice-select
  .list
  .option:hover {
  background-color: #7517cd !important;
  color: #fff;
}
.side-nav-responsive
  .side-nav-inner
  .side-nav
  .side-nav-item
  .language-side-list
  .nice-select
  .list
  .option
  .selected {
  background-color: #7517cd !important;
  color: #fff;
  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 #fff;
  border-right: 1.5px solid #fff;
  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: #fff;
  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: #7517cd;
}
.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: #fff;
  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: #fff;
  color: #1c1c25;
}
.side-nav-responsive
  .side-nav-inner
  .side-nav
  .side-nav-item
  .default-btn-two:hover {
  background-color: #7517cd;
  color: #fff;
}
.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: #fff;
  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: #7517cd;
  color: #fff;
}
.side-nav-responsive
  .side-nav-inner
  .side-nav
  .side-nav-item
  .side-nav-btn:hover::before {
  display: none;
}
.banner-area {
  background-color: #faf9f7;
  position: relative;
  overflow: hidden;
}
.banner-content {
  max-width: 620px;
  margin-left: auto;
}
.banner-content span {
  color: #7517cd;
}
.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;
  -webkit-transition: 0.7s;
  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;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.banner-img {
  position: relative;
}
.banner-img .play-btn-area {
  position: absolute;
  top: 40%;
  -webkit-transform: translate(-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: #fff;
  background-color: #7517cd;
  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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 120px;
  height: 120px;
  background-color: #7517cd;
  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-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;
  -webkit-animation: rotate360 5s infinite linear;
  animation: rotate360 5s infinite linear;
}
.banner-shape .shape2 {
  position: absolute;
  top: 5%;
  left: 40%;
  -webkit-animation: zoominout-animat 5s infinite linear;
  animation: zoominout-animat 5s infinite linear;
}
.banner-shape .shape3 {
  position: absolute;
  bottom: 5%;
  left: 10%;
  -webkit-animation: rotate360 3s infinite linear;
  animation: rotate360 3s infinite linear;
}
.banner-shape .shape4 {
  position: absolute;
  bottom: 20%;
  left: 40%;
  -webkit-animation: rotate360 3s infinite linear;
  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;
  -webkit-transition: 0.7s;
  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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #7517cd;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  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;
}
.brand-area {
  background-color: #fbede9;
}
.brand-area .section-title h2 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.inner-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fbede9;
}
.inner-banner .inner-title {
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
.inner-banner .inner-title h3 {
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 700;
}
.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #1c1c25;
  display: inline-block;
  position: relative;
  margin-right: 20px;
  font-weight: 600;
}
.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: #1c1c25;
}
.inner-banner .inner-title ul li a:hover {
  color: #7517cd;
}
.inner-banner .inner-line .line1 {
  position: absolute;
  left: 0;
  top: -70px;
  width: 35px;
  height: 170px;
  background-color: #ff9083;
  border-radius: 50px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.inner-banner .inner-line .line2 {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 35px;
  height: 170px;
  background-color: #aa6bd8;
  border-radius: 50px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.work-area {
  background-color: #fbede9;
  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 #ff9083;
  border-radius: 50px;
  font-size: 30px;
  color: #7517cd;
  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;
}
.about-img {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: 0;
}
.about-img .tag {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #7517cd;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  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: #ff9083;
  opacity: 0.5;
  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;
  -webkit-transform: rotate(-35deg);
  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;
}
.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 {
  background-color: #fbede9;
}
.services-scroll-area {
  background-color: #fff;
  padding: 100px 60px;
  -webkit-box-shadow: 0 0 5px #ecececfc;
  box-shadow: 0 0 5px #ecececfc;
}
.services-scroll-area-into {
  background-color: #fff;
  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: #7517cd;
  border-radius: 10px;
}
.services-card {
  background-color: #faf9f7;
  padding: 60px 40px 60px 160px;
  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: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 10px;
}
.services-card i {
  position: absolute;
  left: 40px;
  top: 29px;
  border-radius: 50px;
  text-align: center;
  width: 95px;
  height: 95px;
  line-height: 95px;
  background-color: #fbede9;
  font-size: 60px;
  color: #7517cd;
}
.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: #7517cd;
  background-color: #fff;
  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;
  -webkit-transition: 0.7s;
  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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #7517cd;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  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-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
}
.services-item i {
  font-size: 40px;
  color: #7517cd;
  background-color: #fbede9;
  width: 80px;
  height: 80px;
  line-height: 80px;
  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: #7517cd;
}
.services-item p {
  margin-bottom: 10px;
}
.services-item .read-more {
  color: #7517cd;
  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;
  -webkit-transition: 0.7s;
  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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #7517cd;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  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;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.services-item-two:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  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: #fff;
  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%;
  -webkit-transform: translateY(-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: #fff;
  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;
  -webkit-animation: tada 1s linear;
  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;
  -webkit-animation: tada 1s linear;
  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;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}
.services-details-title .social-icon li:nth-child(5) a {
  background-color: red;
}
.services-details-title .social-icon li:nth-child(5) a:hover {
  background-color: #1c1c25;
  -webkit-animation: tada 1s linear;
  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: #7517cd;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.services-comment .comment-form li .content h4 a {
  color: #7517cd;
  font-weight: 600;
}
.services-comment .comment-form li .content h4 a:hover {
  color: #ff9083;
}
.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: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.services-details-slide {
  background-image: url(../image/services-img2.jpg);
  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: #000;
  opacity: 0.8;
  border-radius: 15px;
}
.services-details-slide .section-title {
  margin-bottom: 30px;
}
.services-details-slide .section-title span {
  color: #fff;
}
.services-details-slide .section-title h2 {
  color: #fff;
}
.services-details-slide .section-title p {
  color: #fff;
}
.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: #fff;
  -webkit-transition: 0.7s;
  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;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 50px;
}
.services-details-slide .default-btn-three:hover {
  color: #fff;
}
.services-details-slide .default-btn-three:hover::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7517cd;
  -webkit-transition: 0.7s;
  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;
}
.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;
  -webkit-transition: 0.7s;
  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;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 50px;
}
.product-desc .product-add-btn .input-counter span {
  position: absolute;
  top: 2px;
  background-color: transparent;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: 0.5s;
  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: #fff;
  outline: 0;
  display: block;
  border: 0;
  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: 0;
  margin-right: 20px;
  border-radius: 0;
}
.product-desc .product-add-btn .wish-card {
  color: #fff;
  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;
  -webkit-transition: 0.7s;
  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;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 50px;
}
.product-desc .product-add-btn .wish-card:hover {
  color: #fff;
}
.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;
  -webkit-transition: 0.7s;
  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: #fff;
  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;
  -webkit-animation: tada 1s linear;
  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;
  -webkit-animation: tada 1s linear;
  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;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}
.product-desc .product-share .social-icon li:nth-child(5) a {
  background-color: red;
}
.product-desc .product-share .social-icon li:nth-child(5) a:hover {
  background-color: #1c1c25;
  -webkit-animation: tada 1s linear;
  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;
  -webkit-transform: rotate(25deg);
  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: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-card {
  margin-bottom: 25px;
}
.product-card:hover .product-card-img .product-card-action li {
  -webkit-transform: translateY(0);
  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: #fff;
  padding: 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;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  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: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #1c1c25;
  -webkit-transition: 0.5s;
  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%;
  -webkit-transform: translateY(-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: #fff;
}
.product-card .product-card-img .product-card-action li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.product-card .product-card-img .product-card-action li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product-card .product-card-img .product-card-action li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.product-card .product-card-img .product-card-action li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  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: #fff;
}
.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: 0;
  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: 0;
  border-radius: 50%;
  background: #fff;
  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: 0;
}
.checkout-method p [type="radio"]:checked + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ff9083;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  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: 0;
}
.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%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.payment-box {
  border: 1px solid #ff9083;
  border-radius: 15px;
  padding: 30px 25px 0;
  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: #fff;
  width: 50px;
  height: 100%;
  line-height: 50px;
  -webkit-transition: 0.5s;
  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: #fff;
  outline: 0;
  display: block;
  border: 0;
  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;
}
.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 tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  padding: 15px 0;
  text-transform: uppercase;
  border: 0;
  font-weight: 700;
  font-size: 18px;
}
.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: #eee;
  border-left: none;
  border-right: 0;
}
.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: #fff;
}
.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;
  -webkit-transition: all 0.5s;
  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;
  -webkit-transition: 0.5s;
  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: 0;
  background-color: #fff;
  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: 0;
}
.cart-wraps-area .cart-totals ul li:nth-child(3) {
  border-top: 0;
}
.cart-wraps-area .cart-totals ul li:last-child {
  border-top: 0;
}
.cart-wraps-area .cart-totals ul li span {
  float: right;
  color: #ff9083;
  font-weight: 400;
}
.cart-wraps-area .cart-calc {
  margin-top: 50px;
  background: #fbede9;
  border-radius: 15px;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  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;
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: none;
  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: #fff !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: #fff !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: #fff !important;
}
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-webkit-input-placeholder {
  color: #1c1c25;
}
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input:-ms-input-placeholder {
  color: #1c1c25;
}
.cart-wraps-area.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-ms-input-placeholder {
  color: #1c1c25;
}
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-webkit-input-placeholder {
  color: #1c1c25;
}
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input:-ms-input-placeholder {
  color: #1c1c25;
}
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-ms-input-placeholder {
  color: #1c1c25;
}
.cart-wraps-area
  .cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::placeholder {
  color: #1c1c25;
}
.cart-wraps-area
  .cart-calc
  .cart-wraps-area
  form
  .form-control
  input::-webkit-input-placeholder {
  color: #6c777d;
}
.cart-area
  .cart-calc
  .cart-wraps-area
  form
  .form-control
  input:-ms-input-placeholder {
  color: #6c777d;
}
.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input::-ms-input-placeholder {
  color: #6c777d;
}
.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input::-webkit-input-placeholder {
  color: #495057;
}
.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input:-ms-input-placeholder {
  color: #495057;
}
.cart-area
  .cart-area
  .cart-calc
  .cart-wraps-area
  .form-control
  input::placeholder {
  color: #495057;
}
.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: #fff;
  border-color: #fff;
  border-radius: 50px;
  color: #7517cd;
}
.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;
  background-color: #fbede9;
}
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  background-color: #fbede9;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #70707069;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 15px 60px 12px 0;
  color: #444;
  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;
  -webkit-transition: 0.5s;
  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: 0;
}
.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;
}
.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-color: #fbede9;
  font-size: 15px;
  border: 0;
  padding: 10px 20px;
  width: 100%;
  border-radius: 20px;
  font-weight: 500;
}
.contact-form .form-group .form-control:focus {
  outline: 0;
  border-color: #1c1c25;
  -webkit-box-shadow: none;
  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: #7517cd;
}
.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: red;
  font-weight: 400;
  display: block;
}
.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}
.contact-form .default-btn-three {
  border: 0;
  outline: 0;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #6a6a6a;
  font-weight: 500;
}
.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #6a6a6a;
  font-weight: 500;
}
.contact-form .form-group .form-control::-ms-input-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: -750px;
  left: 55%;
  background-color: #7517cd;
  padding: 70px 30px;
  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: #fff;
}
.contact-address ul li .content h3 {
  color: #fff;
  margin-bottom: 10px;
}
.contact-address ul li .content span {
  color: #fff;
  display: block;
}
.contact-address ul li .content span a {
  color: #fff;
}
.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;
}
.single-content {
  margin-bottom: 30px;
}
.single-content h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
.single-content p {
  margin-bottom: 0;
}
.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;
  -webkit-transform: translateX(-50%);
  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;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #7517cd;
}
.skill-bar .down-arrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #7517cd;
  border-radius: 50%;
}
.skill-bar .progress-content-outter {
  height: 6px;
  background-color: #fbede9;
  border-radius: 5px;
}
.skill-bar .progress-content {
  height: 6px;
  background-color: #7517cd;
  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 img {
  border-radius: 15px;
}
.what-did-img-area .what-did-img .sub-img {
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-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;
  height: 60px;
  background-color: #fbede9;
  color: #7517cd;
  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-color: #fbede9;
  color: #7517cd;
  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;
}
.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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100px;
  font-size: 30px !important;
  width: 40px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  height: 40px;
  border-radius: 50px;
  line-height: 42px;
  background-color: transparent !important;
  color: #7517cd !important;
}
.testimonial-area .owl-nav .owl-prev:hover {
  color: #1c1c25 !important;
}
.testimonial-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.7s;
  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: #7517cd !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-color: #fbede9;
}
.testimonial-shape-img .img-shape1 {
  position: absolute;
  top: 10%;
  left: 5%;
}
.testimonial-shape-img .img-shape1 img {
  border-radius: 50%;
  border: 10px solid #d7f8fb;
  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 #d7f8fb;
  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 #d7f8fb;
  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 #d7f8fb;
  max-width: 60px;
  height: 60px;
}
.testimonial-item {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-item i {
  color: #7517cd;
  font-size: 90px;
  line-height: 1;
}
.testimonial-item p {
  font-size: 20px;
  margin-bottom: 20px;
}
.testimonial-item .testimonial-avatar h3 {
  font-size: 20px;
  color: #7517cd;
  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;
  -webkit-transition: 0.7s;
  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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #7517cd;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  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: #fff;
}
.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;
  -webkit-transition: 0.7s;
  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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #7517cd;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  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;
}
.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;
}
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
}
.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-color: #fbede9;
  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: #fff;
  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: 400;
  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: #fff;
}
.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: 0;
  background-color: #fff;
  padding-left: 15px;
  color: #fff;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #ccc;
  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: #fff;
  -webkit-transition: 0.5s;
  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: #fff;
  background-color: #190f3c;
}
.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}
.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-color: #fbede9;
  border-radius: 25px;
}
.choose-card i {
  font-size: 45px;
  display: inline-block;
  margin-bottom: 15px;
  color: #7517cd;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  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-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.choose-item i {
  font-size: 45px;
  color: #fff;
  background-color: #7517cd;
  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;
}
.counter-area {
  background-color: #7517cd;
}
.counter-card {
  margin-bottom: 30px;
  text-align: center;
}
.counter-card h3 {
  font-size: 60px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600;
}
.counter-card span {
  color: #fff;
  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: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  background-color: #6617b0;
}
.newsletter-area-bg {
  background-color: #fbede9;
  position: relative;
  overflow: hidden;
}
.newsletter-area-bg .newsletter-line .line1 {
  position: absolute;
  left: 0;
  top: -70px;
  width: 35px;
  height: 170px;
  background-color: #ff9083;
  border-radius: 50px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.newsletter-area-bg .newsletter-line .line2 {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 35px;
  height: 170px;
  background-color: #aa6bd8;
  border-radius: 50px;
  -webkit-transform: rotate(-35deg);
  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: #fff;
  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: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.newsletter-area .newsletter-form .subscribe-btn {
  background-color: #7517cd;
  color: #fff;
  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: #fff;
}
.newsletter-area .newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 5px;
  color: red;
}
.blog-area h2 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.blog-card {
  margin-bottom: 30px;
}
.blog-card:hover .content h3 a {
  color: #7517cd;
}
.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: #7517cd;
  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: #7517cd;
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
.blog-card .content ul li a:hover {
  color: #7517cd;
}
.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: #7517cd;
  font-weight: 600;
}
.blog-card .content .read-more:hover {
  color: #1c1c25;
}
.side-bar-profile {
  background-color: #7517cd;
  padding: 35px 30px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 35px;
}
.side-bar-profile h3 {
  color: #fff;
  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: #fff;
  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: #fff;
  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;
  -webkit-animation: tada 1s linear;
  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;
  -webkit-animation: tada 1s linear;
  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;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}
.side-bar-profile .profile-social-link li:nth-child(4) a {
  background-color: red;
}
.side-bar-profile .profile-social-link li:nth-child(4) a:hover {
  background-color: #1c1c25;
  -webkit-animation: tada 1s linear;
  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: #7517cd;
}
.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: #7517cd;
}
.blog-article .blog-article-title ul li a:hover {
  color: #7517cd;
}
.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: #fff;
  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;
  -webkit-animation: tada 1s linear;
  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;
  -webkit-animation: tada 1s linear;
  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;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}
.blog-article .comments-wrap .comment-title .social-icon li:nth-child(5) a {
  background-color: red;
}
.blog-article
  .comments-wrap
  .comment-title
  .social-icon
  li:nth-child(5)
  a:hover {
  background-color: #1c1c25;
  -webkit-animation: tada 1s linear;
  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: #7517cd;
  font-weight: 600;
}
.blog-article .comments-wrap .comment-form li .content h4 a:hover {
  color: #ff9083;
}
.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: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-widget {
  margin-bottom: 30px;
  background-color: #fff;
}
.search-widget .search-form {
  position: relative;
  border: 0;
  background-color: #fbede9;
  border-radius: 30px;
}
.search-widget .search-form .form-control {
  height: 50px;
  border: 0;
  background-color: #fbede9;
  padding: 10px 20px;
  width: 100%;
  color: #1c1c25;
  border-radius: 30px;
}
.search-widget .search-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  outline: 0;
  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: #fff;
}
.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 #6a6a6a;
}
.side-bar-widget .side-bar-categories ul li:last-child {
  border-bottom: 0;
}
.side-bar-widget .side-bar-categories ul li a {
  display: inline-block;
  color: #6a6a6a;
  font-weight: 400;
  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: #7517cd;
}
.side-bar-widget .side-bar-categories ul li a:hover span {
  color: #7517cd;
}
.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: 0;
  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(../image/blog-img1.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
  background-image: url(../image/blog-img2.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
  background-image: url(../image/blog-img3.jpg);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
  background-image: url(../image/product-img7.png);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg5 {
  background-image: url(../image/product-img8.png);
}
.side-bar-widget .widget-popular-post .item .thumb .full-image.bg6 {
  background-image: url(../image/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: 245px;
}
.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: #ff9083;
}
.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: #7517cd;
  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;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #1c1c25;
  font-size: 14px;
  font-weight: 600;
  background-color: #fbede9;
}
.side-bar-widget .side-bar-widget-tag li:hover {
  background-color: #7517cd;
}
.side-bar-widget .side-bar-widget-tag li a {
  color: #1c1c25;
}
.side-bar-widget .side-bar-widget-tag li:hover a {
  color: #fff;
}
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #1c1c25;
  background-color: #fbede9;
  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: #7517cd;
  color: #fff;
}
.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}
.pagination-area .page-numbers.current {
  background-color: #7517cd;
  color: #fff;
}
.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: #7517cd;
}
.project-text p {
  margin-bottom: 0;
}
.project-btn {
  float: right;
}
.footer-bg {
  background-color: #fbede9;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-widget .footer-logo {
  margin-bottom: 20px;
}
.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: #fff;
  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;
  -webkit-animation: tada 1s linear;
  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;
  -webkit-animation: tada 1s linear;
  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;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}
.footer-widget .social-footer-link li:nth-child(4) a {
  background-color: red;
}
.footer-widget .social-footer-link li:nth-child(4) a:hover {
  background-color: #1c1c25;
  -webkit-animation: tada 1s linear;
  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: #7517cd;
}
.footer-widget .footer-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
}
.footer-widget .footer-gallery li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  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: #000;
  -webkit-transition: all 0.5s;
  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 #fff;
}
.copy-right-bg {
  background-color: #fbede9;
}
.copy-right-text {
  text-align: center;
  padding: 15px 0;
}
.copy-right-text p {
  color: #1c1c25;
  margin-bottom: 0;
}
.copy-right-text p a {
  color: #7517cd;
}
.copy-right-text p a:hover {
  color: #1c1c25;
}
.productsQuickView .modal-dialog {
  max-width: 950px;
  margin: 0 auto;
}
.productsQuickView .modal-content {
  border: 0;
  padding: 40px 25px;
  border-radius: 0;
}
.productsQuickView .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: 0;
}
.productsQuickView .modal-content .close:hover {
  background-color: #ff9083;
  color: #fff;
}
.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;
  -webkit-transition: 0.5s;
  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: 0;
  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::-webkit-input-placeholder {
  color: #ff9083;
}
.productsQuickView
  .product-content
  .product-add-to-cart
  .input-counter
  input:-ms-input-placeholder {
  color: #ff9083;
}
.productsQuickView
  .product-content
  .product-add-to-cart
  .input-counter
  input::-ms-input-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: 0;
  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: #fff;
  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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #7517cd;
}
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.spinner div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: circle-in 1.4s infinite ease-in-out both;
  animation: circle-in 1.4s infinite ease-in-out both;
}
.spinner .circle1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .circle2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #7517cd;
  border-radius: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.go-top i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  vertical-align: middle;
}
.go-top:hover {
  background-color: #1c1c25;
}
.go-top:hover i {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.go-top.active {
  top: 95%;
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}
@-webkit-keyframes circle-in {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes circle-in {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rotate360 {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes rotate360 {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes zoominout-animat {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
    transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
    transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}
@keyframes zoominout-animat {
  0% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
    transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0.7);
    transform: translateY(-50%) translateX(-50%) scale(0.7);
  }
}
@-webkit-keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
