/*=========================================================
	Template Name: Zomia Startup Agency HTML5 Template
	Version: 0.1
===========================================================*/

/*============================
	header-area-start
==============================*/
.mobile-menu-logo.text-center {
  padding: 20px 0;
}
.mobile-menu-logo.text-center img {
  width: auto;
}
.mobile-menu.mean-container {
  overflow: hidden;
}
nav.zomia_menu {
  text-align: right;
}
.zomia_nav_manu {
  transition: 0.5s;
  z-index: 999;
  position: relative;
  margin-bottom: -100px;
}
.zomia_nav_manu.style-three {
  padding: 15px 0;
}
.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #5a49f8;
  transition: 0.5s;
}
/* zomia Menu Css*/
.zomia_menu ul {
  text-align: center;
  list-style: none;
  display: inline-block;
}
.zomia_menu > ul > li {
  display: inline-block;
  position: relative;
}
.zomia_menu > ul > li > a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  margin: 27px 10px;
  padding: 8px 0;
  position: relative;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
}
.added-new-demo span i {
  font-size: 14px;
  opacity: 0.6;
  right: 0;
  position: relative;
  top: 0;
}
.zomia_menu ul li:last-child a {
  margin-right: 0px;
}
.zomia_menu > ul > li.current > a {
  color: #43baff;
}
.white .zomia_menu > ul > li.current > a {
  color: #fff;
}
/* sub menu style */
.zomia_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 270px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #5a49f9;
  font-family: "Poppins";
}
.zomia_menu ul .sub-menu li {
  position: relative;
}
.sub-menu li a {
  display: block;
  padding: 16px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 14px;
  color: #6e7673;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  transition: 0.1s;
  visibility: inherit !important;
  border-bottom: 1px solid #ddd;
}
.header-search-button {
  text-align: right;
}
.search-box-btn.search-box-outer {
  display: inline-block;
  padding-right: 15px;
}
.search-box-btn.search-box-outer i {
  cursor: pointer;
  color: #211e3b;
}
.header-donate-btn {
  display: inline-block;
}
.header-social-icon {
  color: #fff;
  display: inline-block;
  margin-right: 15px;
}
.header-social-icon a {
  color: #fff;
}
.header-search-button {
  text-align: right;
}
.header-donate-btn {
  display: inline-block;
}
.header-donate-btn a {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  transition: 0.3s;
}
.header-donate-btn a.header-btn {
  color: #fff;
  border: 1px solid #fff;
  padding: 9px 40px;
  vertical-align: middle;
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  transition: 0.3s;
}
.zomia_menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  border-radius: 0 0 5px 5px;
  z-index: 9;
}
.zomia_menu ul .sub-menu li:hover > a,
.zomia_menu ul .sub-menu .sub-menu li:hover > a,
.zomia_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.zomia_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  color: #fff !important;
  background: linear-gradient(to right, #533eff 0%, #740fd7 97%);
}
.header-donate-btn a:hover {
  background: #fff;
  border-color: #fff;
  color: #5f4ff8;
}
.header-donate-btn a:hover {
  background: #fff;
  border-color: #fff;
  color: #646464;
}
/*==================
	header-area-end
====================*/

/*=====================
	hero-section-start
=======================*/
.hero-section {
  padding: 150px 0 0 0;
  background: url("images/hero-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 960px;
  display: flex;
}
.hero-section-title h1 {
  font-size: 65px;
  letter-spacing: -2px;
  line-height: 74px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins";
  text-align: left;
}
.hero-description {
  padding: 27px 0 0 0;
}
.hero-description p {
  font-size: 19px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  font-family: "Rubik";
}
.hero-button {
  padding: 18px 0 0 0;
}
.hero-button a {
  color: #fff;
  background: #35b9fd;
  height: 54px;
  line-height: 53px;
  border: 1px solid #35b9fd;
  padding: 0px 29px;
  vertical-align: middle;
  border-radius: 40px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
  transition: 0.5s;
}
.hero-button i {
  font-size: 16px;
  padding: 0 0 0 5px;
}
.hero-section-right {
  position: relative;
}
.hero-thumb {
  position: relative;
}
.hero-icon-thumb1 {
  position: absolute;
  top: 35px;
  left: 70px;
}
.hero-icon-thumb2 {
  position: absolute;
  top: -10px;
  left: 31%;
}
.hero-icon-thumb3 {
  position: absolute;
  top: -60px;
  right: 42%;
}
.hero-icon-animation {
  position: absolute;
  animation-name: hero-icon-up-down;
  animation-duration: 1.3s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes hero-icon-up-down {
  0% {
    left: 70px;
    top: 40px;
  }
  100% {
    left: 70px;
    top: 15px;
  }
}
.hero-icon-animation2 {
  position: absolute;
  animation-name: hero-icon-up-down2;
  animation-duration: 1.3s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes hero-icon-up-down2 {
  0% {
    left: 31%;
    top: -20px;
  }
  100% {
    left: 31%;
    top: 5px;
  }
}
.hero-icon-animation3 {
  position: absolute;
  animation-name: hero-icon-up-down3;
  animation-duration: 2s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes hero-icon-up-down3 {
  0% {
    right: 42%;
    top: -70px;
  }
  100% {
    right: 42%;
    top: -40px;
  }
}
.hero-button a:hover {
  background: #0096ff;
  border: 1px solid #0096ff;
}
/*=====================
	hero-section-end
=======================*/

/*============================
	breatcome area Start
==============================*/
.breatcome-area {
  background: url(images/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 220px 0 150px 0;
  background-color: #533dfd;
}
.breatcome-title h1 {
  font-size: 45px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
}
.breatcome-content {
  text-align: center;
}
.breatcome-text ul li {
  list-style: none;
  display: inline-block;
}
.breatcome-text ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.breatcome-text ul li i {
  font-weight: 600;
  font-size: 15px;
  margin: 0 6px;
  color: #fff;
}
.breatcome-text ul li span {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}
/*============================
	breatcome area end
==============================*/

/*============================
	feature area start
==============================*/
.feature-area {
  padding: 5px 0 100px 0;
}
.feature-area.service {
  padding: 100px 0 100px 0;
}
.section-sub-title h5 {
  color: #5a49f8;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 20px 50px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.section-main-title h2 {
  font-size: 38px;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 1.3;
  font-weight: 600;
}
.section-main-title h1 {
  font-size: 38px;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 1.3;
  font-weight: 600;
  padding: 0 0 24px 0;
}
.zomia-button {
  padding: 18px 0 0 0;
}
.zomia-button a {
  display: inline-block;
  background: linear-gradient(to right, #533efe, #740fd6);
  color: #fff;
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 30px;
}
.zomia-button a i {
  margin-left: 5px;
  font-size: 16px;
}
.section-title.t-left .section-sub-title h5::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 20px;
  background: #5a49f8;
  left: -50px;
  top: 17px;
  width: 40px;
  border-radius: 0;
}
.single-feature {
  position: relative;
  transition: 0.5s;
}
.feature-content {
  background: #fff;
  padding: 24px 29px 40px;
  box-shadow: 0px 5px 20px 0px rgb(164 155 221 / 15%);
  border-radius: 7px;
  text-align: center;
  position: relative;
  transition: 0.5s;
  margin: 0 0 25px 0;
}
.feature-content.four {
  margin: 25px 0 0 0;
}
.feature-title h3 {
  font-size: 20px;
  line-height: 28px;
  color: #1d2124;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  margin: 8px 0 0 0;
}
.feature-title h5 {
  font-size: 20px;
  color: #1d2124;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  margin: 3px 0 0 0;
}
.feature-content::after {
  position: absolute;
  left: 0;
  content: "";
  height: 167px;
  width: 90%;
  background: #fff;
  right: 0;
  bottom: -14px;
  box-shadow: 0px 5px 20px 0px rgb(164 155 221 / 15%);
  margin: auto;
  border-radius: 0 0 7px 7px;
  z-index: -1;
  transition: 0.5s;
}
.feature-content.four::after {
  position: absolute;
  left: 0;
  content: "";
  height: 167px;
  width: 90%;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 95px;
  box-shadow: 0px 5px 20px 7px rgb(164 155 221 / 15%);
  margin: auto;
  border-radius: 7px;
  z-index: -1;
  transition: 0.5s;
}
.feature-content:hover::after {
  top: 0;
  bottom: 0;
}
.zomia-button a:hover {
  background: linear-gradient(to right, #740fd6, #533efe);
}
.feature-title h3:hover {
  color: #5a49f8;
}
.single-feature:hover {
  transform: translate3d(0, -6px, 0);
}
/*============================
	feature area end
==============================*/

/*============================
	about us area end
==============================*/
.about-us-area {
  padding: 55px 0 55px 0;
  background: #f8faff;
}
.about-section-right {
  position: relative;
}
.about-thumb {
  position: relative;
  left: -75px;
}
.about-shape-thumb {
  position: absolute;
  top: 7%;
  right: -6px;
  z-index: 1;
}
.shape-img-animation {
  position: absolute;
  animation-name: shape-up-down;
  animation-duration: 1.5s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes shape-up-down {
  0% {
    right: -6px;
    top: 0%;
  }
  100% {
    right: -6px;
    top: 6%;
  }
}
.abt-thumb {
  position: absolute;
  top: 30%;
  left: -2%;
}
.abt-img-animation {
  position: absolute;
  animation-name: abt-up-down;
  animation-duration: 1.5s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes abt-up-down {
  0% {
    left: -2%;
    top: 30%;
  }
  100% {
    left: -2%;
    top: 26%;
  }
}
.about-icon-thumb {
  position: absolute;
  top: 5%;
  left: -3%;
}
.about-content-inner ul li {
  text-decoration: none;
  list-style: none;
  padding: 0 0 8px 0;
}
.about-content-inner ul li i {
  display: inline-block;
  float: left;
  margin-top: 14px;
  margin-right: 13px;
  height: 20px;
  width: 20px;
  background: darkorange;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border-radius: 100%;
  font-size: 10px;
}
.about-content-inner h4 {
  font-size: 16px;
  font-family: "Rubik";
  font-weight: 400;
  display: inline-block;
  line-height: 25px;
}
.about-content-inner ul li i.two {
  background: #7310d7;
}
.about-content-inner ul li i.three {
  background: darkturquoise;
}
.about-button {
  padding: 11px 0 0 0;
}
/*============================
	about us area end
==============================*/

/*============================
	process area start
==============================*/
.process-area {
  padding: 100px 0 70px 0;
  background: url("images/process-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-title.t-center {
  text-align: center;
}
.section-title.t-center .section-description p {
  width: 54%;
  margin: auto;
}
.section-title.t-center {
  padding: 0 0 56px 0;
  position: relative;
}
.process-title-shape-thumb {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  opacity: 0.6;
}
.section-title.t-center .section-main-title h1 {
  padding: 0 0 14px 0;
}
.section-title.t-center .section-sub-title h5 {
  margin: 0 0 14px 0;
}
.process-icon-thumb {
  transition: 0.5s;
}
.single-process {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.process-content {
  position: relative;
  padding: 45px 37px 23px;
  box-shadow: 0px 10px 50px 0px rgba(186, 172, 215, 0.2);
  background: #fff;
  border-radius: 6px;
  margin: 0 0 30px 0;
  transition: 0.5s;
  z-index: 1;
  overflow: hidden;
}
.single-process::before {
  position: absolute;
  left: 0;
  content: "";
  height: 75px;
  width: 80%;
  background: #fff;
  right: 0;
  bottom: -15px;
  box-shadow: 0px 5px 20px 0px rgb(164 155 221 / 15%);
  margin: auto;
  border-radius: 0 0 7px 7px;
  transition: 0.5s;
  z-index: -1;
}
.process-content:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(#533eff 0%, #740fd7 97%);
  content: "";
  transition: 0.5s;
  opacity: 0;
  border-radius: 5px;
  z-index: -1;
}
.process-title h3 {
  font-size: 22px;
  line-height: 28px;
  margin: 22px 0 15px;
  transition: 0.5s;
}
.process-description p {
  transition: 0.5s;
}
.single-process:hover::before {
  bottom: 0;
}
.single-process:hover {
  transform: translate3d(0, -6px, 0);
}
.single-process:hover .process-icon-thumb {
  transform: translate3d(0, -6px, 0);
}
.single-process:hover .process-content:after {
  opacity: 1;
  height: 100%;
}
.single-process:hover .process-title h3 {
  color: #fff;
}
.single-process:hover .process-description p {
  color: #fff;
}
/*============================
	process area end
==============================*/

/*============================
	screenshot area start
==============================*/
.screenshot-area {
  padding: 100px 0 70px 0;
  background: url("images/screenshot-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.screenshot-area .section-title h5 {
  color: #fff;
}
.screenshot-area .section-main-title h1 {
  color: #fff;
}
.screenshot-area .section-title.t-center .section-description p {
  width: 33%;
  margin: auto;
  color: #fff;
}
.screenshot-title-shape-thumb {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
}
.single-screenshot {
  text-align: center;
  transition: 0.5s;
  z-index: 1;
}
.screenshot-thumb {
  display: inline-block;
  position: relative;
  margin: 0 0px 30px 0px;
}
.screenshot-area .owl-nav {
  display: none;
}
.screenshot-thumb img {
  width: 100%;
}
.row.screenshot {
  padding: 0 30px 0 30px;
  margin: auto;
  width: 1500px;
}
.single-screenshot:hover {
  transform: translate3d(10px, 0, 0);
}
/*============================
	screenshot area end
==============================*/

/*============================
	feedback area start
==============================*/
.feedback-area {
  padding: 100px 0 100px 0;
  background: url("images/feedback-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.feedback-right {
  position: relative;
  padding: 0 0 0 55px;
}
.single-feedback.two {
  left: 65px;
  position: relative;
}
.feedback-content {
  display: block;
  background: #fff;
  box-shadow: 0px 15px 60px 0px rgba(109, 109, 109, 0.15);
  padding: 36px 32px 33px;
  border-radius: 7px;
  position: relative;
  transition: 0.4s;
  margin: 0 0 30px 0;
}
.feedback-thumb {
  float: left;
  padding-right: 27px;
}
.feedback-title h3 {
  color: #1d2124;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 9px 0;
}
.feedback-description p {
  margin: 0;
  padding: 0 0 13px 0;
}
.feedback-icon-thumb {
  position: absolute;
  top: 28px;
  right: 40px;
}
.feedback-content:hover {
  transform: translate3d(-10px, 0, 0);
}
/*============================
	feedback area end
==============================*/

/*==========================
	team-area-start
============================*/
.team-area {
  padding: 100px 0px 90px 0px;
  background: url("images/team-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.single-team {
  margin: 0 0 30px 0;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}
.team-thumb {
  position: relative;
  overflow: hidden;
}
.team-thumb img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.team-thumb::before {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  background-image: linear-gradient(#533eff 0%, #740fd7 97%);
  content: "";
  transition: 0.5s;
  width: 0%;
  opacity: 0.5;
  border-radius: 4px 4px 0 0;
}
.team-content-inner {
  width: 100%;
  position: relative;
  top: 0;
  opacity: 1;
  padding: 15px 20px 15px;
  color: #444;
  text-align: center;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
  box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}
.team-content-title {
  padding: 10px 0;
}
.team-content-title h3 {
  font-size: 18px;
  color: #1d2124;
  text-align: center;
  margin: 0;
  transition: 0.5s;
}
.team-title-thumb {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  opacity: 0.6;
}
h4.designation {
  float: none;
  font-size: 16px;
  color: #646464;
  font-weight: 400;
  font-family: "Rubik";
  text-align: center;
  margin-top: 8px;
}
.team-social-icon a {
  color: #fff;
  background: inherit;
  text-align: center;
  margin: 0 5px;
  display: inline-block;
  margin-top: 0;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.team-social-icon {
  right: 0;
  width: 83%;
  position: absolute;
  background: #5a49f8;
  padding: 7px 0;
  opacity: 0;
  visibility: visible;
  transition: 0.5s;
  top: inherit;
  transform: inherit;
  left: 0;
  text-align: center;
  margin: auto;
  bottom: 50px;
  border-radius: 4px 4px 0 0;
}
.single-team::after {
  position: absolute;
  left: 0;
  content: "";
  height: 75px;
  width: 80%;
  background: #fff;
  right: 0;
  bottom: -12px;
  box-shadow: 0px 5px 15px 0px rgb(164 155 221 / 15%);
  margin: auto;
  border-radius: 0 0 7px 7px;
  transition: 0.5s;
  z-index: -1;
}
.team-area.inner-team-area .single-team::after {
  display: none;
}
.team-button {
  text-align: center;
  padding: 40px 0 0 0;
}
.team-button a {
  font-size: 16px;
  color: #5a49f8;
  font-weight: 600;
  font-family: "Poppins";
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0 12px 0 0;
}
.team-button a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 82%;
  transition: 0.5s;
  background: #584af9;
}
.team-button a i {
  font-size: 13px;
  left: 4px;
  position: relative;
  transition: 0.5s;
}
.team-button a:hover i {
  left: 10px;
}
.team-content-title h3:hover {
  color: #5a49f8;
}
.single-team:hover .team-thumb::before {
  width: 100%;
  opacity: 0.6;
  left: 0;
}
.single-team:hover .team-social-icon {
  bottom: 97px;
  opacity: 1;
}
.single-team:hover::after {
  bottom: 0;
}
/*==========================
	team-area-end
============================*/

/*==========================
	call do action-area start
============================*/
.call-do-action-area {
  padding: 80px 0px 85px 0px;
  background-color: blue;
  background: url("images/call-do-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.call-do-action-area .section-sub-title h5 {
  color: #fff;
}
.call-do-action-area .section-main-title h1 {
  color: #fff;
}
.call-do-action-text p {
  color: #fff;
}
.call-do-action-area .section-title.t-left .section-sub-title h5::before {
  background: #fff;
}
.call-do-action-thumb {
  top: 0;
  left: 0;
  position: relative;
}
.call-img-animation {
  position: relative;
  animation-name: call-up-down;
  animation-duration: 1.5s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes call-up-down {
  0% {
    left: 0;
    top: -10px;
  }
  100% {
    left: 0;
    top: 15px;
  }
}
.call-do-button {
  display: inline-block;
}
.call-do-button.two {
  left: 20px;
  position: relative;
}
.call-do-button .zomia-button a {
  background: #fff;
  color: #5a49f8;
  border: 1px solid #f3f2ff;
  transition: 0.3s;
  position: relative;
  padding: 12px 28px 12px 64px;
  z-index: 1;
}
.call-do-button.two .zomia-button a {
  background: inherit;
  color: #fff;
}
.call-do-button .zomia-button a:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 24px;
  height: 25px;
  width: 25px;
  background: url("images/apps.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: none;
}
.call-do-button.two .zomia-button a:after {
  background: url("images/apple-white.png");
}
.call-do-button .zomia-button a:hover {
  background: inherit;
  color: #fff;
}
.call-do-button.two .zomia-button a:hover {
  background: #fff;
  color: #5a49f8;
}
.call-do-button.two .zomia-button a:hover::after {
  background: url("images/apple-blue.png");
}
/*==========================
	call do action-area-end
============================*/

/*==========================
	pricing-area start
============================*/
.pricing-area {
  padding: 100px 0 115px 0;
  background: url("images/pricing-bg.jpg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pricing-content {
  transition: 0.5s;
  position: relative;
  z-index: 1;
  text-align: left;
  border: none;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 5px 30px 0px rgba(137, 165, 198, 0.1);
}
.pricing-head {
  padding: 25px 41px 16px;
}
.pricing-head.active {
  background: linear-gradient(to right, #533efe, #740fd6);
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
}
.pricing-title h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Rubik";
}
.pricing-rate {
  color: #fff;
  padding: 13px 0 30px 0;
}
.pricing-rate.two {
  color: #1d2124;
}
.pricing-title.two h4 {
  color: #533cfe;
}
span.dollar-sign {
  font-size: 20px;
  font-weight: 600;
  font-family: "Rubik";
  position: relative;
  letter-spacing: 4px;
}
span.dollar {
  font-size: 50px;
  font-weight: 600;
  font-family: "Rubik";
  position: relative;
  top: 15px;
}
span.month {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik";
}
.pricing-head.active::before {
  content: "Top";
  color: #fff;
  background: #eb384e;
  padding: 15px 56px 6px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -7px;
  right: -55px;
  transform: rotate(42deg);
}
.price-featur ul {
  padding: 31px 0 0;
}
.price-featur ul li {
  display: block;
  font-size: 16px;
  padding: 4px 0;
  text-transform: none;
  transition: 0.3s;
  text-transform: capitalize;
}
.price-featur ul li i {
  color: #563bfb;
  font-size: 12px;
  margin-right: 7px;
}
i.fa-sharp.fa-solid.fa-xmark {
  font-size: 16px;
  color: red;
}
.pricing-body {
  padding: 0px 41px 34px;
  border-top: 1px solid#E9E9E9;
  background: #fff;
}
.pricing-footer {
  background: #fff;
  border-radius: 0 0 8px 8px;
}
.priceing-btn {
  border-top: 1px solid#E8E8E8;
  padding: 19px 41px 21px;
  box-shadow: 0px 10px 19px 0 rgb(0 0 0 / 10%);
}
.priceing-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  position: relative;
  text-transform: capitalize;
  transition: 0.5s;
  color: #563afa;
  border: none;
  border-radius: 0;
}
.priceing-btn a:before {
  position: absolute;
  content: "";
  top: 26px;
  left: 0;
  height: 1px;
  width: 90%;
  transition: 0.5s;
  background: #584af9;
}
.priceing-btn a i {
  left: 5px;
  font-size: 14px;
  position: relative;
  color: #563afa;
  font-weight: 600;
  display: inline-block;
}
.pricing-content::after {
  position: absolute;
  left: 0;
  content: "";
  height: 75px;
  width: 80%;
  background: #fff;
  right: 0;
  bottom: -12px;
  box-shadow: 0px 5px 15px 0px rgb(164 155 221 / 15%);
  margin: auto;
  border-radius: 0 0 7px 7px;
  transition: 0.5s;
  z-index: -1;
}
.pricing-content:hover {
  transform: translate3d(0, -10px, 0);
}
.pricing-content:hover::after {
  bottom: 10px;
}
.pricing-content:hover .priceing-btn a {
  color: #5a49f8;
  letter-spacing: 1px;
}
/*==========================
	pricing-area-end
============================*/

/*==========================
	map-area-start
============================*/
.map-area {
  padding: 150px 0 160px 0;
  background: url("images/map-bg.jpg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.single-map.two {
  top: -75px;
}
.single-map.three {
  left: 55px;
  top: -55px;
}
.single-map {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.map-bg {
  background: #6034e2;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  animation: ripple-blue 1s linear infinite;
  transition: 0.5s;
}
.single-mapsad:before {
  z-index: -1;
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: #6034e2;
  border-radius: 100%;
  text-align: center;
  left: 33px;
  top: -27px;
  margin: auto;
  transition: 0.5s;
}
.map-content {
  padding: 35px 16px 15px 31px;
  box-shadow: 0 20px 50px rgb(229 229 229 / 80%);
  background: #fff;
  position: relative;
  visibility: hidden;
  width: 318px;
  transition: 0.5s;
  z-index: 1;
  opacity: 0;
  top: 60px;
  left: -33px;
  border-radius: 5px;
}
.map-content.active {
  opacity: 1;
  left: -33px;
  top: 38px;
  visibility: visible;
}
.map-title h3 {
  font-size: 22px;
  color: #1d2124;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0 0 20px 0;
  position: relative;
}
.map-title h3:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  top: -53px;
  left: 0;
  transition: 0.5s;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0 20px 50px rgb(229 229 229 / 80%);
}
.map-icon {
  display: inline-block;
  position: relative;
  float: left;
}
.map-icon i {
  color: #6425e8;
  font-size: 24px;
  display: inline-block;
  font-weight: 600;
  margin-right: 13px;
  position: relative;
  top: 6px;
}
.map-description p {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  display: inline-block;
  margin: 0 0 18px;
  z-index: 1;
}
.map-bg:hover .map-content {
  top: 38px;
  opacity: 1;
  visibility: visible;
}
@-webkit-keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(96, 22, 226, 0.3),
      0 0 0 10px rgba(96, 22, 226, 0.3), 0 0 0 20px rgba(96, 22, 226, 0.3);
    box-shadow: 0 0 0 0 rgba(96, 22, 226, 0.3),
      0 0 0 10px rgba(96, 22, 226, 0.3), 0 0 0 20px rgba(96, 22, 226, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(96, 22, 226, 0.3),
      0 0 0 20px rgba(96, 22, 226, 0.3), 0 0 0 30px rgba(96, 22, 226, 0);
    box-shadow: 0 0 0 10px rgba(96, 22, 226, 0.3),
      0 0 0 20px rgba(96, 22, 226, 0.3), 0 0 0 30px rgba(96, 22, 226, 0);
  }
}

@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(96, 22, 226, 0.3),
      0 0 0 10px rgba(96, 22, 226, 0.3), 0 0 0 20px rgba(96, 22, 226, 0.3);
    box-shadow: 0 0 0 0 rgba(96, 22, 226, 0.3),
      0 0 0 10px rgba(96, 22, 226, 0.3), 0 0 0 20px rgba(96, 22, 226, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(96, 22, 226, 0.3),
      0 0 0 20px rgba(96, 22, 226, 0.3), 0 0 0 30px rgba(96, 22, 226, 0);
    box-shadow: 0 0 0 10px rgba(96, 22, 226, 0.3),
      0 0 0 20px rgba(96, 22, 226, 0.3), 0 0 0 30px rgba(96, 22, 226, 0);
  }
}
/*==========================
	map-area-end
============================*/

/* Calender*/
.calender-area {
  height: 465px;
  padding: 25px 0px 38px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #e6e6e6;
}
.celender-box {
  border: 1px solid #e6e6e6;
  margin-bottom: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 13px 4px 8px 19px;
  color: #fff;
}
.sidebar-search {
  padding-top: 11px;
  padding-bottom: 13px;
}
.sidebar-search input:focus {
  border: 1px solid #f00;
}
.widget-title h2 {
  font-size: 25px;
  padding-left: 10px;
}
.curr-month {
  display: block;
  font-size: 21px;
  margin-bottom: 5px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  color: #255946;
  padding-left: 25px;
}
.curr-month-name p {
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  color: #616161;
  padding-left: 25px;
  margin-bottom: 25px;
}
.all-days {
  width: 100%;
  height: 40px;
  background-color: #fff;
  float: left;
}
.tag-item .all-days ul,
.tag-item .all-date ul {
  list-style: none;
  display: block;
  height: 30px;
  width: 95%;
  background: #fff;
  margin: 0 auto 0;
  font-size: 14px;
  font-weight: 300;
  padding-left: 18px;
}
.tag-item .all-days ul li,
.tag-item .all-date ul li {
  float: left;
  width: 50px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  color: #333;
  height: 40px;
  background: #fff;
}
.tag-item .all-days ul li {
  font-weight: 600;
}
.all-date {
  width: 100%;
  height: 280px;
  float: left;
  overflow: hidden;
}
.all-date li {
  height: 40px;
  width: 50px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.all-date li.monthdate:hover {
  background: linear-gradient(to right, #740fd7 0%, #533eff 97%);
  color: #fff;
}
/*======================
	calendar-area-end
=======================*/

/*====================
	blog-area-start
======================*/
.blog-area {
  padding: 100px 0 70px 0;
}
.blog-area .section-main-title h1 {
  margin-bottom: 14px;
}
.blog-area .section-description p {
  width: 60%;
  margin: auto;
  padding: 0 0 20px 0;
}
.single-blog {
  margin: 10px 0 30px 0;
  overflow: hidden;
  text-align: left;
  transition: 0.5s;
  background: #fff;
  border: 0;
  box-shadow: 0px 10px 20px rgb(243 242 255);
  border-radius: 7px;
}
.blog-thumb {
  overflow: hidden;
  position: relative;
}
.blog-thumb img {
  width: 100%;
}
.blog-thumb:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, #533efe, #740fd6);
  content: "";
  transition: 0.5s;
  opacity: 0;
}
.blog-content {
  overflow: hidden;
  padding: 22px 28px 38px;
}
.blog-meta a,
.blog-meta span {
  margin-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  color: #646464;
  position: relative;
  font-weight: 400;
}
.blog-meta span::before {
  content: "";
  background: #e0e1fc;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -23px;
  top: 10px;
  border-radius: 50%;
}
.blog-meta i {
  color: #5f4ff8;
  margin-right: 10px;
}
.blog-meta a:last-child {
  margin-right: 0;
}
a.blog-comment {
  margin-left: 23px;
  position: relative;
}
.blog-title h3 {
  font-size: 22px;
  margin: 20px 0 20px;
  line-height: 1.4;
  position: relative;
  border-top: 1px solid #f0effe;
  padding-top: 26px;
  transition: 0.5s;
}
.blog-title a {
  margin-bottom: 0;
  text-transform: none;
  transition: 0.5s;
  font-weight: 600;
}
.blog-details-inner p {
  text-align: justify;
}
.zomia-learn-button a {
  box-shadow: none;
  text-decoration: none;
  font-size: 16px;
  color: #5a49f8;
  transition: 0.3s;
  font-weight: 600;
  font-family: "Poppins";
}
.zomia-learn-button.upper {
  position: relative;
}
.zomia-learn-button.upper a::before {
  position: absolute;
  content: "\f061";
  top: 1px;
  font-size: 14px;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #5a49f8;
  transition: 0.5s;
  left: 93px;
}
.zomia-learn-button::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 86px;
  background: #8277f9;
  height: 1px;
  transition: 0.3s;
}
.zomia-learn-button.upper a:hover::before {
  left: 100px;
}
.owl-nav {
  display: none;
}
.blog-meta a:hover,
.blog-meta span:hover {
  color: #5f4ff8;
}
.blog-title a h3:hover {
  color: #5a49f8;
}
.single-blog:hover {
  -webkit-box-shadow: 0 2px 4px #0003;
  box-shadow: 0 2px 4px #0003;
}
.single-blog:hover {
  transform: translateY(-10px);
}
.single-blog:hover .blog-thumb:before {
  opacity: 0.7;
  width: 100%;
  left: 0%;
}
/*==================
	blog-area-end
====================*/

/*============================
	single-blog-area-start
==============================*/
.blog-meta a,
.blog-meta span {
  margin-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  color: #646464;
  position: relative;
  font-weight: 400;
}
a.blog-comment {
  padding: 0 0 0 10px;
}
.blog-meta span::before {
  content: "";
  background: #e0e1fc;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -23px;
  top: 10px;
  border-radius: 50%;
}
.blog-area.blog-grid .single-blog {
  margin-bottom: 43px;
  overflow: hidden;
}
.blog-area.blog-grid {
  background: #fff;
  padding: 100px 0 70px 0;
}
.blog-area.blog-grid .blog-meta span::before {
  left: -22px;
}
.blog-grid-meta-top {
  position: absolute;
  left: 15px;
  top: 10px;
}
.blog-grid-meta-top ul {
  list-style: none;
}
.blog-grid-meta-top li {
  display: inline-block;
}
.blog-grid-meta-top li a {
  display: inline-block;
  background: #5a49f8;
  padding: 0 16px;
  line-height: 19px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
}
.blog-area.sub-blog-area {
  background-color: #fff;
}
.blog-thumb.blog-list-thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-thumb.blog-list-thumb:before {
  position: absolute;
  right: 120%;
  top: 0;
  height: 140%;
  width: 200%;
  content: "";
  background: -webkit-linear-gradient(-9deg, #533eff 50%, #740fd7 97%);
  opacity: 0;
  transition: 0.5s;
}
.blog-thumb.blog-list-thumb:after {
  position: absolute;
  left: 136%;
  top: 0;
  height: 114%;
  width: 200%;
  content: "";
  background: -webkit-linear-gradient(-9deg, #533eff 50%, #740fd7 97%);
  opacity: 0;
  transition: 0.5s;
}
.single-blog-list.single-blog-details:hover .blog-thumb.blog-list-thumb:before {
  transform: skew(45deg) translateX(100%);
  opacity: 0.4;
  z-index: 1;
}
.single-blog-list.single-blog-details:hover .blog-thumb.blog-list-thumb:after {
  transform: skew(45deg) translateX(-100%);
  opacity: 0.4;
  z-index: 1;
}
/*============================
	single-blog-area-end
==============================*/

/*============================
	blog-list-area-start
==============================*/
.blog-thumb.blog-list-thumb img {
  width: 100%;
  border-radius: 7px 7px 0 0;
}
.blog-list-left {
  margin-bottom: 40px;
  padding: 50px 30px 35px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.blog-list-inner h3 {
  font-size: 23px;
  margin-bottom: 16px;
  margin-top: 11px;
}
.blog-list-inner h3 a {
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
  transition: 0.5s;
  color: #1d2124;
  font-size: 23px;
  border-top: none;
  padding-top: 0;
  margin-top: 13px;
}
.blog-list-inner h3 a:hover {
  color: #5f4ff8;
}
.blog-form-field {
  display: block;
  position: relative;
  width: 90%;
}
label {
  color: #616161;
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
}
p.blog-submit-button {
  border: 1px solid #533efe;
  color: #fff;
  border-radius: 3px;
  border: initial;
  position: absolute;
  padding: 0 0 0 8px;
  right: -30px;
  top: 0;
}
.blog-list-left input[type="submit"] {
  color: #fff;
  border-radius: 3px;
  border: 1px solid #533efe;
  background: linear-gradient(to right, #533efe, #740fd6);
  padding: 8px 15px;
}
.blog-list-left input[type="email"] {
  padding: 8px;
  border-radius: 3px;
  flex-grow: 1;
  min-width: 3em;
  border: 1px solid #5d2ff1;
  font-size: inherit;
  font-family: inherit;
  width: 75% !important;
  line-height: inherit;
}
input[type="email"]:focus {
  outline: 0;
  border: 1px solid #5d2ff1;
}
.blog-list-left input[type="submit"]:hover {
  background: linear-gradient(to left, #533efe, #740fd6);
}
.single-blog-list {
  margin-bottom: 40px;
  padding: 35px 30px 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.single-blog.list {
  margin-bottom: 40px;
}
.single-blog-list:hover {
  -webkit-box-shadow: 0 2px 4px #0003;
  box-shadow: 0 2px 4px #0003;
}
.single-widget-item h2.widget-title {
  color: #232323;
  display: block;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
}
.single-widget-item h2.widget-title:before {
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 88px;
  height: 3px;
  background: #aec6ef;
  content: "";
}
.single-widget-item h2.widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #5a49f8;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}
.recent-post-item ul li {
  list-style: none;
}
.recent-post-item ul li a {
  color: #616161;
  font-weight: 400;
  transition: 0.3s;
}
.recent-post-item ul li a:hover {
  color: #5a49f8;
}
.single-blog-list .recent-post-item {
  clear: both;
  overflow: hidden;
  margin-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
}
.recent-post-item:last-child {
  border-bottom: 0;
}
.recent-post-thumb {
  margin-right: 25px;
  width: 45%;
}
.recent-post-thumb a {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 17px;
}
.recent-post-thumb img {
  border-radius: 5px;
  height: 80px;
  width: 80px;
}
.recent-post-text .rcomment {
  color: #616161;
  font-weight: 400;
  font-size: 15px;
}
.recent-post-text h4 a {
  color: #1d2124;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}
.recent-post-text h4 a:hover {
  color: #5f4ff8;
}
.recent-post-text .rcomment {
  color: #616161;
  font-size: 15px;
}
.single-blog.list.search {
  border: 1px solid #e6e6e6;
}
.single-blog.list.search .blog-content {
  overflow: hidden;
  padding: 28px 35px 30px;
}
.blog-area.home {
  padding: 100px 0px 70px 0px;
}
.blog-area.home .single-blog.list.search:hover {
  -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}
.search-error h3 {
  display: block;
  font-size: 60px;
  color: #5f4ff8;
}
.search-error p {
  font-size: 18px;
  margin: 14px 0 20px;
}
.search {
  position: relative;
  border-radius: 8px;
}
.search input {
  background: #fff none repeat scroll 0 0;
  height: 55px;
  position: relative;
  width: 100%;
  border: 1px solid #ced4da;
  color: #616161;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 8px;
}
.search button {
  border: 0 none;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  width: 3%;
  height: 100%;
  background: scroll;
  outline: none;
}
button.icons i {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #616161;
  font-size: 18px;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 53px;
}
.search-error .search input {
  height: 54px;
  border: 1px solid #ddd;
}
/*======================
	blog-list-area-end
========================*/

/*============================
	blog-details-area-start
==============================*/
.blog-area.blog-details-area {
  background: #f6f6f6;
  padding: 100px 0 80px 0;
}
.single-blog-list.single-blog-details {
  margin-bottom: 40px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  padding: 0;
}
.blog-area.blog-details-area .input-button button {
  width: auto;
}
.single-blog-list.single-blog-details .blog-meta span::before {
  right: -35px;
  top: 10px;
}
.single-blog-details .blog-content {
  overflow: hidden;
  padding: 38px 45px 45px;
}
.blog-details-inner h3 {
  font-size: 30px;
  margin: 17px 0 10px 0;
}
.blog-dtls-desc {
  padding: 1px 30px 12px;
  font-size: 21px;
  border-left: 4px solid #5f4ff8;
  background: 0 0;
  font-style: normal;
  color: #232;
  font-weight: 400;
  position: relative;
  line-height: 1.5;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
}
.blog-details-social-icon {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  margin-top: 40px;
  text-align: left;
}
.blog-details-social-icon a i {
  border: 1px solid #e6e6e6;
  color: #565872;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  margin: 0 9px 0 0;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  transition: 0.5s;
}
.blog-details-social-icon a i:hover {
  background: #5f4ff8;
  border-color: #5f4ff8;
  color: #fff;
}
.single-widget-item.blg-dtls-bar {
  padding-top: 14px;
  padding-bottom: 20px;
}
.single-widget-item.blg-dtls-bar h2 {
  padding-bottom: 6px;
}
.comment-area .input-button i {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
}
p.comment-form-cookies-consent {
  display: flex;
}
.dtls-checkmark label {
  margin-top: 11px;
  padding-left: 10px;
}
.portfolio-dtls-thumb img {
  width: 100%;
}
.portfolio-info-description {
  text-align: justify;
}
.blog-description p {
  margin: 16px 0 15px;
}
/*============================
	blog-details-area-end
==============================*/

/*============================
	brand-area-start
==============================*/

.barand-area {
  background-color: #ecf6fc;
  padding: 100px 0 100px 0;
}
/*============================
	brand-area-end
==============================*/

/*============================
	faq-area-start
==============================*/
.faq-area {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #f4f3ff;
  padding: 105px 0px 60px 0px;
}
.faq-area .section-description p {
  width: 60%;
  margin: auto;
}
.faq-area .accordion {
  max-width: 100%;
  list-style: none;
}
.faq-area .accordion li {
  background: #ffffff;
  position: relative;
  margin-bottom: 23px;
  box-shadow: 0px 0 36px rgb(0 0 0 / 4%);
  transition: 0.5s;
}
.faq-area .accordion a {
  width: 100%;
  display: block;
  border: none;
  outline: 0;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-indent: 25px;
  user-select: none;
  color: #1d2124;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  background: #f3f1ff;
  padding: 15px 0;
  transition: 0.5s;
}
.faq-area .accordion a:hover {
  color: #5a49f8;
}
.faq-area .accordion li a.active {
  background: #fff;
  padding: 15px 0 0 0;
  border-radius: 5px;
  font-size: 18px;
  transition: 0.5s;
}
.faq-area .accordion li a.active,
.faq-area .accordion a:hover {
  color: #5a49f8;
  transition: 0.5s;
}
.faq-area .accordion p {
  display: none;
  padding: 10px 25px 10px;
  color: #646464;
  font-size: 16px;
  transition: 0.5s;
}
ul.accordion li a.active i {
  transform: rotate(90deg);
  right: 24px;
  top: 0;
}
ul.accordion li a i {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 24px;
  top: 16px;
  transition: 0.5s;
}
ul.accordion li a {
  position: relative;
}
ul.accordion li a.active::before {
  left: 27px;
  content: "";
  bottom: -3px;
  height: 3px;
  background: #efedfe;
  width: 80%;
  position: absolute;
}
ul.accordion li a::before {
  left: 27px;
  content: "";
  bottom: 12px;
  height: 3px;
  background: #efedfe;
  width: 80%;
  transition: 0.5s;
}
ul.accordion li a.active:hover::before {
  width: 80%;
}
.faq-single-thumb {
  text-align: center;
}
.img-animation {
  width: 100%;
  height: 100%;
  position: relative;
  animation-name: img-up-down;
  animation-duration: 2s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes img-up-down {
  0% {
    left: 0px;
    bottom: 35px;
  }
  100% {
    left: 0px;
    bottom: 5px;
  }
}
/*====================
	faq-area-end
======================*/

/*============================
	portfolio-section-start
==============================*/
.portfolio-section {
  padding: 100px 0px 80px 0px;
}
.single-portfolio {
  padding: 0;
  box-shadow: none;
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.portfolio-thumb {
  position: relative;
  z-index: 1;
}
.portfolio-thumb:before {
  position: absolute;
  content: "";
  top: 25px;
  left: 50%;
  height: 85%;
  width: 0;
  background-image: -webkit-linear-gradient(-9deg, #533eff 0%, #740fd7 97%);
  transition: 0.5s;
  opacity: 0.9;
  border-radius: 4px;
}
.portfolio-thumb img {
  border-radius: 5px;
  width: 100%;
}
.portfolio-content {
  position: absolute;
  left: 50%;
  top: 69%;
  transform: translate(-50%);
  width: 100%;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
.portfolio-inner {
  text-align: center;
  margin: 15px 0 0;
}
.portfolio-inner h3 {
  margin: 0;
}
.portfolio-inner a h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}
.portfolio-inner p {
  line-height: 1.1;
  margin: 10px 2px;
  color: #fff;
  display: inline-block;
  padding-top: 0px;
  position: relative;
}
.single-portfolio:hover .portfolio-thumb:before {
  width: 85%;
  left: 25px;
}
.single-portfolio:hover .portfolio-content {
  top: 50%;
  opacity: 1;
}
/*============================
	portfolio-section-end
==============================*/

/*============================
	google-map-area-start
==============================*/
.google-map-area iframe {
  height: 455px;
  width: 100%;
}
/*============================
	google-map-area-end
==============================*/

/*============================
	contact-area-start
==============================*/
.contact-area {
  background-color: #fff;
  padding: 0 0 105px 0;
  position: relative;
}
.contact-section {
  box-shadow: 8px 9px 35px 0px rgb(145 145 145 / 24%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 59px;
  background: #fff;
  margin-top: -139px;
  margin-bottom: 0px;
  z-index: 2;
}
.contact-address {
  background-color: #740fd7;
  padding: 70px 0px 35px 39px;
  border-radius: 5px;
}
.contact-icon i {
  font-size: 38px;
  background-image: none;
  height: 46px;
  width: 46px;
  line-height: 30px;
  color: #fff;
  padding-right: 17px;
}
.contact-inner .title h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.contact-inner .description p {
  margin: 0;
  transition: 0.5s;
  color: #fff;
  margin-bottom: 25px;
}
.contact-title h2 {
  font-size: 32px;
  margin: 0 0 34px;
}
.input-box {
  margin-bottom: 15px;
}
.input-box input {
  width: 100%;
  height: 54px;
  border: transparent;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: none;
  padding: 6px 20px;
  outline: none;
  color: #495057;
  border-radius: 5px;
  transition: 0.3s;
}
.input-box textarea {
  width: 100%;
  height: 176px;
  border: transparent;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: none;
  padding: 6px 20px;
  color: #495057;
  border-radius: 5px;
  outline: none;
  transition: 0.3s;
}
.contact-area .input-button {
  text-align: center;
}
.contact-area .input-button {
  padding-bottom: 25px;
}
.input-button button {
  display: inline-block;
  padding: 14px 39px;
  text-align: center;
  border: transparent;
  border-radius: 7px;
  font-weight: 400;
  background: linear-gradient(to right, #533efe, #740fd6);
  color: #fff;
  transition: 0.5s;
  width: 100%;
}
.input-box ::placeholder {
  color: #7b838a;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.input-box input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(115 17 216 / 25%);
  background-color: rgba(255, 255, 255, 0.7);
}
.input-box textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(115 17 216 / 25%);
  background-color: rgba(255, 255, 255, 0.7);
}
.input-button button:hover {
  background: linear-gradient(to right, #740fd6, #533efe);
  color: #fff;
}
/*============================
	contact-area-end
==============================*/

/*====================
	footer-area-start
======================*/
.footer-area {
  padding: 100px 0 20px;
  position: relative;
  z-index: 1;
  background: url("images/footer-bg.png.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widge-about-text {
  margin-top: 33px;
}
.widge-about-text p {
  color: #fff;
  line-height: 30px;
}
.widge-social-icon {
  margin-top: 35px;
}
.widget-title h4 {
  font-size: 24px;
  margin-bottom: 45px;
  margin-top: 0;
  position: relative;
  color: #fff;
  font-weight: 600;
}
.widget-title.footer-title h4 {
  margin-bottom: 20px;
}
.widge-social-icon a {
  background-color: #7863fb;
  height: 40px;
  width: 40px;
  line-height: 41px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  margin-right: 7px;
}
.single-widget.upper {
  position: relative;
  padding-left: 35px;
}
.widge-link ul li:first-child {
  padding-top: 0;
}
.widge-link ul li {
  position: relative;
  list-style: none;
  margin-bottom: 13px;
  transition: 0.5s;
}
.widge-link ul li a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  padding: 0 0 0 20px;
  text-decoration: none;
}
.widge-link ul li::before {
  position: absolute;
  content: "\f061";
  left: 0;
  top: 0;
  font-size: 12px;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #fff;
  padding-right: 14px;
}
.single-widget.four {
  position: relative;
  right: 20px;
  width: 120%;
}
.widget-title h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins";
  position: relative;
  margin: 0 0 21px 0;
}
.form-field {
  position: relative;
}
.form-field button {
  color: #fff;
  font-size: 16px;
  border: none;
  display: inline-flex;
  align-items: center;
  border-radius: 0 4px 4px 0;
  background: #0166ff;
}
.form-field input {
  font-size: 16px;
  height: 55px;
  padding: 5px 30px 5px 20px;
  position: relative;
  background: #fff;
  width: 94%;
  margin: auto;
  border: 0;
  border-radius: 4px 0 0 4px;
  color: #646464;
}
.submit-button {
  height: 55px;
}
button.submit-button i {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  padding: 0 10px 0 7px;
}
.form-field input::placeholder {
  color: #13216f;
}
.submit-button {
  position: absolute;
  right: -35px;
  top: 0;
}
button.submit-button:focus {
  border-color: #66afe9;
  outline: 0;
  border: none;
}
.form-field input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  width: 100%;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.footer-area input[type="email"]:focus {
  outline: 0;
  border: none;
  box-shadow: none;
  width: 100%;
}
.apps-title h4 {
  font-size: 18px;
  color: #fff;
  margin: 39px 0 16px 0;
}
.widget-icon-box {
  display: flex;
  padding-bottom: 5px;
  margin: 17px 0 0 0;
}
.widget-icon {
  padding-right: 10px;
}
.widget-icon i {
  color: #6428ec;
  background: #ffffff;
  font-size: 10px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
}
a.widget-apps {
  padding: 0 0 0 7px;
}
.widget-icon-title h4 {
  color: #ffffff;
  margin: 3px 0px 0px 0px;
  font-size: 16px;
  font-weight: 400;
}
.copyright-text {
  text-align: left;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #ffffff33;
  transition: 0.3s;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 27px 0px 3px 0px;
}
.copyright-text p {
  color: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
  float: left;
}
.footer-menu {
  text-align: right;
}
.footer-menu ul li {
  list-style: none;
  color: #fff;
  display: inline-block;
  font-family: "Poppins";
}
.footer-menu ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0 30px 0 0;
  font-family: "Poppins";
}
.widge-social-icon a:hover {
  background: #ffffff;
  color: #7863fb;
}
.widge-link ul li:hover {
  margin-left: 8px;
  position: relative;
}
.widge-link ul li:hover::before {
  color: rgb(53, 185, 253);
}
.widge-link ul li:hover a {
  color: rgb(53, 185, 253);
}
/*===================
	footer-area-end
=====================*/

/*======================
    Search Popup start
========================*/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-popup {
  width: 100%;
}
.search-box-btn.search-box-outer {
  display: inline-block;
  padding: 4px 10px 0 10px;
  border-radius: 3px;
  margin-right: 20px;
  top: 3px;
  position: relative;
  transition: 0.5s;
}
.search-box-btn.search-box-outer i {
  cursor: pointer;
  color: #fff;
}
.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #5a49f8;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
input[type="search"]:focus {
  outline: none;
  border: none;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 5px;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #5a49f8;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  border: none;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.flaticon-multiply:before {
  content: inherit;
}
button.close-search i {
  font-size: 25px;
  color: #fff;
  display: inline-block;
}
span.flaticon-multiply i {
  display: inline-block;
  color: #36bafe;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}
/*======================
    Search Popup end
========================*/

/*======================
    scrollUp start
========================*/
#scrollUp {
  bottom: 30px;
  background: linear-gradient(to right, #533dfd 0%, #730fd5 97%);
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  right: 80px;
  text-align: center;
  border-radius: 5px;
  width: 40px;
}
element.style {
  position: fixed;
  z-index: 2147483647;
  display: none;
}

/*Loader*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 99999;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #740fd7;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #533eff;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/* Here comes the Magic */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.3s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.3s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}
