/*******************************************************
    Template Name    : Apper - Apps Landing Page Template
    Created          : 2021
*******************************************************/
 
/**************************************
 * 01. Generale Style
 *************************************/

@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("themify-icons.css");
@import url("pe-icon-7-stroke.css");
@import url("magnific-popup.css");
@import url("animate.css");
@import url("odometer.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");


body {
	background: #ffffff;
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
::-webkit-scrollbar{
    width: 10px;
    color:#3d4eb2;
    transition: all .4s ease;
}
::-webkit-scrollbar-thumb {
    background: #3d4eb2; 
    width: 10px;
    transition: all .4s ease;
  }
  ::-webkit-scrollbar-track {
    background: #dddddd; 
    width: 10px;
  }
/* default color */
.pulse {
	display: block;
    width: 80px;
    height: 80px;
	border-radius: 50%;
    background: #3d4eb2;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(138 31 230);
    animation: pulse 2s infinite;
  }
  .pulse:hover {
	animation: none;
  }
  
  @-webkit-keyframes pulse {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgb(142 45 226);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }
  @keyframes pulse {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgb(142 45 226);
	  box-shadow: 0 0 0 0 rgb(142 45 226);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
		box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }
/* default color */

/* default o */
.pulse-o {
	display: block;
    width: 80px;
    height: 80px;
	border-radius: 50%;
    background: #330dd3;
    cursor: pointer;
    box-shadow: 0 0 0 #330dd3;
    animation: pulse-o 2s infinite;
  }
  .pulse-o:hover {
	animation: none;
  }
  
  @-webkit-keyframes pulse-o {
	0% {
	  -webkit-box-shadow: 0 0 0 0 #330dd3;
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }
  @keyframes pulse-o {
	0% {
	  -moz-box-shadow: 0 0 0 0 #330dd3;
	  box-shadow: 0 0 0 0 #330dd3;
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
		box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }
/* default o */

/* default r */
.pulse-r {
	display: block;
    width: 80px;
    height: 80px;
	border-radius: 50%;
    background: rgb(0 123 255 / 75%);
    cursor: pointer;
    box-shadow: 0 0 0 rgb(138 31 230);
    animation: pulse-r 2s infinite;
  }
  .pulse-r:hover {
	animation: none;
  }
  
  @-webkit-keyframes pulse-r {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgb(0 123 255 / 75%);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }
  @keyframes pulse-r {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgb(0 123 255 / 75%);
	  box-shadow: 0 0 0 0 rgb(0 123 255 / 75%);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
		box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }
/* default r */

/* default b */
.pulse-b {
	display: block;
    width: 80px;
    height: 80px;
	border-radius: 50%;
    background: #3d4eb2;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(138 31 230);
    animation: pulse 2s infinite;
  }
  .pulse-b:hover {
	animation: none;
  }
  
  @-webkit-keyframes pulse {
	0% {
	  -webkit-box-shadow: 0 0 0 0 rgb(142 45 226);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }
  @keyframes pulse {
	0% {
	  -moz-box-shadow: 0 0 0 0 rgb(142 45 226);
	  box-shadow: 0 0 0 0 rgb(142 45 226);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
		box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }
/* default b */

/* default p */
.pulse-p {
	display: block;
    width: 80px;
	border-radius: 50%;
    height: 80px;
    background: #9155ff	;
    cursor: pointer;
    box-shadow: 0 0 0 #9155ff;
    animation: pulse-p 2s infinite;
  }
  .pulse-p:hover {
	animation: none;
  }
  
  @-webkit-keyframes pulse-p {
	0% {
	  -webkit-box-shadow: 0 0 0 0 #9155ff;
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }
  @keyframes pulse-p {
	0% {
	  -moz-box-shadow: 0 0 0 0 #9155ff;
	  box-shadow: 0 0 0 0 #9155ff;
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
		box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }
/* default p */

/* default g */
.pulse-g {
	display: block;
    width: 80px;
    height: 80px;
	border-radius: 50%;
    background: #ffd914;
    cursor: pointer;
    box-shadow: 0 0 0 #ffd914;
    animation: pulse-g 2s infinite;
  }
  .pulse-g:hover {
	animation: none;
  }
  
  @-webkit-keyframes pulse-g {
	0% {
	  -webkit-box-shadow: 0 0 0 0 #ffd914;
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }
  @keyframes pulse-g {
	0% {
	  -moz-box-shadow: 0 0 0 0 #ffd914;
	  box-shadow: 0 0 0 0 #ffd914;
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
		box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
  }
/* default g */


.page-wrapper {
    position: relative;
    z-index: 1;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.10);
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.3;
}

a {
	color: #3d4eb2;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

img {
	max-width: 100%;
}

a:hover {
	color: #3d4eb2;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

a:hover, a:focus {
	color: #3d4eb2;
	text-decoration: none;
}

p {
	padding: 0;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
}

.z-index {
	z-index: 9;
}

.position-relative {
	position: relative!important;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #3d4eb2;
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}

.button:focus {
	outline: none;
	box-shadow: none;
}

.button {
	display: inline-block;
	padding: 10px 35px;
	text-align: center;
	border-radius: 40px;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-weight: 600;
	border: 2px solid transparent;
	background: #3d4eb2;
	transition: all 500ms ease;
	cursor: pointer;
	color: #fff;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
}

.button:hover {
	color: #000;
	background: transparent;
	border: 2px solid #3d4eb2;
}

.top-button:focus {
	outline: none;
	box-shadow: none;
}

.top-button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 14px;
	padding-right: 0px !important;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-weight: 600;
	border: 2px solid transparent;
	background: #3d4eb2;
	transition: all 500ms ease;
	cursor: pointer;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.navbar-reduce .top-button{
	background: #3d4eb2;
	border-radius: 40px;
}

.navbar-reduce .top-button a{
	color: #ffffff !important;
}

.navbar-reduce .top-button a:hover{
	color: #3d4eb2 !important;
	background: #ddd;
}
.top-button:hover {
	color: #000;
	background: #3d4eb2;
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.section-padding {
	padding: 100px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 33px;
	line-height: 1.3;
	color: #333;
}

.small-title {
    color: rgb(31, 31, 31);
    font-size: 10px;
    display: inline-block;
    padding: 5px 20px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
	border-bottom: 1px dashed #3d4eb2;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.mr-top-50 {
	margin-top: 50px;
}

.back-to-top {
	position: fixed;
	display: none;
	color: #fff;
	width: 40px;
	height: 42px;
	line-height: 40px;
	border-radius: 3px;
	right: 25px;
	bottom: 20px;
	text-align: center;
	background: #3d4eb2;
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	color: #fff;
	font-size: 18px;
}

.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
	line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
	width: 35px;
	height: 8px;
	margin: 0 8px;
	background: #3d4eb2;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 2px solid #b4afff;
}

/**************************************
 * 02.Preloader Style
 *************************************/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: transparent;
  top: 0;
  left: 0;
}

.preloader .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.preloader .loader .box {
  width: 100%;
  color: #fff;
  padding: 10px;
  height: 100%;
  background: #3d4eb2;
  border: 5px dashed #fff;
  -webkit-animation: animate .5s linear infinite;
          animation: animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

.preloader .loader .shadow {
  width: 100%;
  height: 5px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow .5s linear infinite;
          animation: shadow .5s linear infinite;
}

.preloader::before, .preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: #3d4eb2;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader {
  0% {
    left: -190px;
  }
  100% {
    left: 110%;
  }
}

@keyframes loader {
  0% {
    left: -190px;
  }
  100% {
    left: 110%;
  }
}

@-webkit-keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	  }
	  25% {
		-webkit-transform: translateY(99px) rotate(12.5deg);
				transform: translateY(99px) rotate(21.5deg);
	  }
	  50% {
		-webkit-transform: translateY(98px) scale(1, 0.9) rotate(95deg);
				transform: translateY(98px) scale(1, 0.9) rotate(95deg);
		border-bottom-right-radius: 40px;
	  }
	  75% {
		-webkit-transform: translateY(99px) rotate(20.5deg);
				transform: translateY(99px) rotate(20.5deg);
	  }
	  100% {
		-webkit-transform: translateY(90) rotate(100deg);
				transform: translateY(90) rotate(100deg);
	  }
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(12.5deg);
            transform: translateY(9px) rotate(21.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(95deg);
            transform: translateY(18px) scale(1, 0.9) rotate(95deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(20.5deg);
            transform: translateY(9px) rotate(20.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(100deg);
            transform: translateY(0) rotate(100deg);
  }
}

@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.9, 1);
            transform: scale(1.9, 1);
  }
}

@keyframes shadow {
  50% {
    -webkit-transform: scale(1.9, 1);
            transform: scale(1.9, 1);
  }
}

/**************************************
 * 03.Navber Style
 *************************************/
.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.5px;
	border-radius: 40px;
	font-family: 'Poppins', sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
	color: #000000;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #000;
}

.navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
	color: #000;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #000;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}
.navbar-b.navbar-reduce .navbar-brand-regular {
    display: none;
}
.navbar-b.navbar-trans .navbar-brand-dark {
	display: none;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #3d4eb2;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #3d4eb2;
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
	height: 100vh;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../../assets/img/home-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	padding-top: 60px;
    padding-bottom: 30px;
}

.home-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
    background: #3d4eb2;
    background: linear-gradient(0deg, #edeeef, #edeeef);
}

.svg-shape-bottom .bottom-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}

.hero-equal-height {
	position: relative;
	min-height: 660px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
	width: 100%;
}

.home-area .home-content h1 {
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.3;
	font-family: 'Poppins', sans-serif;
}

.home-area .home-content h2 {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 1.3;
	font-family: 'Poppins', sans-serif;
}

.home-area .home-content p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
}
.apps-store-btn {
    margin-top: 25px;
}
.home-content .apps-store-btn-1 {
	margin-right: 10px;
}
.apps-store-btn a {
    display: inline-block;
}

/**************************************
 * 05.How It Works Section Style
 *************************************/

.works-area {
}

.works-item {
	position: relative;
	z-index: 1;
	padding: 40px 30px;
	background: #ffffff;
	border-radius: 3px;
	text-align: center;
	border: 1px solid rgb(0, 0, 0, 0.05);
	transition: .3s;
	/* border-bottom: 4px solid #3d4eb2; */
}

.works-item:hover {
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125)!important;
	transform: translate(0, -20px);
}
.works-item:hover .works-icon {
	animation: bounceIn 1s;
}
.works-icon {
    height: 75px;
    line-height: 50px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;
}
.works-icon i {
	font-size: 30px;
	line-height: 86px;
    color: #fff;
}

.works-info-bottom{
	padding-top: 20px;
    color: #f0f0f0;
    font-size: 20px;
}

.works-info h3 {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: 600;
	color: #333;
}

.works-info h3::after {
	content: " ";
	display: block;
    width: 70%;
    background: #3d4eb2;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.work-count {
	position: absolute;
    left: 9%;
    top: 0%;
    z-index: -1;
    color: rgb(233 232 255 / 42%);
    font-size: 127px;
    font-weight: 700;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.icon-bg-1 {
	color: #fff !important;
	background: url(../../assets/img/shape-icon-1.png);
	background-size: 125px;
	background-repeat: no-repeat;
	background-position: 55% 70%;
}

.icon-bg-2 {
	color: #fff !important;
	background: url(../../assets/img/shape-icon-2.png);
	background-size: 125px;
	background-repeat: no-repeat;
	background-position: 55% 70%;
}

.icon-bg-3 {
    color: #fff !important;
	background: url(../../assets/img/shape-icon-3.png);
	background-size: 125px;
	background-repeat: no-repeat;
	background-position: 55% 70%;
}

.icon-bg-4 {
    color: #fff !important;
    background-color: #11acf3 !important;
}

.icon-bg {
	position: absolute;
	right: -3%;
	top: 10%;
	z-index: -1;
}

/**************************************
 * 06. About Section Style
 *************************************/
.about-area {
	background: #fff;
}

.about-img {
	text-align: center;
}

.about-info {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	/* padding-right: 70px; */
}

.about-info h2 {
	font-weight: 700;
	font-size: 33px;
	line-height: 1.3;
	color: #333333;
}

.features-item-box {
    margin-top: 20px;
}

.features-item {
    background: #ffffff;
    padding: 25px 25px;
    -webkit-box-shadow: 0 2px 10px rgba(218, 225, 232, 0.7);
    box-shadow: 0 2px 10px rgba(218, 225, 232, 0.7);
}
.features-item:hover .features-icon {
	animation: bounceIn 1s;
}
.features-icon {
	position: absolute;
    text-align: center;
    font-size: 28px;
    width: 16px;
    left: 34px;
    top: 24px;
    height: 16px;
    line-height: 75px;
}
.overview-info .features-icon {
	top: 16px;
	left: 16px;
}
.features-info {
    padding-left: 33px;
}

.features-icon i {
	color: #ffffff;
    font-size: 30px;
    line-height: 64px;
}

.features-info p {
    margin: 0;
}

.features-info h3 {
    font-size: 18px;
	margin-bottom: 0px !important;
    font-weight: 700;
    margin-bottom: 8px;
}
.color-icon-1 {
    color: #fff !important;
    background-color: #70d000 !important;
}
.color-icon-2 {
    color: #fff !important;
    background-color: #ffaa00 !important;
}
.color-icon-3 {
    color: #fff !important;
    background-color: #fd2870 !important;
}

/**************************************
 * 07.Apps Overview Section Style
 *************************************/

.overview-area {
    padding-bottom: 0;
}
.overview-info h2 {
	font-size: 33px;
	font-weight: 700;
	margin-bottom: 20px;
}

.overview-info p {
	margin-bottom: 25px;
}

.mt-20{
	margin-top: 20px;
}
.mb-20{
	margin-bottom: 20px;
}

.why-choos-list {
    width: 100%;
    margin: auto;
    display: block;
    padding: 12px 10px;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    outline: none !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}


.why-choos-list span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #3B566E;
    display: inline-block;
    padding-left: 47px;
	font-weight: 500;
}
/* .why-choos-list:hover:before, .why-choos-list.active:before {
    height: 120px;
	background: #8E2DE2;
    background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);
    background: linear-gradient(to right, #4A00E0, #8E2DE2);
} */
.why-choos-list i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 20px;
    font-size: 17px;
    transform: translateY(-50%);
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #ffc107;
}
/* .why-choos-list:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 100px;
    left: -50px;
    top: 0px;
    background: #f4f6fa;
    transform: rotate(60deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
} */
.overview-info .button {
    margin-top: 10px;
}

/**************************************
 * 08.Apps Overview-2 Section Style
 *************************************/
.overview-area-2 {
    padding-top: 70px;
}
.overview-info-2 h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
}

.overview-info-2 p {
    margin-bottom: 20px;
}

.overview-info-2 ul li {
    display: inline-block;
    margin-right: 15px;
}
.overview-share-icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
    color: #3d4eb2;
    text-align: center;
    border-radius: 3px;
    background: #fff;
}

.overview-share-icon i {
    font-size: 30px;
    line-height: 65px;
}

.counter-area{
	background: #9155ff;
}

/**************************************
 * 09.Video & Counter Section Style
 *************************************/
.video-area {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 1;
    padding: 70px 0;
    padding-top: 0;
	background: url(../../assets/img/video-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0 1px 15px 0 rgba(113, 87, 228, 0.08);
    box-shadow: 0 1px 15px 0 rgba(113, 87, 228, 0.08);
}

.video-area:after {
	position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .6;
    z-index: -1;
    border-radius: 10px;
	background: #8E2DE2;
    background: -webkit-linear-gradient(to right, #000000, #000000);
    background: linear-gradient(to right, #000000, #000000);
}

.video-area::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
.video-content {
	position: relative;
	z-index: 1;
    padding: 150px 0;
}
.video-content:after {
	position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .6;
    z-index: -1;
}
.video-content .video-btn {
	height: 70px;
	width: 70px;
	line-height: 70px;
	border-radius: 50%;
	display: block;
	color: #3d4eb2;
	background: #fff;
	margin: auto;
	font-size: 30px;
	margin-top: 20px;
}

.video-content h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
}

.video-content .video-btn {
	border-radius: 50%;
	display: block;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-white 1s linear infinite;
	-webkit-transition: .5s;
	transition: .5s;
}

@-webkit-keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

.counter-inner-box {
    margin-top: 0px;
}
.single-counter-box {
	text-align: center;
}

.single-counter {
	padding: 15px 0px;
	position: relative;
	z-index: 1;
}

.single-counter i {
	color: #ffffff;
    font-size: 70px;
}

.single-counter h3 {
	margin-bottom: 0;
	color: #fff;
	font-size: 45px;
	font-weight: 800;
}

.single-counter p {
	line-height: 1.5;
	color: #ffffff;
	margin-top: 8px;
	font-size: 18px;
	font-weight: 500;
}

/**************************************
 * 10.Screenshort Section Style
 *************************************/
.screenshort-item {
	z-index: 1;
	
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.screenshort-area .owl-carousel .active.center .screenshort-item {
	opacity: 1;
	transform: scale3d(1.5, 1.5, 1);
	-webkit-transform: scale3d(1.0, 1.0, 1);
	filter: unset;
}
.screenshort-item img {
	border-radius: 4px;
	margin: auto;
}

/**************************************
 * 11.Pricing Section Style
 *************************************/

.price-area {
	background: #f4f7fa;
}

.price-area .section-title {
	text-align: center;
	margin-bottom: 35px;
}

.single-price-item {
	background: #FFFFFF;
	box-shadow: 0 3px 30px -3px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	overflow: hidden;
	margin-top: 30px;
	border-bottom: 3px solid rgba(145, 138, 255, 0);
	transition: .3s;
}

.single-price-item:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	-webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
	box-shadow: 0 10px 40px rgba(0,0,0,.1);
	border-bottom: 3px solid #3d4eb2;
	transition: .3s;
}

.single-price-item.active .pricing-header {
	position: relative;
	overflow: hidden;
}

.single-price-item.active .pricing-header:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	margin: auto;
	background: #3d4eb2;
}

.single-price-item.active .pricing-header .pricing-title {
	color: #fff;
}

.single-price-item .pricing-header {
	/* border-bottom: 1px solid #f9fafa; */
	text-align: center;
	height: 135px;
	display: block;
	position: relative;
	background: #f9fafa;
}

.single-price-item .pricing-header .pricing-title {
	font-weight: 800;
	font-size: 25px;
	color: #464646;
	position: absolute;
	width: 100%;
	top: 30%;
	transform: perspective(1px) translateY(0%);
}
.single-price-item .pricing-header .pricing-description{
	font-weight: 400;
	font-size: 14px;
	color: #000;
	position: absolute;
	width: 100%;
	top: 60%;
	transform: perspective(1px) translateY(0%);
}
.single-price-item.active .pricing-header .pricing-description{
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	width: 100%;
	top: 60%;
	transform: perspective(1px) translateY(0%);
}
.single-price-item .pricing-body {
	margin-bottom: 30px;
}

.single-price-item .pricing-body .price-icon {
	width: 100px;
	height: 90px;
	/* position: relative; */
	margin: auto;
	/* margin-top: -45px; */
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.single-price-item:hover .pricing-body .price-icon {
	animation: bounceIn 1s;
}

.single-price-item .pricing-body .price-icon i {
    font-size: 30px;
    color: #fff;
    line-height: 90px;
}

.single-price-item .pricing-body .price-wrapper {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.single-price-item .pricing-body .price-wrapper .currency {
	height: 47px;
	font-weight: 600;
	font-size: 18px;
	color: #3d4eb2;
	position: relative;
	top: -15px;
}

.single-price-item .pricing-body .price-wrapper .price {
	font-weight: 700;
	font-size: 34px;
	color: #3d4eb2;
	letter-spacing: 1px;
}

.single-price-item .pricing-body .price-wrapper .period {
	font-weight: 700;
	font-size: 14px;
	color: #9e9e9e;
	letter-spacing: 0.88px;
}

.single-price-item .pricing-body .list li {
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
	color: #CCDCEA;
	letter-spacing: 0.5px;
	text-decoration: line-through;
}

.single-price-item .pricing-body .list li.active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #d1d1d1;
}

.single-price-item .pricing-footer {
	text-align: center;
    background: #f9fafa;
    padding-top: 40px;
}

.single-price-item .pricing-footer a {
	margin-bottom: 40px;
	margin-top: 0;
}

/**************************************
 * 12.Testimonial Section Style
 *************************************/
.testimonial-area {
	background: #fff;
}

.single-testimonial .testi-content-inner {
	overflow: hidden;
	position: relative;
	background: #ffffff;
	-webkit-box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.07);
	padding: 35px 25px;
	border-radius: 3px;
	z-index: 1;
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	margin-bottom: 15px;
}

.testimonial-area .owl-carousel .active.center .single-testimonial .testi-content-inner {
	opacity: 1;
	transform: scale3d(1.0, 1.0, 1);
	-webkit-transform: scale3d(1.0, 1.0, 1);
}

.single-testimonial .testimonial-bio {
	text-align: center;
}

.single-testimonial .testimonial-bio .avatar img {
	border-radius: 50%;
	border: 8px solid #ffffff;
	width: 120px;
	margin: 0 auto;
}

.single-testimonial .testimonial-bio .bio-info {
	margin-top: 12px;
}

.single-testimonial .testimonial-bio .bio-info .name {
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0px;
}

.single-testimonial .testimonial-bio .bio-info span {
	font-size: 14px;
}

.single-testimonial .testimonial-content {
	margin-bottom: 20px;
	text-align: center;
}

.single-testimonial .testimonial-content p {
	font-size: 14px;
	font-weight: 500;
}

.single-testimonial .testi-content-inner .testimonial-rating {
	display: block;
	margin-bottom: 10px;
}

.single-testimonial .testi-content-inner .rating li {
	display: inline-block;
	font-size: 15px;
	color: #fdae04;
}

.single-testimonial .testi-content-inner .location i {
	font-size: 15px;
	padding-right: 5px;
}

.single-testimonial .testi-content-inner .location {
	display: inline-block;
	text-align: left;
}

/**************************************
 * 13.Faq Section Style
 *************************************/
.faq-area {
	background: #f4f7fa;
}

.faq-area .faq-item .accordion .accordion-item-1,
.faq-area .faq-item .accordion .accordion-item-2 {
	margin-bottom: 20px;
}

.faq-area .faq-item .accordion .accordion-item-1:last-child,
.faq-area .faq-item .accordion .accordion-item-2:last-child {
	margin-bottom: 0px;
}

.faq-area .faq-item .accordion .title {
	position: relative;
	padding: 15px 20px;
	cursor: pointer;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.faq-area .faq-item .accordion .title:after {
    content: '\f067';
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    right: 20px;
    color: #000;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.faq-area .faq-item .accordion .title h6 {
	font-size: 15px;
	font-weight: 500;
	padding-right: 20px;
}

.faq-area .faq-item .accordion .title h6 span {
	color: #000;
}

.faq-area .faq-item .accordion .active .title h6 span {
	color: #fff;
}

.faq-area .faq-item .accordion .accordion-info-1,
.faq-area .faq-item .accordion .accordion-info-2 {
	display: none;
	padding: 20px 15px;
	margin-top: 10px;
	margin-left: 0;
	background: #ffffff;
	border-radius: 0;
}

.faq-area .faq-item .accordion .accordion-info-1 p,
.faq-area .faq-item .accordion .accordion-info-2 p {
	font-size: 14px;
}

.faq-area .faq-item .accordion .active {
	display: block;
}

.faq-area .faq-item .accordion .active .title {
	color: #fff;
	background: #3d4eb2;
    background: -webkit-linear-gradient(to right, #3d4eb2, #d3003a);
    background: linear-gradient(to right, #3d4eb2, #d3003a);
}

.faq-area .faq-item .accordion .active .title:after {
	content: '\f068';
	color: #fff;
}

.faq-area .faq-item .accordion .active .title h6 {
	color: #fff;
}

.faq-img img {
	border-radius: 7px;
}

/**************************************
 * 14.Team Section Style
 *************************************/
.team-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}
.single-team-box {
    background: #fff;
    margin-top: 30px;
    border-radius: 3px;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-team-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.team-image {
    position: relative;
    overflow: hidden;
	border-bottom: 5px solid #3d4eb230;
}
.single-team-box:hover .team-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.single-team-box .team-image img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-social-icon {
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    left: 50%;
    bottom: 0;
    z-index: 1;
	display: inline-flex;
    align-items: center;
    justify-content: space-around;
}
.single-team-box .team-image .team-social-icon a {
	display: inline-block;
    color: #000000;
    font-size: 16px;
    margin: 0 3px;
    vertical-align: middle;
    background: #ffffff;
    height: auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 0;
}
.single-team-box .team-image .team-social-icon a:hover {
    color: #fff;
    background: #3d4eb2;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.single-team-box:hover .team-image .team-social-icon {
    opacity: 1;
    visibility: visible;
	margin-bottom: 0px;
}

.team-info {
    padding: 20px 20px;
    text-align: center;
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-team-box:hover .team-info {
	-webkit-transition: 0.5s;
    transition: 0.5s;
}
.team-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.single-team-box:hover .team-info h3 {
    color: #3d4eb2;
}
.team-info span {
    color: #3d4eb2;
    font-size: 14px;
    font-weight: 500;
}
.single-team-box:hover .team-info span {
    color: #ccc;
}

/**************************************
 * 15.Downloade Section Style
 *************************************/

.download-area {
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../../assets/img/download-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.download-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .9;
	z-index: -1;
	background: #3d4eb2;
    background: -webkit-linear-gradient(to right, #ffd914, #330dd3);
    background: linear-gradient(to right, #ffd914, #330dd3);
	
}

.download-app-text {
	padding: 100px 0;
	text-align: left;
}

.download-app-text h2 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 33px;
}

.download-app-text p {
	color: #fff;
}

.download-app-button {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 30px;
	transition: all 0.3s ease-in;
	text-align: center;
}

.download-btn span {
	font-size: 35px;
	line-height: 30px;
	margin-right: 12px;
	color: #fff;
	display: inline-block;
}

.download-btn {
	border: 0px solid #fff;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	align-items: center;
	padding: 5px 35px;
	margin-bottom: 10px;
	text-align: left;
	display: inline-block;
}

.download-btn:last-child {
	margin-right: 0px;
}

.active-btn {
    border: 2px solid #ef9f00;
    background: #ef9f00;
}

.download-btn:hover {
    border-bottom: 1px solid #ef9f00;
}

.download-btn p small {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}

.download-btn p {
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}

/**************************************
 * 16.Contact Section Style
 *************************************/
.contact-area .item {
}

.form-container-box{
	margin-top: 30px;
}

.contact-box{
	background: #f9fafa;
    padding: 20px;
    border: 1px dashed #bcbcbc;
}

.contact-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.contact-info ul li {
    position: relative;
    padding-left: 115px;
    color: #57647c;
    margin-bottom: 35px;
}
.contact-info ul li .icon {
    width: 100px;
    height: 70px;
    line-height: 60px;
    border-radius: 23px;
    font-size: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.contact-info ul li span {
    display: block;
    margin-bottom: 3px;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}
.contact-info ul li a {
    color: #57647c;
    display: block;
}

.contact-area .form input,
.contact-area .form textarea {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	height: 50px;
	background-color: #f3f3f3;
	font-weight: 500;
	border-radius: 2px;
}

.contact-area .form textarea {
	max-height: 300px;
	height: auto;
}

#contact-form .button {
	margin: 0;
}

.form-group {
	margin-bottom: 25px;
}

button, input, textarea {
	color: #505050;
}

button, input, textarea:focus {
	border: none;
	outline: none;
}

.footer-content p{
	line-height: 32px;
}
.footer-social-icon{
	display: inline-flex;
	margin-top: 10px;
}

.footer-social-icon li{
	padding-left: 10px;
}

.contact-area .icon{
	margin-right: 30px;
}

.c-area{
	display: -ms-grid;
	display: grid;
}

.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * 17.Map Section Style
 *************************************/
.map-area {
    display: block;
	padding-top: 50px;
}
.bg-gray {
	background-color: #edeeef ;
} 
.map-area #contact-map{
    position: relative;
    width: 100%;
    height: 500px;
	border: 0;
	margin-bottom: -10px;
	border-radius:50px;
	box-shadow: 2px 2px 15px grey;
}

/**************************************
 * 18.Footer Section Style
 *************************************/

.footer {
    width: 100%;
    padding: 0;
}
.footer-top {
    padding: 70px 0 0;
    background: #fff;
}

.footer-colm-1 {
    padding: 0 25px;
}
.footer-logo {
    margin-bottom: 20px;
    display: block;
}
.footer-colm-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-content .footer-colm-4 p a {
    color: #333;
    font-weight: 600;
}
.footer-colm-4 .footer-social-icon li a {
    color: #fff;
    background: #3d4eb2;
    border-radius: 50%;
    width: 30px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}
.footer-colm-4 .footer-social-icon li a:hover {
    color: #ffffff;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer-colm-4 .footer-social-icon li {
    display: inline-block;
    margin-right: 10px;
}

ul.footer-nav li a {
    padding-bottom: 10px;
    display: block;
    color: #333;
}

.footer-colm-4 .footer-social-icon {
    margin-top: 15px;
}

.footer-subscribe form {
	position: relative;
	margin-bottom: 20px;
	background: #ffffff;
	border-radius: 0;
}

.footer-subscribe form input {
	width: 100%;
	height: 40px;
	padding-left: 15px;
	border: 0;
	border-radius: 0;
	background: #f3f3f3;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(145, 138, 255, 0.08);
	box-shadow: 0px 3px 10px 0px rgba(145, 138, 255, 0.08);
}

.footer-subscribe form input:focus {
	outline: none;
	border: 0;
}

.subscribe-btn {
	position: absolute;
	top: 0px;
	right: 0;
	height: 40px;
	width: 120px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	background: #3d4eb2;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.subscribe-btn:hover {
	color: #fff;
	background: #262834;
}

.copyright-area {
	border-top: 1px solid #f9fafa;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f9fafa;
	background-image: url('../img/footer.png');
	background-position: center;
	background-size: cover;
	height: 200px;
}

.copyright-area p {
	color: #000;
}

.copyright-area p a {
	color: #3d4eb2;
}

.hidden{
	display: none;
}
.messages{
	margin-top: 30px;
}
.alert-success{
	margin-left: 15px;
}
.with-errors{
	color: #3d4eb2;
}
.navbar-brand-regular {
	width:150px
}
.navbar-brand-dark {
	width:70px
}
.container{
	position: relative;
}
.decoration {
	animation-name: bounce-2;
	animation-timing-function: ease;
	align-self: flex-end;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	transform-origin: bottom;
}
.rotate {
    position: absolute;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

@keyframes bounce-2 {
	0%   { transform: translateX(0); }
	50%  { transform: translateX(-50px); }
	100% { transform: translateX(0); }
}
.decoration-1 {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 150px;
}
.decoration-1 {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 150px;
}
.decoration-2 {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 150px;
}
.decoration-3 {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 400PX;
}