/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
}

::selection {
  background: #ff589e;
  color: #fff;
}

::-moz-selection {
  background: #ff589e;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.colored {
  background: linear-gradient(127deg, rgba(167, 89, 209, 0.08) 0%, rgba(130, 97, 238, 0.08) 91%);
  position: relative;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.left-heading .section-title .service-icon {
  color: #ff589e;
  margin-right: 12px;
  font-size: 28px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.left-heading .section-title:hover .service-icon {
  color: #8261ee;
  transform: scale(1.1);
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text.light-dark {
  color: #3B566E;
}

.left-text.light-dark p {
  color: #3B566E;
  font-weight: 500;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 14px;
  border-radius: 25px;
  padding: 15px 35px;
  background: linear-gradient(127deg, #8261ee 0%, #a759d1 50%, #ff589e 100%);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.5px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0 8px 25px rgba(130, 97, 238, 0.4);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

a.main-button-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(127deg, #ff589e 0%, #d946a6 100%);
  z-index: -1;
  transition: left 0.3s ease 0s;
}

a.main-button-slider:hover {
  background: linear-gradient(127deg, #ff589e 0%, #d946a6 100%);
  box-shadow: 0 12px 35px rgba(255, 88, 158, 0.5);
  transform: translateY(-3px);
  letter-spacing: 2px;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 0 4px 15px rgba(130, 97, 238, 0.3);
}

a.main-button:hover {
  background-color: #ff589e;
  box-shadow: 0 6px 20px rgba(255, 88, 158, 0.4);
  transform: translateY(-2px);
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #ff589e;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 40px;
  min-height: 80px;
  background: #fff;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 30px;
}

.header-area .main-nav .logo .logo-text {
  font-size: 24px;
  font-weight: 800;
  color: #1e1e1e;
  letter-spacing: -0.5px;
  margin: 0;
  padding: 0;
  display: inline-block;
  background: linear-gradient(135deg, #8261ee 0%, #a759d1 50%, #ff589e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo:hover .logo-text {
  letter-spacing: 0.5px;
  transform: scale(1.02);
}

.header-area .main-nav .logo h1 {
  margin: 0;
  padding: 0;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #ff589e;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo .logo-text {
  color: #1e1e1e;
  background: linear-gradient(135deg, #8261ee 0%, #a759d1 50%, #ff589e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 20px;
  font-weight: 800;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #1e1e1e;
}

.header-area.header-sticky .nav li a.active {
  color: #ff589e;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  height: 100vh;
}

.welcome-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(130, 97, 238, 0.6) 0%, rgba(167, 89, 209, 0.6) 100%);
  z-index: 1;
  pointer-events: none;
}

.welcome-area .header-text {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  text-align: center;
  width: 100%;
  z-index: 2;
}

.welcome-area .header-text h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.welcome-area .header-text h1 strong {
  font-weight: 700;
  color: #fff;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
    text-align: center;
  }
  .welcome-area .header-text h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
   .welcome-area .header-text h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .welcome-area .header-text p {
    margin-bottom: 20px;
  }
}

@media (max-width: 765px) {
  .welcome-area {
    margin-bottom: 100px;
  }
  .welcome-area .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}


/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid rgba(130, 97, 238, 0.1);
}

.features-small-item:hover {
  box-shadow: 0 10px 40px 0 rgba(130, 97, 238, 0.25);
  transform: translateY(-8px);
  border-color: #8261ee;
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: linear-gradient(127deg, #a759d1 0%, #8261ee 91%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(130, 97, 238, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-small-item .icon i {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.features-small-item .icon i.fas {
  font-size: 36px;
  color: #fff;
}

.features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: -220px;
  z-index: 9;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.mini:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(130, 97, 238, 0.08) 0%, rgba(167, 89, 209, 0.08) 100%);
  z-index: 1;
  top: 0;
  left: 0;
}

.mini .mini-content {
  position: relative;
  z-index: 2;
}

.mini .mini-content .info {
  text-align: center;
  color: #1e1e1e;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
  color: #777;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
  color: #1e1e1e;
}

.mini .mini-content .info h1 {
  color: #1e1e1e;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  background: linear-gradient(127deg, #8261ee 0%, #a759d1 91%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mini .mini-content .info p {
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  color: #3B566E;
  line-height: 28px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  border: 1px solid rgba(130, 97, 238, 0.1);
  min-height: 240px;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
  box-shadow: 0 8px 35px 0 rgba(130, 97, 238, 0.25);
  border-color: #ff589e;
  background: linear-gradient(135deg, rgba(255, 88, 158, 0.05) 0%, rgba(130, 97, 238, 0.05) 100%);
}

.mini .mini-content .service-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(127deg, #a759d1 0%, #8261ee 91%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  box-shadow: 0 4px 15px rgba(130, 97, 238, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  flex-shrink: 0;
}

.mini .mini-content .mini-box:hover .service-icon-wrapper {
  transform: scale(1.15);
  box-shadow: 0 6px 25px rgba(255, 88, 158, 0.4);
}

.mini .mini-content .mini-box:hover .service-icon-wrapper i {
  color: #fff;
}

.mini .mini-content .mini-box i {
  font-size: 38px;
  color: #fff;
  line-height: 1;
  display: block;
}

.service-card-title {
  font-weight: 600;
  font-size: 20px;
  color: #1e1e1e;
  margin: 15px 0 12px 0;
  letter-spacing: 0.5px;
  line-height: 26px;
}

.service-card-description {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin-bottom: 18px;
  flex-grow: 1;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 15px 0 20px 0;
  width: 100%;
  text-align: left;
  font-size: 13px;
}

.service-features li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3B566E;
  margin-bottom: 8px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.service-features li i {
  color: #ff589e;
  margin-right: 8px;
  font-size: 12px;
}

.service-cta {
  display: inline-block;
  background: linear-gradient(127deg, #8261ee 0%, #a759d1 91%);
  color: #fff;
  padding: 10px 25px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  margin-top: auto;
  width: 100%;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(130, 97, 238, 0.3);
}

.service-cta:hover {
  background: linear-gradient(127deg, #ff589e 0%, #d946a6 91%);
  box-shadow: 0 6px 25px rgba(255, 88, 158, 0.4);
  transform: translateY(-2px);
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box strong {
  display: none;
}

.mini .mini-content .mini-box span {
  display: none;
}

.counter {
  display: none;
}

@media (max-width: 991px) {
  .counter {
    display: none;
  }
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background: linear-gradient(127deg, #a759d1 0%, #8261ee 91%);
  padding-top: 60px;
  padding-bottom: 40px;
}

footer .footer-content {
  margin-bottom: 40px;
}

.footer-section {
  padding-right: 20px;
}

.footer-title {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.footer-description {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.4px;
  line-height: 26px;
  margin-bottom: 15px;
}

.footer-services {
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.3px;
  line-height: 22px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  transition: all 0.3s ease 0s;
}

.footer-links li a:hover {
  color: #fff;
  padding-left: 5px;
}

.footer-contact {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}

.footer-contact i {
  color: #ff589e;
  margin-right: 10px;
  width: 16px;
  text-align: center;
}

.footer-contact a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}

.footer-contact a:hover {
  color: #ff589e;
}

.footer-hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 30px 0;
}

footer .footer-bottom {
  text-align: center;
}

footer .copyright {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.5px;
  margin: 0;
}

/* Service Area Section */
.contact-info-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid rgba(130, 97, 238, 0.1);
  transition: all 0.3s ease 0s;
}

.contact-info-card:hover {
  box-shadow: 0 10px 40px 0 rgba(130, 97, 238, 0.25);
  transform: translateY(-8px);
  border-color: #ff589e;
}

.contact-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(127deg, #a759d1 0%, #8261ee 91%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  box-shadow: 0 4px 15px rgba(130, 97, 238, 0.3);
  transition: all 0.3s ease 0s;
}

.contact-info-card:hover .contact-icon {
  transform: scale(1.15);
  box-shadow: 0 6px 25px rgba(255, 88, 158, 0.4);
}

.contact-info-card h3 {
  font-weight: 600;
  font-size: 22px;
  color: #1e1e1e;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.contact-detail {
  font-weight: 600;
  font-size: 18px;
  color: #8261ee;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.contact-detail a {
  color: #8261ee;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.contact-detail a:hover {
  color: #ff589e;
}

.contact-description {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: 0.4px;
  line-height: 26px;
  margin-bottom: 0;
}

/* Service Area Section */
.service-area-list {
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.95) 100%);
  padding: 50px 45px;
  border-radius: 25px;
  box-shadow: 0 4px 30px rgba(130, 97, 238, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(130, 97, 238, 0.1);
  transition: all 0.3s ease 0s;
  position: relative;
  overflow: hidden;
}

.service-area-list::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 88, 158, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.service-area-list:hover {
  box-shadow: 0 8px 45px rgba(130, 97, 238, 0.25);
  transform: translateY(-5px);
}

.service-area-list p {
  font-weight: 400;
  font-size: 15px;
  color: #1e1e1e;
  letter-spacing: 0.8px;
  line-height: 32px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  word-spacing: 2px;
}

.service-area-list p:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #8261ee 0%, #ff589e 100%);
  transition: width 0.4s ease 0s;
}

.service-area-list:hover p:before {
  width: 100%;
}

/* FAQ Section */
.faq-container {
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.98) 100%);
  padding: 50px 45px;
  border-radius: 25px;
  box-shadow: 0 4px 30px rgba(130, 97, 238, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(130, 97, 238, 0.1);
}

.faq-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(130, 97, 238, 0.1);
  transition: all 0.3s ease 0s;
}

.faq-item:hover {
  padding-left: 15px;
  border-left: 4px solid #ff589e;
  border-bottom-color: #8261ee;
}

.faq-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.faq-question {
  font-weight: 700;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
}

.faq-question:before {
  content: '+';
  display: inline-block;
  width: 28px;
  height: 28px;
  background: linear-gradient(127deg, #8261ee 0%, #a759d1 91%);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: 700;
  margin-right: 15px;
  font-size: 18px;
  flex-shrink: 0;
  transition: all 0.3s ease 0s;
}

.faq-item:hover .faq-question {
  color: #ff589e;
}

.faq-item:hover .faq-question:before {
  background: linear-gradient(127deg, #ff589e 0%, #d946a6 91%);
  transform: scale(1.1) rotate(180deg);
}

.faq-answer {
  font-weight: 400;
  font-size: 14px;
  color: #3B566E;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 0;
  margin-left: 43px;
  padding-left: 10px;
  border-left: 3px solid rgba(130, 97, 238, 0.2);
  transition: all 0.3s ease 0s;
}

.faq-item:hover .faq-answer {
  border-left-color: #ff589e;
  color: #1e1e1e;
}

/* Why Choose Us Section */
.why-choose-item {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid rgba(130, 97, 238, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.why-choose-item:hover {
  box-shadow: 0 10px 40px 0 rgba(130, 97, 238, 0.25);
  transform: translateY(-8px);
  border-color: #ff589e;
}

.why-choose-item .why-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(127deg, #a759d1 0%, #8261ee 91%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  box-shadow: 0 4px 15px rgba(130, 97, 238, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.why-choose-item:hover .why-icon {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 88, 158, 0.4);
}

.why-choose-item h5 {
  font-weight: 600;
  font-size: 18px;
  color: #1e1e1e;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.why-choose-item p {
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 26px;
  margin-bottom: 0;
}

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

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

.margin-top-50 {
  margin-top: 50px;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #a759d1 0%, #8261ee 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}