/* google-fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
body{
   font-family: 'Rubik', sans-serif;
   font-size: 15px;
   line-height: 25px;
}
h1,h2,h3,h4,h5,h6{
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
}
ul{
   list-style: none;
   margin: 0;
   padding: 0;
}
a{
   text-decoration: none;
   font-family:'Poppins', sans-serif ;
}
.btn {
	padding: 15px 55px;
	display: inline-block;
	border: 1px solid #505cfd;
	border-radius: 30px;
   font-weight: 600;
}
.theam-bg{
   background-color: #505cfd;
}
.white-text{
   color: #fff;
}
.section-title h1 {
	font-size: 32px;
	font-weight: 600;
	color: #404044;
	margin-bottom: 12px;
}
.section-title p {
	color: #595959;
}
img{
	width: 100%;
}
button:focus{
	outline: none;
}

/* header */
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.logo-hight{
	height: 100%;
}
.main-menu ul {
	overflow: hidden;
	text-align: right;
}
.main-menu li {
	display: inline-block;
	margin: 45px 0;
	margin-left: 50px;
}
.main-menu li a {
	font-size: 14px;
	color: #343434;
   font-family:'Poppins', sans-serif ;
}
.header-btn {
	margin-top: 29px;
	margin-left: 30px;
}
/* slider */
.single-slide {
	background-size: cover;
	height: 100vh;
	background-position: center;
}
.slider-icons i {
   color: #505cfd;
   font-size: 18px;
   margin: 0 10px;
 }
 .inner-slider h2 {
   font-size: 72px;
   font-weight: 400;
   color: #595959;
   margin-top: 20px;
   margin-bottom: 12px;
 }
 .inner-slider p {
	color: #343434;
	margin-bottom: 40px;
}
 /* future-area */
 .future-area {
	position: relative;
	top: -95px;
}
 .single-futures {
	padding: 0 40px;
	position: relative;
}
.single-futures::before {
	position: absolute;
	top: 0;
	right: 0;
	background: #5b77cc;
	content: '';
	width: 1px;
	height: 100%;
}
 .single-futures i {
	color: #fff;
	font-size: 30px;
	margin-bottom: 25px;
	display: inline-block;
}
.single-futures h3 {
	font-size: 22px;
	font-weight: 600;
}
/* theme-area */
.theme-text h3 {
	font-size: 32px;
	font-weight: 600;
	color: #404044;
	line-height: 44px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
}
.theme-text h3::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	content: '';
	background: #505cfd;
}
.theme-text p {
	color: #595959;
	margin-bottom: 45px;
}
.theme-text a {
	padding: 20px 50px;
	font-size: 14px;
}
/* success-area */
.success-area{
   background-size: cover;
}
.success-form {
	margin-top: 35px;
}
.success-form input {
	height: 45px;
	padding: 30px;
	border-radius: 30px;
	border: none;
	font-size: 14px;
	width: 25%; 
   margin: 0 2px;
	outline: none;
}
.success-form .success-btn {
	padding: 15px 50px;
	background: #505cfd;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 30px;
	margin-left: 10px;
	border: none;
}
/* progress-bar & COLLAPS */

.progressbar .blog-wrapper {
	margin-left: 40px;
}
.modal1 {
	display: block;
	width: 100%;
	background: linear-gradient(#0b60a9,mediumspringgreen);
	color: #fff;
	padding: 15px;
	font-size: 18px;
	border-radius: 6px;
}
/* service-area */

.inner-service {
	border: 1px solid #ddd;
	padding: 55px 10px;
	transition: .3s;
}
.inner-service:hover {
	background: #343434;
 }
.inner-service i {
	font-size: 48px;
	color: #505cfd;
	margin-bottom: 40px;
	display: inline-block;
}
.inner-service h3 {
	font-size: 22px;
	font-weight: 600;
	color: #3f3f3f;
	margin-bottom: 10px;
}
.inner-service:hover h3 {
  color: #fff;
}
.inner-service p {
	color: #595959;
	margin-bottom: 50px;
}
.inner-service p {
  color: #777777;
}
.inner-service a {
	color: #595959;
	font-size: 12px;
}
 .inner-service:hover a {
	color: #fff;
 }

 /* pricing-area */

 .paricing-table {
	background: #e7e8fe;
}
.pricing-item {
	width: 30%;
}
 .single-pricing h3 {
	color: #3f3f3f;
	font-size: 22px;
	font-weight: 400;
	border-bottom: 1px solid #dfe0fd;
	padding-bottom: 28px;
}
 .single-pricing {
	border: 1px solid #dfe0fd;
	padding: 40px 0;
	transition: .3s;
}
.single-pricing:hover {
	background: #fff;
	box-shadow: 0 15px 30px;
	box-shadow:0 15px 30px 0px rgba(80, 92, 253, 0.1);
 }
.single-pricing span {
	font-size: 40px;
	color: #505cfd;
	font-weight: 600;
	margin-top: 15px;
	display: inline-block;
}
 .single-pricing span span {
	font-size: 20px;
	font-weight: 500;
	top: -11px;
	position: relative;
 }
 .single-pricing ul {
	padding: 15px 0;
}
 .single-pricing ul li {
	color: #595959;
	line-height: 36px;
 }
 .single-pricing a {
	font-size: 12px;
	font-weight: 400;
 }

/*  counter-aera */

.single-counter i {
	font-size: 45px;
	display: block;
}
.single-counter span {
	font-size: 32px;
	font-weight: 400;
	font-family: poppins;
	display: block;
	padding: 10px 0;
 }

 /* team-area */

 .team-wrapper {
	position: relative;
 }
 .team-img::before {
	position: absolute;
	top: 30px;
	left: 30px;
	background: #fff;
	content: '';
	opacity: 0;
	right: 30px;
	bottom: 30px;
	visibility: hidden;
	transition: .3s;
}
.team-wrapper:hover .team-img::before{
	opacity: .9;
	visibility: visible;
}
 .team-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform:translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
 }
 .team-wrapper:hover .team-content{
	 opacity: 1;
	 visibility: visible;
 }
 .team-content a h5 {
	font-size: 22px;
	color: #3f3f3f;
	margin: 0;
 }
 .team-content p {
	color: #595959;
	margin-bottom: 8px;
 }
 .team-icons i {
	font-size: 18px;
	color: #333333;
	margin: 0 8px;
 }

/* blog-area */

 .blog-content {
	margin-top: 19px;
}
 .blog-content a h4 {
	color: #3f3f3f;
	font-size: 22px;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
 }
 .blog-content span {
	font-size: 14px;
	color: #595959;
 }
 .blog-content .blog-span {
	width: 50px;
	height: 2px;
	background: #000;
	display: inline-block;
	top: -3px;
	position: relative;
	left: 12px;
}
.blog-content p {
	color: #595959;
	margin-bottom: 28px;
 }
 .blog-content a.btn {
	color: #595959;
	font-size: 12px;
	padding: 15px 30px;
 }

 /* banner-area */

 .banner-area {
	background-size: cover;
	background-position: center;
 }
 .single-baner {
	background: #fff;
	opacity: 0.9;
 }
 .single-baner a h4 {
	color: #505cfd;
	font-size: 22px;
}
.single-baner span {
	color: #595959;
}
.single-baner p {
	color: #595959;
	padding: 20px 125px;
	margin-bottom: 35px;
}

/* banner-slick-slider */
.banner-area .slick-dots {
	top: -60px;
	position: relative;
 }
 .banner-area .slick-dots li {
  display: inline-block;
  font-size: 0px;
}
.banner-area .slick-dots li button {
  padding: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #595959;
  margin: 0 5px;
  cursor: inherit;
}
.banner-area .slick-dots li.slick-active button{
	background:#595959 ;
}

/* brand */
.single-brand img{
	width: inherit;
}



/* footer */

footer {
	background: #343434;
}
.footer-wrapper h5 {
	color: #fff;
	font-size: 22px;
 }
 
 .footer-wrapper ul {
	margin: 24px 0;
 }
 .footer-wrapper li {
	color: #777777;
	line-height: 36px;
 }
 .footer-icons a {
	margin-right: 30px;
 }
 .footer-icons i {
	font-size: 14px;
	color: #fff;
 }
 .footer-links li {
	width: 50%;
	float: left;
 }
 .footer-links li a {
	color: #777;
 }
 .footer-links li a::before {
	content: '\f10a';
	font-family:"Ionicons";
	font-size: 10px;
	color: #808080;
	margin-right: 10px;
 }
 .footer-tumb-img img {
	width: inherit;
}
.footer-wrapper .footer-tumb {
	margin: 35px 0;
 }
.footer-tumb-text {
	padding-left: 15px;
 }
.footer-tumb li {
	display: flex;
	margin-bottom: 10px;
 }
 .footer-tumb li:last-child {
	margin-bottom: 0;
}
 .footer-tumb-text h5 {
	margin-top: -9px;
	font-size: 17px;
	line-height: 30px;
	color: #777;
 }

 .footer-tumb-text span {
	font-size: 15px;
	display: inline-block;
	position: relative;
	top: -12px;
 }

 .footer-bottom-border {
	border-top: 1px solid #3b3b3b;
	padding: 35px 0;
 }
 .copyright-area p {
	color: #777;
 }
 .footer-bottom-border nav ul li {
	display: inline-block;
	margin-left: 25px;
 }
 .footer-bottom-border nav ul li a {
	color: #777;
 }



/* JS PLAGIN's css ALL */



/*  map */
#map{
	height: 400px;
	width: 100%;
	
}
/* scrollUp */
#scrollUp {
	bottom: 10px;
	right: 10px;
	background: #000;
	color: #fff;
	border-radius: 5px;
	padding: 6px 10px;
}
#scrollUp i {
	font-size: 30px;
}