@charset "UTF-8";
/*============================================ 
Template Name: Gooland
Version: 1.0
Author: pixelaxis
Author URI: https://themeforest.net/user/pixelaxis/portfolio
Description: Bitcoin Investment HTML Template


/*======== Table of Css Content ==========*/
/* Typography */
/* variables */
/* Normalize */
/* input and button type focus outline disable */
/* Global style */
/* Preloader Css */
/* Banners Start */
/* Main-menu Start */
/* Counter Start */
/* Process Start */
/* testomonial Start */
/* Footer Start */
/* Scroll To Top Start *
/* 
=========================
=============================
 */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&amp;family=Open+Sans:wght@300;400;600;700;800&amp;display=swap");
/* 
=========================
font-family: 'Josefin Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
=============================
 */
/* Typography */
/* Normalize  */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font: inherit;
  padding: 0;
  margin: 0;
}

body {
  font: inherit;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.556;
  font-weight: 400;
}

h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
}

h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 54px;
  line-height: 64px;
}

h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

h4 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

p, a, li, span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.556;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  padding: 0;
}

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  text-decoration: none;
  font-weight: 400;
}

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

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

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

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=date]:focus,
input[type=submit]:focus,
select:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Global style */
.button-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 30px;
  width: 160px;
  height: 50px;
  text-transform: uppercase;
  background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
}
.button-1:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #3e19ff 0%, #903eff 100%);
}

.navbar-toggler {
  border: none !important;
  margin: 0px;
  padding: 0px;
}

.navbar-toggler:focus {
  outline: 0px;
}

h1.head {
  font-family: "Josefin Sans", sans-serif;
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
}

h2.title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 54px;
  line-height: 64px;
}

h3.subtitle {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 34px;
}

h3.lasth {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

p.text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

/* Preloader Css */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
  overflow: hidden;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes pulsani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.002);
            transform: scale(1.002);
  }
  100% {
    -webkit-transform: scale(1.004);
            transform: scale(1.004);
    opacity: 0;
  }
}
@keyframes pulsani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.002);
            transform: scale(1.002);
  }
  100% {
    -webkit-transform: scale(1.004);
            transform: scale(1.004);
    opacity: 0;
  }
}
@-webkit-keyframes trantani {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes trantani {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@-webkit-keyframes ura {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes ura {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* Main-menu Start */
.mein-menu {
  width: 100%;
  z-index: 9999;
  padding: 20px 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.mein-menu .navbar {
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0rem 0rem;
}
.mein-menu .navbar #navbarNavDropdown {
  margin: 0;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav {
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item {
  margin-left: 40px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item:first-child {
  margin-left: 0;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #33276a;
  text-transform: capitalize;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:before {
  position: absolute;
  content: "";
  top: calc(100% + 22px);
  left: 0;
  width: 0%;
  height: 2px;
  background: #33276a;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:hover:before, .mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link.active:before {
  width: 100%;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select {
  border: 0;
  width: 65px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600 !important;
  color: #33276a;
  height: auto;
  padding: 3px 0px 0px;
  background: transparent;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select:after {
  border-bottom: 2px solid #33276a;
  border-right: 2px solid #33276a;
  width: 10px;
  height: 10px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select span {
  font-weight: 600 !important;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select .list {
  width: 100px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select .list li {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600 !important;
  color: #33276a;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1 {
  width: 160px;
  color: #33276a;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1 .Start_Now__ {
  font-size: 16px;
  font-family: "Open Sans";
  color: #33276a;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.75;
  text-align: center;
  position: absolute;
  left: 1384.203px;
  top: 36px;
  z-index: 367;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1:hover, .mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1.active {
  color: #fff;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1:before {
  display: none;
}

.mein-menu.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
  -webkit-box-shadow: 3.801px 12.432px 24px 0px rgba(150, 131, 225, 0.4);
          box-shadow: 3.801px 12.432px 24px 0px rgba(150, 131, 225, 0.4);
  z-index: 99999;
}

.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link,
.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select {
  color: #fff;
}

.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:before {
  background: #fff;
}

.navbar-toggler:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.mein-menu .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button-1 {
  color: #ffff;
  border: transparent;
  -webkit-box-shadow: 0px 16px 38px 0px rgba(34, 6, 89, 0.59);
          box-shadow: 0px 16px 38px 0px rgba(34, 6, 89, 0.59);
  background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
}

/* Banners Start */
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 314px 0 227px;
  position: relative;
  z-index: 1;
}
.banner .bg-sape {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 55%;
}
.banner .tree-1 {
  position: absolute;
  bottom: 50px;
  right: 0px;
}
.banner .tree-2 {
  position: absolute;
  bottom: 50px;
  right: 50%;
}
.banner .hero-area {
  position: relative;
  z-index: 2;
}
.banner .hero-area .banner-content h1.head {
  color: #33276a;
  font-weight: 700;
}
.banner .hero-area .banner-content p.text {
  font-size: 18px;
  line-height: 28px;
  color: #33276a;
  padding: 0px 0px 37px;
}
.banner .hero-area .banner-content a.button {
  width: 240px;
  height: 50px;
}

/* section-head Start */
.section-head {
  margin-bottom: 26px;
}
.section-head h2.title {
  color: #3b368c;
  font-weight: 700;
  padding: 0px 0 16px;
}
.section-head p.text {
  color: #3b368c;
}
.section-head a.button.button-1 {
  margin-top: 33px;
  min-width: 220px;
  -webkit-box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
          box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
}

/* partner Start */
.partner {
  padding: 120px 0 60px;
}
.partner .content {
  text-align: center;
  margin-bottom: 44px;
}
.partner .content h3.subtitle {
  color: #3b368c;
}
.partner .partner-box .single-partner {
  text-align: center;
  -webkit-transition: 0.3s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.partner .partner-box .single-partner:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

/* Control Start */
.control {
  padding: 60px 0 60px;
  position: relative;
  z-index: 1;
}
.control .bg .control-bg {
  position: absolute;
  top: 12%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.control .bg .sape-1 {
  position: absolute;
  top: 25%;
  left: 3%;
  z-index: -1;
  -webkit-animation: rotate 6s linear infinite;
  animation: rotate 6s linear infinite;
}
.control .bg .sape-2 {
  position: absolute;
  top: 36%;
  left: 4%;
  z-index: -1;
  -webkit-animation: trantani 4s ease-in-out infinite;
  animation: trantani 4s ease-in-out infinite;
}
.control .section-head {
  margin-bottom: 10px;
  padding: 10px 15px 10px;
}
.control .section-head h2.title {
  padding: 16px 0 16px;
}
.control .control-box {
  margin-top: 30px;
  color: #544a84;
}
.control .control-box h3.subtitle {
  color: #504c89;
  padding: 17px 0 7px;
}
.control .control-box p.text {
  color: #504c89;
}
.control .videoo {
  position: relative;
  margin-top: 120px;
  border-radius: 15px;
  background-color: #f8faff;
  padding: 20px 20px 20px;
  z-index: 1;
}
.control .videoo:before {
  position: absolute;
  top: -40px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(248, 250, 255, 0.3);
  z-index: -1;
  border-radius: 15px;
}
.control .videoo:after {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(248, 250, 255, 0.5);
  z-index: -1;
  border-radius: 15px;
}
.control .videoo .video-ilstation {
  position: absolute;
  left: 25%;
  bottom: 22px;
  -webkit-animation: trantani 5s linear infinite;
  animation: trantani 5s linear infinite;
}
.control .videoo .video-bg {
  width: 100%;
  z-index: -1;
}
.control .videoo .video-box {
  width: 323px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: white;
  -webkit-box-shadow: 20.338px 23.396px 32px 0px rgba(180, 185, 246, 0.31);
          box-shadow: 20.338px 23.396px 32px 0px rgba(180, 185, 246, 0.31);
  padding: 13px 50px 13px 13px;
}
.control .videoo .video-box .video-img {
  position: relative;
  border-radius: 50%;
  background-color: #6a4ee1;
  width: 78px;
  height: 78px;
}
.control .videoo .video-box .video-img i {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
}
.control .videoo .video-box .video-text {
  margin-left: 20px;
}
.control .videoo .video-box .video-text p.text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #6a35ff;
}
.control .videoo .video-box .video-text span {
  color: #3b368c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

/* feature Start */
.feature {
  padding: 60px 0 60px;
}
.feature .pic {
  margin-left: 30px;
}
.feature .pic .feature-img {
  max-width: unset;
}
.feature .section-head ul.list {
  padding-top: 17px;
}
.feature .section-head ul.list li.list-item {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-box-shadow: 3.801px 12.432px 38px 0px rgba(207, 200, 234, 0.26);
          box-shadow: 3.801px 12.432px 38px 0px rgba(207, 200, 234, 0.26);
  padding: 30px 30px 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.feature .section-head ul.list li.list-item span.icon {
  margin-right: 30px;
}
.feature .section-head ul.list li.list-item span.icon img {
  min-width: 50px;
}
.feature .section-head ul.list li.list-item h3.subtitle {
  color: #33276a;
}
.feature .section-head ul.list li.list-item p.text {
  color: #62598f;
}
.feature .section-head ul.list li.list-item:hover {
  -webkit-box-shadow: 0px 10px 8px 0px rgba(231, 226, 255, 0.65);
          box-shadow: 0px 10px 8px 0px rgba(231, 226, 255, 0.65);
}

.feature.one .pic {
  direction: rtl;
  margin-left: 0px;
  margin-right: 30px;
}
.feature.one .pic .feature-img {
  max-width: unset;
}

/* pricing Start */
.pricing {
  position: relative;
  padding: 60px 0px 60px;
  z-index: 1;
}
.pricing .pricing-bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: auto;
}
.pricing .shape-1 {
  position: absolute;
  top: 5%;
  left: 2%;
  -webkit-animation: rotate 5s ease-in-out infinite;
  animation: rotate 5s ease-in-out infinite;
}
.pricing .shape-2 {
  position: absolute;
  top: 15%;
  left: 4%;
  -webkit-animation: trantani 6s ease-in-out infinite;
  animation: trantani 6s ease-in-out infinite;
}
.pricing .section-head {
  position: relative;
}
.pricing .pricing-item {
  overflow: hidden;
  margin-top: 60px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  text-align: center;
  border-radius: 30px;
  margin-left: 40px;
  position: relative;
}
.pricing .pricing-item .circle {
  position: absolute;
}
.pricing .pricing-item .circle-1 {
  right: 10px;
  bottom: 5px;
}
.pricing .pricing-item .circle-2 {
  top: 50px;
  left: 50%;
}
.pricing .pricing-item .circle-3 {
  top: 50px;
  left: -30px;
}
.pricing .pricing-item .circle-4 {
  bottom: -35px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.pricing .pricing-item .circle-5 {
  right: -30px;
  bottom: -30px;
}
.pricing .pricing-item .pricing-header {
  position: relative;
  color: #fff;
  padding-bottom: 30px;
}
.pricing .pricing-item .pricing-header .name {
  font-weight: 600;
  margin: 0 auto;
  border-radius: 0 0 30px 30px;
  line-height: 40px;
  display: inline-block;
  width: auto;
  margin: 0 auto 40px;
  background: #fff;
  color: #3b368c;
  min-width: 160px;
  padding: 0 15px;
}
.pricing .pricing-item .pricing-header .title {
  color: #fff;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.pricing .pricing-item .pricing-header .title .info {
  text-transform: uppercase;
}
.pricing .pricing-item .pricing-body {
  font-family: "Josefin Sans", sans-serif;
  background-color: #fff;
  -webkit-box-shadow: 1.95px 15.881px 30px 0 rgba(47, 105, 252, 0.3);
          box-shadow: 1.95px 15.881px 30px 0 rgba(47, 105, 252, 0.3);
  margin-left: -10px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  padding: 20px 40px 20px 65px;
  border-radius: 0 30px 30px 0;
  position: relative;
  z-index: 9;
}
.pricing .pricing-item .pricing-body:before {
  position: absolute;
  width: 40px;
  height: 48px;
  background: #cdd0f6;
  left: 0;
  top: 100%;
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.pricing .pricing-item .pricing-body ul li {
  border-bottom: 2px dotted #bccaea;
  line-height: 28px;
  padding: 8px 0;
  color: #3b368c;
}
.pricing .pricing-item .pricing-body ul li:last-child {
  border-bottom: 0px;
}
.pricing .pricing-item .pricing-footer {
  position: relative;
  padding: 40px 15px;
}
.pricing .pricing-item .pricing-footer a.button-1 {
  margin: 0px auto 0px;
}
.pricing .pricing-item.two {
  margin-top: 30px;
}
.pricing .pricing-item.two .pricing-header {
  padding-bottom: 70px;
}
.pricing .pricing-item.two .pricing-footer {
  padding: 40px 15px 60px;
}

/* Testomonial Start */
.testomonial {
  padding: 60px 0 60px;
}
.testomonial .testobox .single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testomonial .testobox .single .image {
  margin-right: 30px;
}
.testomonial .testobox .single .image img {
  width: unset;
}
.testomonial .testobox .single .section-head {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
.testomonial .testobox .single .section-head:after {
  position: absolute;
  left: 0;
  bottom: -95px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #f1e8fa;
  font-size: 300px;
  z-index: -1;
}
.testomonial .testobox .single .section-head h2.title {
  padding: 0px 0 26px;
}
.testomonial a.button.button-1 {
  margin: 40px auto 0px auto;
  width: 280px;
  -webkit-box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
          box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
}

/* FAQ Start */
.faq {
  padding: 60px 0 60px;
  position: relative;
}
.faq .fdot-1 {
  position: absolute;
  top: 15%;
  left: 45%;
  max-width: unset;
  z-index: -1;
  -webkit-animation: trantani 8s linear infinite;
  animation: trantani 8s linear infinite;
}
.faq .fdot-2 {
  position: absolute;
  top: 6%;
  left: 65%;
  max-width: unset;
  z-index: -1;
  -webkit-animation: trantani 6s linear infinite;
  animation: trantani 6s linear infinite;
}
.faq .fdot-3 {
  position: absolute;
  top: 0%;
  left: 35%;
  max-width: unset;
  z-index: -1;
  -webkit-animation: trantani 4s linear infinite;
  animation: trantani 4s linear infinite;
}
.faq .section-head {
  margin-bottom: 26px;
}
.faq .section-head p.text a.link {
  color: #3e19ff;
}
.faq .section-head p.text a.link:hover {
  text-decoration: underline;
}
.faq .faq-box .accordion .accordion-item {
  outline: none;
  margin-top: 20px;
}
.faq .faq-box .accordion .accordion-item:first-child {
  margin-top: 34px;
}
.faq .faq-box .accordion .accordion-item .accordion-header {
  position: relative;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 9.272px 3.746px 38px 0px rgba(176, 163, 231, 0.26);
          box-shadow: 9.272px 3.746px 38px 0px rgba(176, 163, 231, 0.26);
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #3b368c;
  border-radius: 0;
  border: none;
  outline: none !important;
  padding: 20px 50px 20px 20px;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button[aria-expanded=true] {
  background: transparent;
  outline: none !important;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button .icon {
  margin-right: 20px;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button:after {
  display: none;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button:before {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #3b368c;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button[aria-expanded=true]:before {
  top: 35%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq .faq-box .accordion .accordion-item .accordion-collapse {
  border: none;
  border-top: 0;
  border-radius: 0px 0px 10px 10px;
  background-color: white;
  -webkit-box-shadow: 9.272px 3.746px 38px 0px rgba(176, 163, 231, 0.26);
          box-shadow: 9.272px 3.746px 38px 0px rgba(176, 163, 231, 0.26);
}
.faq .faq-box .accordion .accordion-item .accordion-collapse .accordion-body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #33276a;
  font-weight: 400;
  padding: 24px 30px 26px 30px;
}
.faq .fpic {
  margin-left: 30px;
}
.faq .fpic .faq-girl {
  max-width: unset;
}

/* tril Start */
.tril {
  padding: 60px 0px 60px;
}
.tril .content {
  padding: 116px 0 120px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 20px;
}
.tril .content .section-head {
  margin-bottom: 0px;
}
.tril .content .section-head h2.title {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
}
.tril .content .section-head p.text {
  color: #fff;
}
.tril .content .section-head a.button {
  margin-top: 37px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0px 35px 0px;
  color: #fff;
  width: auto;
}

/* Footer Start */
.footer {
  padding: 60px 0px 0px;
}
.footer .footer-box .logo {
  padding-bottom: 10px;
}
.footer .footer-box p.text {
  padding-top: 8px;
  color: #5d5779;
}
.footer .footer-box h3.subtitle {
  color: #33276a;
  padding-bottom: 10px;
}
.footer .footer-box .footer-link li {
  color: #5d5779;
  padding-top: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #5d5779;
}
.footer .footer-box .footer-link li a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #5d5779;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .footer-box .footer-link li a:hover {
  color: #6342ff;
}
.footer .footer-bottom {
  margin-top: 117px;
  padding: 20px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(104, 112, 197, 0.2);
}
.footer .footer-bottom .content p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #5d5779;
}
.footer .footer-bottom .content p a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #6342ff;
}
.footer .footer-bottom .content p a:hover {
  text-decoration: underline;
}
.footer .footer-bottom .social-style a {
  margin-left: 15px;
  background-color: #d5dafa;
  color: #8c99d6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid rgba(236, 239, 253, 0.73);
  line-height: 40px;
  display: inline-block;
}
.footer .footer-bottom .social-style a:hover {
  background: linear-gradient(24deg, #903eff 17%, #ea07fe 100%);
  -webkit-box-shadow: -1.816px 3.564px 10px 0px rgba(60, 49, 172, 0.29);
          box-shadow: -1.816px 3.564px 10px 0px rgba(60, 49, 172, 0.29);
  color: rgba(255, 255, 255, 0.9);
}

/* Scroll To Top Start */
#scrollUp {
  position: fixed;
  display: none;
  height: 45px;
  width: 40px;
  right: 2%;
  bottom: 3%;
  border-radius: 4px;
  background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 500;
  color: black;
}

#scrollUp i.fas.fa-arrow-up {
  color: #fff;
  line-height: 45px;
}

/* Scroll To Top End */