/*==========================================================
    Template Name: Ello
    Created By: ello
    Envato Profile: https://themeforest.net/user/mate_themes 
    Description: Ello.
    Version: v1.2  
    CSS INDEX
    ===================
	
	[ 1. General Code ]
	[ 2. Typography ]
	[ 3. Preloader ]
	[ 4. Global Classes ]
	[ 5. Home Version's ]
	[ 6. Pages ]
	[ 7. Loding Bar ]

==============================================================*/

/* 
[ 1. General Code ]
================ */
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #a6a6a6;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: 'Poppins', sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  background: #fff;
}


img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

a {
  font-family: 'Poppins', sans-serif;
}

.section-padding {
  padding: 100px 0;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-10 {
  margin-left: -10px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-20 {
  padding-right: 20px;
}



/* 
[ 2. Typography ]
==========================*/
p {
  font-family: 'Poppins', sans-serif;
  color: #8e8e8e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-family: 'Josefin Sans', sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 13px;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

/* Preloader*/

.preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.blue_bg {
  background: linear-gradient(to right, #5d92ed, #75dad0) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.red_bg {
  background: linear-gradient(to right, #e32e73, #fb746a);
}

.purple_bg {
  background: linear-gradient(to right, #674abe, #b976e0);
}

.spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  z-index: 10000;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/* 
[ 3. Header ]
==========================*/
.header {
  background: linear-gradient(to right, #5d92ed, #75dad0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.header-space {
  height: 118px;
  background: linear-gradient(to right, #5d92ed, #75dad0) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.header-space-2 {
  height: 118px;
  background: linear-gradient(to right, #e32e73, #fb746a) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.header-space-3 {
  height: 118px;
  background: linear-gradient(to right, #674abe, #b976e0);
}

/* Sticky Sticky
-----------------*/
.header.is-sticky {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 1px 4px rgba(2, 3, 3, 0.15);
  padding: 10px 0;
}

.is-sticky .logo {
  height: 50px;
  padding: 0;
  width: 81px;
}

.is-sticky .main-menu {
  padding: 10px 0 0;
}

.is-sticky .side-menu {
  top: -3px;
}

.logo {
  padding: 30px 0;
  transition: all 0.4s ease 0s;
}

.main-menu {
  padding-top: 40px;
}

.main-menu ul {
  float: right;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.main-menu ul li {
  display: inline-block;
}

.main-menu ul li a {
  border-radius: 20px;
  color: #fff;
  padding: 3px 20px;
  font-size: 16px;
  display: block;
  transition: 0.4s;
}

.main-menu ul li.current a,
.main-menu ul li a:hover {
  background: #79e6cb;
  text-decoration: none;
}

/* 
[ 4. Slider ]
==========================*/
.slider-section {
  background: linear-gradient(to right, #5d92ed, #75dad0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: relative;
  height: 685px;
}

.slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#single-slider {
  z-index: 2;
}

.slider-dot>ul {
  bottom: 0;
  left: 50%;
  list-style: outside none none;
  margin: 0 0 0 -28px;
  padding: 0;
  position: absolute;
  text-align: center;
}

.slick-dots>li {
  display: inline-block;
  margin-bottom: 38px;
}

.slider-text {
  float: left;
  margin-top: 300px;
}

.slider-text h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.slider-text h1 {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
}

.slider-text p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}

.btn {
  background: none repeat scroll 0 0 transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 30px;
  padding: 10px 25px;
}

.btn:hover {
  background: linear-gradient(to right, #5d92ed, #75dad0) repeat scroll 97% 100% / 132% 100% rgba(0, 0, 0, 0);
  border: 2px solid transparent;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: all 0.5s ease 0s;
}

.phone {
  float: right;
  margin-right: -55px;
  padding-bottom: 15px;
}

.curve {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.dot {
  background: none repeat scroll 0 0 #79e6cb;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  content: "";
  cursor: pointer;
  height: 20px;
  left: 23%;
  position: absolute;
  top: 84%;
  width: 20px;
  z-index: 99;
}

.dot-hover {
  background: none repeat scroll 0 0 #fff;
  bottom: 100%;
  left: 50%;
  margin-bottom: 0px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 120px;
}

.dot-hover:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -9px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  width: 10px;
  margin-left: -10px;
}

.dot:hover .dot-hover {
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
}

.dot.dot2 {
  left: 38%;
  top: 15%;
}

.dot.dot3 {
  left: 50%;
  top: 80%;
}

.dot.dot4 {
  left: 63%;
  top: 2%;
}

.dot.dot5 {
  left: 76%;
  top: 75%;
  z-index: -2;
}

.slider-3 .slider-text {
  margin-top: 200px;
}

.slider-3 .slick-slide img {
  position: relative;
  bottom: -26px;
}

/* 
[ 5. featured ]
==========================*/
.feature-area {
  padding: 100px 0 60px;
}

.feature-post {
  margin-bottom: 40px;
}

.icon {
  background: none repeat scroll 0 0 #fff;
  border-radius: 50%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  color: #5986f2;
  display: inline-block;
  font-size: 30px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  width: 68px;
  float: left;
  margin-right: 20px;
}

.icon-text>p {
  color: #757575;
  font-size: 14px;
  overflow: hidden;
}

.icon-text h3 {
  color: #303030;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.feature-post:hover .icon {
  background: linear-gradient(to right, #5d92ed, #75dad0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  transition: .3s;
}

.apps-area {
  background: #f7f7f7;
  padding: 100px 0;
}

.apps-area.apps-2 {
  background: #fff;
}

.apps-area.apps-2 .apps-right h2 {
  margin-bottom: 30px;
}

.apps-area.apps-2 .apps-right p {
  margin-bottom: 35px;
}

.box-shape.text-center>h1 {
  color: #303030;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Josefin Sans', sans-serif;
}

.box-shape {
  margin-bottom: 60px;
}

.apps-color {
  color: #5986f2;
}

.ziehharmonika.apps-tab {
  margin-top: 35px;
}

.ziehharmonika.apps-tab>h3 {
  font-family: 'Poppins', sans-serif;
  background: none repeat scroll 0 0 #fff;
  color: #353535;
  font-size: 14px;
  font-weight: 600;
  height: 42px;
  line-height: 10px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.apps-tab .active {
  background: none repeat scroll 0 0 #5986f2 !important;
  color: #fff !important;
}

.ziehharmonika.apps-tab>div {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  margin: 20px 0;
  padding: 0;
}

.apps-text>h1 {
  color: #353535;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}

.apps-text>p {
  color: #757575;
  font-size: 14px;
}

.apps-rate-area {
  background: url("../img/bg-shape.jpg") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
  padding: 88px 0 58px;
}

.apps-rate {
  margin-bottom: 30px;
}

.apps-rate.text-center>p {
  color: #fff;
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
}

.apps-rate.text-center>h3 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.apps-feature-area {
  padding-top: 100px;
}

.apps-feature-post {
  background: url("../img/line-shape.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  padding: 85px 0 100px;
}

.apps-feature-2 .apps-feature-post {
  padding: 30px 0 100px;
  background: inherit;
}

.apps-design>h3 {
  color: #303030;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.apps-design>p {
  color: #757575;
}

.apps-design {
  float: left;
  width: 285px;
}

.apps-icon {
  display: inline-block;
}

.apps-icon i {
  background: none repeat scroll 0 0 #fff;
  border-radius: 50%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  color: #5986f2;
  display: inline-block;
  font-size: 30px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  width: 68px;
  float: left;
  margin-left: 30px;
}

.apps-feature-left,
.apps-feature-right {
  display: flex;
}

.apps-feature-right .apps-icon i {
  margin-left: 0;
}

.apps-feature-left .apps-design {
  float: left;
}

.apps-feature-left .apps-icon {
  float: left;
}

.apps-feature-left:hover .apps-icon i {
  background: linear-gradient(to right, #5d92ed, #75dad0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  transition: .3s;
}

.apps-feature-left:hover .apps-design>h3 {
  color: #5986f2;
  transition: .3s;
}

.apk-left {
  margin-left: -85px;
}

.side-right {
  float: left;
  margin-right: 30px;
}

.apps-design-right>h3 {
  color: #303030;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.apps-design-right>p {
  color: #757575;
}

.apps-design-right {
  display: inline-block;
  overflow: hidden;
  width: 285px;
}

.apk-right {
  margin-right: -85px;
  padding-left: 85px;
}

.apps-feature-right:hover .apps-icon i {
  background: linear-gradient(to right, #5d92ed, #75dad0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  transition: .3s;
}

.apps-feature-right:hover .apps-design-right>h3 {
  color: #5986f2;
  transition: .3s;
}

.download-area {
  background: url("../img/bg-download.jpg") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
  padding: 93px 0;
}

.overlay {
  position: relative;
  z-index: 0;
}

.overlay:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-image: linear-gradient(to right, #5d92ed, #75dad0);
  z-index: -1;
  opacity: .8;

}

.video-area {
  padding: 100px 0;
  background-image: cover;
  background-repeat: no-repeat;

}

.video-text i {
  color: #fff;
  font-size: 72px;
  margin-bottom: 30px;
}

.video-text>h1 {
  color: #fff;
  margin-top: 20px;
}

.video-text>p {
  color: #fff;
}

.video-text {
  overflow: hidden;
}

.screenshot-area {
  padding: 100px 0;
}

.screenshot {
  margin: -15px;
}

.screenshot-area .swiper-container,
.screenshot-area .swiper-container2 {
  padding: 29px;
}

.screenshot-img {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.screenshot-3 .screenshot-img {
  box-shadow: inherit;
}

.slide-screen-2 {
  padding: 83px 0;
}

.mobile-frame {
  background: url("../img/slider-img-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 106%;
  left: 37%;
  position: absolute;
  top: 19%;
  width: 26%;
}

.video-text a:hover {
  text-decoration: none;
}

.download-area {
  background: url("../img/bg-download.jpg") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
  padding: 93px 0;
}

.download-area .box-shape.text-center>h1 {
  color: #fff;
}

.d-button {
  text-align: center;
}

.download-button {
  border: 2px solid #fff;
  border-radius: 40px;
  display: inline-block;
  margin-right: 20px;
  overflow: hidden;
  padding: 10px 25px;
}

.download-button i {
  color: #fff;
  float: left;
  margin-right: 13px;
  margin-top: 10px;
  font-size: 24px
}

.download-button>p {
  color: #fff;
  float: right;
  text-align: left;
}

.download-button span {
  font-size: 18px;
  font-weight: 600;
}

.download-button:hover {
  background: linear-gradient(to right, #5d92ed, #75dad0) repeat scroll 97% 100%/132% 100% rgba(0, 0, 0, 0);
  border: 2px solid transparent;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  transition: all 0.5s ease 0s;
}

/* small slider */

.single-member {
  position: relative;
}

.single-member {
  text-align: center;
}

.member-img {
  position: relative;
  display: inline-block;
}

.team-member {
  margin: -30px 0;
}

.team-member .slick-list {
  padding: 30px 0;
}

.overlay-white:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  transform: scale(.5);
}

.member-text {
  color: #252525;
  display: block;
  left: 0;
  opacity: 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 70px;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
}

.member-text>p {
  color: #252525;
  margin-bottom: 12px;
  overflow: hidden;
}

.member-text>h3 {
  margin-bottom: 8px;
}

.member-text>h5 {
  margin-bottom: 15px;
}

.single-member:hover .member-text {
  opacity: 1;
}

.single-member:hover .overlay-white:before {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.member-social-media i {
  border: 1px solid #eee;
  border-radius: 50%;
  color: #5986f2;
  display: inline-block;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
  width: 38px;
}

.member-social-media i:hover {
  background: linear-gradient(to right, #5d92ed, #75dad0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
}

.team-member .prev {
  background: none repeat scroll 0 0 #79e6cb;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block !important;
  font-size: 24px;
  height: 40px;
  left: -40px;
  line-height: 40px;
  margin-top: -35px;
  padding-left: 6px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 1;
}

.next {
  background: none repeat scroll 0 0 #79e6cb;
  border-radius: 50%;
  cursor: pointer;
  display: block !important;
  font-size: 24px;
  height: 40px;
  right: -40px;
  line-height: 40px;
  margin-top: -35px;
  padding-right: 6px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 1;
  color: #fff;
}

.next:hover {
  padding-left: 6px;
  transition: all 0.3s ease 0s;
}

.prev:hover {
  padding-right: 6px;
  transition: all 0.3s ease 0s;
}

.review-area {
  background: none repeat scroll 0 0 #f7f7f7;
  padding: 100px 0;
}

.review-post {
  background: none repeat scroll 0 0 #fafafa;
  margin: 20px 60px;
  padding: 5px 0;
  box-shadow: 0 0 20px #ddd;

}

.review-slider .slick-list {
  padding-top: 0px;
}

.review i {
  color: #66e2c3;
}

.review-img>img {
  margin-bottom: 35px;
  display: inline-block;
}

.review-post>p {
  margin-bottom: 40px;
}

.review>h4 {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #222;
  font-size: 14px;
}

.review-img {
  margin-bottom: 15px;
  padding: 23px 50px 15px;
  background-image: url(../img/quote.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.review-slider .prev {
  background: none repeat scroll 0 0 #79e6cb;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block !important;
  font-size: 24px;
  height: 40px;
  left: -2%;
  line-height: 40px;
  padding-left: 6px;
  position: absolute;
  text-align: center;
  top: 51%;
  width: 40px;
  z-index: 1;
}

.review-slider .next {
  background: none repeat scroll 0 0 #79e6cb;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block !important;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding-right: 6px;
  position: absolute;
  right: -2%;
  text-align: center;
  top: 62%;
  width: 40px;
  z-index: 1;
}

#review-slide-2.review-slider .prev,
#review-slide-3.review-slider .prev {
  left: -4%;
}

#review-slide-2.review-slider .next,
#review-slide-3.review-slider .next {
  right: -4%;
}

.center-block {
  float: inherit !important;
}

.pricing-area {
  padding: 100px 0 70px;
}

.single-pricing {
  background-image: url("../img/pricing-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  border: 1px solid #ececea;
  position: relative;
  transition: .3s ease;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.single-pricing:hover {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.pricing-3 .single-pricing:hover {
  background-color: #fff;
}

.main-price sup {
  color: #5986f2;
  font-size: 24px;
}

.main-price>p {
  color: #5986f2;
  font-size: 60px;
  font-family: 'Josefin Sans', sans-serif;
}

.main-price sub {
  color: #757575;
  font-size: 14px;
}

.main-price {
  font-family: 'Josefin Sans', sans-serif;
  padding: 40px 0 50px;
}

.category {
  text-align: center;
  position: relative;
  z-index: 100;
}

.category:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background: #ececea;
  left: 0;
  top: 18px;
  z-index: -1;
}

.category p {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ececea;
  border-radius: 20px;
  display: block;
  height: 40px;
  line-height: 38px;
  text-transform: uppercase;
  width: 148px;
  color: #252525;
  font-weight: 600;
  display: inline-block;

}

.price-feature>ul {
  list-style: outside none none;
  margin: 50px 0;
  padding: 0;
}

.price-feature li {
  color: #252525;
  margin-bottom: 10px;
}

.pricing-footer>h5 {
  color: #5986f2;
  font-size: 18px;
  margin-bottom: 5px;
}

.pricing-footer>p {
  color: #757575;
  font-size: 14px;
}

.pricing-footer>a {
  border: 2px solid #5986f2;
  border-radius: 20px;
  color: #5986f2;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 38px;
  line-height: 35px;
  margin-bottom: 55px;
  margin-top: 30px;
  width: 148px;
}

.pricing-footer>a:hover {
  text-decoration: none;
}

.pricing-btn {
  margin-left: 25px;
  padding-bottom: 25px;
}

.footer-area {
  background: url("../img/footer-bg.png") no-repeat scroll center bottom #f7f7f7;
  padding-bottom: 50px;
  padding-top: 70px;
}

.footer {
  margin-left: -30px;
  margin-right: -30px;
}

.newsletter h1 {
  color: #303030;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.newsletter.text-center {
  position: relative;
}

.newsletter.text-center form {
  width: 100%;
}

.email-letter {
  border: 0 none;
  border-radius: 40px;
  color: #858585;
  font-size: 18px;
  height: 70px;
  padding-left: 40px;
  width: 100%;
}

.newsletter button {
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  border-radius: 40px;
  color: #858585;
  font-size: 48px;
  height: 70px;
  position: absolute;
  right: 15px;
  top: 0;
}

form {
  display: inline-block;
  position: relative;
}

.contact-text h2 {
  color: #303030;
  font-size: 18px;
  font-weight: 700;
}

.contact-area {
  margin-top: 68px;
  padding: 60px;
  position: relative;
  z-index: 0;
}

.contact-area:after {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.contact-area .form-control:focus {
  box-shadow: inherit;
  border-color: #5986f2;
}

.contact-left>p {
  color: #606060;
  font-size: 14px;
  margin-bottom: 8px;
}

.contact-left>input {
  border: 1px solid #e5e5e5;
  color: #858585;
  height: 32px;
  margin-bottom: 20px;
  padding-left: 10px;
  width: 100%;
}

.contact-message>input {
  border: 1px solid #e5e5e5;
  color: #858585;
  height: 78px;
  padding-left: 10px;
  width: 538px;
}

.contact-form {
  margin-right: -15px;
}

.contact-text {
  overflow: hidden;
}

.contact-message>p {
  color: #606060;
  font-size: 14px;
  margin-bottom: 8px;
}

.single-button .btn {
  border: 2px solid #5986f2;
  color: #5986f2;
}

.single-button .btn:hover,
.single-button .btn:focus {
  color: #fff;
  border: 2px solid transparent;
}

.single-button {
  margin-top: 20px;
}

.full-contact {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e5e5e5;
  margin-left: 15px;
  margin-top: 35px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-top: 45px;
}

.contact-text-right h2 {
  color: #303030;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 46px;
}

.contact-details i {
  border: 1px solid #efefef;
  border-radius: 50%;
  color: #5986f2;
  display: block;
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 28px;
  margin-right: 20px;
  margin-top: 4px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 30px;
}

.contact-details:hover i {
  background: linear-gradient(to right, #5d92ed, #75dad0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  transition: all 0.3s ease 0s;
  border: 0;
}

.contact-details>p {
  color: #606060;
  font-size: 14px;
  line-height: 20px;
}

.contact-details {
  margin-bottom: 20px;
  overflow: hidden;
}

.footer-social-media {
  margin-top: 60px;
}

.footer-social-media ul {
  list-style-type: none;
}

.footer-social-media ul li {
  display: inline-block;
}

.footer-social-media a {
  background: none repeat scroll 0 0 #fff;
  border-radius: 50%;
  color: #5986f2;
  display: inline-block;
  font-size: 24px;
  height: 48px;
  line-height: 48px;
  margin-right: 30px;
  width: 48px;
  transition: .3s;
}

.footer-social-media a:hover {
  background: linear-gradient(to right, #5d92ed, #75dad0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.copy-right>p {
  color: #303030;
  font-size: 17px;
  margin-top: 30px;

}

.copy-right a {
  color: #5986f2;
}


/*====================================================================
							Home Page 2
======================================================================*/



.side-menu {
  background: rgba(255, 255, 255, 0.30);
  border: 0 none;
  box-sizing: border-box;
  height: 58px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 58px;
}

.menu-hide {
  opacity: 0;
  transition: .5s;
}

.main-menu.active-menu {
  opacity: 1;
}

.side-menu span {
  background: none repeat scroll 0 0 #fff;
  display: block;
  height: 3px;
  position: absolute;
  right: 16px;
  top: 27px;
  width: 22px;
  transition: .5s;
}

.side-menu span:before {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  top: -8px;
  width: 25px;
  transition: .5s;
}

.side-menu span:after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 3px;
  position: absolute;
  right: 0;
  top: 8px;
  width: 17px;
  transition: .5s;
}

.side-menu.toggle-is span {
  background: transparent;
}

.side-menu.toggle-is span:before {
  top: 0;
  transform: rotate(45deg);
}

.side-menu.toggle-is span:after {
  top: 0;
  width: 25px;
  transform: rotate(-45deg);
}

.menu-right {
  margin-right: 50px !important;
}

.menu-right li a:hover,
.menu-right li.current a {
  background: none repeat scroll 0 0 #fb726b !important;
}

.btn-2:hover {
  background: linear-gradient(to right, #e32e73, #fb746a) repeat scroll 97% 100% / 132% 100% rgba(0, 0, 0, 0);
  border: 2px solid transparent;
}

.phone-next {
  margin-right: -235px;
  padding-bottom: 0;
}

.gradient-sec {
  background: linear-gradient(to right, #e32e73, #fb746a);
}

.btn-next:hover {
  background: linear-gradient(to right, #e32e73, #fb746a);
  border: 1px solid #f0556e;
}

.slider-dot ul li button {
  border: 2px solid #96cbe9;
  background: none repeat scroll 0 0 #96cbe9;
  border-radius: 50%;
  display: block;
  font-size: 0;
  height: 15px !important;
  margin: 0 5px;
  width: 6px !important;
}

.slider-dot ul li.slick-active button {
  background: #222;
  border: 2px solid #96cbe9;
}

.slider-dot-2 ul li button {
  display: none;
}

.slider-text-2 {
  margin-top: 200px;
}

.feature-section-2 {
  position: relative;
  z-index: 9;
}

.feature-post-2 {
  background: none repeat scroll 0 0 #fff;
  bottom: -14px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  left: 30px;
  margin-right: 20px;
  padding: 30px;
  position: absolute;
}

.apps-right>h2 {
  color: #353535;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}

.pink-text {
  color: #df2374;
  font-weight: 600;
}

.apps-rate-area-2 {
  background: url("../img/bg-shape-pink.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
  padding: 88px 0 58px;
}

.apps-button-2 {
  margin-top: 50px;
}

.apps-color-2:hover {
  background: linear-gradient(to right, rgba(220, 97, 150, 0.65), rgba(240, 157, 143, 0.65)) repeat scroll 97% 100% / 132% 100% rgba(0, 0, 0, 0);
  color: #fff;
}

.apps-color-2:hover i {
  color: #fff;
}

.apps-color-2:hover p {
  color: #fff;
}

.apps-button-2 a {
  border: 2px solid #df2374;
}

.apps-button-2 p {
  color: #df2374;
}

.apps-button-2 i {
  color: #df2374;
}

.icon-2 i {
  border-radius: 50%;
  box-shadow: 0 0 30px 0 rgba(223, 35, 116, 0.2);
  display: block;
  float: left;
  height: 42px;
  line-height: 42px;
  margin-right: 30px;
  text-align: center;
  width: 42px;
  color: #df2374;
  transition: .3s;
  font-size: 18px;
}

.icon-2>h3 {
  color: #303030;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}

.icon-2 {
  margin-bottom: 10px;
}

.icon-text-2>p {
  color: #757575;
}

.feature-post-2:hover .icon-2 i {
  color: #fff;
  background: linear-gradient(to right, rgba(220, 97, 150, 0.65), rgba(240, 157, 143, 0.65)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  transition: .3s;
}

.feature-post-2:hover .icon-2>h3 {
  color: #df2374;
  transition: .3s;
}

.review-img-2 {
  position: relative;
}

.review-img-2>img {
  left: 50%;
  margin-left: -40px;
  position: absolute;
  top: -65px;
}

.review-post-2 {
  margin: 0 15px;
}

.review-2 i {
  color: #df2374;
}

#review-slide-2 .slick-track,
#review-slide-3 .slick-track {
  padding: 63px 0 31px;
}

#review-slide-2 p,
#review-slide-3 p {
  margin-top: 40px;
}

#review-slide-2 .review-img,
#review-slide-3 .review-img {
  padding: 23px 35px 15px;
  background-position-y: 60px;
}

.hover-color:hover .apps-icon i {
  background: linear-gradient(to right, rgba(220, 97, 150, 0.65), rgba(240, 157, 143, 0.65)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
  transition: .3s;
}

.hover-color:hover .apps-design>h3 {
  color: #df2374;
  transition: .3s;
}

.hover-color:hover .apps-icon i {
  background: linear-gradient(to right, #e33072, #f96e6b);
  color: #fff;
  transition: .3s;
}

.hover-color:hover .apps-design-right>h3 {
  color: #df2374;
  transition: .3s;
}

.hover-color .apps-icon i {
  color: #df2374;
  box-shadow: 0px 0px 30px 0px rgba(223, 35, 116, 0.2);
}

.hover-color img {
  margin-top: -45px;
}

.button-color:hover {
  background: linear-gradient(to right, rgba(220, 97, 150, 0.65), rgba(240, 157, 143, 0.65)) repeat scroll 97% 100%/132% 100% rgba(0, 0, 0, 0);
}

.team-member-2 .prev {
  background: #df2374;
}

.team-member-2 .next {
  background: #df2374;
}

.member-social-media-2 i:hover {
  background: linear-gradient(to right, #e33072, #f96e6b);
}

.member-social-media-2 i {
  color: #df2374;
}

.single-pricing-2 {
  background: url("../img/pricing-pink-bg.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}

.main-price.main-price-2 sup {
  color: #df2374;
}

.main-price.main-price-2 span {
  color: #df2374;
}

.pricing-footer.pricing-footer-2 h5 {
  color: #df2374;
}

.overlay-pink {
  position: relative;
  z-index: 0;
}

.overlay-pink:before {
  background-image: linear-gradient(to right, #df2374, #ff7f69);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.8;
}

.footer-area-2 {
  background: url("../img/footer-img-2.jpg") no-repeat scroll center bottom #f7f7f7;
  padding-bottom: 50px;
  padding-top: 60px;
}

.footer-area-2 .newsletter h1 {
  color: #fff;
}

.footer-area-2 .copy-right a {
  color: #fff;
}

.copy-white p {
  color: #ffffff;
}

.newsletter-2 h1 {
  color: #ffffff;
}

.social-pink a:hover {
  background: linear-gradient(to right, #e33072, #f96e6b);
}

.social-pink a {
  color: #df2374;
}

.contact-details-2:hover i {
  background: linear-gradient(to right, #e33072, #f96e6b);
  border: 0 none;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.contact-details-2 i {
  color: #df2374;
}

.single-button-2 .btn-2 {
  border: 2px solid #df2374;
  color: #df2374;
}

/*====================================================================
							Home Page 3
======================================================================*/

.gradient-3 {
  background: linear-gradient(to right, #674abe, #b976e0);
}

.menu-right-3 li a:hover,
.menu-right-3 li.current a {
  background: none repeat scroll 0 0 #b876e0 !important;
}

.feature-area-3 {
  margin-top: 100px;
}

.feature-post-3 {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
}

.feature-post-3:hover .icon {
  background: linear-gradient(to right, #674abe, #b976e0);
}

.icon-3 {
  color: #5e48ba;
}

.button-color-3:hover {
  background: linear-gradient(to right, rgba(103, 74, 189, 0.65), rgba(185, 118, 224, 0.65)) repeat scroll 97% 100%/132% 100% rgba(0, 0, 0, 0);
  border: 2px solid transparent;
}

.apps-feature-bottom:hover .icon {
  background: linear-gradient(to right, #674abe, #b976e0);
  color: #fff;
  transition: .3s;
}

.apps-feature-bottom .icon {
  color: #5e48ba;
}

.apps-rate-area-3 {
  background: url("../img/bg-shape-blue-magenta.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 88px 0 58px;
}

.apps-area-3 {
  background: none repeat scroll 0 0 #f7f7f7;
  padding-top: 100px;
}

.apps-button {
  margin-top: 50px;
}

.apps-color-3:hover {
  background: linear-gradient(to right, rgba(103, 74, 189, 0.65), rgba(185, 118, 224, 0.65)) repeat scroll 97% 100% / 132% 100% rgba(0, 0, 0, 0);
  color: #fff;
}

.apps-color-3:hover i {
  color: #fff;
}

.apps-color-3:hover p {
  color: #fff;
}

.apps-button a {
  border: 2px solid #5e48ba;
}

.apps-button p {
  color: #5e48ba;
}

.apps-button i {
  color: #5e48ba;
}

.team-member-3 .prev {
  background: #5e48ba;
}

.team-member-3 .next {
  background: #5e48ba;
}

.member-social-media-3 i:hover {
  background: linear-gradient(to right, #674abe, #b976e0);
}

.member-social-media-3 i {
  color: #6954bf;
}

.review-3 i {
  color: #5e48ba;
}

.single-pricing-3 {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 0 none;
}

.category-3>p {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  padding: 30px 0;
  text-transform: uppercase;
}

.main-price-3 {
  border: 0 none;
  padding: 25px 0 20px;
}

.main-price.main-price-3 sup {
  color: #5e48ba;
}

.main-price.main-price-3 span {
  color: #5e48ba;
}

.pricing-footer.pricing-footer-3 h5 {
  color: #5e48ba;
}

.blue-magenta {
  color: #5e48ba;
  font-weight: 600;
}

.subscribe-area {
  background: linear-gradient(to right, #674abe, #b976e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding: 100px 0;
}

.blog-area {
  padding: 100px 0 70px;
  position: relative;
}

.single-blog {
  background: none repeat scroll 0 0 #f7f7f7;
  margin-bottom: 30px;
}

.blog-text {
  padding: 20px;
}

.blog-text h4 {
  color: #202020;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.blog-text h4 a {
  color: #202020;
}

.blog-text>p {
  color: #757575;
  font-size: 14px;
  padding-bottom: 20px;
}

.blog-date {
  background: none repeat scroll 0 0 #5e48ba;
  bottom: -10px;
  color: #fff;
  display: block;
  font-weight: 600;
  left: 35px;
  line-height: 18px;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 50px;
}

.author {
  margin-right: 10px;
  text-align: right;
}

.blog-footer {
  background: none repeat scroll 0 0 #fff;
  padding: 10px 0;
}

.user-link {
  margin-right: 25px;
  text-align: right;
}

.blog-group {
  padding-bottom: 40px;
}

.user-comments {
  margin-left: 15px;
}

.single-blog:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.page-number {
  text-align: center;
}

.page-number li a {
  color: #858585;
  font-size: 18px;
  margin-right: 10px;
}

.contact-details-3 i {
  color: #5e48ba;
}

.contact-details-3:hover i {
  background: linear-gradient(to right, #674abe, #b976e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.single-button-3 a {
  border: 2px solid #5e48ba;
  color: #5e48ba;
}

.social-media-3 a {
  color: #5e48ba;
}

.social-media-3 a:hover {
  background: linear-gradient(to right, #674abe, #b976e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #fff;
}

.overlay-3 {
  position: relative;
  z-index: 0;
}

.overlay-3:before {
  background: linear-gradient(to right, #674abe, #b976e0);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.8;
}



/*====================================================================
							Blog 1
======================================================================*/
/* 
[ Blog Header ]
==========================*/
.header-blog {
  background: url("../img/blog-header-bg-1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.overlay-blog {
  position: relative;
  z-index: 0;
}

.overlay-blog:before {
  background: none repeat scroll 0 0 rgba(39, 45, 58, 0.75);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.header-text>h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  margin: 90px 0;
  font-family: 'Josefin Sans', sans-serif;
}

.header-text>p {
  color: #fff;
  font-size: 14px;
  margin: 15px 0;
}

.header-text span {
  color: #5986f2;
}

/* 
[ Blog Content ]
==========================*/
.blog-content {
  margin-bottom: 50px;
}

.post-author {
  text-align: center;
}

/* 
[ Blog Footer ]
==========================*/
.blog-footer-area {
  background: url("../img/blog-footer-bg.jpg") no-repeat scroll center bottom #f7f7f7;
  padding-bottom: 50px;
}


/*====================================================================
							Blog 2
======================================================================*/

.blog-area-2 {
  margin-top: 100px;
}

.post-author-2 {
  margin-left: 55px;
}

.keyword-box input {
  background: none repeat scroll 0 0 #f7f7f7;
  border: medium none;
  font-size: 12px;
  padding: 5px;
  width: 300px;
  padding-left: 15px;
  color: #858585;
}

.keyword-box {
  position: relative;
}

.keyword-box button {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  position: absolute;
  right: 4px;
  top: 5px;
}

.blog-catagory {
  background: none repeat scroll 0 0 #f7f7f7;
  margin-top: 25px;
  width: 300px;
}

.all-tags {
  background: none repeat scroll 0 0 #f7f7f7;
  margin: 28px 0;
  padding: 20px;
  width: 300px;
}

.popular-single-post {
  margin-bottom: 20px;
  overflow: hidden;
}

.all-tags>h2 {
  color: #303030;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.all-tags>ul {
  margin: 0;
  padding: 0 0 0 20px;
  width: 300px;
}

.all-tags li {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 20px;
  margin-right: 24px;
}

.all-tags a {
  color: #606060;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}

.all-tags a:hover {
  color: #5986f2;
}

.popular-post>h2 {
  color: #303030;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.popular-post {
  background: none repeat scroll 0 0 #f7f7f7;
  padding: 20px;
  width: 300px;
}

.popular-img {
  float: left;
  margin-right: 15px;
}

.popular-text {
  overflow: hidden;
}

.popular-text>a>h2 {
  color: #303030;
  font-size: 14px;
}

.insta-img {
  background: none repeat scroll 0 0 #f7f7f7;
  margin-top: 30px;
  padding: 20px;
  width: 300px;
}

.insta-img>h2 {
  color: #303030;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.insta-single-img {
  margin-top: 25px;
}

.insta-single-img>a>img {
  margin-bottom: 20px;
  margin-right: 10px;
}

/*====================================================================
							Blog-4
======================================================================*/
.blog-group-full {
  margin-top: 50px;
}

.blog-user {
  background: none repeat scroll 0 0 #fff;
  padding: 10px 0;
}

.blog-full-text {
  padding-left: 20px;
  padding-top: 35px;
}

.text-range {
  background: none repeat scroll 0 0 #fff;
  padding: 30px;
}

.blog-user-bottom {
  background: none repeat scroll 0 0 #fff;
  padding: 10px 0;
  overflow: hidden;
}

.blog-social-media {
  float: left;
  padding-left: 15px;
}

.blog-social-media>ul {
  margin: 0;
  padding: 0;
}

.blog-social-media li {
  display: inline-block;
  list-style: outside none none;
  margin-right: 10px;
}

.blog-social-media a {
  color: #c4c4c4;
}

.blog-social-media a:hover {
  color: #5986f2;
}

.recent-post {
  float: right;
  margin-right: 20px;
}

.blog-side-menu {
  padding: 20px;
  position: relative;
}

.blog-side-menu h3 {
  font-size: 14px;
  padding: 0 10px;
  cursor: pointer;
  color: #303030;
}

.blog-side-menu>ul {
  margin: 0;
  padding: 0;
}

.blog-side-menu li {
  list-style-type: none;
}

.blog-side-menu ul ul li a {
  color: #757575;
  text-decoration: none;
  font-size: 12px;
  display: block;
  transition: all 0.15s;
}

.blog-side-menu ul ul {
  display: none;
  padding-bottom: 10px;
  padding-left: 25px;
}

.blog-side-menu li.active ul {
  display: block;
}

.blog-side-menu span:before {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 1px;
  position: absolute;
  right: 45px;
  top: 27px;
  transform: rotate(35deg);
  width: 8px;
}

.blog-side-menu span:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 1px;
  position: absolute;
  right: 39px;
  top: 27px;
  transform: rotate(-35deg);
  width: 8px;
}



/*==============================================
Mega-Hover Start 
===============================================*/

.rotareY {
  transition: 1s;
}

.rotareY:hover {
  transform: rotateY(360deg);
}

.rotareYinnder .rotateinner {
  transition: 1s;
}

.rotareYinnder:hover .rotateinner {
  transform: rotateY(360deg);
}

.mega-hover {
  position: relative;
  overflow: hidden;
}

.mega-hover:after,
.mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
}

.mega-hover:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.mega-hover:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}

.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.hover-scale {
  overflow: hidden;
}

.hover-scale img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s, -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}

.hover-scale:hover img {
  -webkit-transform: scale(1.061);
  transform: scale(1.061);
} 

.bwp-wobble-horizontal:hover {
  -webkit-animation-name: bwp-wobble-horizontal;
  animation-name: bwp-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 6;
}

@-webkit-keyframes bwp-wobble-horizontal {
  16% {
    -webkit-transform: translate(8px);
    transform: translate(8px);
  }

  33% {
    -webkit-transform: translate(-6px);
    transform: translate(-6px);
  }

  49% {
    -webkit-transform: translate(4px);
    transform: translate(4px);
  }

  66% {
    -webkit-transform: translate(-2px);
    transform: translate(-2px);
  }

  83% {
    -webkit-transform: translate(1px);
    transform: translate(1px);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.shake2:hover img,
.shake2:hover .flip {
  -webkit-animation-name: bwp-wobble-horizontal;
  animation-name: bwp-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.shake3 img,
.shake3 .flip {
  -webkit-animation-name: bwp-wobble-horizontal;
  animation-name: bwp-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 10;
}

.zoomShadow {
  position: relative;
}

.zoomShadow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.zoomShadow:hover::before {
  opacity: 1;
  animation: circle 0.75s;
}

.zoomShadow .innerZoom::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.zoomShadow:hover .innerZoom::before {
  opacity: 1;
  animation: circle 0.75s;
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.leftRight {
  animation: leftRight 5s linear infinite;
}
 
.topBottom {
  animation: topBottom 5s linear infinite;
}
 
@keyframes leftRight {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-15px);
  }

  100% {
    transform: translateX(0px); 
  }
}

@keyframes topBottom {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);  
  }
}






/* Home 4 Start */

.banner4 {
  background: transparent;
  background-image: url('../img/home-4/banner.jpg'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.bgTransparent {
  background: transparent;
}

.zindex {
  z-index: 9;
}

.header.bgTransparent.is-sticky {
  background: linear-gradient(to right, #5d92ed, #75dad0) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.hoverMenu:hover {
  background: transparent !important;
  color: #47d5ff !important;
}

.hoverBase4 {
  transition: 0.3s;
}

.hoverBase4:hover {
  color: #47d5ff;
}

.background4 {
  background: #47d5ff !important;
}

.h-auto {
  height: auto;
}

.pt-120 {
  padding-top: 120px;
}

.iconHover .icon {
  box-shadow: none !important;
  border: 1px solid rgb(198, 208, 213) !important;
  color: #272d3a !important;
  background: transparent !important;
}

.iconHover:hover .icon {
  background: #47d5ff !important;
  border-color: #47d5ff !important;
  color: #ffffff !important;
}

.iconHover .icon i {
  box-shadow: none !important;
  background: transparent !important;
}

.secbackground {
  position: relative;
}

.secbackground::before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 150%; 
  transform: translate(-50%, -50%) rotate(-2deg);
  content: '';
  background: #f7f7f7;
}

.overflowHidden {
  overflow-x: hidden !important;
}

.gray-text {
  color: rgb(112, 121, 143);
}

.apps-button-4 {
  color: #272d3a;
}

.download-button.apps-color-4 {
  border-color: #272d3a;
  color: #272d3a;

}

.download-button.apps-color-4:hover {
  border-color: #47d5ff;
  color: #ffffff;
}

.download-button.apps-color-4 i {
  color: #272d3a;
}

.download-button.apps-color-4 p {
  color: #272d3a;
}

.download-button.apps-color-4:hover i {
  color: #ffffff;
}

.download-button.apps-color-4:hover p {
  color: #ffffff;
}

.secbackground.havebg {
  position: relative;
}

.secbackground.havebg::before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 120%;
  transform: translate(-50%, -50%) rotate(-2deg);
  content: '';
  background: url('../img/home-4/video-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.w-100 {
  width: 100%;
}

.secbackground.havebg2 {
  position: relative;
}

.secbackground.havebg2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 120%;
  transform: translate(-50%, -50%) rotate(-2deg);
  content: '';
  background: url('../img/home-4/download-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-area.footer-area4 {
  background: url('../img/home-4/footerbg-4.png');
  background-size: cover;
  background-position: top, center;
  background-repeat: no-repeat;
  padding-top: 150px;
}

.color-white {
  color: #ffffff !important;
}

@media only screen and (max-width: 1199px) {
  .slider-section.banner4 .slider-text {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  .slider-section.banner4 .slider-text {
    margin-top: 100px;
    margin-bottom: 150px;
  }
}

@media (max-width: 768px) {
  .slider-section.banner4 {
    height: unset;
  }

  .review-img {
    padding: 23px 25px 15px;
  }
}

/* Home 4 End */


/* Home 5 Start */

.background5 {
  background: #1e222d;
  color: #70798f;
}

.background5 p {
  color: #70798f;
}

.background52 {
  background: #151923;
}

.dark-color {
  color: rgb(112, 121, 143);
}

.icon5Inner {
  background-color: rgb(39, 45, 58) !important;
  color: #ffffff !important;
}

.icon5:hover .icon5Inner {
  background: #ffffff !important;
  color: #151923 !important;
}

.apps-feature-post.apps-feature-post5 {
  background: url(../img/home-5/feature-bg.png) no-repeat scroll center bottom 100px rgba(0, 0, 0, 0);
  padding: 85px 0 100px;
}

.mt-3 {
  margin-top: 16px;
}

.mt-4 {
  margin-top: 24px;
}

.appslist {
  margin-top: 0px;
  padding: 0px;
  margin-top: 10px;
  list-style: none;
}

.appslist li {
  color: #70798f;
  margin-top: 5px;
}

.appslist li i {
  color: #ffffff;
  margin-right: 4px;
}

.lh-14 {
  line-height: 1.4;
}

.apps-button-2 .whiteSTyle {
  border: 2px solid #ffffff;
  transition: all 0.3s ease;
}

.download-button.whiteSTyle i {
  color: #ffffff;
}

.download-button.whiteSTyle p {
  color: #ffffff;
}

.apps-button-2 .download-button.whiteSTyle:hover {
  background: #272d3a;
  border: 2px solid #272d3a;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
}

.overlay.darkOverlay::before {
  background-image: none;
  background: rgba(20, 25, 36, 0.702);
}

.overlay5 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.screenshotSlider .screenshot-img {
  margin: 0px 10px;
}

.review5 {
  background: url('../img/home-5/reviewbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.reviewBlack i {
  color: #151923;
}

.team-member-5 .prev,
.team-member-5 .next {
  background: rgb(112, 121, 143);
}

.colorgray {
  color: #70798f !important;
}

.colorgray p,
.colorgray span,
.colorgray sup {
  color: #70798f !important;
}


.pricingbtn5 .btn {
  border: 2px solid #70798f;
  color: #70798f;
  margin-top: 20px;
}

.pricingbtn5 .btn:hover {
  background: #70798f;
  color: #ffffff;
}

.pricebg {
  position: relative;
}

.pricebg::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 175px;
  content: '';
  background: #70798f;
}

.positionRelative {
  position: relative;
}


.newsletter .darkst {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding-right: 70px;
}

.newsletter .transbtn {
  background: transparent;
}

.bbg5 {
  background: #70798f !important;
}

.footerbg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.contact-area.barkcontact::after {
  background: #70798f;
}

.bagdark {
  background: #151923;
  border: none;
}

.contact-left>input.bagdark {
  border-color: #151923;
  color: #ffffff;
}

.form-control.bagdark {
  color: #ffffff;
}


.single-button .btn.home5s {
  border-color: rgb(112, 121, 143);
  background: #70798f;
  color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lettersp {
  letter-spacing: 1px;
}


.slider-text5 {
  margin-top: 100px;
}

.banner5img {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heightgunset {
  height: auto !important;
}

/* Home 5 End */

.banner5 {
  background: url('../img/home-5/bannerbg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.width100 {
  max-width: 140px;
}

.menu-right li .menulinkbg5:hover,
.menu-right li.current .menulinkbg5:hover,
.menu-right li.current .menulinkbg5 {
  background: rgba(255, 255, 255, 0.30) !important;
}

.video-area {
  background-size: cover;
}

.header.header5.is-sticky {
  background: #151923;
}


.overflowAllhidden {
  overflow: hidden;
}

@media (max-width: 991px) {
  .slider-text.slider-text5 {
    margin-top: 100px;
  }
}

@media (max-width: 767px) { 
  .apps-feature-area.style5 {
    margin-top: 0px;
  }
}

.slider-dot.single-slider5 .slick-dots { 
  bottom: unset;  
  left: unset;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.slider-dot.single-slider5 .slick-dots li {
  margin: 6px;  
}

.slider-dot.single-slider5 .slick-dots li button {
  background: #909399;  
  border: 3px solid #909399;
  height: 16px; 
  width: 16px; 
  border-radius: 50%;
}
 
.slider-dot.single-slider5 .slick-dots li.slick-active button {
  background: transparent; 
  border: 3px solid #909399; 
  height: 18px; 
  width: 18px; 
}
  
@media (max-width:  767px) {
  .slider-dot.single-slider5 .slick-dots {
    opacity: 0;
    visibility: hidden; 
  }
}
   
/*====================================================================
							[ END ]
======================================================================*/

 




/*====================================================================
							[ END ]
======================================================================*/