/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: "Montserrat", sans-serif;
}

a {
  outline: none;
  text-decoration: none;
}

a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 1340px) {
  .container {
    max-width: 1750px;
  }
}
/*
1. Variables
*/
p {
  font-size: 17px;
  line-height: 1.6;
  color: #141414;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 15px;
  }
}

.title {
  font-family: "Hedvig Letters Sans", sans-serif;
  font-size: 50px;
  line-height: 1.1;
  color: #141414;
  font-weight: 400;
  letter-spacing: -0.32px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 30px;
  }
}

.sub-title {
  font-family: "Hedvig Letters Sans", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  color: #141414;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .sub-title {
    font-size: 25px;
  }
}

.primarybtn {
  width: 180px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.32px;
  margin: 0;
  padding: 0;
  background: #0A2472;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.primarybtn:hover {
  background: #fff;
  color: #0A2472;
  box-shadow: 0px 1px 13px 0px rgba(10, 36, 114, 0.2);
  border-color: #0A2472;
}
@media screen and (max-width: 991px) {
  .primarybtn {
    width: 145px;
    height: 45px;
    font-size: 16px;
  }
}

.secondarybtn {
  width: 180px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #141414;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.32px;
  margin: 0;
  padding: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.secondarybtn:hover {
  background: #0A2472;
  color: #fff;
  box-shadow: 0px 1px 13px 0px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
  .secondarybtn {
    width: 145px;
    height: 45px;
    font-size: 16px;
  }
}

.desktop-view {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .desktop-view {
    display: none;
  }
}

.mobile-view {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-view {
    display: inline-block;
  }
}

/*=============================== Header Start ===============================*/
.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  margin: 0;
  padding: 60px 0;
  background: transparent !important;
  transition: all 400ms ease-in-out;
}
.header-nav .logo-block {
  width: 260px;
  margin: 0;
  padding: 0;
  transition: all 500ms ease-in-out;
}
.header-nav .logo-block a {
  display: block;
  margin: 0;
  padding: 0;
}
.header-nav .logo-block img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .header-nav .logo-block {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav .logo-block {
    width: 110px;
  }
}
.header-nav .icon-field {
  margin: 0;
  padding: 0;
}
.header-nav .icon-field ul li {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
}
.header-nav .icon-field ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  transition: all 400ms ease-in-out;
}
.header-nav .icon-field ul li a img {
  width: 75px;
  height: auto;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 1500px) {
  .header-nav .icon-field ul li a img {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header-nav .icon-field ul li a img {
    width: 30px;
  }
}
.header-nav .icon-field ul li a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .header-nav .icon-field ul li {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .header-nav.header-sticky {
    background: linear-gradient(342.51deg, #4D2073 0%, #471E6B 21.94%, #361956 55.35%, #1A1134 95.9%, #171030 100%) !important;
    box-shadow: 0px 2px 14px 0px rgba(255, 255, 255, 0.1);
    transition: all 500ms ease-in-out;
    padding: 20px 0;
  }
  .header-nav.header-sticky .logo-block {
    width: 150px;
    transition: all 500ms ease-in-out;
  }
}
@media screen and (max-width: 767px) {
  .header-nav.header-sticky {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease-in-out;
  }
}
@media screen and (max-width: 1500px) {
  .header-nav {
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    position: relative;
    background: linear-gradient(342.51deg, #4D2073 0%, #471E6B 21.94%, #361956 55.35%, #1A1134 95.9%, #171030 100%) !important;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    padding: 20px 0;
  }
}

.close-block {
  margin: 0;
  padding: 15px;
  padding-right: 0;
  text-align: right;
  display: none;
}
.close-block .close-btn {
  width: 32px;
  height: 32px;
  background: none;
  border: 1px solid #1D2F6C;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-block .close-btn img {
  width: 14px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .close-block {
    display: block;
  }
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(10, 36, 114, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 91;
}
.overlay.opened {
  visibility: visible;
  opacity: 1;
  transition: all 150ms ease-in-out;
}

/*=============================== Header End ===============================*/
/*=============================== Banner Start ===============================*/
.banner {
  background: url(../images/banner-bg-img.jpg) no-repeat left top;
  background-size: cover;
  margin: 0;
  padding: 200px 0 0 0;
  height: 100vh;
}
.banner .desc {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.banner .desc .text-block {
  max-width: 620px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.banner .desc .text-block h5 {
  font-size: 26px;
  line-height: 1;
  color: #DBDEF1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5.28px;
  margin: 0;
  padding: 0 0 12px 0;
}
@media screen and (max-width: 1500px) {
  .banner .desc .text-block h5 {
    font-size: 16px;
  }
}
.banner .desc .text-block h1 {
  font-size: 100px;
  line-height: 1;
  color: #D16FB2;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 25px;
}
@media screen and (max-width: 1500px) {
  .banner .desc .text-block h1 {
    font-size: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .desc .text-block h1 {
    font-size: 45px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .banner .desc .text-block h1 {
    font-size: 30px;
  }
}
.banner .desc .text-block p {
  font-size: 26px;
  color: #DBDEF1;
  padding-bottom: 35px;
}
@media screen and (max-width: 1500px) {
  .banner .desc .text-block p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .desc .text-block p {
    font-size: 16px;
  }
}
.banner .desc .text-block .box {
  max-width: 510px;
  background: #444;
  margin: 0 0 48px 0;
  padding: 10px;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .banner .desc .text-block .box {
    max-width: 350px;
    margin: 0 auto 40px;
    text-align: left;
  }
}
.banner .desc .text-block ul {
  background: linear-gradient(90deg, #7369CB 0%, #B85C92 100%);
  margin: 0;
  padding: 25px 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.banner .desc .text-block ul li {
  margin: 0;
  padding: 0 30px;
  border-right: 1px solid #fff;
}
.banner .desc .text-block ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 1500px) {
  .banner .desc .text-block ul li {
    padding: 0 20px;
  }
}
.banner .desc .text-block ul h3 {
  font-size: 47px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 0 0 6px 0;
}
@media screen and (max-width: 1500px) {
  .banner .desc .text-block ul h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner .desc .text-block ul h3 {
    font-size: 22px;
  }
}
.banner .desc .text-block ul span {
  display: block;
  font-size: 17px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1500px) {
  .banner .desc .text-block ul span {
    font-size: 14px;
  }
}
.banner .desc .text-block a {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 12px 24px;
  padding-right: 18px;
  background: linear-gradient(90deg, #7369CB 0%, #B85C92 100%);
  border-radius: 50px;
}
.banner .desc .text-block a .icon {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}
.banner .desc .text-block a .icon img {
  width: 25px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .banner .desc .text-block a .icon img {
    width: 20px;
  }
}
.banner .desc .text-block a:hover {
  background: #DD0C5B;
}
.banner .desc .text-block a:hover .icon img {
  filter: grayscale(0%);
}
@media screen and (max-width: 1500px) {
  .banner .desc .text-block a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .banner .desc .text-block {
    max-width: 440px;
  }
}
@media screen and (max-width: 991px) {
  .banner .desc .text-block {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner .desc .text-block {
    text-align: center;
  }
}
.banner .desc .field-wrap {
  margin: 0 0 0 178px;
  padding: 0;
  position: relative;
}
.banner .desc .field-wrap .round-box {
  width: 735px;
  height: 735px;
  background: linear-gradient(90deg, #B270D3 0%, #6141D9 100%);
  border-radius: 50%;
  opacity: 0.5;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .banner .desc .field-wrap .round-box {
    width: 500px;
    height: 500px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .desc .field-wrap .round-box {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 991px) {
  .banner .desc .field-wrap .round-box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .banner .desc .field-wrap .round-box {
    width: 300px;
    height: 300px;
  }
}
.banner .desc .field-wrap .content-box {
  position: absolute;
  width: 390px;
  top: 50px;
  left: -12px;
  background: linear-gradient(90deg, #7369CB 0%, #B85C92 100%);
  opacity: 0.9;
  border-radius: 30px;
}
@media screen and (max-width: 1500px) {
  .banner .desc .field-wrap .content-box {
    top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .banner .desc .field-wrap .content-box {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .banner .desc .field-wrap .content-box {
    border-radius: 20px;
    left: 60px;
    top: 45px;
  }
}
@media screen and (max-width: 576px) {
  .banner .desc .field-wrap .content-box {
    top: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.banner .desc .field-wrap .content-box2 {
  position: absolute;
  width: 390px;
  bottom: 100px;
  left: 120px;
  background: rgba(112, 91, 161, 0.8509803922);
  opacity: 0.9;
  border-radius: 30px;
}
@media screen and (max-width: 1500px) {
  .banner .desc .field-wrap .content-box2 {
    bottom: 0;
    right: -70px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .desc .field-wrap .content-box2 {
    width: 300px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner .desc .field-wrap .content-box2 {
    right: 65px;
    bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .banner .desc .field-wrap .content-box2 {
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
.banner .desc .field-wrap .box {
  margin: 0;
  padding: 18px 37px;
  position: relative;
  opacity: 1;
}
.banner .desc .field-wrap .box h3 {
  max-width: 250px;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
  margin: 0;
  padding: 0 0 15px;
}
@media screen and (max-width: 1500px) {
  .banner .desc .field-wrap .box h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .desc .field-wrap .box h3 {
    font-size: 16px;
    font-weight: 600;
  }
}
.banner .desc .field-wrap .box p {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .banner .desc .field-wrap .box p {
    font-size: 14px;
  }
}
.banner .desc .field-wrap .box .icon-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: -25px;
}
.banner .desc .field-wrap .box .icon-btn img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .banner .desc .field-wrap .box .icon-btn img {
    width: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .banner .desc .field-wrap .box .icon-btn {
    right: -12px;
  }
}
@media screen and (max-width: 1500px) {
  .banner .desc .field-wrap .box {
    padding: 18px 25px;
  }
}
@media screen and (max-width: 1500px) {
  .banner .desc .field-wrap {
    margin-left: 80px;
  }
}
@media screen and (max-width: 991px) {
  .banner .desc .field-wrap {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .banner .desc {
    display: block;
  }
}
@media screen and (max-width: 1500px) {
  .banner {
    padding-top: 170px;
  }
}
@media screen and (max-width: 991px) {
  .banner {
    height: auto;
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    padding-top: 55px;
  }
}

/*=============================== Banner End ===============================*/
.feature-element {
  margin: 0;
  padding: 80px 0 190px;
  background: #000;
}
.feature-element .top-block {
  margin: 0;
  padding: 0;
  text-align: center;
}
.feature-element .top-block h2 {
  font-size: 60px;
  line-height: 1.2;
  color: #E5EDF8;
  font-weight: 800;
  margin: 0;
  padding: 0 0 35px;
}
@media screen and (max-width: 1500px) {
  .feature-element .top-block h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  .feature-element .top-block h2 {
    font-size: 35px;
  }
}
.feature-element .top-block p {
  font-size: 26px;
  font-weight: 500;
  color: #E5EDF8;
  padding-bottom: 45px;
}
@media screen and (max-width: 1500px) {
  .feature-element .top-block p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .feature-element .top-block p {
    font-size: 15px;
  }
}
.feature-element .top-block a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 70px;
  background: linear-gradient(90deg, #DC065A 0%, #F26D73 100%);
  font-size: 26px;
  line-height: 1;
  color: #E5EDF8;
  font-weight: 600;
  margin: 0 auto;
  padding: 0;
  border-radius: 500px;
}
.feature-element .top-block a:hover {
  background: #DD0C5B;
}
@media screen and (max-width: 1500px) {
  .feature-element .top-block a {
    font-size: 18px;
    width: 200px;
    height: 52px;
  }
}
@media screen and (max-width: 991px) {
  .feature-element .top-block a {
    font-size: 16px;
    width: 170px;
    height: 44px;
  }
}
.feature-element .slider-wrap {
  margin: 0 auto;
  padding: 120px 0 0;
}
.feature-element .slider-wrap .nav-tabs {
  border-bottom: none;
  justify-content: center;
}
.feature-element .slider-wrap .nav-item {
  margin: 0;
  padding: 0 25px;
}
@media screen and (max-width: 1500px) {
  .feature-element .slider-wrap .nav-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .feature-element .slider-wrap .nav-item {
    padding: 6px;
  }
}
.feature-element .slider-wrap .nav-link {
  display: inline-block;
  font-size: 47px;
  line-height: 1;
  color: #E5EDF8;
  font-weight: 500;
  margin: 0;
  padding: 17px 29px;
  border: 2px solid #E5EDF8;
  border-radius: 50px;
}
.feature-element .slider-wrap .nav-link:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
.feature-element .slider-wrap .nav-link.active {
  background: none;
  border-color: transparent;
}
@media screen and (max-width: 1500px) {
  .feature-element .slider-wrap .nav-link {
    font-size: 20px;
    padding: 12px 20px;
  }
}
@media screen and (max-width: 991px) {
  .feature-element .slider-wrap .nav-link {
    font-size: 16px;
    border-width: 1px;
    padding: 10px 18px;
  }
}
.feature-element .slider-wrap .tab-content {
  padding: 75px 120px 0;
}
@media screen and (max-width: 1500px) {
  .feature-element .slider-wrap .tab-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-element .slider-wrap .tab-content {
    padding-top: 40px;
  }
}
.feature-element .slider-wrap .item {
  margin: 0;
  padding: 0 5px;
}
.feature-element .slider-wrap .box {
  margin: 0;
  padding: 44px;
  background: #fff;
  border-radius: 30px;
}
.feature-element .slider-wrap .box .up-block {
  margin: 0;
  padding: 0;
  position: relative;
}
.feature-element .slider-wrap .box .discount-field {
  position: absolute;
  top: -10px;
  left: 0;
}
.feature-element .slider-wrap .box .discount-field span {
  display: inline-block;
  background: linear-gradient(113.57deg, #4D2073 15.19%, #471E6B 30.46%, #361956 53.73%, #1A1134 81.96%, #171030 84.81%);
  border-radius: 50px;
  font-size: 22px;
  line-height: 1;
  color: #E5EDF8;
  font-weight: 600;
  margin: 0;
  padding: 15px 21px;
}
@media screen and (max-width: 991px) {
  .feature-element .slider-wrap .box .discount-field span {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.feature-element .slider-wrap .box .img-block {
  width: 100%;
  height: 398px;
  background: #D4D4D4;
  margin: 0;
  padding: 0;
  border-radius: 30px;
}
.feature-element .slider-wrap .box .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .feature-element .slider-wrap .box .img-block {
    height: 250px;
  }
}
.feature-element .slider-wrap .box .text-block {
  margin: 0;
  padding: 20px 0 0 0;
}
.feature-element .slider-wrap .box .text-block h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0 0 15px 0;
}
@media screen and (max-width: 1500px) {
  .feature-element .slider-wrap .box .text-block h3 {
    font-size: 22px;
  }
}
.feature-element .slider-wrap .box .text-block p {
  font-size: 17px;
  color: #505050;
  font-weight: 500;
  padding-bottom: 45px;
}
@media screen and (max-width: 1500px) {
  .feature-element .slider-wrap .box .text-block p {
    font-size: 14px;
    padding-bottom: 25px;
  }
}
.feature-element .slider-wrap .box .bottom-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.feature-element .slider-wrap .box .bottom-block .price-block {
  margin: 0;
  padding: 0;
}
.feature-element .slider-wrap .box .bottom-block .price-block h5 {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  color: #FF5356;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-decoration: line-through;
}
@media screen and (max-width: 1500px) {
  .feature-element .slider-wrap .box .bottom-block .price-block h5 {
    font-size: 18px;
  }
}
.feature-element .slider-wrap .box .bottom-block .price-block h6 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1500px) {
  .feature-element .slider-wrap .box .bottom-block .price-block h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .feature-element .slider-wrap .box .bottom-block .price-block {
    padding-bottom: 20px;
  }
}
.feature-element .slider-wrap .box .bottom-block .btn-block {
  margin: 0;
  padding: 0;
}
.feature-element .slider-wrap .box .bottom-block .btn-block a {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 21px 30px;
  background: linear-gradient(113.57deg, #4D2073 15.19%, #471E6B 30.46%, #361956 53.73%, #1A1134 81.96%, #171030 84.81%);
  border-radius: 12px;
}
.feature-element .slider-wrap .box .bottom-block .btn-block a:hover {
  background: #DD0C5B;
}
.feature-element .slider-wrap .box .bottom-block .btn-block a .icon {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
  vertical-align: middle;
}
.feature-element .slider-wrap .box .bottom-block .btn-block a .icon img {
  width: 29px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .feature-element .slider-wrap .box .bottom-block .btn-block a .icon img {
    width: 22px;
  }
}
@media screen and (max-width: 1500px) {
  .feature-element .slider-wrap .box .bottom-block .btn-block a {
    font-size: 16px;
    padding: 12px 18px;
  }
}
@media screen and (max-width: 767px) {
  .feature-element .slider-wrap .box .bottom-block {
    display: block;
  }
}
@media screen and (max-width: 1500px) {
  .feature-element .slider-wrap .box {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .feature-element .slider-wrap .box {
    padding: 22px 16px;
  }
}
.feature-element .slider-wrap .slick-active .box {
  transform: scale(0.7);
}
.feature-element .slider-wrap .slick-center .box {
  transform: scale(1);
}
.feature-element .slider-wrap .slick-prev,
.feature-element .slider-wrap .slick-next {
  width: 83px;
  height: 83px;
  border-radius: 0;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .feature-element .slider-wrap .slick-prev,
  .feature-element .slider-wrap .slick-next {
    width: 35px;
    height: 35px;
  }
}
.feature-element .slider-wrap .slick-prev {
  background: url(../images/prev-arrow.png) no-repeat center;
  background-size: cover;
  left: -100px;
  right: auto;
}
@media screen and (max-width: 1500px) {
  .feature-element .slider-wrap .slick-prev {
    left: 0;
  }
}
.feature-element .slider-wrap .slick-prev::before {
  display: none;
}
.feature-element .slider-wrap .slick-next {
  background: url(../images/next-arrow.png) no-repeat center;
  background-size: cover;
  right: -100px;
}
@media screen and (max-width: 1500px) {
  .feature-element .slider-wrap .slick-next {
    right: 0;
  }
}
.feature-element .slider-wrap .slick-next::before {
  display: none;
}
@media screen and (max-width: 1500px) {
  .feature-element .slider-wrap {
    padding-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .feature-element .slider-wrap {
    padding-top: 40px;
  }
}
.feature-element .slider-wrap .slick-dots {
  bottom: -60px;
  display: none !important;
}
.feature-element .slider-wrap .slick-dots li {
  margin: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
}
.feature-element .slider-wrap .slick-dots li button {
  width: 13px;
  height: 13px;
  border: none;
  background: #D4D4D4;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  opacity: 1;
}
.feature-element .slider-wrap .slick-dots li button:before {
  display: none;
}
.feature-element .slider-wrap .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  background: #fff;
  border-color: transparent;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .feature-element .slider-wrap .slick-dots {
    display: block !important;
  }
}
@media screen and (max-width: 1500px) {
  .feature-element {
    padding: 60px 0 80px;
  }
}

.wbc-element {
  margin: 0;
  padding: 150px 0 0 0;
  position: relative;
}
.wbc-element .card-wrap {
  margin: 0;
  padding: 0 0 85px 0;
}
.wbc-element .card-wrap .box {
  background: linear-gradient(342.51deg, #4D2073 0%, #471E6B 21.94%, #361956 55.35%, #1A1134 95.9%, #171030 100%);
  border-radius: 60px;
  padding: 50px;
  text-align: center;
}
.wbc-element .card-wrap .box .icon-block {
  margin: 0;
  padding: 0;
}
.wbc-element .card-wrap .box .icon-block img {
  width: 174px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .wbc-element .card-wrap .box .icon-block img {
    width: 115px;
  }
}
@media screen and (max-width: 991px) {
  .wbc-element .card-wrap .box .icon-block img {
    width: 80px;
  }
}
.wbc-element .card-wrap .box .text-block {
  margin: 0;
  padding: 50px 0 0 0;
}
.wbc-element .card-wrap .box .text-block h3 {
  font-size: 40px;
  line-height: 1.3;
  color: #E5EDF8;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 25px 0;
}
@media screen and (max-width: 1500px) {
  .wbc-element .card-wrap .box .text-block h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .wbc-element .card-wrap .box .text-block h3 {
    font-size: 20px;
    font-weight: 600;
  }
}
.wbc-element .card-wrap .box .text-block p {
  font-size: 26px;
  color: #9CA2A9;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .wbc-element .card-wrap .box .text-block p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .wbc-element .card-wrap .box .text-block p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .wbc-element .card-wrap .box .text-block {
    padding-top: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .wbc-element .card-wrap .box {
    padding: 30px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 991px) {
  .wbc-element .card-wrap .box {
    padding: 20px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wbc-element .card-wrap .box {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .wbc-element .card-wrap {
    padding-bottom: 35px;
  }
}
.wbc-element .bottom-field {
  margin: 0;
  padding: 0;
}
.wbc-element .bottom-field .text-wrap {
  margin: 0;
  padding: 0;
}
.wbc-element .bottom-field .text-wrap h2 {
  font-size: 75px;
  line-height: 1.3;
  color: #2D2937;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 25px 0;
}
@media screen and (max-width: 1500px) {
  .wbc-element .bottom-field .text-wrap h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .wbc-element .bottom-field .text-wrap h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .wbc-element .bottom-field .text-wrap h2 {
    padding-bottom: 15px;
  }
}
.wbc-element .bottom-field .text-wrap p {
  font-size: 30px;
  color: #797979;
  font-weight: 500;
  padding-bottom: 50px;
}
@media screen and (max-width: 1500px) {
  .wbc-element .bottom-field .text-wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .wbc-element .bottom-field .text-wrap p {
    font-size: 15px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .wbc-element .bottom-field .text-wrap p {
    padding-bottom: 22px;
  }
}
.wbc-element .bottom-field .text-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 75px;
  background: linear-gradient(113.57deg, #4D2073 15.19%, #471E6B 30.46%, #361956 53.73%, #1A1134 81.96%, #171030 84.81%);
  font-size: 26px;
  line-height: 1;
  color: #E5EDF8;
  font-weight: 600;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}
.wbc-element .bottom-field .text-wrap a:hover {
  background: #DD0C5B;
}
@media screen and (max-width: 1500px) {
  .wbc-element .bottom-field .text-wrap a {
    font-size: 16px;
    width: 220px;
    height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .wbc-element .bottom-field .text-wrap a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .wbc-element .bottom-field .text-wrap {
    text-align: center;
    padding-bottom: 40px;
  }
}
.wbc-element .bottom-field .feature-img {
  margin: 0;
  padding: 0;
}
.wbc-element .bottom-field .feature-img img {
  width: 100%;
  height: auto;
}
.wbc-element:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 657px;
  height: 250px;
  background: #C95D9C;
  border-radius: 0 120px 0 0;
}
@media screen and (max-width: 1500px) {
  .wbc-element:after {
    width: 430px;
    height: 170px;
    border-radius: 80px 0 0 0;
  }
}
@media screen and (max-width: 1199px) {
  .wbc-element:after {
    width: 300px;
    height: 130px;
    border-radius: 60px 0 0 0;
  }
}
@media screen and (max-width: 1500px) {
  .wbc-element {
    padding: 100px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .wbc-element {
    padding-top: 55px;
  }
}

.best-element {
  margin: 0;
  padding: 150px 0 65px;
  background: #000000;
}
.best-element .block {
  margin: 0;
  padding: 120px 100px;
  background: #fff;
}
.best-element .block .text-block {
  max-width: 672px;
  margin: 0;
  padding: 0;
}
.best-element .block .text-block h2 {
  font-size: 45px;
  line-height: 1.2;
  color: #2D2937;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 25px 0;
}
@media screen and (max-width: 1500px) {
  .best-element .block .text-block h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .best-element .block .text-block h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .best-element .block .text-block h2 {
    font-size: 25px;
  }
}
.best-element .block .text-block p {
  font-size: 26px;
  color: #646464;
  font-weight: 500;
  padding-bottom: 25px;
}
.best-element .block .text-block p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1500px) {
  .best-element .block .text-block p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .best-element .block .text-block p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .best-element .block .text-block {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1500px) {
  .best-element .block {
    padding: 70px 75px 80px;
  }
}
@media screen and (max-width: 1199px) {
  .best-element .block {
    padding: 50px 50px 60px;
  }
}
@media screen and (max-width: 767px) {
  .best-element .block {
    padding: 30px 15px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .best-element {
    padding: 80px 0 60px;
  }
}

.testimonial-element {
  margin: 0;
  padding: 0 0 85px;
  background: #000;
}
.testimonial-element h2 {
  font-size: 45px;
  line-height: 1.3;
  color: #E5EDF8;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 55px 0;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .testimonial-element h2 {
    font-size: 35px;
  }
}
.testimonial-element .item {
  margin: 0;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .testimonial-element .item {
    padding: 0 10px;
  }
}
.testimonial-element .box {
  margin: 0;
  padding: 60px 40px;
  border: 4px solid #E5EDF8;
  border-radius: 30px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.testimonial-element .box .img-block {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #ccc;
  border: 2px solid #fff;
  overflow: hidden;
  margin: 0 0 0 25px;
  padding: 0;
}
.testimonial-element .box .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1500px) {
  .testimonial-element .box .img-block {
    width: 80px;
    height: 80px;
    margin-right: 0;
    border-width: 1px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial-element .box .img-block {
    margin: 0 auto;
  }
}
.testimonial-element .box .text-block {
  flex: 1;
  margin: 0;
  padding: 0;
}
.testimonial-element .box .text-block h4 {
  font-size: 32px;
  line-height: 1.3;
  color: #E5EDF8;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 15px 0;
}
@media screen and (max-width: 1500px) {
  .testimonial-element .box .text-block h4 {
    font-size: 22px;
  }
}
.testimonial-element .box .text-block .star-icon {
  margin: 0;
  padding: 0;
}
.testimonial-element .box .text-block .star-icon img {
  width: 193px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .testimonial-element .box .text-block .star-icon img {
    width: 130px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial-element .box .text-block .star-icon img {
    margin: 0 auto;
  }
}
.testimonial-element .box .text-block p {
  font-size: 30px;
  color: #8C8C8C;
  font-weight: 500;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (max-width: 1500px) {
  .testimonial-element .box .text-block p {
    font-size: 16px;
  }
}
.testimonial-element .box .text-block a {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  color: #B9B9B9;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1500px) {
  .testimonial-element .box .text-block a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .testimonial-element .box .text-block {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial-element .box .text-block {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 1500px) {
  .testimonial-element .box {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 1199px) {
  .testimonial-element .box {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-element .box {
    padding: 20px;
    border-width: 2px;
  }
}
.testimonial-element .slick-dots {
  bottom: -60px;
}
.testimonial-element .slick-dots li {
  margin: 0;
  padding: 0 5px;
  width: auto;
  height: auto;
}
.testimonial-element .slick-dots li button {
  width: 13px;
  height: 13px;
  border: none;
  background: #D4D4D4;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  opacity: 1;
}
.testimonial-element .slick-dots li button:before {
  display: none;
}
.testimonial-element .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  background: #fff;
  border-color: transparent;
  opacity: 1;
}

/*=============================== Footer Start ===============================*/
.footer {
  margin: 0;
  padding: 0;
}
.footer .footer-top {
  margin: 0;
  padding: 120px 0 85px;
  background: #fff;
}
.footer .footer-top .lt-box {
  max-width: 595px;
  margin: 0;
  padding: 0;
}
.footer .footer-top .lt-box .logo-block {
  margin: 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #000;
}
.footer .footer-top .lt-box .logo-block a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.footer .footer-top .lt-box .logo-block a img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .footer .footer-top .lt-box .logo-block a img {
    width: 165px;
  }
}
.footer .footer-top .lt-box p {
  font-size: 26px;
  color: #323232;
  padding: 20px 0 35px;
}
@media screen and (max-width: 1500px) {
  .footer .footer-top .lt-box p {
    font-size: 16px;
  }
}
.footer .footer-top .lt-box ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-top .lt-box ol li {
  display: inline-block;
  margin: 0;
  padding: 0 15px 0 0;
}
.footer .footer-top .lt-box ol li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  transition: all 400ms ease-in-out;
}
.footer .footer-top .lt-box ol li a img {
  width: 68px;
  height: auto;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 1500px) {
  .footer .footer-top .lt-box ol li a img {
    width: 40px;
  }
}
.footer .footer-top .lt-box ol li a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 1500px) {
  .footer .footer-top .lt-box {
    max-width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top .lt-box {
    padding-bottom: 45px;
  }
}
.footer .footer-top .box {
  margin: 0;
  padding: 0;
}
.footer .footer-top .box h3 {
  font-size: 45px;
  line-height: 1;
  color: #2D2937;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 45px 0;
}
@media screen and (max-width: 1500px) {
  .footer .footer-top .box h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-top .box h3 {
    font-size: 20px;
    padding-bottom: 25px;
  }
}
.footer .footer-top .box ul li {
  font-size: 26px;
  line-height: 1;
  color: #646464;
  font-weight: 500;
  margin: 0;
  padding: 0 0 25px 0;
}
.footer .footer-top .box ul li a {
  display: block;
  color: #646464;
  margin: 0;
  padding: 0;
}
.footer .footer-top .box ul li a:hover {
  color: #000;
}
@media screen and (max-width: 1500px) {
  .footer .footer-top .box ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top .box ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top .box {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-top {
    padding: 60px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-top {
    padding: 50px 0 4px;
  }
}
.footer .footer-bottom {
  margin: 0;
  padding: 58px 0;
  background: #000;
}
.footer .footer-bottom .logo-box {
  max-width: 610px;
  margin: 0 auto;
  padding: 0;
}
.footer .footer-bottom .logo-box img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .footer .footer-bottom .logo-box {
    max-width: 350px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-bottom {
    padding: 25px 0;
  }
}
.footer .border-box {
  height: 25px;
  background: linear-gradient(90deg, #DB0359 0%, #F26F73 100%);
  margin: 0;
  padding: 0;
}

/*=============================== Footer End ===============================*/
/*==============================================================

                INNER PAGE START

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