/*-----------------------------------------------------------------------------------

    Template Name: Bakix - Crowdfunding Startup Fundraising HTML5 Template
    Description: Crowdfunding Startup Fundraising HTML5 Template
    Author: BasicTheme
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1.default
    2.header
    3.slider
    4.section-title
    5.features
    6.causes
    7.blog
    8.event
    9.team
    10.portfolio
    11.faq
    12.contact
    13.shop
    14.cart
    15.checkout
    16.login
    17.footer

-----------------------------------------------------------------------------------*/
/* 1.default */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rubik:300,400,500,700,900");
body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6f7172;
  font-size: 14px;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
  color: #fff;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

button {
  cursor: pointer;
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #12335c;
  margin-top: 0px;
  font-weight: 600;
  text-transform: normal;
  margin-bottom: 20px;
  line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #6f7172;
  margin-bottom: 20px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #a9b7c7;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #222;
  color: #ffffff;
  text-shadow: none;
}

.pos-relative {
  position: relative;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #6f7172;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #6f7172;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  border: 1px solid transparent;
  line-height: 1;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #9d6df8;
  padding: 23px 40px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  height: 60px;
  letter-spacing: 2px;
}
.btn:hover {
  background: #fff;
  color: #12335c;
  border: 1px solid #9d6df8;
}

.btn img {
  margin-left: 20px;
  position: relative;
  top: -1px;
}

.btn-border {
  border: 2px solid #ead2ff;
  padding: 21px 45px;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .btn-border {
    padding: 21px 30px;
  }
}
.btn-border i {
  margin-right: 15px;
}
.btn-border:hover {
  background: #9d6df8;
  color: #ffffff;
  border-color: #9d6df8;
}

.btn-theme {
  color: #ffffff;
  border-color: #9d6df8;
  background: #9d6df8;
}
.btn-theme:hover {
  background: #9d6df8;
  color: #ffffff;
  border-color: #9d6df8;
}

.btn-black {
  color: #ffffff;
  border-color: #12335c;
  background: #12335c;
}
.btn-black:hover {
  background: #9d6df8;
  color: #ffffff;
  border-color: #9d6df8;
}

.btn-soft {
  color: #ffffff;
  border-color: #322952;
}
.btn-soft:hover {
  background: #322952;
  color: #ffffff;
  border-color: #322952;
}

.btn-sign {
  background: #232692;
  color: #ffffff;
  border-color: #232692;
}
.btn-sign:hover {
  background: #9d6df8;
  color: #ffffff;
  border-color: #9d6df8;
}

.btn-circle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 25px 45px;
  background: #1a1430;
  border-radius: 30px;
  line-height: 1;
  color: #aeabba;
  display: inline-block;
}
.btn-circle:hover {
  color: #ffffff;
  background: #9d6df8;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f9faff;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #222;
}

.theme-bg {
  background: #9d6df8;
}

.primary-bg {
  background: #ead2ff;
}

.grey-bg-2 {
  background: #e7f3ff;
}

.event-bg {
  background: #140f27;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #222;
}

.theme-color {
  color: #9d6df8;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.mb-230 {
  margin-bottom: 230px;
}

.mb-235 {
  margin-bottom: 235px;
}

.mb-240 {
  margin-bottom: 240px;
}

.mb-245 {
  margin-bottom: 245px;
}

.mb-250 {
  margin-bottom: 250px;
}

.mb-255 {
  margin-bottom: 255px;
}

.mb-260 {
  margin-bottom: 260px;
}

.mb-265 {
  margin-bottom: 265px;
}

.mb-270 {
  margin-bottom: 270px;
}

.mb-275 {
  margin-bottom: 275px;
}

.mb-280 {
  margin-bottom: 280px;
}

.mb-285 {
  margin-bottom: 285px;
}

.mb-290 {
  margin-bottom: 290px;
}

.mb-295 {
  margin-bottom: 295px;
}

.mb-300 {
  margin-bottom: 300px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.ml-205 {
  margin-left: 205px;
}

.ml-210 {
  margin-left: 210px;
}

.ml-215 {
  margin-left: 215px;
}

.ml-220 {
  margin-left: 220px;
}

.ml-225 {
  margin-left: 225px;
}

.ml-230 {
  margin-left: 230px;
}

.ml-235 {
  margin-left: 235px;
}

.ml-240 {
  margin-left: 240px;
}

.ml-245 {
  margin-left: 245px;
}

.ml-250 {
  margin-left: 250px;
}

.ml-255 {
  margin-left: 255px;
}

.ml-260 {
  margin-left: 260px;
}

.ml-265 {
  margin-left: 265px;
}

.ml-270 {
  margin-left: 270px;
}

.ml-275 {
  margin-left: 275px;
}

.ml-280 {
  margin-left: 280px;
}

.ml-285 {
  margin-left: 285px;
}

.ml-290 {
  margin-left: 290px;
}

.ml-295 {
  margin-left: 295px;
}

.ml-300 {
  margin-left: 300px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.mr-205 {
  margin-right: 205px;
}

.mr-210 {
  margin-right: 210px;
}

.mr-215 {
  margin-right: 215px;
}

.mr-220 {
  margin-right: 220px;
}

.mr-225 {
  margin-right: 225px;
}

.mr-230 {
  margin-right: 230px;
}

.mr-235 {
  margin-right: 235px;
}

.mr-240 {
  margin-right: 240px;
}

.mr-245 {
  margin-right: 245px;
}

.mr-250 {
  margin-right: 250px;
}

.mr-255 {
  margin-right: 255px;
}

.mr-260 {
  margin-right: 260px;
}

.mr-265 {
  margin-right: 265px;
}

.mr-270 {
  margin-right: 270px;
}

.mr-275 {
  margin-right: 275px;
}

.mr-280 {
  margin-right: 280px;
}

.mr-285 {
  margin-right: 285px;
}

.mr-290 {
  margin-right: 290px;
}

.mr-295 {
  margin-right: 295px;
}

.mr-300 {
  margin-right: 300px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-235 {
  padding-top: 235px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-245 {
  padding-top: 245px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-255 {
  padding-top: 255px;
}

.pt-260 {
  padding-top: 260px;
}

.pt-265 {
  padding-top: 265px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-275 {
  padding-top: 275px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-285 {
  padding-top: 285px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-295 {
  padding-top: 295px;
}

.pt-300 {
  padding-top: 300px;
}

.pt-305 {
  padding-top: 305px;
}

.pt-310 {
  padding-top: 310px;
}

.pt-315 {
  padding-top: 315px;
}

.pt-320 {
  padding-top: 320px;
}

.pt-325 {
  padding-top: 325px;
}

.pt-330 {
  padding-top: 330px;
}

.pt-335 {
  padding-top: 335px;
}

.pt-340 {
  padding-top: 340px;
}

.pt-345 {
  padding-top: 345px;
}

.pt-350 {
  padding-top: 350px;
}

.pt-355 {
  padding-top: 355px;
}

.pt-360 {
  padding-top: 360px;
}

.pt-365 {
  padding-top: 365px;
}

.pt-370 {
  padding-top: 370px;
}

.pt-375 {
  padding-top: 375px;
}

.pt-380 {
  padding-top: 380px;
}

.pt-385 {
  padding-top: 385px;
}

.pt-390 {
  padding-top: 390px;
}

.pt-395 {
  padding-top: 395px;
}

.pt-400 {
  padding-top: 400px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pl-205 {
  padding-left: 205px;
}

.pl-210 {
  padding-left: 210px;
}

.pl-215 {
  padding-left: 215px;
}

.pl-220 {
  padding-left: 220px;
}

.pl-225 {
  padding-left: 225px;
}

.pl-230 {
  padding-left: 230px;
}

.pl-235 {
  padding-left: 235px;
}

.pl-240 {
  padding-left: 240px;
}

.pl-245 {
  padding-left: 245px;
}

.pl-250 {
  padding-left: 250px;
}

.pl-255 {
  padding-left: 255px;
}

.pl-260 {
  padding-left: 260px;
}

.pl-265 {
  padding-left: 265px;
}

.pl-270 {
  padding-left: 270px;
}

.pl-275 {
  padding-left: 275px;
}

.pl-280 {
  padding-left: 280px;
}

.pl-285 {
  padding-left: 285px;
}

.pl-290 {
  padding-left: 290px;
}

.pl-295 {
  padding-left: 295px;
}

.pl-300 {
  padding-left: 300px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.pr-205 {
  padding-right: 205px;
}

.pr-210 {
  padding-right: 210px;
}

.pr-215 {
  padding-right: 215px;
}

.pr-220 {
  padding-right: 220px;
}

.pr-225 {
  padding-right: 225px;
}

.pr-230 {
  padding-right: 230px;
}

.pr-235 {
  padding-right: 235px;
}

.pr-240 {
  padding-right: 240px;
}

.pr-245 {
  padding-right: 245px;
}

.pr-250 {
  padding-right: 250px;
}

.pr-255 {
  padding-right: 255px;
}

.pr-260 {
  padding-right: 260px;
}

.pr-265 {
  padding-right: 265px;
}

.pr-270 {
  padding-right: 270px;
}

.pr-275 {
  padding-right: 275px;
}

.pr-280 {
  padding-right: 280px;
}

.pr-285 {
  padding-right: 285px;
}

.pr-290 {
  padding-right: 290px;
}

.pr-295 {
  padding-right: 295px;
}

.pr-300 {
  padding-right: 300px;
}

#scrollUp {
  position: absolute;
  bottom: 50px;
  right: 50px;
  background: #9d6df8;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
  font-size: 18px;
}

#scrollUp:hover {
  background: #9d6df8;
}

/*--- preloader ---*/
.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #7460ef;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
/* Overlay */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: #ffffff;
}

[data-overlay="dark"]::before {
  background-color: #222;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.page-title-area {
  background-size: cover;
  background-position: center center;
}

.page-title h2 {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .page-title h2 {
    font-size: 50px;
  }
}
.page-title p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
  padding-right: 20px;
}

.page-title-white h2 {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-white h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .page-title-white h2 {
    font-size: 40px;
  }
}
.page-title-white p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
  color: #ffffff;
  padding: 0 65px;
}
@media (max-width: 767px) {
  .page-title-white p {
    padding: 0px;
  }
}
.page-title-white .breadcrumb-list ul li {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}
.page-title-white .breadcrumb-list ul li:first-child {
  padding-left: 0;
}
.page-title-white .breadcrumb-list ul li:first-child:before {
  display: none;
}
.page-title-white .breadcrumb-list ul li a {
  color: #ffffff;
}
.page-title-white .breadcrumb-list ul li:before {
  content: ">";
  left: -4px;
  top: 0;
  position: absolute;
  color: #ffffff;
}

.breadcrumb-list ul li {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  color: #9d6df8;
  position: relative;
}
.breadcrumb-list ul li:first-child {
  padding-left: 0;
}
.breadcrumb-list ul li:first-child:before {
  display: none;
}
.breadcrumb-list ul li a {
  color: #6f7172;
}
.breadcrumb-list ul li:before {
  content: ">";
  left: -4px;
  top: 0;
  position: absolute;
  color: #6f7172;
}

.faq-form {
  padding: 0 50px;
}
.faq-form form {
  position: relative;
}
.faq-form form input {
  width: 100%;
  height: 80px;
  border: 0;
  padding: 0 50px;
  font-weight: 400;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .faq-form form input {
    padding: 0 30px;
  }
}
.faq-form form button {
  position: absolute;
  top: 0;
  right: -13px;
  border-radius: 50px;
  height: 100%;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .faq-form form button {
    position: static;
    margin-top: 10px;
    height: 80px;
  }
}

.faq-form input::-moz-placeholder,
.faq-form input::placeholder {
  color: #7c9ebf;
}

.basic-pagination ul {
  display: block;
}
.basic-pagination ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-bottom: 10px;
  }
}
.basic-pagination ul li a {
  height: 70px;
  width: 70px;
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 70px;
  margin: 0 5px;
  display: inline-block;
  text-align: center;
}
.basic-pagination ul li a:hover {
  background: #9d6df8;
  color: #ffffff;
}

.basic-pagination-2 ul li a {
  background: transparent;
  color: #9990b8;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px;
}
.basic-pagination-2 ul li a:hover {
  background: #9d6df8;
  color: #ffffff;
  border-color: #9d6df8;
}
.basic-pagination-2 ul li.active a {
  background: #9d6df8;
  color: #ffffff;
  border-color: #9d6df8;
}

/* 2.header */
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header__logo {
  width: 500px;
}

@media (max-width: 767px) {
  .header-transparent {
    margin-top: 30px;
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__logo {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    margin-top: 14px;
  }
}

.login-btn {
  background: #e7f3ff;
  padding: 20px 25px;
}
.login-btn:hover {
  background: #9d6df8;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-box {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .header-box {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-box {
    padding: 0 15px;
  }
}

.header__menu ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header__menu ul li {
    margin-left: 18px;
  }
}
.header__menu ul li a {
  color: #6f7172;
  font-weight: 500;
  padding: 48px 0;
  display: block;
  font-size: 14px;
}
.header__menu ul li:hover > a {
  color: #9d6df8;
}
.header__menu ul li ul.submenu {
  position: absolute;
  background: #ffffff;
  width: 250px;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-top: 5px solid #9d6df8;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  z-index: 99;
}
.header__menu ul li ul.submenu li {
  margin: 0;
  display: block;
}
.header__menu ul li ul.submenu li:hover > a {
  color: #9d6df8;
}
.header__menu ul li ul.submenu li a {
  padding: 11px 30px;
}
.header__menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header__menu ul li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}
.header__menu ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 96%;
}

.header__right {
  margin-left: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header__right {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__right {
    margin-right: 65px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header__right {
    margin-right: 65px;
    margin-left: 0;
  }
}

.header__icon {
  margin-left: 20px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header__icon {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__icon {
    margin-left: 15px;
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .header__icon {
    margin-left: 15px;
    margin-top: 18px;
  }
}

@media (max-width: 440px) {
  .header__icon {
    pointer-events: none;
    opacity: 0;
  }
}
.header__icon a {
  height: 60px;
  display: inline-block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-top-area {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-2-style .header-no-bg {
    padding: 0 30px;
  }
}
.header-2-style .header-no-bg .header__menu ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-2-style .header-no-bg .header__menu ul li {
    margin-left: 18px;
  }
}
.header-2-style .header-no-bg .header__menu ul li a {
  color: #d5d7d8;
  font-weight: 500;
  padding: 50px 0;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.header-2-style .header-no-bg .header__menu ul li:hover > a {
  color: #9d6df8;
}
.header-2-style .header-no-bg .header__menu ul li ul.submenu {
  position: absolute;
  background: #ffffff;
  width: 250px;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-top: 5px solid #9d6df8;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.header-2-style .header-no-bg .header__menu ul li ul.submenu li {
  margin: 0;
  display: block;
}
.header-2-style .header-no-bg .header__menu ul li ul.submenu li:hover > a {
  color: #9d6df8;
}
.header-2-style .header-no-bg .header__menu ul li ul.submenu li a {
  padding: 11px 30px;
  color: #6f7172;
  text-transform: capitalize;
}
.header-2-style .header-no-bg .header__menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header-2-style .header-no-bg .header__menu ul li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}
.header-2-style .header-no-bg .header__menu ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 96%;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-no-bg {
    padding: 0 30px;
  }
}
.header-no-bg .header__menu ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-no-bg .header__menu ul li {
    margin-left: 18px;
  }
}
.header-no-bg .header__menu ul li a {
  color: #6f7172;
  font-weight: 500;
  padding: 50px 0;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.header-no-bg .header__menu ul li:hover > a {
  color: #9d6df8;
}
.header-no-bg .header__menu ul li ul.submenu {
  position: absolute;
  background: #ffffff;
  width: 250px;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-top: 5px solid #9d6df8;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}
.header-no-bg .header__menu ul li ul.submenu li {
  margin: 0;
  display: block;
}
.header-no-bg .header__menu ul li ul.submenu li:hover > a {
  color: #9d6df8;
}
.header-no-bg .header__menu ul li ul.submenu li a {
  padding: 11px 30px;
  color: #6f7172;
  text-transform: capitalize;
}
.header-no-bg .header__menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header-no-bg .header__menu ul li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}
.header-no-bg .header__menu ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 96%;
}

.header-no-bg .login-btn {
  background: #9d6df8;
  color: #ffffff;
}
.header-no-bg .login-btn:hover {
  background: #9d6df8;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-area {
    padding: 0 20px;
  }
}

.header-cta span {
  color: #ffffff;
  margin-right: 40px;
  font-size: 14px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-cta span {
    margin-right: 20px;
  }
}
.header-cta span i {
  margin-right: 5px;
}

.header-social-icon {
  margin-top: 18px;
}
.header-social-icon a {
  color: #ffffff;
  margin-left: 20px;
  font-size: 14px;
}

.language ul li {
  position: relative;
}
.language ul li a {
  color: #ffffff;
  font-size: 14px;
  padding: 20px 0;
  display: inline-block;
  line-height: 1;
}
.language ul li ul.submenu {
  position: absolute;
  background: #ffffff;
  width: 150px;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-top: 5px solid #9d6df8;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  z-index: 99;
}
.language ul li ul.submenu li {
  margin: 0;
  display: block;
}
.language ul li ul.submenu li:hover > a {
  color: #9d6df8;
}
.language ul li ul.submenu li a {
  padding: 11px 30px;
  color: #6f7172;
}
.language ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.language ul li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}
.language ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 96%;
}

.login-btn.theme-bg {
  background: #9d6df8;
  color: #ffffff;
}
.login-btn.theme-bg:hover {
  background: #9d6df8;
}

.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #ffffff;
}

.sticky-menu .header__menu nav > ul > li > a {
  padding: 32px 0;
}

.sticky-menu .header__icon {
  margin-top: 15px;
}

.sticky-menu .header-box {
  padding: 0;
}

.header-2-style.sticky-menu .header__menu nav > ul > li > a {
  padding: 35px 0;
}

.header-2-style.sticky-menu {
  background: #140f26;
  margin-top: 0;
  padding: 0 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-2-style.sticky-menu {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-2-style.sticky-menu {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .header-2-style.sticky-menu {
    padding: 0 0px;
  }
}

.header-transparent.sticky-menu .header-box {
  padding: 0px;
}

.header-transparent.sticky-menu .header__icon {
  margin-top: 13px;
}

.header-no-bg.sticky-menu .header__menu nav > ul > li > a {
  padding: 35px 0;
}

.header-no-bg.sticky-menu .header__icon {
  margin-top: 12px;
}

/* 2.slider */
.hero-height {
  min-height: 1270px;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .hero-height {
    background-position: bottom center;
  }
}

.hero__caption {
  margin-top: 15px;
}

.hero__caption p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
}
.hero__caption h1 {
  font-size: 78px;
  color: #ffffff;
  margin-bottom: 60px;
  line-height: 1.2;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .hero__caption h1 {
    font-size: 42px;
  }
}

.hero-img-area {
  margin-top: -380px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-img-area {
    margin-top: -380px;
  }
}
@media (max-width: 767px) {
  .hero-img-area {
    margin-top: -300px;
  }
}

.hero-slider .hero__caption p {
  color: #797198;
  font-size: 18px;
}
.hero-slider .hero__caption h1 {
  font-size: 70px;
  color: #ffffff;
  padding-right: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-slider .hero__caption h1 {
    font-size: 42px;
  }
}
.hero-slider .hero__caption h1 span {
  position: relative;
  top: -39px;
  color: #9d6df8;
  font-size: 20px;
  font-weight: 500;
  left: -15px;
}
.slide-img img {
  max-width: inherit;
  margin-left: -100px;
}

.popular-features .hero__caption h4 {
  font-size: 18px;
  color: #d7d7d8;
  padding-right: 50px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .popular-features .hero__caption h4 {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .popular-features .hero__caption h4 {
    padding-right: 0px;
  }
}
.popular-features .hero__caption h4 a:hover {
  color: #ffffff;
}

.popular-features .hero-progress .progress {
  height: 6px;
  background-color: #e7ebff;
  border-radius: 30px;
}
.popular-features .hero-progress .progress .progress-bar {
  background-color: #9d6df8;
}
.popular-features .hero-progress .progress .progress-bar.theme-bg {
  background-color: #9d6df8;
}
.popular-features .hero-progress .progress .progress-bar.theme-red {
  background-color: #ff1849;
}

.feasures-border {
  border-top: 2px solid #211b38;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feasures-border {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feasures-border {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .feasures-border {
    margin-top: 40px;
  }
}

.slider-active .slick-dots {
  text-align: center;
  bottom: 30px;
  position: absolute;
  left: 80px;
  z-index: 12;
  width: 30px;
  top: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider-active .slick-dots {
    left: 35px;
  }
}
.slider-active .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.slider-active .slick-dots li button {
  background: no-repeat;
  border: 0;
  height: 10px;
  width: 13px;
  text-indent: -9999px;
  transition: 0.3s;
  padding: 0;
  border: 2px solid #c4c4c4;
  height: 13px;
  border-radius: 50%;
}
.slider-active .slick-dots li.slick-active button {
  border-color: #9d6df8;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-slider.pt-360 {
    padding-top: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-slider.pt-360 {
    padding-top: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider.pt-360 {
    padding-top: 250px;
  }
}
@media (max-width: 767px) {
  .single-slider.pt-360 {
    padding-top: 200px;
  }
}

.slide-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 860px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slide-box {
    min-height: 660px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slide-box {
    min-height: 660px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-box {
    min-height: 660px;
  }
}
@media (max-width: 767px) {
  .slide-box {
    min-height: 550px;
  }
}

.slide-box-content {
  padding: 30px 160px;
  line-height: 1.2;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slide-box-content {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slide-box-content {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-box-content {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  .slide-box-content {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide-box-content {
    padding: 30px 100px;
  }
}

.slide-text h3 {
  color: #ffffff;
  font-size: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slide-text h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .slide-text h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-desc {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .intro-desc {
    padding-left: 0px;
  }
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/* 4.section-title */
.section-title {
  position: relative;
  z-index: 9;
}
.section-title p {
  color: #9d6df8;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
}
.section-title p span {
  background: #9d6df8;
  height: 2px;
  width: 30px;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: -4px;
}
.section-title h1 {
  font-size: 50px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 36px;
  }
}
.section-title h1 span {
  position: relative;
  color: #a6ff72;
}
@media (max-width: 767px) {
  .section-title h1 span {
    color: #a6ff72;
  }
}
.section-title h1 span:before {
  position: absolute;
  background-image: url(../../assets/img/icon/bg-shape.png);
  content: "";
  height: 131px;
  width: 500px;
  left: -110px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
  top: 41px;
  background-size: cover;
}
@media (max-width: 767px) {
  .section-title h1 span:before {
    display: none;
  }
}
.section-title h5 {
  color: #4d6074;
  font-weight: 300;
  font-size: 30px;
  margin-top: 20px;
}

.section-title.white-text p {
  color: #9d6df8;
}
.section-title.white-text p span {
  background: #9d6df8;
}
.section-title.white-text h1 {
  color: #ffffff;
}

.bakix-map {
  position: relative;
}

.bakix-marker {
  position: absolute;
}

.map-c1 {
  top: 21%;
  left: 19%;
}

.map-c2 {
  top: 16%;
  left: 37%;
}

.map-c3 {
  top: 35%;
  left: 25%;
}

.map-c4 {
  top: 40%;
  left: 80%;
}

.map-c5 {
  top: 30%;
  left: 60%;
}

.map-c6 {
  top: 14%;
  left: 75%;
}

.map-c7 {
  top: 58%;
  left: 53%;
}

.map-c8 {
  top: 80%;
  left: 86%;
}

.map-c9 {
  top: 40%;
  left: 70%;
}

.map-c10 {
  top: 74%;
  left: 30%;
}

.bakix-map-icon {
  background: #9d6df8;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  cursor: pointer;
}

.bakix-map-address {
  background: #9d6df8;
  padding: 12px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  display: none;
  position: relative;
  z-index: 9;
}

.bakix-map-address p {
  color: #fff;
  margin: 0;
}

.bakix-marker:hover .bakix-map-address {
  opacity: 1;
  visibility: visible;
  display: block;
}

/* 5.features */
.features__icon {
  min-height: 167px;
}
.features__caption h2 {
  font-size: 28px;
  letter-spacing: -0.5px;
}
.features__caption p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.intro-title h2 {
  font-size: 39px;
}

/* 6.causes */
.causes__img {
  position: relative;
}
.causes__img img {
  width: 100%;
}
.causes__caption {
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .causes__caption {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .causes__caption {
    padding: 30px;
  }
}
.causes__caption h4 {
  font-size: 18px;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}
.causes__caption h4:hover a {
  color: #9d6df8;
}

.causes-heart a {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background: #c4c4c4;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  top: 20px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
}
.causes-heart a:hover {
  background: #9d6df8;
}

.causes:hover .causes-heart a {
  opacity: 1;
  visibility: visible;
  top: 30px;
}

.causes-tag a {
  font-size: 12px;
  color: #9d6df8;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}
.causes-tag a:hover {
  color: #9d6df8;
}

.causes-progress .progress {
  height: 6px;
  background-color: #e7ebff;
  border-radius: 30px;
}
.causes-progress .progress .progress-bar {
  background-color: #9d6df8;
}

.count-number h2 {
  font-size: 20px;
  margin: 0;
}
.count-number span {
  font-size: 12px;
}

.causes-meta {
  border-top: 1px solid #eaedff;
  padding-top: 20px;
}
.causes-meta span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #3a516c;
}
.causes-meta span a {
  color: #3a516c;
}
.causes-meta span a:hover {
  color: #9d6df8;
}

.work-process {
  padding: 0 40px;
}

.process-no span {
  font-size: 195px;
  color: #f6fbff;
  font-weight: 600;
  line-height: 1;
  font-family: poppins;
  display: block;
  position: relative;
  line-height: 150px;
}
@media (max-width: 767px) {
  .process-no span {
    font-size: 160px;
  }
}
.process-no span:before {
  position: absolute;
  background: #9d6df8;
  height: 20px;
  width: 20px;
  content: "";
  border-radius: 30px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  box-shadow: 2.778px 15.757px 32px 0px rgba(0, 0, 0, 0.4);
  border: 3px solid #ffffff;
}

.process-no span::after {
  position: absolute;
  top: 50%;

  content: "";
  height: 2px;
  width: 380px;
  left: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-no span::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .process-no span::after {
    display: none;
  }
}

.process-pareent .col-xl-4:last-child .process-no span::after {
  content: none;
}

.process-content h3 {
  font-size: 26px;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .process-content h3 {
    font-size: 23px;
  }
}

.causes-count {
  position: relative;
}

.awart-icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 8px;
}

.causes-tab ul {
  display: block;
  padding: 35px 50px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .causes-tab ul {
    padding: 35px 50px;
  }
}
@media (max-width: 767px) {
  .causes-tab ul {
    padding: 15px 30px;
  }
}
.causes-tab ul:before {
  background: #9d6df8;
  height: 15px;
  content: "";
  left: 20px;
  bottom: -15px;
  position: absolute;
  opacity: 0.3;
  right: 20px;
}
.causes-tab ul:after {
  background: #9d6df8;
  height: 30px;
  content: "";
  left: 40px;
  bottom: -30px;
  position: absolute;
  opacity: 0.1;
  right: 40px;
}
.causes-tab ul li {
  display: inline-block;
}
.causes-tab ul li a {
  color: #a6caff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}
.causes-tab ul li a.active,
.causes-tab ul li a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .causes-tab ul li a {
    padding: 2px 10px;
  }
}
@media (max-width: 767px) {
  .causes-tab ul li a {
    padding: 5px 8px;
  }
}

@media (max-width: 767px) {
  .details-fund-count .fund-count {
    margin-bottom: 20px;
    margin-right: 20px;
    display: inline-block;
  }
}

.fund-info {
  border-right: 2px solid #e8f1ff;
}
.fund-info h4 {
  font-size: 20px;
  color: #12335c;
  margin-bottom: 15px;
}
.fund-info ul li {
  margin-bottom: 8px;
}

.fund-text p {
  font-size: 16px;
  line-height: 28px;
}

.fund-progress .progress {
  height: 10px;
  background-color: #956cd9;
  border-radius: 30px;
}
.fund-progress .progress .progress-bar {
  background-color: #9d6df8;
}

.fund-count h2 {
  font-size: 50px;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fund-count h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fund-count h2 {
    font-size: 26px;
  }
}
.fund-count span {
  font-size: 18px;
}

.fund-form form {
  position: relative;
}
.fund-form form input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  font-weight: 500;
  background: #f8f8ff;
}
@media (max-width: 767px) {
  .fund-form form input {
    padding: 0 30px;
  }
}
.fund-form form button {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (max-width: 767px) {
  .fund-form form button {
    position: static;
    margin-top: 10px;
  }
}

.fund-form input::-moz-placeholder,
.fund-form input::placeholder {
  color: #7c9ebf;
}

.fund-right {
  margin-top: 5px;
  display: inline-block;
}

.remind {
  display: inline-block;
  margin-right: 15px;
}

.fund-icon {
  display: inline-block;
}
.fund-icon a {
  height: 61px;
  width: 60px;
  background: #edf4ff;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  margin: 0 5px;
  margin-bottom: 10px;
}
.fund-icon a:hover {
  background: #9d6df8;
  color: #ffffff;
}
.fund-icon a:first-child {
  margin-left: 0;
}

.project-unsuccessful {
  background: #12335c;
  padding: 40px 30px;
  text-align: center;
}
.project-unsuccessful h3 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #ffffff;
}
.project-unsuccessful span {
  color: #4d6d8d;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.project-st-date {
  padding: 0 50px;
  text-align: center;
}
.project-st-date span {
  border: 2px solid #f4f4f4;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 35px;
  display: inline-block;
  line-height: 1;
  position: relative;
  background: #ffffff;
}
.project-st-date span:before {
  content: "";
  position: absolute;
  bottom: -133px;
  left: 50%;
  height: 132px;
  width: 2px;
  background: #f4f4f4;
}

.st-date-bottom span:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  height: 80px;
  width: 2px;
  background: #f4f4f4;
}

.project-launched {
  background: #9d6df8;
}
.project-launched span {
  color: #a35fdd;
}

.project-st-date.st-date-bottom {
  margin-bottom: 50px;
}

.cpe-timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #f4f4f4;
}

/*--------------------------------------------------
	Timeline Style
--------------------------------------------------*/
.achievement-content span {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9d6df8;
  margin-bottom: 20px;
  display: block;
  font-weight: 500;
}

.cpe-timeline-wrapper {
  position: relative;
  zoom: 1;
  overflow: hidden;
}

.cpe-timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #f4f4f4;
}

.cpe-timeline-wrapper .cpe-achievement {
  float: left;
  width: calc(50% - 40px);
  clear: both;
  position: relative;
}

.cpe-timeline-wrapper .cpe-achievement .achievement-content {
  padding: 40px;
  border: 2px solid #f4f4f4;
  position: relative;
  background: #ffffff;
}

.cpe-timeline-wrapper .cpe-achievement .achievement-content::before {
  content: "";
  position: absolute;
  top: 40px;
  right: -51px;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 10px;
  background: #9d6df8;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.cpe-timeline-wrapper .cpe-achievement .achievement-content::after {
  content: "";
  width: 45px;
  position: absolute;
  right: -47px;
  top: 50px;
  background: #f4f4f4;
  height: 2px;
}

.cpe-timeline-wrapper .cpe-achievement .achievement-content h4 {
  margin-bottom: 20px;
  font-size: 22px;
}

.cpe-timeline-wrapper .cpe-achievement .achievement-content p {
  font-size: 14px;
  margin: 0;
}

.cpe-timeline-wrapper .cpe-achievement:nth-child(2n) {
  float: right;
}

.cpe-timeline-wrapper .cpe-achievement:nth-child(2n) .achievement-content {
  text-align: left;
}

.cpe-timeline-wrapper .cpe-achievement:nth-child(2n) .achievement-content::after {
  left: -45px;
  background: #f4f4f4;
}

.cpe-timeline-wrapper .cpe-achievement:nth-child(2n) .achievement-content:before {
  left: -51px;
}

.cpe-timeline-wrapper .cpe-achievement + .cpe-achievement {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .cpe-timeline-wrapper:before {
    left: 10px;
    top: 0;
  }

  .cpe-timeline-wrapper .cpe-achievement {
    width: calc(100% - 50px);
    margin-left: 50px;
  }

  .cpe-timeline-wrapper .cpe-achievement .achievement-content {
    text-align: left;
    padding: 20px;
  }

  .cpe-timeline-wrapper .cpe-achievement .achievement-content:before {
    left: -50px;
    right: auto;
  }

  .cpe-timeline-wrapper .cpe-achievement .achievement-content:after {
    left: -45px;
    right: auto;
    border-right: 10px solid #00aff0;
    border-left: solid #00aff0;
  }
}
/* 7.blog */
.latest-news {
  position: relative;
}

.news__thumb:before {
  background-image: -moz-linear-gradient(90deg, #12335c 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #12335c 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #12335c 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
}
.news__thumb img {
  width: 100%;
}

.news__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news__caption {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .news__caption {
    padding: 20px;
  }
}
.news__caption h2 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
.news__caption h2 a {
  color: #ffffff;
}
.news__caption h2 a:hover {
  opacity: 0.7;
}

.news-link {
  font-size: 12px;
  color: #e4ecf3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.news-link:hover {
  color: #ffffff;
}

.news-link i {
  transition: 0.3s;
  display: inline-block;
}

.news-link:hover i {
  transform: translateX(3px);
}

.subscribe {
  padding: 70px 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe {
    padding: 30px 50px;
  }
}
@media (max-width: 767px) {
  .subscribe {
    padding: 30px 30px;
  }
}

.subscribe-form {
  position: relative;
  z-index: 99;
}

.subscribe-1 {
  position: relative;
}

.subscribe-1::before {
  position: absolute;
  background-image: url(../../assets/img/icon/envelope.png);
  content: "";
  height: 326px;
  width: 322px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  top: 0;
  background-size: cover;
}

.subscribe-form form {
  position: relative;
}
.subscribe-form form input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767px) {
  .subscribe-form form input {
    padding: 0 30px;
  }
}
.subscribe-form form button {
  position: absolute;
  top: 5px;
  right: 5px;
}
@media (max-width: 767px) {
  .subscribe-form form button {
    position: static;
    margin-top: 10px;
  }
}

.subscribe-form input::-moz-placeholder,
.subscribe-form input::placeholder {
  color: #7c9ebf;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe-form-2 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .subscribe-form-2 {
    margin-top: 30px;
  }
}

.letter-shape {
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .letter-shape {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .letter-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .letter-shape {
    display: none;
  }
}

.letter-s1 {
  left: 6%;
  top: 15%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .letter-s1 {
    left: 1%;
    top: 9%;
  }
}

.letter-s2 {
  right: 8%;
  bottom: 10%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .letter-s2 {
    right: 3%;
    bottom: 4%;
  }
}

.news__thumb-2 img {
  width: 100%;
}

.news__caption-2 {
  padding: 33px;
}
.news__caption-2 h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.news__caption-2 h2 a:hover {
  color: #9d6df8;
}
.news__caption-2 p {
  margin-bottom: 0;
}

.news-meta span {
  text-transform: uppercase;
  margin-right: 25px;
  font-size: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-meta span {
    margin-right: 10px;
  }
}
.news-meta span a {
  color: #9d6df8;
  letter-spacing: 2px;
  font-weight: 500;
}
.news-meta span a:hover {
  color: #9d6df8;
}

.postbox__thumb {
  position: relative;
}
.postbox__thumb a img {
  max-width: 100%;
}

.post-meta span {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6f7172;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .post-meta span {
    margin-right: 10px;
  }
}
.post-meta span a:hover {
  color: #9d6df8;
}
.post-meta span i {
  color: #9d6df8;
  margin-right: 2px;
}

.postbox__text {
  background: #faf9ff;
}

.p-50 {
  padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .p-50 {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .p-50 {
    padding: 30px;
  }
}

.p-30 {
  padding: 30px;
}

.blog-title {
  font-size: 26px;
  letter-spacing: -0.3px;
}
.blog-title a:hover {
  color: #9d6df8;
}

.read-more {
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.read-more:hover {
  color: #9d6df8;
}
.read-more i {
  transition: 0.3s;
  display: inline-block;
}
.read-more:hover i {
  transform: translateX(5px);
}

.blog-title-sm {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.post-text p {
  font-size: 16px;
  line-height: 28px;
}

.postbox__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border: none;
  background: none;
  padding: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #ffffff;
  width: 60px;
  height: 60px;
  color: #6f7172;
  border-radius: 50%;
  font-size: 14px;
}
.postbox__gallery .slick-arrow:hover {
  background: #9d6df8;
  color: #ffffff;
}

.postbox__gallery .slick-arrow.slick-next {
  right: 30px;
  left: auto;
}

.postbox__video {
  position: relative;
}

.video-btn {
  position: absolute;
  background: #ffffff;
  height: 120px;
  width: 120px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 120px;
  color: #9d6df8;
  transform: translateY(-50%);
}
.video-btn:hover {
  background: #9d6df8;
  color: #ffffff;
}

.post-text blockquote {
  background: #12335c;
  padding: 50px;
  position: relative;
  padding-left: 120px;
}
@media (max-width: 767px) {
  .post-text blockquote {
    padding: 30px;
  }
}
.post-text blockquote p {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 1.3;
}
.post-text blockquote::before {
  content: "\f10d";
  left: 50px;
  top: 50px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 41px;
}
@media (max-width: 767px) {
  .post-text blockquote::before {
    position: static;
  }
}
.post-text blockquote footer {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

.widget {
  border: 2px solid #eaedff;
  padding: 30px;
}

.b-0 {
  border: 0;
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  height: 60px;
  border: 0;
  background: #eaedff;
  padding: 0 20px;
}
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #12335c;
  padding: 0 25px;
  color: #ffffff;
  line-height: 60px;
  border: 0;
}
.search-form button:hover {
  background: #9d6df8;
}

.widget-title {
  font-size: 21px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
}

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.animate-border {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 4px;
  background: #9d6df8;
  margin-right: 10px;
  top: -3px;
}

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 4px;
  left: 5%;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
.about-me img {
  margin-bottom: 25px;
}
.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
}
.widget-social-icon a:hover {
  color: #9d6df8;
}

.widget .recent-posts > li:first-child {
  border: 0;
  padding-top: 0;
}

.widget .recent-posts li:last-child {
  padding-bottom: 0;
}

.widget .recent-posts > li {
  border-top: 1px solid #eaedff;
  padding: 20px 0;
  overflow: hidden;
}

.widget-posts-image {
  float: left;
}
.widget-posts-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
}

.widget-posts-body {
  overflow: hidden;
}

.widget-posts-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.widget-posts-title:hover {
  color: #9d6df8;
}

.widget-posts-meta {
  font-size: 12px;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}
ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.cat li:last-child {
  padding-bottom: 0;
}
ul.cat li a {
  display: block;
}
ul.cat li a:hover {
  color: #9d6df8;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #12335c;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}
.social-profile a:hover {
  background: #9d6df8;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}
#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
#Instafeed li img {
  width: 100%;
}

.tag a {
  display: inline-block;
  line-height: 1;
  padding: 10px 15px;
  background: #eaedff;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.tag a:hover {
  background: #9d6df8;
  color: #ffffff;
}

.bg-none {
  background: none;
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
  color: #12335c;
}

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}
.blog-post-tag a:hover {
  color: #fff;
  background: #9d6df8;
  border-color: #9d6df8;
}
.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #12335c;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 22px;
}
.blog-share-icon a:hover {
  color: #9d6df8;
}
.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}

.author {
  background: #eaedff;
  padding: 0 70px 44px 70px;
}
@media (max-width: 767px) {
  .author {
    padding: 0 30px 44px 30px;
  }
}

.author-img {
  margin-bottom: 35px;
}
.author-img img {
  margin-top: -60px;
}

.author-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.author-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}
.author-icon a {
  font-size: 14px;
  color: #9498b6;
  margin: 0 5px;
  transition: 0.3s;
}
.author-icon a:hover {
  color: #9d6df8;
}

.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 46px;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}
@media (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}
.comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}
.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}
.latest-comments li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comments-box {
  border-top: 1px solid #eaedff;
  padding: 30px 0;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}
.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}
.avatar-name span {
  color: #9d6df8;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.reply {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
  float: right;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}
.reply:hover {
  color: #9d6df8;
}
.reply i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}
.post-comments-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #140a20;
  margin-bottom: 0;
}

.conatct-post-form {
  background: #eaedff;
  padding: 50px;
}
@media (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}
.conatct-post-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
}
.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.contact-icon {
  position: relative;
}

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #9d6df8;
  top: 18px;
}

.contacts-message::after {
  content: "\f303";
}

.contacts-name::after {
  content: "\f007";
}

.contacts-email::after {
  content: "\f0e0";
}

.contacts-website::after {
  content: "\f0ac";
}

.about-community p {
  font-size: 16px;
  line-height: 28px;
}

.about-community-text {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-community-text {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-community-text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .about-community-text {
    padding: 0;
  }
}
.about-community-text p {
  font-size: 16px;
  line-height: 28px;
}

.overview {
  padding: 115px;
  margin-bottom: -100px;
  position: relative;
  z-index: 9;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .overview {
    margin-bottom: 0;
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview {
    margin-bottom: 0;
    margin-bottom: 120px;
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .overview {
    margin-bottom: 0;
    margin-bottom: 120px;
    padding: 30px;
  }
}
.overview p {
  margin: 0;
  font-size: 40px;
  color: #ffffff;
  line-height: 1.4;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .overview p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .overview p {
    font-size: 25px;
  }
}

.mission-img img {
  max-width: inherit;
  margin-left: -190px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .mission-img img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mission-img img {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .mission-img img {
    margin-left: 0;
    width: 100%;
  }
}

.mission-text .section-title h1 {
  font-size: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .mission-text .section-title h1 {
    font-size: 40px;
  }
}
.mission-text p {
  font-size: 16px;
  line-height: 28px;
}

.testimonial-active {
  padding: 120px;
  border-radius: 20px;
  margin-top: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-active {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-active {
    padding: 30px;
    margin-top: -50px;
  }
}

.testimonial-item p {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 767px) {
  .testimonial-item p {
    font-size: 20px;
  }
}
.testimonial-item span {
  font-weight: 600;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}
@media (max-width: 767px) {
  .testimonial-item span {
    font-size: 20px;
  }
}

/* 8.event */
.tab-menu li {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .tab-menu li {
    margin-bottom: 20px;
  }
}
.tab-menu li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 25px 45px;
  background: #1a1430;
  border-radius: 30px;
  line-height: 1;
  color: #aeabba;
}
.tab-menu li a.active {
  color: #ffffff;
  background: #9d6df8;
}

.event-wrapper {
  border: 4px dashed #1d1734;
  padding: 20px;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .event-wrapper {
    padding: 30px;
  }
}
.event-wrapper:hover {
  border-color: #9d6df8;
}

.event-time {
  border-right: 4px dashed #1d1734;
  padding: 10px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-time {
    padding: 0px;
    border-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .event-time {
    padding: 0px;
    border-right: 0;
    margin-bottom: 20px;
  }
}

.event-time-text h4 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 5px;
}
.event-time-text span {
  color: #aeabba;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-info {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .event-info {
    margin-bottom: 20px;
  }
}
.event-info h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 12px;
}
.event-info h3 a:hover {
  color: #9d6df8;
}
.event-info p {
  color: #aeabba;
  margin: 0;
}

.event-meta span {
  color: #aeabba;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .event-meta span {
    margin-right: 10px;
  }
}
.event-meta span span {
  color: #ff1849;
}

.event-shape {
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-shape {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-shape {
    display: none;
  }
}
@media (max-width: 767px) {
  .event-shape {
    display: none;
  }
}

.spahe1 {
  right: 5%;
  top: 5%;
}

.spahe2 {
  top: 19%;
  left: 8%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .spahe2 {
    left: 4%;
  }
}

.spahe3 {
  bottom: 7%;
  left: 6%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .spahe3 {
    bottom: 3%;
    left: 2%;
  }
}

.spahe4 {
  bottom: 20%;
  right: 10%;
  bottom: 20%;
  right: 10%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .spahe4 {
    right: 2%;
  }
}

.spahe5 {
  right: 18%;
  top: 21% !important;
  z-index: 99;
  left: auto !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .spahe5 {
    right: 5%;
  }
}

.event-time-wrapper img {
  width: 100%;
}

.event-count {
  background: #100d1c;
  padding: 50px;
  padding-top: 40px;
}
.event-count ul {
  border-bottom: 2px solid #181428;
}
.event-count ul li {
  display: inline-block;
  margin-right: 80px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-count ul li {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-count ul li {
    margin-right: 30px;
  }
}
.event-count ul li:last-child {
  margin-right: 0;
}
.event-count ul li h3 {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
}
.event-count ul li span {
  color: #6c6588;
  font-size: 14px;
  font-weight: 400;
}

.cdown {
  display: inline-block;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 4px solid #9d6df8;
  line-height: 110px;
  text-align: center;
  font-weight: 500;
  padding: 28px 0;
}
@media (max-width: 767px) {
  .cdown {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cdown {
    height: 90px;
    width: 90px;
    padding: 18px 0;
  }
}

.event-timer .cdown:nth-child(2) {
  border: 4px solid #ff3854;
}
.event-timer .cdown:nth-child(3) {
  border: 4px solid #8560a8;
}
.event-timer .cdown:nth-child(4) {
  border: 4px solid #598527;
}

.cdown span {
  font-size: 30px;
  color: #fff;
  line-height: 25px;
  display: block;
  margin-bottom: 10px;
}

.cdown p {
  font-size: 12px;
  color: #726b90;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .event-day-time {
    padding-left: 0;
  }
}
.event-day-time .section-title h1 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .event-day-time .section-title h1 {
    font-size: 30px;
  }
}
.event-day-time p {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .event-day-time p {
    margin-bottom: 15px;
  }
}

.event-place {
  border-top: 2px solid #f6f6f6;
  border-bottom: 2px solid #f6f6f6;
}
.event-place li {
  font-size: 16px;
  color: #758799;
  margin-bottom: 20px;
  line-height: 1;
}
.event-place li span {
  font-weight: 500;
  color: #12335c;
  width: 85px;
}

.bakix-details-tab ul {
  border-bottom: 2px solid #e1e1e1;
}
.bakix-details-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #8c8bb5;
  letter-spacing: 2px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .bakix-details-tab ul li a {
    padding: 0 10px;
  }
}
.bakix-details-tab ul li a.active {
  color: #100d1c;
}
.bakix-details-tab ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: #9d6df8;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: block;
  }
}

.bakix-video {
  position: relative;
}
@media (max-width: 767px) {
  .bakix-video {
    margin-bottom: 30px;
  }
}
.bakix-video a {
  position: absolute;
  background: #ffffff;
  height: 120px;
  width: 120px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 120px;
  color: #9d6df8;
  transform: translateY(-50%);
}
.bakix-video a:hover {
  background: #9d6df8;
  color: #ffffff;
}
@media (max-width: 767px) {
  .bakix-video a {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
}

.event-gallery {
  position: relative;
}
.event-gallery a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 120px;
  transform: translateY(-50%);
}
.event-gallery a img {
  max-width: 100%;
}

.event-text p {
  font-size: 18px;
  line-height: 30px;
}

.map {
  min-height: 600px;
  width: 100%;
}

/* 9.team */
.team {
  position: relative;
}
.team__img {
  position: relative;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Grey overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.overlay-text {
  color: white;
  font-size: 1rem;
  text-align: center;
  padding: 20px;
  margin-bottom: 25px;
  position: absolute;
  top: 10px; /* Adjust this value as needed */
  left: 5%;
}

.team__img img {
  width: 100%;
}
.team__content {
  position: absolute;
  bottom: 50px;
  left: 35px;
  right: 35px;
  padding: 30px 20px;
  box-shadow: 1.389px 7.878px 16px 0px rgba(97, 97, 97, 0.2);
  transition: 0.3s;
}
.team__content:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  content: "";
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.team__content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.team__content h4 a:hover {
  color: #9d6df8;
}
.team__content span {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #60597a;
}
.team:hover .team__content {
  transform: translateY(-10px);
}

.cta span {
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  color: #bdbcbf;
}
.cta h2 {
  font-size: 60px;
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cta h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-details {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .team-details {
    padding-left: 0;
  }
}

.team__thumb img {
  width: 100%;
}

.team-cta h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

.team-ph {
  color: #9d6df8;
  margin-bottom: 15px;
}

.team-mail {
  color: #6f7172;
  margin: 0;
}

.team-social a {
  font-size: 20px;
  margin-left: 20px;
  color: #8099b2;
}
.team-social a:hover {
  color: #9d6df8;
}
.team-social a:first-child {
  margin-left: 0;
}

.team-info {
  padding-top: 40px;
  border-top: 2px solid #f2f2ff;
}
.team-info p {
  font-size: 16px;
  line-height: 28px;
}

.team__thumb {
  position: relative;
}
.team__thumb:before {
  position: absolute;
  width: 445px;
  height: 529px;
  content: "";
  bottom: -40px;
  left: -37px;
  background-image: url(../../assets/img/pattern/team-pattern.png);
  z-index: -1;
}
@media (max-width: 767px) {
  .team__thumb:before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__thumb:before {
    display: block;
  }
}

/* 10.portfolio */
.portfolio {
  background: #ffffff;
  padding: 30px;
  padding-top: 30px;
  margin-top: -65px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  padding-top: 25px;
  box-shadow: 1.389px 7.878px 16px 0px rgba(162, 162, 162, 0.2);
}
.portfolio h4 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.project-details p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
}

.project-count {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-count {
    display: inline-block;
    margin-right: 40px;
  }
}
.project-count h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .project-count h2 {
    font-size: 26px;
  }
}
.project-count span {
  font-size: 18px;
}

.project-icon-link a {
  margin-right: 15px;
  font-size: 18px;
  display: inline-block;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.bakix-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.bakix-navigation span a:hover {
  color: #9d6df8;
}
.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
}
.bakix-navigation h4 a:hover {
  color: #9d6df8;
}

/* 11.faq */
.faq-tab ul {
  border-bottom: 2px solid #e1e1e1;
}
@media (max-width: 767px) {
  .faq-tab ul {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-tab ul {
    padding-bottom: 30px;
  }
}
.faq-tab ul li {
  margin-right: 70px;
}
@media (max-width: 767px) {
  .faq-tab ul li {
    margin-right: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-tab ul li {
    margin-right: 40px;
    margin-bottom: 0px;
  }
}
.faq-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #8c8bb5;
  letter-spacing: 2px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
}
.faq-tab ul li a.active {
  color: #100d1c;
}
.faq-tab ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 200px;
  content: "";
  background: #9d6df8;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .faq-tab ul li a.active:before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-tab ul li a.active:before {
    display: block;
  }
}

.faq h3 {
  font-size: 25px;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.faq ul li {
  margin-bottom: 18px;
  line-height: 1;
}
.faq ul li a {
  font-size: 18px;
}
.faq ul li a:hover {
  text-decoration: underline;
  color: #9d6df8;
}

.faq-link a {
  color: #9d6df8;
  font-weight: 500;
  font-size: 14px;
}
.faq-link a:hover {
  color: #9d6df8;
}

/* 12.contact */
.contact-area {
  background-position: center center;
  background-repeat: no-repeat;
}

.contact i {
  background: #9d6df8;
  font-size: 40px;
  height: 150px;
  width: 150px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 135px;
  border: 10px solid #fff;
  box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
  margin-bottom: 30px;
}
.contact h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.contact p {
  margin: 0;
  padding: 0 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact p {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact p {
    padding: 0 0px;
  }
}

.form-wrapper {
  padding: 100px;
  margin-bottom: -90px;
  position: relative;
  z-index: 999;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .form-wrapper {
    padding: 20px;
  }
}

.contact-form input {
  background: #ffffff;
  height: 80px;
  width: 100%;
  padding: 0 80px;
  padding-right: 30px;
  border: 0;
  color: #aab5ca;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.contact-form textarea {
  color: #aab5ca;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 300px;
  width: 100%;
  padding: 30px 80px;
  border: 0;
}

.form-box::before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  left: 45px;
  color: #9d6df8;
  top: 29px;
  z-index: 99;
}

.user-icon::before {
  content: "\f007";
}

.email-icon::before {
  content: "\f0e0";
}

.phone-icon::before {
  content: "\f095";
}

.subject-icon::before {
  content: "\f0a6";
}

.contact-form input::-moz-placeholder,
.contact-form input::placeholder {
  color: #aab5ca;
}

.contact-form textarea::-moz-placeholder,
.contact-form textarea::placeholder {
  color: #aab5ca;
}

.contact-map {
  height: 670px;
  width: 100%;
}

/* 13.shop */
.shop-service img {
  margin-bottom: 20px;
}
.shop-service h4 {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.shop-service p {
  margin-bottom: 0;
  font-size: 16px;
}

.banner-box {
  border-top: 2px solid #f1f7ff;
  padding-top: 50px;
}

.banner img {
  width: 100%;
}

.product__img {
  position: relative;
}
.product:hover .product-action a {
  margin: 0 5px;
  opacity: 1;
  visibility: visible;
}

.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.product-action a {
  height: 50px;
  display: inline-block;
  width: 50px;
  background: #ffffff;
  line-height: 50px;
  color: #c5bfda;
  margin: 0 8px;
  opacity: 0;
  visibility: hidden;
}
.product-action a:hover {
  background: #9d6df8;
  color: #ffffff;
}

.pro-cat {
  margin-bottom: 15px;
  display: block;
}
.pro-cat a {
  color: #9d6df8;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

.pro-title {
  margin-bottom: 12px;
}
.pro-title a {
  font-size: 24px;
}
.pro-title a:hover {
  color: #9d6df8;
}

.price span {
  color: #8e84b8;
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}
.price span.old-price {
  color: #b7afd5;
  text-decoration: line-through;
}

.product-showing p {
  margin: 0;
  border: 2px solid #eaedff;
  padding: 17px 30px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product-showing p {
    padding: 17px 15px;
  }
}

.pro-filter {
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .pro-filter {
    float: left;
  }
}
.pro-filter select {
  border: 2px solid #eaedff;
  padding: 17px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  color: #6f7172;
  appearance: none;
  -moz-appearance: none;
  width: 145px;
  font-weight: 500;
}

.pro-filter::before {
  content: "\f107";
  right: 15px;
  top: 15px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.shop-tab ul li {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .shop-tab ul li {
    margin-left: 10px;
  }
}
.shop-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #6f7172;
  letter-spacing: 2px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #f6f6ff;
  line-height: 50px;
  text-align: center;
}
.shop-tab ul li a.active {
  color: white;
  background: #9d6df8;
}

.shop-thumb-tab {
  width: 160px;
  float: left;
}
@media (max-width: 767px) {
  .shop-thumb-tab {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .shop-thumb-tab ul {
    margin: 0 -5px;
  }
}
.shop-thumb-tab ul li {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .shop-thumb-tab ul li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
  }
}
.shop-thumb-tab ul li a {
  padding: 0;
}

.product-details-img {
  margin-left: 180px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-details-img {
    margin-left: 0;
  }
}

.product-details-title p {
  color: #6a667b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.product-details-title h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .product-details-title h1 {
    font-size: 36px;
  }
}

.details-price span {
  color: #9d6df8;
  font-size: 20px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  margin-left: 0;
  margin-right: 10px;
}

.details-price {
  border-bottom: 2px solid #eaedff;
}

.product-cat span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #100d1c;
}
.product-cat a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
.product-cat a:hover {
  color: #9d6df8;
}

.product-social a {
  margin-right: 10px;
  background: #f5f5ff;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 30px;
  color: #6f7172;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .product-social a {
    margin-bottom: 10px;
  }
}
.product-social a:hover {
  background: #9d6df8;
  color: #ffffff;
}

.plus-minus {
  display: inline-block;
}
@media (max-width: 767px) {
  .plus-minus {
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .plus-minus {
    display: inline-block;
    margin-bottom: 0;
  }
}

.action-btn {
  background: #9d6df8;
  padding: 20px 25px;
  border: none;
  margin-left: 15px;
  color: #ffffff;
  display: inline-block;
}
.action-btn:hover {
  background: #9d6df8;
  color: #ffffff;
}

.product-action-list a {
  float: left;
}
@media (max-width: 767px) {
  .product-action-list a.btn {
    padding: 23px 30px;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .product-action-list a.action-btn {
    margin-left: 5px;
    margin-bottom: 7px;
  }
}

.cart-plus-minus input {
  height: 60px;
  width: 100px;
  border: 0;
  border: 2px solid #eaedff;
  text-align: center;
  -moz-appearance: none;
  appearance: none;
}

.cart-plus-minus {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 15px;
  left: 17px;
  font-size: 20px;
  color: #c4bedd;
  cursor: pointer;
}

.cart-plus-minus .inc {
  left: auto;
  right: 17px;
}

.additional-info .table td,
.additional-info .table th {
  padding: 0.75rem 0;
  vertical-align: top;
  border-top: 1px solid #f6f6f6;
  font-weight: 400;
}

.shop-cat a {
  padding: 45px 30px;
  border: 2px solid #eaedff;
  display: block;
}
.shop-cat a i {
  font-size: 100px;
  color: #9d6df8;
  margin-bottom: 30px;
  transition: 0.3s;
}
.shop-cat a h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  letter-spacing: 1px;
}
.shop-cat a:hover {
  background: #9d6df8;
  border-color: #9d6df8;
}
.shop-cat a:hover i {
  color: #ffffff;
}
.shop-cat a:hover h4 {
  color: #ffffff;
}

.product-list-content .price span:first-child {
  margin-left: 0;
}

/* 14.cart */
.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: #9d6df8;
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #eaedff;
  border-right: 1px solid #eaedff;
}

.product-quantity input {
  border: none;
  color: #6f7172;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #eaedff;
}

.product-quantity > input {
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}
@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}

#coupon_code {
  height: 61px;
  border: 2px solid #eaedff;
  padding: 0 15px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}

.coupon2 {
  float: right;
}
@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}

.cart-page-total {
  padding-top: 50px;
}

.cart-page-total > h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid #eaedff;
}

.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid #eaedff;
  font-weight: 400;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

/* 15.checkout */
.coupon-accordion h3 {
  background-color: #eaedff;
  border-top: 3px solid #9d6df8;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: #9d6df8;
}

.coupon-content {
  border: 1px solid #eaedff;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid #eaedff;
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
  background: #fe4847 none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type="text"] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid #eaedff;
  margin-bottom: 15px;
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select label,
.checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: red;
}

.country-select select {
  -moz-appearance: none;
  border: 1px solid #eaedff;
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
}

.country-select::before {
  content: "\f107";
  right: 15px;
  top: 38px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
  background: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
}

.checkout-form-list input[type="text"]::-moz-placeholder,
.checkout-form-list input[type="password"]::-moz-placeholder,
.checkout-form-list input[type="email"]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="text"]::placeholder,
.checkout-form-list input[type="password"]::placeholder,
.checkout-form-list input[type="email"]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: #6f7172;
}

.order-notes textarea {
  border: 1px solid #eaedff;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 4px solid #eaedff;
}
@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}

.your-order h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid #eaedff;
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}
@media (max-width: 767px) {
  .your-order-table table th,
  .your-order-table table td {
    padding-right: 10px;
  }
}

.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
  color: #9d6df8;
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #fe4847 none repeat scroll 0 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
}

/* 16.login */
.basic-login {
  padding: 90px;
  border: 2px solid #eaedff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .basic-login {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .basic-login {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .basic-login {
    padding: 30px;
  }
}
.basic-login h3 {
  font-size: 30px;
}
.basic-login input {
  width: 100%;
  height: 60px;
  border: 2px solid #eaedff;
  color: #6f7172;
  padding: 0 20px;
  margin-bottom: 20px;
}
.basic-login label {
  color: #222;
  display: block;
}
.basic-login label span {
  color: #9d6df8;
}

.login-action input {
  width: inherit;
  height: auto;
}
.login-action label {
  display: inline-block;
  margin-left: 5px;
}

.or-divide {
  border-top: 2px solid #eaedff;
  margin: 40px 0;
  text-align: center;
  position: relative;
}
.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: #ffffff;
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 767px) {
  .forgot-login {
    float: none;
  }
}
.forgot-login a {
  color: #9d6df8;
}
.forgot-login a:hover {
  color: #9d6df8;
}

@media (max-width: 767px) {
  .log-rem {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
}

/* 17.footer */
.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: inherit;
}

.brand-active.owl-carousel .owl-item {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  footer {
    background-size: cover;
  }
}

.brand-heading {
  padding: 0 135px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .brand-heading {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-heading {
    padding: 0 0px;
  }
}
@media (max-width: 767px) {
  .brand-heading {
    padding: 0 0px;
  }
}
.brand-heading h3 {
  color: #ffffff;
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .brand-heading h3 {
    font-size: 36px;
  }
}

.social-icon a {
  color: #ffffff;
  margin-right: 20px;
}
.social-icon a:hover {
  opacity: 0.7;
}

.footer-title {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 30px;
}

.footer-link li {
  margin-bottom: 15px;
}
.footer-link li:last-child {
  margin-bottom: 0;
}
.footer-link li a {
  color: #ffffff;
}
.footer-link li a:hover {
  opacity: 0.7;
}

.footer-logo p {
  color: #ffffff;
  margin-bottom: 10px;
}

.widget-latest-post li {
  margin-bottom: 10px;
  overflow: hidden;
}
.widget-latest-post li:last-child {
  margin-bottom: 0;
}

.widget-thumb {
  float: left;
}
.widget-thumb a {
  display: inline-block;
}
.widget-thumb a img {
  width: 90px;
  height: 70px;
  margin-right: 12px;
}

.widget-content {
  overflow: hidden;
}
.widget-content h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.widget-content span {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.6;
}

.copyright-text {
  padding: 30px 0;
  border-top: 1px solid #7d54ed;
}
.copyright-text p {
  margin-bottom: 0;
  line-height: 1;
  color: #ffffff;
}

.social-icon-link a {
  margin: 0 5px;
  border: 2px solid #1e1836;
  height: 60px;
  width: 60px;
  line-height: 58px;
  border-radius: 30px;
  color: #8c83b0;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
.social-icon-link a:hover {
  background: #9d6df8;
  color: #ffffff;
  border-color: #9d6df8;
}

.right-text p {
  margin: 0;
  color: #7e7798;
}

.footer-bootm-border {
  border-bottom: 6px solid #9d6df8;
}

.address-point span {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: block;
}
.address-point p {
  font-size: 16px;
  color: #c4beda;
  padding-right: 50px;
}
.address-point a {
  color: #9d6df8;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500;
}
.address-point a:hover {
  color: #ffffff;
}

.footer-3 .footer-link li {
  margin-bottom: 15px;
}
.footer-3 .footer-link li:last-child {
  margin-bottom: 0;
}
.footer-3 .footer-link li a {
  color: #c4beda;
}
.footer-3 .footer-link li a:hover {
  color: #ffffff;
}

.copyright-border {
  border-top: 1px solid #1a1430;
}

.footer-3 .widget-content {
  overflow: hidden;
}
.footer-3 .widget-content h4 {
  color: #c4beda;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.footer-3 .widget-content h4 :hover {
  color: #ffffff;
}
.footer-3 .widget-content span {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .right-text {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
