/*=========================================================
	Template Name: Zomia Social Marketing 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 {
  background: #fff;
  transition: 0.5s;
  margin-bottom: 0;
  z-index: 999;
  position: relative;
}
.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: #fff !important;
  transition: 0.5s;
}
/* petech 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;
  position: relative;
  color: #211e3b;
  font-weight: 500;
  text-transform: capitalize;
  margin: 35px 8px;
  font-size: 18px;
}
.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;
}
.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: 500;
  text-transform: uppercase;
  text-align: left;
  transition: 0.1s;
  visibility: inherit !important;
  border-bottom: 1px solid #ddd;
}
a.added-new-demo:after {
  margin-left: 5px;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 13px;
  opacity: 0.5;
}
.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;
  background: linear-gradient(to right, #533eff 0%, #740fd7 97%);
  border: 1px solid #695af8;
  padding: 9px 37px;
  vertical-align: middle;
  border-radius: 3px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  transition: 0.3s;
}
a.header-btn i {
  font-size: 14px;
  font-weight: 600;
  padding-left: 2px;
}
.zomia_menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  border-radius: 0 0 5px 5px;
  z-index: 9;
  padding: 5px 0 5px 0;
}
.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: linear-gradient(to right, #740fd7 0%, #533eff 97%);
  border-color: #695af8;
  color: #fff;
}
/*==================
	header-area-end
====================*/

/*============================
	breatcome area Start
==============================*/
.breatcome-area {
  background: url(images/brc.jpg);
  background-repeat: no-repeat;
  background-color: #121b51;
  background-position: center top;
  height: 350px;
  padding: 120px 0 0 0;
}
.breatcome-title h1 {
  color: #fff;
  font-size: 55px;
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 600;
}
.breatcome-content {
  text-align: center;
}
.breatcome-text ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
}
.breatcome-text ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.breatcome-text ul li i {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin: 0 6px;
}
.breatcome-text ul li span {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

/*=====================
	hero-section-start
=======================*/
.hero-section {
  height: 840px;
  background: #f0effe;
}
.hero-thumb {
  position: relative;
  z-index: 1;
}
.hero-thumb2 {
  position: absolute;
  top: -20px;
  right: -125px;
}
.hero-img-animation {
  bottom: 5px;
  right: 0px;
  animation-name: hero-img-up-down;
  animation-duration: 1s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 1;
  animation-direction: alternate;
}
@keyframes hero-img-up-down {
  0% {
    right: 0px;
    bottom: 25px;
  }
  100% {
    right: 0px;
    bottom: 5px;
  }
}
.hero-sub-title h5 {
  background-color: rgb(219, 212, 254);
  height: auto;
  color: rgb(132, 108, 248);
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 17px;
  padding: 5px 10px 5px 7px;
  border-radius: 7px;
  display: inline-block;
  z-index: 1;
}
.hero-section-left {
  position: relative;
  margin: 0 0 0 -50px;
}
.hero-sub-title h5 span {
  background-color: rgb(90, 53, 247);
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 15px;
  padding: 2px 8px;
  border-radius: 7px;
  z-index: 1;
  margin: 0 8px 0 0;
}
.hero-main-title h1 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -2px;
  color: rgb(29, 33, 36);
  margin: 30px 0 0 0;
}
.hero-main-title h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -2px;
  color: rgb(29, 33, 36);
}
.hero-main-title {
  position: relative;
}
.hero-title-thumb {
  position: absolute;
  right: 40px;
  top: 164px;
}
.hero-shape-thumb {
  position: absolute;
  top: -255px;
  right: -370px;
  opacity: 0.4;
}
.hero-description p {
  position: relative;
  font-size: 16px;
  padding: 34px 0 30px 0;
  color: rgb(97, 97, 97);
  font-weight: 400;
}
.hero-button a {
  background: linear-gradient(
    245deg,
    rgb(116, 15, 215) 0%,
    rgb(83, 62, 255) 100%
  );
  color: rgb(255, 255, 255);
  text-align: center;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 17px;
  padding: 17px 32px 17px 32px;
  border-radius: 4px;
  border-width: 0px;
  transition: 0.5s;
}
a.hero-button-02 {
  color: rgb(97, 97, 97);
  background: inherit;
  padding: 15px 27px 15px 28px;
  border: 2px solid blue;
  margin: 0 0 0 16px;
  transition: 0.5s;
}
.hero-button a i {
  padding: 0 0 0 5px;
  font-size: 14px;
}
a.hero-button-01:hover {
  background: linear-gradient(
    245deg,
    rgb(83, 62, 255) 0%,
    rgb(116, 15, 215) 100%
  );
}
a.hero-button-02:hover {
  color: rgb(255, 255, 255);
  background: linear-gradient(
    245deg,
    rgb(83, 62, 255) 0%,
    rgb(116, 15, 215) 100%
  );
}
/*=====================
	hero-section-start
=======================*/

/*=====================
	about-area-start
=======================*/
.about-us-area {
  padding: 144px 0 80px 0;
}
.about-thumb {
  position: relative;
  left: -150px;
  top: -35px;
  z-index: 1;
  transition: 0.5s;
}
.section-sub-title h5 {
  color: #5a49f8;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 22px 32px;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-family: "Rubik";
}
.section-main-title h2 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
}
.section-main-title h1 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}
.section-sub-title h5::before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  background: #533efd;
  left: -29px;
  top: 2px;
  border-radius: 0;
}
.about-description p {
  margin: 22px 0 0 0;
}
.about-text p {
  margin: 25px 0 30px 0;
}
.about-left {
  position: relative;
}
.about-arrow-thumb {
  position: absolute;
  top: 15px;
  right: -175px;
  z-index: -1;
  transition: 0.5s;
}
.about-shape-thumb2 {
  position: absolute;
  right: 65px;
  bottom: 22px;
}
.about-right {
  position: relative;
  right: -50px;
}
.about-shape-thumb1 {
  position: absolute;
  bottom: -40px;
  right: -270px;
}
.about-img-animation1 {
  bottom: 22px;
  right: -270px;
  animation-name: up-down-img;
  animation-duration: 1s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 1;
  animation-direction: alternate;
}
@keyframes up-down-img {
  0% {
    right: -270px;
    bottom: -40px;
  }
  100% {
    right: -270px;
    bottom: -10px;
  }
}
.about-shape-thumb1 img {
  opacity: 0.6;
}
.about-img-animation {
  bottom: 22px;
  right: 65px;
  animation-name: img-up-down;
  animation-duration: 1s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 1;
  animation-direction: alternate;
}
@keyframes img-up-down {
  0% {
    right: 65px;
    bottom: 22px;
  }
  100% {
    right: 65px;
    bottom: 10px;
  }
}
.zomia-button a {
  color: #fff;
  background: linear-gradient(to right, #533efe, #740fd6);
  border: 1px solid #695af8;
  padding: 12px 29px;
  vertical-align: middle;
  border-radius: 5px;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  transition: 0.5s;
  font-size: 18px;
}
.zomia-button a i {
  padding: 0 0 0 5px;
}
.about-thumb:hover .about-arrow-thumb {
  top: 15px;
  right: -185px;
  transform: rotate(10deg);
}
.zomia-button a:hover {
  color: #fff;
  background: linear-gradient(to right, #740fd6, #533efe);
}
/*=====================
	about-area-end
=======================*/

/*====================
	servic-area-start
======================*/
.service-area {
  padding: 100px 0 0 0;
  background-color: #f7f5fd;
}
.section-title.t-center {
  text-align: center;
}
.section-title.t-center .section-description p {
  width: 52%;
  margin: 14px auto 42px;
}
.single-service {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-inner {
  border-radius: 5px;
  background: #5d2ff2;
  padding: 51px 13px 13px 13px;
  transition: 0.5s;
  text-align: center;
  z-index: 1;
  box-shadow: 0 20px 50px rgb(229 229 229 / 66%);
  overflow: hidden;
  position: relative;
}
.service-inner::before {
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  transition: 0.5s;
  background: #6f16dc;
  border-radius: 0 0 4px 4px;
  opacity: 0.9;
}
.service-title h3 {
  font-size: 22px;
  font-weight: 600;
  transition: 0.5s;
  margin: 22px 0 11px;
  color: #fff;
}
.service-icon i {
  color: #fff;
  font-size: 51px;
  text-align: center;
  transition: 0.5s;
}
.service-description {
  color: #fff;
  margin-bottom: 20px;
  transition: 0.5s;
}
.service-button {
  text-align: center;
  padding: 20px 0 0 0;
}
.service-button a {
  padding: 12px 36px;
}
.service-inner:hover.service-inner::before {
  height: 100%;
}
.brand-area .owl-next {
  display: none;
}
.brand-area .owl-prev {
  display: none;
}
/*==================
	servic-area-end
====================*/

/*==================
	brand-area-end
====================*/
.brand-area {
  padding: 105px 0;
  background-color: #f7f5fd;
}
/*==================
	brand-area-end
====================*/

/*======================
	network-area-start
========================*/
.network-area {
  padding: 105px 0 100px 0;
}
.network-title h3 {
  font-size: 23px;
  padding: 15px 0 20px 0;
}
.network-description {
  width: 90%;
}
.network-btn {
  padding-top: 19px;
}
.network-title .title-icon i {
  display: inline-block;
  float: left;
  margin-top: 18px;
  margin-right: 13px;
  height: 22px;
  width: 22px;
  background: #5a49f8;
  color: #fff;
  text-align: center;
  line-height: 22px;
  border-radius: 100%;
  font-size: 10px;
}
/*=====================
	network-area-end
=======================*/

/*============================
	faq-area-start
==============================*/
.faq-area {
  background: #f7f5fd;
  padding: 105px 0px 0px 0px;
}
.faq-area .section-main-title {
  padding: 0 0 28px 0;
}
p.faq-text {
  padding: 8px 0 20px 0;
}
.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 li 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: #fff;
  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::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;
}
.faq-area .section-description p {
  width: 100%;
  padding-bottom: 26px;
}
.faq-area .section-main-title {
  padding: 0 0 10px 0;
}
.faq-area .accordion li a::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 16px;
  top: 15px;
}
.faq-area .accordion li a.active::after {
  content: "\f068";
}
.faq-single-thumb {
  text-align: center;
}
.faq-single-thumb.faq-img-animation img {
  width: 100%;
}
.faq-img-animation {
  width: 100%;
  height: 100%;
  position: relative;
  animation-name: faq-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 faq-up-down {
  0% {
    left: 0px;
    bottom: 35px;
  }
  100% {
    left: 0px;
    bottom: 10px;
  }
}
/*===========================
	faq-area-end
======================*/

/*===========================
	faq-subscribe-area-start
============================*/
.subscribe-area.faq-area-sub {
  width: 100%;
  margin: auto;
  padding: 0;
  background: url(images/subscribe-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer-area.faq-area-sub {
  padding: 100px 0 20px;
}
.network-area.inner-area-area {
  background-color: #f7f5fd;
}
.service-area.service-inner-area {
  background: #fff;
  padding: 100px 0 100px 0;
}

/*=========================
	faq-subscribe-area-end
===========================*/

/*==========================
	team-area-start
============================*/
.team-area {
  padding: 100px 0px 80px 0px;
  background-color: #fff;
}
.single-team {
  margin: 10px 0 30px 0;
  transition: 0.5s;
  position: relative;
}
.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;
  transition: 0.5s;
  width: 0%;
  opacity: 0.5;
  border-radius: 4px;
}
.team-description {
  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);
}
.team-content-title {
  padding: 10px 0;
}
.team-area.about h3.name {
  color: #1d2124;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  left: 0;
}
h4.designation {
  font-size: 13px;
  text-transform: uppercase;
  color: #5a49f8;
  float: none;
  font-weight: 500;
}
.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: 1;
  visibility: visible;
  transition: 0.5s;
  top: inherit;
  transform: inherit;
  left: 0;
  text-align: center;
  margin: auto;
  bottom: 60px;
}
.single-team:hover .team-thumb::before {
  width: 100%;
  opacity: 0.6;
  left: 0;
}
.single-team:hover {
  margin: 0 0 30px 0;
}
.single-team:hover .team-social-icon {
  bottom: 105px;
  opacity: 1;
}
/*==========================
	team-area-end
============================*/

/*=====================
	counter-area-start
=======================*/
.counter-area {
  padding: 73px 0 70px 0;
  background: #f7f5fd;
}
.single-counter {
  display: flex;
  align-items: baseline;
  overflow: hidden;
  margin-bottom: 30px;
}
.counter-icon i {
  color: rgb(132, 108, 248);
  font-size: 35px;
  transition: 0.5s;
  margin-right: 20px;
}
.counter-number {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  color: #1d2124;
}
.counter-title h4 {
  font-size: 18px;
  margin-top: 16px;
  color: rgb(132, 108, 248);
  font-weight: 500;
}
/*=====================
	counter-area-end
======================*/

/*==========================
	testimonial-area-start
===========================*/
.testimonial-area {
  padding: 100px 0 0 0;
  width: 1140px;
  margin: auto;
}
.testimonial-area.service-testi {
  padding: 100px 0 100px 0;
}
.single-testimonial {
  position: relative;
  left: 35px;
}
.testi-content {
  position: absolute;
  top: 0;
}
.testimonial-thumb {
  left: 35px;
  top: 23px;
  position: relative;
}
.testimonial-thumb:before {
  border: 9px solid #fff;
  border-radius: 50%;
  position: absolute;
  content: "";
  z-index: 999;
  height: 136px;
  width: 136px;
}
.testimonial-shape-thumb {
  text-align: center;
}
.testi-inner {
  text-align: center;
}
.testi-inner p {
  padding: 30px 0 20px 0;
  color: #fff;
  width: 54%;
  margin: auto 90px;
}
h3.name {
  color: #fff;
  font-size: 18px;
  left: -30px;
  position: relative;
  margin: 0;
}
h5.designation {
  color: #fff;
  font-size: 14px;
  position: relative;
  left: -30px;
  font-weight: 400;
}
.testimonial-shape-thumb {
  left: 215px;
  top: -5px;
  position: relative;
}
.single-testimonial.left {
  position: relative;
  left: 35px;
}
.testimonial-area .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}
.testimonial-area .owl-nav {
  display: block;
}
.testimonial-area .owl-prev {
  position: absolute;
  top: 125px;
}
.owl-next {
  top: 125px;
  position: absolute;
  right: 0;
}
.owl-next i {
  padding: 6px 10px 6px 13px;
  background: #f7f5fd;
  border-radius: 5px;
  color: rgb(132, 108, 248);
  font-size: 18px;
  position: relative;
  right: -41px;
}
.owl-prev i {
  padding: 6px 10px 6px 13px;
  background: #f7f5fd;
  border-radius: 5px;
  color: rgb(132, 108, 248);
  font-size: 18px;
  left: -41px;
  position: relative;
}

/*========================
	testimonial-area-end
==========================*/

/*====================
	blog-area-start
======================*/
.blog-area {
  padding: 100px 0 80px 0;
}
.blog-area.about-blog-area {
  padding: 100px 0 60px 0;
  background-color: #f7f5fd;
}
.blog-area .section-main-title h1 {
  margin-bottom: 30px;
}
.single-blog {
  margin: 10px 0 30px 0;
  overflow: hidden;
  text-align: left;
  transition: 0.5s;
  background: #fff;
  border: 0;
  box-shadow: 0px 8px 60px 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 22px 28px;
}
.blog-meta a,
.blog-meta span {
  margin-right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 14px;
  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: -27px;
  top: 10px;
  border-radius: 50%;
}
.blog-meta i {
  color: #5f4ff8;
  margin-right: 10px;
}
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-title h3 {
  font-size: 22px;
  margin: 20px 0 16px;
  line-height: 1.2;
  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-description p {
  margin: 16px 0 15px;
  text-align: left;
}
.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;
}
.zomia-learn-button.upper {
  position: relative;
}
.zomia-learn-button.upper a::before {
  position: absolute;
  content: "\f061";
  top: 1px;
  font-size: 12px;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #5a49f8;
  transition: 0.5s;
  left: 84px;
}
.zomia-learn-button::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 80px;
  background: #8277f9;
  height: 1px;
  transition: 0.3s;
}
.zomia-learn-button.upper a:hover::before {
  left: 90px;
}
.single-blog-brand {
  padding-top: 75px;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.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
====================*/

/*============================
	blog-list-area-start
==============================*/
.blog-area.inner-blog-list {
  padding: 100px 0 70px 0;
}
.blog-thumb.blog-list-thumb img {
  width: 100%;
}
.blog-list-left {
  margin-bottom: 40px;
  padding: 35px 30px 35px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.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-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);
  }
}
.single-blog-list .recent-post-item {
  clear: both;
  overflow: hidden;
  margin-bottom: 14px;
  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: 55px;
  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-thumb .blog-grid-meta-top {
  position: absolute;
  left: 20px;
  top: 20px;
}
.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-list-area-end
==============================*/

/*============================
	blog-grid-area-start
==============================*/
.blog-area.blog-grid-area {
  padding: 105px 0 80px 0;
}
.blog-grid-area .single-blog {
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-grid-meta-top {
  position: absolute;
  left: 20px;
  top: 20px;
}
.blog-list-thumb .blog-grid-meta-top {
  position: absolute;
  left: 30px;
  top: 30px;
}
.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-grid-content .blog-meta span::before {
  content: "";
  background: #e0e1fc;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: -22px;
  border-radius: 50%;
}
.blog-project-area .single-blog {
  margin-bottom: 20px;
}
/*============================
	blog-grid-area-end
==============================*/

/*============================
	blog-details-area-start
==============================*/
.blog-area.blog-details-area {
  background: #f6f6f6;
}
.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-details-thumb img {
  width: 100%;
}
.single-blog-details .blog-content {
  overflow: hidden;
  padding: 38px 45px 45px;
}
.blog-details-inner h3 {
  font-size: 30px;
  margin: 17px 0 10px 0;
}
.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;
}
.footer-area.inner-footer {
  padding: 100px 0 20px;
}
/*============================
	blog-details-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
==============================*/

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

/*============================
	contact-area-start
==============================*/
.contact-area {
  background-color: #fff;
  position: relative;
  width: 1140px;
  margin: auto;
}
.contact-section {
  box-shadow: 8px 9px 35px 0px rgb(145 145 145 / 24%);
  transition: 0.3s;
  padding: 59px;
  background: #fff;
  margin-top: -113px;
  margin-bottom: 0px;
  z-index: 2;
}
.contact-address {
  background-color: #740fd7;
  padding: 56px 39px 60px 39px;
  border-radius: 5px;
  margin-right: 24px;
}
.contact-icon {
  margin: 7px 0 0 0;
}
.contact-icon i {
  font-size: 38px;
  color: #fff;
  padding-right: 26px;
}
.contact-social-icon {
  margin-top: 25px;
  text-align: left;
}
.contact-social-icon a {
  background-color: #533efe;
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  margin-right: 7px;
}
.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;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #740fd6 !important;
  box-shadow: none;
}
.input-box textarea:focus {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #740fd6 !important;
  box-shadow: none;
}
.contact-social-icon a:hover {
  background-color: #ffffff;
  color: #007bff;
}
.input-button button:hover {
  background: linear-gradient(to right, #740fd6, #533efe);
  color: #fff;
}
/*============================
	contact-area-end
==============================*/

/*==========================
	subscribe-area-start
============================*/
.subscribe-area {
  position: relative;
  margin: 0 auto -116px;
}
.subscribe-area.about-sub {
  background-color: #f7f5fd;
}
.single-subscribe {
  background: url(images/subscribe-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 63px 50px 72px 50px;
  border-radius: 10px;
  z-index: 2;
}
.subscribe-title h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  margin: 0;
}
.subscribe-title h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 25px;
}
.single-subscribe form {
  margin: 25px 0 0 0;
}
.form-field p {
  color: #333;
  font-size: 16px;
}
.form-field input {
  font-size: 16px;
  height: 55px;
  padding: 5px 25px;
  position: relative;
  width: 67%;
  background: #fff;
  margin: auto;
  border: 0;
  right: -20px;
  border-radius: 5px 0 0 5px;
  color: #1d2124;
}
p.submit-button {
  right: 45px;
}
.submit-button input {
  background: #740fd6;
  border: 1px solid #740fd6;
  color: #fff;
  width: 100%;
  border-radius: 0 5px 5px 0;
  transition: 0.3s;
}
.submit-button {
  position: absolute;
  top: 25px;
}
p.submit-button input {
  padding: 0 45px 0 30px;
}
.submit-button::before {
  position: absolute;
  content: "\f061";
  top: 14px;
  right: 10px;
  font-size: 12px;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #fff;
  z-index: 9;
}
.form-field input:focus {
  outline: none;
  border: none;
}
.submit-button input:focus {
  outline: none;
  border: 1px solid #740fd6;
}
.submit-button input:hover {
}
/*======================
	subscribe-area-end
=======================*/

/*====================
	footer-area-start
======================*/
.footer-area {
  padding: 212px 0 20px;
  position: relative;
  z-index: 1;
  background: url("images/footer-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widge-about-text {
  margin-top: 25px;
}
.widge-about-text p {
  color: #fff;
}
.widge-social-icon {
  margin-top: 25px;
}
.widget-title h4 {
  font-size: 24px;
  margin-bottom: 30px;
  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: 45px;
  width: 45px;
  line-height: 45px;
  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: 11px;
  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;
}
.widget-inner {
  margin-top: 0px;
  margin-bottom: 0;
}
.widget-social-information {
  overflow: hidden;
  margin-bottom: 0;
}
.widget-social-information h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}
.widget-social-information p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}
.widget-icon {
  margin-right: 17px;
  margin-top: 13px;
}
.widget-icon i {
  height: 45px;
  width: 45px;
  background: #7863fb;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  font-size: 20px;
  padding: 11px 12px;
  transition: 0.5s;
}
.copyright-text {
  text-align: center;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #ffffff33;
  transition: 0.3s;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 23px 0px 0px 0px;
}
.copyright-text p {
  color: #fff;
  padding: 0;
  margin: 0;
}
.widge-social-icon a:hover {
  background: #ffffff;
  color: #7863fb;
}
.widge-link ul li:hover {
  margin: 0 0 11px 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
===================*/

.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 0;
  border-radius: 3px;
  margin-right: 20px;
  background: inherit;
}
.search-box-btn.search-box-outer i {
  cursor: pointer;
  color: #211e3b;
}
.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;
}

#scrollUp {
  background: #43baff none repeat scroll 0 0;
  bottom: 30px;
  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;
}
