
/*=====================================================================

@Default Styles

Table of Content:
01/ Variables
02/ predefine
03/ header
04/ banner
05/ about
06/ portfolio
07/ service
08/ blog
09/ contact 


=====================================================================*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Preloader CSS */
.ep-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
  background: #fff;
}

.ep-preloader .animation-preloader {
  z-index: 1000;
  position: relative;
}

.ep-preloader .animation-preloader::after {
  position: absolute;
  left: 50%;
  top: 30px;
  content: "";
  height: 50px;
  width: 50px;
  background: url(../img/favicon.svg);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ep-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid #543ee81a;
	border-top-color: #543EE8;
	height: 110px;
	margin: 0 auto 30px auto;
	width: 110px;
}

.ep-preloader.secondary .animation-preloader .spinner {
  border-top-color: #543EE8;
}

.ep-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ep-preloader .loader .row {
  height: 100%;
}

.ep-preloader .loader .loader-section {
  padding: 0px;
}

.ep-preloader .loader .loader-section .bg {
  background-color: var(--ep-white-color);
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ep-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ep-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@media only screen and (max-width: 767px) {
  .ep-preloader .animation-preloader .txt-loading {
    font: bold 3em "Outfit", sans-serif;
  }
}

/*----------------------------------------------------*/
/*font Variables*/
/*=================== fonts ====================*/
body {
  font-family: "Poppins", sans-serif;
}

.navbar-brand {
  max-width: 160px;
  display: block;
}
.navbar-brand img {
  max-width: 160px;
  border-radius: 4px;
}
.col-md-offset-right-1,
.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}
.demo_item_badge {
  position: absolute;
  top: -10px;
  right: 10px;
  background: #ea4c89;
  z-index: 33;
  color: #fff;
  padding: 2px 15px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
}
.theme-btn {
  text-transform: capitalize;
  font-weight: 500;
  border: none;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 12px 34px;
  background: #543EE8;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  min-height: 40px;
  border-radius: 4px;
  margin-top: 20px;
}
.theme-btn:hover {
  background: #0E2139;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  line-height: 28px;
  font-size: 16px;
  color: #3c4f67;
  font-weight: 400;
  height: 100%;
}

:focus {
  outline: none;
}

i:before {
  margin-left: 0px !important;
}

button:focus {
  outline: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.body_wrapper {
  overflow: hidden;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= header css ==============*/
.menu_one {
  padding-left: 45px;
  padding-right: 45px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
}

.menu_one .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  color: #0E2139;
  font-weight: 500;
  padding: 0px;
  position: relative;
}
.menu_one .navbar-nav .nav-item .nav-link:hover {
  color: #543EE8;
}
.menu_one .navbar-nav .nav-item .nav-link:hover:before,
.menu_one .navbar-nav .nav-item .nav-link.active:before {
  width: 100%;
}

.menu_one .navbar-nav .nav-item .nav-link.purchase_btn {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #82b440;
  border-radius: 4px;
  cursor: pointer;
  padding: 0px 35px;
  display: inline-block;
  transition: all 0.3s linear;
}
.menu_one .navbar-nav .nav-item .nav-link.purchase_btn:hover {
  background: #0E2139 !important;
  color: #fff;
}

.menu_one .navbar-nav .nav-item + .nav-item {
  margin-left: 30px;
}

.menu_one.navbar_fixed {
  background: #fff;
  position: fixed;
  box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.1);
}

.menu_one.navbar_fixed .navbar-brand img + img {
  display: inline-block;
}

.menu_one.navbar_fixed .nav-item .nav-link {
  color: #051441;
}

.menu_one.navbar_fixed .nav-item .nav-link.active {
  color: #543EE8;
}

.menu_one.navbar_fixed .nav-item .nav-link.purchase_btn:hover {
  box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.1);
}

.navbar-brand img + img {
  display: none;
}

.purchase_btn {
  font-size: 16px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
  background-color: #82b440;
  border-radius: 4px;
  cursor: pointer;
  padding: 0px 30px;
  display: inline-block;
  transition: all 0.3s linear;
}

.purchase_btn:hover {
  background: #0E2139;
  color: #fff;
}

.navbar-toggler {
  padding: 0px;
  margin-left: 20px;
  border: 0px;
  display: none;
}

.navbar-toggler:focus {
  outline: none;
}

.menu_toggle {
  width: 22px;
  height: 22px;
  position: relative;
  cursor: pointer;
  display: block;
}

.menu_toggle .hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

.menu_toggle .hamburger span {
  width: 0%;
  height: 2px;
  position: relative;
  top: 0;
  left: 0;
  margin: 4px 0;
  display: block;
  background: #6243fb;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
}

.menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0s;
}

.menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}

.menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.2s;
}

.menu_toggle .hamburger-cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  display: block;
}

.menu_toggle .hamburger-cross span {
  display: block;
  background: #6243fb;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 10px;
  transition-delay: 0.3s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span {
  width: 100%;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
  transition-delay: 0.3s;
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
  transition-delay: 0.4s;
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
  transition-delay: 0.5s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
  height: 0%;
  transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
  width: 0%;
  transition-delay: 0.2s;
}

/*============= header css ==============*/
/*============= banner css ==============*/
.demo_banner_area.hero_bg {
  background: url("../img/hero_bg.png") no-repeat scroll center 0 / cover;
}
.demo_banner_area {
  background: url("../img/footer_bg.png") no-repeat scroll center 0 / cover;
  padding: 200px 0px 130px;
  position: relative;
  z-index: 1;
}

.demo_banner_area img {
  margin-bottom: 30px;
}

.demo_banner_area h2 {
  color: #0E2139;
  line-height: 140%;
  font-size: 44px;
  font-weight: 700;
}
/*============= banner css ==============*/
/*============== demos_area  ================*/
.demos_area {
  padding: 120px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.demos_area .row {
  margin-bottom: -55px;
}

.shape_two {
  position: absolute;
  left: 0;
  top: 300px;
  z-index: -1;
}

.shape_one {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: -1;
}

.nav-tabs {
  justify-content: center;
  margin-bottom: 60px;
  border: 0px;
}

.nav-tabs .nav-link {
  border: 0px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 20px;
  line-height: 1;
  color: #3c4f67;
  border-radius: 50px;
  transition: all 0.3s linear;
  background: #543EE812;
  margin: 0px 8px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  background: #543EE8;
  color: #fff;
}

.tab-content .show .demo_item {
  transform: translateY(0);
  opacity: 1;
}

.tab-content .show .demo_item:hover {
  transform: translateY(-0.25rem);
}

.demo_item {
  text-align: center;
  margin-bottom: 55px;
  transform: translateY(20px);
  transition: all 0.3s linear;
  position: relative;
  opacity: 0;
  filter: drop-shadow(0px 24px 50px rgba(0, 0, 0, 0.1));
}

.demo_item .text {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 15px 0px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  color: #000;
  transition: all 0.2s;
  font-weight: 600;
}
.demo_item-new {
	position: absolute;
	right: -14px;
	top: -6px;
	z-index: 2;
	background: red;
	color: #fff;
	padding: 8px 18px;
	line-height: 10px;
	border-radius: 32px;
	font-weight: 600;
	font-size: 14px;
	transform: rotate(24deg);
}
.demo_item .img {
  display: inline-block;
  transition: all 0.3s linear;
  position: relative;
}

.demo_item .img.coming img {
  opacity: 0.6;
}

.demo_item .img img {
	max-width: 100%;
	height: 350px;
	object-fit: contain;
	background: #fff;
}

.demo_item:hover .text {
  color: #543EE8;
}

.section_title {
  margin-bottom: 55px;
  font-size: 50px;
  line-height: 1.4;
  font-weight: 600;
  color: #051441;
}

.section_title span {
  color: #543EE8;
}

/*============== demos_area  ================*/
.bg_light {
  background: #f8f9fa;
}

.illustration_area {
  padding: 100px 0px;
}

.illustration_area .illustration_img img {
  max-width: 100%;
}

.illustration_content {
  padding-left: 40px;
}

.illustration_content h2 {
  font-size: 36px;
  line-height: 45px;
  color: #373d46;
  font-weight: 600;
  margin-bottom: 22px;
}

.illustration_content p {
  font-size: 16px;
  color: #6a7695;
  line-height: 28px;
  margin-bottom: 35px;
}

.illustration_btn {
  font-size: 16px;
  border-radius: 3px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  padding: 10px 26px;
  background: #166bff;
  box-shadow: 0px 20px 30px 0px rgba(9, 84, 215, 0.2);
  transition: all 0.4s linear;
}

.illustration_btn:hover {
  color: #fff;
  box-shadow: none;
  transform: translateY(-0.25rem);
}

.exclusive_pages_area {
  padding: 220px 0px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.exclusive_text h6 {
  font-size: 16px;
  font-weight: 500;
  color: #009aee;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.exclusive_text h2 {
  font-size: 36px;
  font-weight: 600;
  color: #373d46;
  margin-bottom: 20px;
}

.exclusive_text p {
  font-size: 16px;
  color: #6a7695;
  line-height: 30px;
  padding-right: 120px;
}

.animation_img {
  width: 800px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}

.animation_img img {
  position: absolute;
  z-index: 0;
}

.animation_img img:nth-child(1) {
  right: -270px;
  top: -190px;
}

.animation_img img:nth-child(2) {
  left: 147px;
  top: -207px;
}

.animation_img img:nth-child(3) {
  top: 145px;
  left: 173px;
}

.animation_img img:nth-child(4) {
  bottom: -358px;
  left: -199px;
}

.animation_img img:nth-child(5) {
  left: -223px;
  top: 124px;
}

.animation_img img:nth-child(6) {
  bottom: -71px;
  right: -254px;
}

.animation_img img:nth-child(7) {
  bottom: -403px;
  left: 157px;
}

.features_area {
  padding: 120px 0px 90px;
  background: #dff1ee;
}

.features_item {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  height: 240px;
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px;
}

.features_item img {
  line-height: 1;
  margin-bottom: 16px;
}

.features_item h3 {
  font-size: 22px;
  line-height: 1.2;
  color: #000;
}

.features_item:hover {
  box-shadow: 0px 15px 50px 0px rgba(26, 38, 74, 0.1);
}

.shortcode_area {
  padding: 100px 0px 120px;
}

.shortcode_item {
  text-align: center;
  background: #fff;
  box-shadow: 0px 3px 17px 0px rgba(26, 38, 74, 0.06);
  padding: 40px 20px;
  margin-bottom: 30px;
}

.shortcode_item i {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 12px;
  display: inline-block;
  color: #009aee;
}

.shortcode_item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #373d46;
  line-height: 26px;
}

.innerpages_area {
  padding-top: 110px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
  background: #fff;
}

.Slide_ac {
  margin-bottom: 0 !important;
  padding-bottom: 50px;
}

.Slide_ac .slick-dots {
  bottom: 0px;
}

.Slide_ac .slick-dots li {
  width: auto;
  height: auto;
  margin: 0px 3px;
}

.Slide_ac .slick-dots li button {
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  background: #edeff1;
  margin: 0px;
  display: inline-block;
  transform: scale(0.6);
  transition: all 0.4s linear;
}

.Slide_ac .slick-dots li button:before {
  display: none;
}

.Slide_ac .slick-dots li.slick-active button {
  transform: scale(1);
  background: #009aee;
}

.slider_img {
  box-shadow: 0 1rem 2rem -1rem rgba(3, 24, 61, 0.25);
  margin-bottom: 50px;
}

.slider_img img {
  border-radius: 4px;
}

.google_speed_area {
  padding-top: 120px;
  position: relative;
}

.google_speed_area .leaf {
  position: absolute;
  left: 0;
  max-width: 200px;
  bottom: 0;
}

.google_speed_area .section_title {
  margin-bottom: 80px;
}

.google_speed_area .section_title h3 {
  line-height: 50px;
}

.animation_area {
  position: relative;
}

.animation_area .bubble li {
  background: #5e2ced;
  opacity: 0.1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
}

.animation_area .bubble li:nth-child(1) {
  left: 220px;
  bottom: 50px;
  animation: spin3 2s infinite alternate;
}

.animation_area .bubble li:nth-child(2) {
  left: 15%;
  top: 500px;
  animation: spin 2s infinite alternate;
}

.animation_area .bubble li:nth-child(3) {
  right: 10%;
  width: 51px;
  height: 51px;
  bottom: 50px;
  animation: spin1 3s infinite alternate;
}

.animation_area .bubble li:nth-child(4) {
  right: 12%;
  bottom: 200px;
  width: 20px;
  height: 20px;
}

.animation_area .bubble li:nth-child(5) {
  left: 76%;
  width: 51px;
  height: 51px;
  top: 160px;
  animation: spin1 3s infinite alternate;
}

.animation_area .bubble li:nth-child(6) {
  left: 75%;
  width: 30px;
  height: 30px;
  top: 186px;
}

.animation_area .bubble li:nth-child(7) {
  left: 52%;
  top: 150px;
  width: 20px;
  height: 20px;
  animation: spin2 2s infinite alternate;
}

.animation_area .bubble li:nth-child(8) {
  left: 90%;
  top: 250px;
  width: 20px;
  height: 20px;
  animation: spin2 2s infinite alternate;
}

@keyframes spin {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}

@keyframes spin1 {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}

@keyframes spin2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}

@keyframes spin3 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(50px);
  }
}

.animation_inner {
  background: url(../img/round.png) no-repeat scroll center bottom;
  padding: 40px 0;
  height: 500px;
  position: relative;
}

.animation_inner img {
  max-width: 100%;
  position: absolute;
  bottom: -147px;
}

.position {
  position: absolute;
  z-index: 0;
}

.one-p {
  left: 80px;
  top: 85px;
}

.two-p {
  left: 590px;
  top: 200px;
}

.three-p {
  left: 900px;
  top: 280px;
}

.four-p {
  left: 590px;
  bottom: 80px;
}

.five-p {
  left: 50px;
  bottom: 80px;
}

.leaf {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c_one {
  left: 250px;
  top: 150px;
}

.c_two {
  right: 680px;
  top: 350px;
}

.c_three {
  left: 350px;
  bottom: 150px;
}

.c_four {
  right: 500px;
  top: 150px;
}

.c_five {
  left: 800px;
  top: 150px;
}

.mockup_img {
  max-width: 970px;
  margin: 0 auto -80px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.mockup_img img {
  max-width: 700px;
}

.mockup_img .first {
  position: absolute;
  max-width: 183px;
  left: -65px;
  bottom: 0px;
  z-index: 3;
}

.responsive_text {
  padding-left: 100px;
}

.footer_area {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	background: #f5f5f5;
}
.footer_area ul li {
  position: absolute;
  opacity: 0.7;
}

.footer_area ul li:nth-child(1) {
  top: 100px;
  left: 150px;
}

.footer_area ul li:nth-child(2) {
  top: 100px;
  right: 150px;
}

.footer_area ul li:nth-child(3) {
  bottom: 100px;
  left: 150px;
}

.footer_area ul li:nth-child(4) {
  bottom: 100px;
  right: 150px;
}

.footer_area ul li:nth-child(5) {
  top: 300px;
  left: 350px;
}

.footer_area h2 {
  font-size: 42px;
  line-height: 55px;
  color: #0E2139;
  font-weight: 700;
}
.footer_area .purchase_btn {
	margin-top: 20px;
	background: #82b440;
	color: #fff;
	position: relative;
	padding: 4px 34px;
	line-height: 40px;
}

.footer_area .purchase_btn:hover {
  background: #0E2139;
  color: #fff;
}

/*---------------------------------------------------- */
/*# sourceMappingURL=style.css.map */
