/**
* Template Name: Arsha - v4.7.1
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: Outfit;
	color: #444444;
}

a {
	color: #47b2e4;
	text-decoration: none;
}

a:hover {
	color: #73c5eb;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Outfit;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #37517e;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #37517e;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*button.close {
    width: 24px !important;
    background-color: transparent !important;
    margin-right: 7px !important;
    border: solid #d0d0d0 1px;
    font-weight: 900;
    font-size: 17px;
}*/

button.close {
    width: 24px !important;
    background-color: transparent !important;
    margin-right: 7px !important;
}

#collaboration button.btn.btn-yellow.text-light:hover,#collaboration button.btn.btn-yellow.text-light:visited,#collaboration button.btn.btn-yellow.text-light:active {
    background-color: #4cac78;
    border-width: 4px;
    border-color: #4cac78;
    border-left-width: 6px;
    border-bottom-width: 7px !important;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: #4cac78;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	transition: all 0.4s;
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: #6bc1e9;
	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 997;
	padding: 22px 0;
	background: #fff;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 768px) {
	#header {
		padding: 11px 0;
	}
}

#header.header-scrolled,
#header.header-inner-pages {
	background: #fff;

}

#header .logo {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 25%;
	text-align: left;
}

#header .logo a {
	color: #fff;
}

#header .logo img {
	max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

.navbar li {
	position: relative;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 500;
	color: #7A87A2;
	white-space: nowrap;
	transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {

	color: #7A87A1;

}

.navbar .getstarted,
.navbar .getstarted:focus {
	padding: 8px 20px;
	margin-left: 30px;
	margin-bottom: 22px;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	border: 2px solid #fff;
	font-weight: 600;

}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {

	border: 2px solid #31a9e1;
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 14px;
	text-transform: none;
	font-weight: 500;
	color: #0c3c53;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: #47b2e4;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}

	.imageSec img {
		max-width: 240px !important;
		max-height: 156px !important;
	}

}

@media (max-width: 1240px) {

	.imageSec img {
		max-width: 240px !important;
		max-height: 156px !important;
	}

}

@media (max-width: 1200px) {

	.imageSec img {
		max-width: 200px !important;
		max-height: 156px !important;
	}

}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #fff;
}

@media (max-width: 991px) {
	.mobile-nav-toggle {
		display: block;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(40, 58, 90, 0.9);
	transition: 0.3s;
	z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px;
	color: #37517e;
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 90vh;
	background: url(../images/banner_img.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#hero h1 {
	margin: 0 0 10px 0;
	font-family: Outfit;
	font-style: italic;
	font-weight: 800;
	font-size: 86px;
	line-height: 74px;
	letter-spacing: 0.02em;
	color: #FFB000;
}

#hero h2 {
	font-family: Outfit;
	font-style: normal;
	font-weight: 600;
	font-size: 45px;
	line-height: 55px;
	margin-bottom: 32px;
}

#hero .btn-get-started {
	border: none;
	background: #4CAC78;
	border-radius: 5px;
	width: 318px;
	justify-content: center;
	align-items: center;
	padding: 5px 18px;
	height: 60px;
	display: flex;
	font-family: Outfit;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}

/* #hero .btn-get-started:hover {
  border: 3px solid #209dd8;
} */
.questions_sec .panel {
	display: none;
	margin-top: 20px;
}

.questions_sec .panel p:last-child {
	margin: 0;
}

.questions_sec.show_panel .panel {
	display: block;
}

#hero .btn-watch-video {
	font-size: 16px;
	display: flex;
	align-items: center;
	transition: 0.5s;
	margin: 10px 0 0 25px;
	color: #fff;
	line-height: 1;
}

#hero .btn-watch-video i {
	line-height: 0;
	color: #fff;
	font-size: 32px;
	transition: 0.3s;
	margin-right: 8px;
}

#hero .btn-watch-video:hover i {
	color: #47b2e4;
}

#hero .animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
	#hero {
		height: 100vh;
		text-align: center;
	}

	#hero .animated {
		-webkit-animation: none;
		animation: none;
	}

	#hero .hero-img {
		text-align: center;
	}

	#hero .hero-img img {
		width: 50%;
	}
}


@-webkit-keyframes up-down {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	section {
		padding: 100px 0;
	}
}

.section-bg {
	background-color: #f3f5fa;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.game_title h2 {
	font-style: italic;
	font-weight: 800;
	font-size: 60px;
	line-height: 72px;
	letter-spacing: 0.02em;
	color: #FFB000;
	font-family: 'Barlow', sans-serif;

}

.section-title p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
	padding: 12px 0;
	text-align: center;
}

.clients img {
	max-width: 45%;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	padding: 15px 0;
	filter: grayscale(100);
}

.clients img:hover {
	filter: none;
	transform: scale(1.1);
}

@media (max-width: 768px) {
	.clients img {
		max-width: 40%;
	}
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
	font-weight: 600;
	font-size: 26px;
}

.about .content ul {
	list-style: none;
	padding: 0;
}

.about .content ul li {
	padding-left: 28px;
	position: relative;
}

.about .content ul li+li {
	margin-top: 10px;
}

.about .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #47b2e4;
	line-height: 1;
}

.about .content p:last-child {
	margin-bottom: 0;
}

.about .content .btn-learn-more {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 4px;
	transition: 0.3s;
	line-height: 1;
	color: #47b2e4;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	margin-top: 6px;
	border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
	background: #47b2e4;
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
	padding: 60px 100px 0 100px;
}

.why-us .content h3 {
	font-weight: 400;
	font-size: 34px;
	color: #37517e;
}

.why-us .content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}

.why-us .content p {
	font-size: 15px;
	color: #848484;
}

.why-us .img {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.why-us .accordion-list {
	padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
	padding: 0;
	list-style: none;
}

.why-us .accordion-list li+li {
	margin-top: 15px;
}

.why-us .accordion-list li {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
}

.why-us .accordion-list a {
	display: block;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding-right: 30px;
	outline: none;
	cursor: pointer;
}

.why-us .accordion-list span {
	color: #47b2e4;
	font-weight: 600;
	font-size: 18px;
	padding-right: 10px;
}

.why-us .accordion-list i {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
}

.why-us .accordion-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
	display: none;
}

.why-us .accordion-list a.collapsed {
	color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
	color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
	display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
	display: none;
}

@media (max-width: 1024px) {

	.why-us .content,
	.why-us .accordion-list {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 992px) {
	.why-us .img {
		min-height: 400px;
	}

	.why-us .content {
		padding-top: 30px;
	}

	.why-us .accordion-list {
		padding-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.why-us .img {
		min-height: 200px;
	}
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
	font-weight: 700;
	font-size: 32px;
	color: #37517e;
	font-family: "Poppins", sans-serif;
}

.skills .content ul {
	list-style: none;
	padding: 0;
}

.skills .content ul li {
	padding-bottom: 10px;
}

.skills .content ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #47b2e4;
}

.skills .content p:last-child {
	margin-bottom: 0;
}

.skills .progress {
	height: 60px;
	display: block;
	background: none;
	border-radius: 0;
}

.skills .progress .skill {
	padding: 0;
	margin: 0 0 6px 0;
	text-transform: uppercase;
	display: block;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #37517e;
}

.skills .progress .skill .val {
	float: right;
	font-style: normal;
}

.skills .progress-bar-wrap {
	background: #e8edf5;
	height: 10px;
}

.skills .progress-bar {
	width: 1px;
	height: 10px;
	transition: 0.9s;
	background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
	box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
	padding: 50px 30px;
	transition: all ease-in-out 0.4s;
	background: #fff;
}

.services .icon-box .icon {
	margin-bottom: 10px;
}

.services .icon-box .icon i {
	color: #47b2e4;
	font-size: 36px;
	transition: 0.3s;
}

.services .icon-box h4 {
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 24px;
}

.services .icon-box h4 a {
	color: #37517e;
	transition: ease-in-out 0.3s;
}

.services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}

.services .icon-box:hover {
	transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
	color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
	background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
	background-size: cover;
	padding: 120px 0;
}

.cta h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}

.cta p {
	color: #fff;
}

.cta .cta-btn {
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 40px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid #fff;
	color: #fff;
}

.cta .cta-btn:hover {
	background: #47b2e4;
	border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
	.cta {
		background-attachment: scroll;
	}
}

@media (min-width: 769px) {
	.cta .cta-btn-container {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
	list-style: none;
	margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	margin: 10px 5px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	color: #444444;
	transition: all 0.3s;
	padding: 8px 20px;
	border-radius: 50px;
	font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
	background: #47b2e4;
	color: #fff;
}

.portfolio .portfolio-item {
	margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
	overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
	transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 3;
	right: 15px;
	transition: all 0.3s;
	background: rgba(55, 81, 126, 0.8);
	padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
	color: #f9fcfe;
	font-size: 14px;
	margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 40px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: #fff;
	transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
	right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
	transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
	width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
	padding: 30px;
	box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
	list-style: none;
	padding: 0;
	font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px;
}

.portfolio-details .portfolio-description {
	padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
	padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
	position: relative;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 5px;
	background: #fff;
	transition: 0.5s;
}

.team .member .pic {
	overflow: hidden;
	width: 180px;
	border-radius: 50%;
}

.team .member .pic img {
	transition: ease-in-out 0.3s;
}

.team .member:hover {
	transform: translateY(-10px);
}

.team .member .member-info {
	padding-left: 30px;
}

.team .member h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #37517e;
}

.team .member span {
	display: block;
	font-size: 15px;
	padding-bottom: 10px;
	position: relative;
	font-weight: 500;
}

.team .member span::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 1px;
	background: #cbd6e9;
	bottom: 0;
	left: 0;
}

.team .member p {
	margin: 10px 0 0 0;
	font-size: 14px;
}

.team .member .social {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.team .member .social a {
	transition: ease-in-out 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	background: #eff2f8;
}

.team .member .social a i {
	color: #37517e;
	font-size: 16px;
	margin: 0 2px;
}

.team .member .social a:hover {
	background: #47b2e4;
}

.team .member .social a:hover i {
	color: #fff;
}

.team .member .social a+a {
	margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
	padding-top: 40px;
}

.pricing .box {
	padding: 60px 40px;
	box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
	background: #fff;
	height: 100%;
	border-top: 4px solid #fff;
	border-radius: 5px;
}

.pricing h3 {
	font-weight: 500;
	margin-bottom: 15px;
	font-size: 20px;
	color: #37517e;
}

.pricing h4 {
	font-size: 48px;
	color: #37517e;
	font-weight: 400;
	font-family: "Jost", sans-serif;
	margin-bottom: 25px;
}

.pricing h4 sup {
	font-size: 28px;
}

.pricing h4 span {
	color: #47b2e4;
	font-size: 18px;
	display: block;
}

.pricing ul {
	padding: 20px 0;
	list-style: none;
	color: #999;
	text-align: left;
	line-height: 20px;
}

.pricing ul li {
	padding: 10px 0 10px 30px;
	position: relative;
}

.pricing ul i {
	color: #28a745;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 6px;
}

.pricing ul .na {
	color: #ccc;
}

.pricing ul .na i {
	color: #ccc;
}

.pricing ul .na span {
	text-decoration: line-through;
}

.pricing .buy-btn {
	display: inline-block;
	padding: 12px 35px;
	border-radius: 50px;
	color: #47b2e4;
	transition: none;
	font-size: 16px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	transition: 0.3s;
	border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
	background: #47b2e4;
	color: #fff;
}

.pricing .featured {
	border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
	background: #47b2e4;
	color: #fff;
}

.pricing .featured .buy-btn:hover {
	background: #23a3df;
}

@media (max-width: 992px) {
	.pricing .box {
		max-width: 60%;
		margin: 0 auto 30px auto;
	}
}

@media (max-width: 767px) {
	.pricing .box {
		max-width: 80%;
		margin: 0 auto 30px auto;
	}
}

@media (max-width: 420px) {
	.pricing .box {
		max-width: 100%;
		margin: 0 auto 30px auto;
	}
}

@media (max-width: 999px) {}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
	padding: 0 100px;
}

.faq .faq-list ul {
	padding: 0;
	list-style: none;
}

.faq .faq-list li+li {
	margin-top: 15px;
}

.faq .faq-list li {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	position: relative;
}

.faq .faq-list a {
	display: block;
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 0 30px;
	outline: none;
	cursor: pointer;
}

.faq .faq-list .icon-help {
	font-size: 24px;
	position: absolute;
	right: 0;
	left: 20px;
	color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
}

.faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
	display: none;
}

.faq .faq-list a.collapsed {
	color: #37517e;
	transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
	color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
	display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
	display: none;
}

@media (max-width: 1200px) {
	.faq .faq-list {
		padding: 0;
	}
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
	border-top: 3px solid #47b2e4;
	border-bottom: 3px solid #47b2e4;
	padding: 30px;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
	font-size: 20px;
	color: #47b2e4;
	float: left;
	width: 44px;
	height: 44px;
	background: #e7f5fb;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}

.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #37517e;
}

.contact .info p {
	padding: 0 0 10px 60px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #6182ba;
}

.contact .info .email p {
	padding-top: 5px;
}

.contact .info .social-links {
	padding-left: 60px;
}

.contact .info .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
	margin-right: 10px;
}

.contact .info .social-links a:hover {
	background: #47b2e4;
	color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
	background: #47b2e4;
	color: #fff;
}

.contact .php-email-form {
	width: 100%;
	border-top: 3px solid #47b2e4;
	border-bottom: 3px solid #47b2e4;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
	margin-bottom: 20px;
}

.contact .php-email-form label {
	padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
	font-family: Outfit;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: #47b2e4;
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
	background: #47b2e4;
	border: 0;
	padding: 12px 34px;
	color: #fff;
	transition: 0.4s;
	border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
	background: #209dd8;
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 15px 0;
	background: #f3f5fa;
	min-height: 40px;
	margin-top: 72px;
}

@media (max-width: 992px) {
	.breadcrumbs {
		margin-top: 68px;
	}
}

.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 600;
	color: #37517e;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}

.breadcrumbs ol li+li {
	padding-left: 10px;
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #4668a2;
	content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	font-size: 14px;
	background: #2A2F2C;
	padding: 100px 0;
}

@media screen and (max-width: 768px) {
	#footer {
		padding: 60px 0;
	}
}

#footer .footer-newsletter {
	padding: 50px 0;
	background: #f3f5fa;
	text-align: center;
	font-size: 15px;
	color: #444444;
}

#footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	color: #37517e;
}

#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
	text-align: left;
}

#footer .footer-newsletter form input[type=email] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	background: #47b2e4;
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
	background: #209dd8;
}

#footer .footer-top {
	padding: 60px 0 30px 0;
	background: #273452;
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
	font-size: 28px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 600;
	color: #37517e;
}

#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: Outfit;
	color: #5e5e5e;
}

#footer .footer-top h4 {
	font-size: 16px;
	font-family: Outfit;
	font-weight: bold;
	color: #FFB000;
	position: relative;
	padding-bottom: 12px;
}

#footer .footer-top .footer-links {
	margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Outfit;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #47b2e4;
	font-size: 18px;
	line-height: 1;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	font-family: Outfit;
	color: #fff;
}

#footer .footer-top .footer-links ul li {
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	color: #fff;
}

#footer .footer-top .footer-linkss ul li {
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	font-family: Outfit;
	color: #fff;
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

#footer .footer-top .footer-links ul a {

	transition: 0.3s;
	display: inline-block;
	line-height: 1;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	font-family: Outfit;
	color: #fff;
}

#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #47b2e4;
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #47b2e4;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
	background: #209dd8;
	color: #fff;
	text-decoration: none;
}

#footer .footer-bottom {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	background: #0F1C3C;
}

#footer .copyright {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#footer .credits {
	float: right;
	font-size: 13px;
}

#footer .credits a {
	transition: 0.3s;
}

@media (max-width: 768px) {
	#footer .footer-bottom {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#footer .copyright,
	#footer .credits {
		text-align: center;
		float: none;
	}

	#footer .credits {
		padding-top: 4px;
	}
}

/* main#main {
	background: #182032;
} */

.sports {
	display: flex;
	width: 100%;
}

span.line {
	width: 80%;
	border-top: 1px dashed #fff;
	margin-top: 27px;
	margin-left: 11px;
	margin-right: 11px;
}

.span_class {
	width: 5%;
	display: flex;
	align-items: center;
}

.sports h1 {
	color: #fff;
	font-family: 'Barlow', sans-serif;
	font-style: italic;
}

i.fa.fa-play-circle-o {
	display: flex;
	align-items: center;
	color: #FFB000;
}

.dot {
	color: #FFB000;
}

.row_class {
	display: flex;
	align-items: center;
}

.game_title h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 41%;
	height: 1px;
	background: #ddd;
	bottom: 40px;
	z-index: -1;
	left: 0;
	top: 36px;
}

.game_title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 41%;
	height: 1px;
	background: #ddd;
	bottom: 40px;
	z-index: -1;
	left: 59%;
	top: 36px;
}

.vector_section {
	display: flex;
	text-align: center;
	margin-top: 20px;
}

.vector_head h1 {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.vector_main_section {
	display: flex;
	float: left;
	align-items: center;
}

.vector_head h1 {
	font-style: italic;
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 27px;
	line-height: 55px;
	color: #455069;
	border: 1px solid;
	border: 1px solid;
}

.vector_content {
	font-style: italic;
	font-family: 'Barlow', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 38px;
	color: #F0F5FF;
}

.vector_section img {
	width: 34px;
	height: 33px;
	background: #FFB000;
	border-radius: 100%;
	padding: 4px;
}

span.vector_content {
	margin-left: 6px;
}

.vector1 {
	font-size: 27px;
	margin-left: 6px;
}

.vector_img {
	border: 1px solid;
	width: 24% !important;
	margin-left: 1% !important;
	border-radius: 6px;
	padding: 4px;
}

.slot_bonus_title h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 34%;
	height: 1px;
	background: #ddd;
	bottom: 40px;
	z-index: -1;
	left: 0;
	top: 36px;
}

.slot_bonus_title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 34%;
	height: 1px;
	background: #ddd;
	bottom: 40px;
	z-index: -1;
	left: 66%;
	top: 36px;
}

.slot_bonus_title h2 {
	font-style: italic;
	font-weight: 800;
	font-size: 60px;
	line-height: 72px;
	letter-spacing: 0.02em;
	color: #FFB000;
	font-family: 'Barlow', sans-serif;
}

.slot_section {
	display: flex;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.slot_content {
	background: rgba(255, 255, 255, 0.1);
	height: 123px;
	border-radius: 20px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: -50px;
	width: 100%;
}

.slot_content p {
	font-family: 'Barlow', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 21px;
	line-height: 38px;
	color: #FFB000;
	text-align: center;
}

.slot_content span {
	margin-left: 40px;
	color: #F0F5FF;
}

.slot_img {
	margin-left: 1%;
}

.tobet_row1 {
	display: flex;

}

.tobet_row1 {

	justify-content: center;
}

.img_row1 {
	background: #182032;
	border: 1px solid #3F5380;
	border-radius: 12px;
	text-align: end;
	padding: 0px 27px;
	width: 182px;
	display: flex;
	align-items: center;
	height: 79px;
	justify-content: end;
	margin-top: 6px;
}

.tobet_img_row1 {
	text-align: center;
	display: contents;
}

.tobet_img_1 {
	background: #182032;
	padding: 12px;
	border: 4px solid #3F5380;
	border-radius: 100%;
	width: 93px;
	height: 93px;
	margin: 0px !important;
	left: 22px;
	position: relative;
}

.img_row1_1 {
	margin: 0 -27px;
	position: relative;
}

.tobet_img_2 {
	width: 88px;
}

.tobet_img a {
	padding: 26px 39px;
	border-radius: 12px;
}

.tobet_img img {
	width: 100px;
	border: 4px solid #3F5380;
	border-radius: 100%;

}

.tobet_row2 {
	display: flex;
	margin-top: 100px;
}

.tobet_row3 {
	display: flex;
	margin-top: 100px;
}

.tobet_img {
	display: flex;
	align-items: center;

}

.images_a {
	width: 219px;
	background: #1D273F;
	height: 80px;
	align-items: center;
	display: flex;
	border: 1.5px solid rgba(85, 110, 168, 0.2);
	box-sizing: border-box;
	border-radius: 12px;
	justify-content: flex-end;
}

.images_a a {
	padding: 16px 14px;
	color: #fff !important;
}

.images_a i {
	color: #fff;
	padding-left: 25px;
}

.tobet_img img {
	position: relative;
	left: 51px;
}

.tobet_dotted_line {
	border: dashed;
	height: 445px;
	position: absolute;
	top: 0;
	max-width: 800px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: -11111;
	top: 45px;
	border-radius: 130px;
	border-bottom: 0px;
}

.tobet_section {
	position: relative;
}

.footer_section {
	display: flex;
}

.footer_section {
	display: flex;
}

.footer-links li {
	width: 50%;
	float: left;
	list-style: none;
}

.footer-linkss li {
	width: 50%;
	float: left;
	list-style: none;
	color: #fff;
}

.footer-linkss i {
	font-size: 12px;
	color: #fff;
	border: 1px solid #FFB000;
	border-radius: 100%;
	padding: 5px;
	background: #273452;
	margin-right: 6px;
}

.footer-logo {
	display: flex;

	align-items: center;
}

.footer-linkss a {

	color: #fff;
}

.brand_img {
	width: 14%;
}

#clients {
	background: #eff5f2;
}

h1.howitwork_title {
	text-align: center;
	font-family: Outfit;
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	color: #191A1C;
	margin: 0;
}

.tobet_dotted.vertical_line {
	border-left: dashed;
	height: 443px;
	width: 2%;
	display: flex;
	margin: 0 auto;
	position: absolute;
	top: 13px;
	left: 50%;
	z-index: -1;
}

.footer-linkss ul {
	padding: 0;
}

.brand_img {
	width: 14%;
	display: flex;
	align-items: center;
}

.extension_sec {
	text-align: center;
}

@media (max-width: 990px) {


	.vector_img {
		width: 100% !important;

	}

	.vector_section {
		display: block;

	}

	.vector_main_section {
		display: block;
	}

	.tobet_row2 {
		display: block;
		margin-top: 0;
	}

	.tobet_img img {
		left: 0;
	}

	.tobet_row3 {
		display: block;
		margin-top: 0;
	}

	.slot_bonus_title h2 {
		font-size: 20px;

	}

	.slot_section {
		display: block;
	}

	.slot_content p {
		font-size: 16px;

	}

	.footer_section {
		display: block;
	}

	.footer-linkss ul {
		padding: 0;
	}

	.navbar .getstarted,
	.navbar .getstarted:focus {
		padding: 6px 14px;
		font-size: 11px;

	}

	.game_title h2 {
		font-size: 20px;
	}

	.tobet_dotted_line {
		display: none;
	}

	.images_a {
		width: 100%;
		justify-content: center;
	}

	#hero {
		height: auto !important;
		text-align: center !important;
		background-size: 100% 100% !important;
	}

	.freebtn {
		width: 270px;

	}

	.img_row1 {
		width: 100%;
	}

	.footer-linkss li {
		width: 100%;
	}

	.footer-links li {
		width: 100%;
	}

	.tobet_img {
		margin: 15px 0 15px;
	}

	.vector_head {
		margin-top: 25px;
	}

	#footer .footer-top h4 {
		margin-top: 15px;
	}

	.footer-linkss {
		clear: both;
		margin-top: 10px;
		float: left;
	}


	.freebtn {
		width: 265px !important;

	}

	.Search input {

		padding: 0 19px;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {

	#footer .footer-top .footer-links ul li {
		display: block;
	}

	.footer-linkss ul {
		padding: 0;
	}

	.footer-linkss li {
		float: left;
		list-style: none;
		color: #fff;

	}

	.footer_section {
		display: flex;
		overflow: hidden;
	}

	.footer-linkss a {
		color: #fff;
		font-size: 11px;
	}

	#footer .footer-top .footer-links ul a {
		font-size: 11px;

	}

	.slot_content p {
		font-size: 15px;

	}

	.slot_bonus_title h2 {
		font-size: 50px;

	}

	.game_title h2 {
		font-size: 50px;
	}

	#hero h1 {

		font-size: 50px;

	}

	.tobet_dotted_line {
		display: none;
	}
}

#footer .footer-top {
	overflow: hidden;
}

#header.header-scrolled,
#header.header-inner-pages {
	border-bottom: none;
}


@media (max-width: 990px) {


	.vector_img {
		width: 100% !important;

	}

	.vector_section {
		display: block;

	}

	.vector_main_section {
		display: block;
	}

	.tobet_row2 {
		display: block;
		margin-top: 0;
	}

	.tobet_img img {
		left: 0;
	}

	.tobet_row3 {
		display: block;
		margin-top: 0;
	}

	.slot_bonus_title h2 {
		font-size: 20px;

	}

	.slot_section {
		display: block;
	}

	.slot_content p {
		font-size: 16px;

	}

	.footer_section {
		display: block;
	}

	.footer-linkss ul {
		padding: 0;
	}

	.navbar .getstarted,
	.navbar .getstarted:focus {
		padding: 6px 14px;
		font-size: 11px;

	}

	.game_title h2 {
		font-size: 20px;
	}

	.tobet_dotted_line {
		display: none;
	}

	.images_a {
		width: 100%;
		justify-content: center;
	}

	#hero {
		height: auto !important;
		text-align: center !important;
		background-size: 100%;
	}

	.img_row1 {
		width: 100%;
	}

	.footer-linkss li {
		width: 100%;
	}

	.footer-links li {
		width: 100%;
	}

	.tobet_img {
		margin: 15px 0 15px;
	}

	.vector_head {
		margin-top: 25px;
	}

	#footer .footer-top h4 {
		margin-top: 15px;
	}

	.footer-linkss {
		clear: both;
		margin-top: 10px;
		float: left;
	}

	.brand_img {
		width: 33%;
	}

	.clients img {
		max-width: 88%;
	}

	.slot_img {
		margin: 30px 0;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {

	#footer .footer-top .footer-links ul li {
		display: block;
		;
	}

	.footer-linkss ul {
		padding: 0;
	}

	.footer-linkss li {
		float: left;
		list-style: none;
		color: #fff;

	}

	.footer_section {
		display: flex;
		overflow: hidden;
	}

	.footer-linkss a {
		color: #fff;
		font-size: 11px;
	}

	#footer .footer-top .footer-links ul a {
		font-size: 11px;

	}

	.slot_content p {
		font-size: 15px;

	}

	.slot_bonus_title h2 {
		font-size: 50px;

	}

	.game_title h2 {
		font-size: 50px;
	}

	#hero h1 {

		font-size: 50px;

	}

	.navbar a,
	.navbar a:focus {
		padding: 10px 0;
		font-size: 14px;
	}

	.tobet_dotted_line {
		display: none;
	}
}

.footer-top {
	overflow: hidden !important;
}

#header.header-scrolled,
#header.header-inner-pages {
	border-bottom: none;
}

p.banner_text {
	font-family: Outfit;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #626A66;
	max-width: 601px;
	width: 100%;
	margin-bottom: 32px;
}

.extension_sec h3 {
	font-family: Outfit;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #2A2F2C;
	max-width: 276px;
	margin: 0 auto;
}

section#tobet {
	background: #fff;
}

.extension_img {
	position: relative;
	max-width: 330px;
	margin: 0 auto;
}

.extension_img h2 {
	position: absolute;
	top: 0;
	font-family: Outfit;
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
	color: #4CAC78;
	opacity: 0.2;

	left: 50px;
}

.extension_sec p {
	max-width: 286px;
	width: 100%;
	font-family: Outfit;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #626A66;
	margin: 8px auto 0;
}

.howitbtn {
	text-align: center;
	margin: 46px 0 0;
}

.howitbtn .btn {
	max-width: 332px;
	width: 100%;
}

.freebtn {
	align-items: center;
	padding: 10px 18px;
	min-width: 299px;
	width:auto;
	background: #4CAC78;
	border-radius: 5px;
	border: none;
	font-weight: 700;
	line-height: 25px;
	font-size: 16px;
	background: #4CAC78;
	border-radius: 5px;
	height: 45px;
}

.donated_section {
	width: 80%;
	margin: 0 auto !important
}

.freebtn:hover {
	background: #4CAC78;

}

.WhyVolte_title {
	font-family: Outfit;
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 55px;
	color: #2A2F2C;
	margin-bottom: 36px;
	margin-top: 40px;
}

.Checkboxes_text li {
	display: flex;
	margin: 0;
}

.Checkboxes_text li:not(:first-child) {
	margin-top: 24px;
}

span.Checkboxes {

	top: calc(50% - 24px/2 - 138px);
	display: flex;
	margin-right: 10px;
}

.WhyVolte {
	background: #fff !important;
}

.Checkboxes_text p {
	font-family: Outfit;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #626A66;
	margin: 0;
}

.Foundation {
	text-decoration: underline;
	color: #4cac78;
}

section#donated {
	background: #EFF5F2;
}

@media (min-width:769px) {
	section#donated {
		padding: 80px 0 120px;
	}
}

@media (max-width:768px) {
	section#donated {
		padding: 20px 0 60px;
	}
}

.causes_cunt {
	font-family: Outfit;
	font-style: normal;
	font-weight: bold;
	font-size: 70px;
	line-height: 50px;
	text-align: center;
	color: #4CAC78;
	margin-top: 60px;
}

.causes_text {
	font-family: Outfit;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #4CAC78;
	padding-top: 6px;
}

section#Projects_sec {
	background: #fff;
}

p.Projects_text {
	width: 573px;
	height: 78px;
	left: 604px;
	top: 2484px;
	font-family: Outfit;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	color: #626A66;
}

.epic_img {
	text-align: right;
	margin-right: 10px;
}

.logo li {
	list-style: none;
	display: inline-block;
	width: 18.7%;
	margin: 0 0 19px;
}

.logo {
	text-align: center;

}

section#Frequently {
	background: #EFF5F2;
}

h1.Frequently_title {
	font-family: Outfit;
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	color: #191A1C;
}

.questions {
	align-items: center;
	width: 100%;
}

.questions li {
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.Frequently_section {
	max-width: 816px;
	width: 100%;
	margin: 48px auto 0;
}

.Frequently_section .questions_sec {
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 4%);
	border-radius: 10px;
	padding: 24px 30px;
}

.Frequently_section .questions_sec:not(:first-child) {
	margin-top: 20px;
}

.Frequentlyasked p {
	font-family: Outfit;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	margin: 0;
	color: #4CAC78;
	padding-right: 8px;
	flex-grow: 1;
}

.Frequentlyasked_text {
	display: none;
}

.Frequentlyasked span {
	color: #4CAC78;
	font-size: 40px;
	cursor: pointer;
	height: 0;
	margin: -17px 0 0;
}

.Frequentlyasked_text {
	margin-top: 6px;
	float: left;
}

.Start {
	float: left;
	width: 100%;
}

.Startraising {
	max-width: 1030px;
	margin: 0 auto;
	margin: 60px 0 40px;
	background: url(../images/backgroung.png) no-repeat center;
	padding: 80px 0;
	margin: 100px auto 0;
	text-align: center;
}

.Start_title {
	font-family: Outfit;
	font-style: normal;
	font-weight: bold;
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	padding-bottom: 31px;
}

.raisingfundsbtn {
	background: #fff;
	color: #4cac78;
}

.raisingfundsbtn:hover {
	background: #fff;
	color: #000;
}

p.footer_text {
	height: 110px;
	font-family: Outfit;
	font-style: normal;
	font-size: 14px;
	line-height: 22px;
	color: #C8CECB;
	margin-top: 28px;
	margin-bottom: 0;
}

.footer_menu {
	text-align: right;
}

.footer_menu li {
	display: inline-block;
	margin: 0 15px;
	list-style: none;
}

.footer_menu a {
	font-family: Outfit;
	font-style: normal;
	font-weight: 700%;
	font-size: 18px;
	line-height: 38px;
	text-align: right;
	color: #FFFFFF;
}

.Privacy_menu a {
	font-family: Outfit;
	font-style: normal;
	font-weight: 600%;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	color: #FFFFFF;
}

.Privacy_menu li {
	display: inline-block;
	margin: 0 15px;
}

.Privacy_menu {
	text-align: right;
	margin-top: 64px;
}

.copyright p {
	margin-top: 20px;
	font-family: Outfit;
	font-style: normal;
	font-weight: 400%;
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	color: #C8CECB;
	margin-right: 10px;
}

.Search {
	position: relative;
	width: 33.33%;
}

.Search input {
	width: 100%;
	height: 45px;
	left: 547px;
	top: 22px;
	background: #F4F4F4;
	border: 1px solid #E5E6E5;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 0px 20px;
	color: #626A66;
}

.fa-search {
	position: absolute;
	right: 16px;
	top: 14px;
	color: #4CAC78;
	font-size: 18px;
	cursor: pointer;


}

.top_haederbtn {
	width: 33.33%;
	text-align: end;
}

@media (min-width: 991px) and (max-width: 1200px) {

	.top_haederbtn {
		margin-left: 11px;
	}

	.Search input {

		font-size: 13px !important;

	}

	.ChooseTitle {
		font-size: 25px !important;

	}

	.top_haederbtn .freebtn {
		width: 245px !important;
		font-size: 14px;
	}

	.logo li {
		width: 25%;

	}

	#footer {
		text-align: center;
	}

	.footer_menu {
		text-align: center;
	}

	.Privacy_menu {
		text-align: center;
		margin-top: 15px;
	}

	.copyright p {
		text-align: center;
	}

	#hero h2 {
		line-height: initial;
	}

	#hero {
		height: 380px !important;
	}

	.WhyVolte_title {
		font-size: 45px;
		margin-bottom: 14px;
		margin-top: 25px;
	}
}

@media (min-width: 767px) and (max-width: 991px) {

	.top_haederbtn {
		margin-left: 11px;
	}

	.Search input {

		font-size: 13px !important;

	}

	.top_haederbtn .freebtn {
		width: 245px !important;
		font-size: 14px;
	}

	.logo li {
		width: 25%;

	}

	#footer {
		text-align: center;
	}

	.footer_menu {
		text-align: center;
	}

	.Privacy_menu {
		text-align: center;
		margin-top: 15px;
	}

	.copyright p {
		text-align: center;
	}

	#hero h2 {
		font-size: 24px;
		line-height: initial;
	}

	#hero {
		height: 380px !important;
	}

	.ChooseTitle {
		width: 100% !important;
		text-align: center !important;
		font-size: 20px !important;
		margin: 0 0 15px !important;
		padding-left: 0px !important;
	}

	.buttonproject1 {
		text-align: center !important;
	}

	.buttonproject1 a {
		display: block;
		text-transform: capitalize;
	}
}

@media (min-width: 300px) and (max-width: 500px) {
	.Search {
		width: 100% !important;
	}

	.Search input {
		font-size: 11px !important;
	}

	.freebtn {
		width: 100% !important;
		font-size: 13px;

	}

	.new_container {
		padding: 0 15px !important;
	}

}

@media (min-width: 767px) and (max-width: 1200px) {
	.commonprojectBlock_sec {
		width: 50% !important;
		height: 500px !important;
		border: 9px solid #eff5f2 !important;
		padding: 0 10px !important;
	}

	/* .projectContent {
    padding-left: 0 !important;
   } */
	button.btn.btn-yellow.selectProject {
		padding: 1px 3px !important;
		margin: 0 3px !important;


	}

	.info {
		display: flex !important;
		align-items: flex-start !important;
		justify-content: center !important;
	}

	.projectContent .headingLeft h6 {
		text-align: center !important;
		padding: 0 10px;
		font-size: 16px !important;
	}

	.staticPages p {
		font-size: 13px !important;
		text-align: center !important;
		min-height: auto !important;
	}

	.projectContent .headingLeft h3 {
		text-align: center !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.buttonproject {
		margin-top: 4px !important;
	}

	.extension_img h2 {
		left: 36px !important;
	}
}

@media (min-width: 1200px) and (max-width: 1350px) {
	.projectContent .headingLeft h6 {
		font-size: 18px !important;

	}

	.staticPages p {
		font-size: 13px;

	}

	.selectProject {
		margin: 0 !important;
	}

	/* .projectContent {
    padding-left: 0 !important;
  
} */
	.infobutton {
		padding-right: 5px !important;
		margin-top: 0 !important;
	}


}

@media (min-width: 767px) and (max-width: 1024px) {
	a.navbar-brand {
		width: 25%;
	}

	.Search {
		width: 100%;
		margin: 15px auto;
	}

	.top_haederbtn {
		width: 35%;
	}

	.projectinner {
		padding-right: 0 !important;
	}


}

@media (min-width: 767px) and (max-width: 992px) {

	/* .new_container {
    display: block !important;
} */
	a.navbar-brand {
		width: 60% !important;
		margin: -9px 0 0 !important;
		text-align: center;
	}

	.top_haederbtn {
		width: 100%;
		text-align: center;
	}

	.logos img {
		max-width: 200px;
	}

	.Privacypage {
		margin-top: 130px !important;
	}

	.about_textbutt {
		padding-left: 0 !important;
	}

	.pagetitle {
		margin-top: 130px !important;
	}

	.pagetitle.\35 {
		margin-top: 130px !important;
	}

	/* header.header2.staticheader {

height: 60px !important;
} */
	.staticheader .logo {
		margin: 7px auto !important;
	}

	.humburger-menu {
		top: 15px !important;
	}
}

@media (min-width: 300px) and (max-width: 767px) {
	#hero .btn-get-started a.navbar-brand {
		width: 100% !important;
	}

	.Search input {

		padding: 0 10px !important;
	}

	.Privacypage {
		margin-top: 160px !important;
	}

	.Contact {
		font-size: 28px !important;
	}

	.infobutton.text-right {
		margin: 0 0 10px !important;
	}

	/* header.header2.staticheader {

height: 70px !important;
} */

	.Privacy_test {
		font-size: 28px !important;

	}

	.aboutpage {
		display: block !important;
	}

	.image_aboutpage {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.aboutpage_text {
		width: 100% !important;
		margin-top: 30px !important;
	}

	.about_textbutt {
		max-width: 100% !important;
		margin: 20px auto 0;
		padding-left: 0 !important;
	}

	p.banner_text br {
		display: none !important;
	}

	.pagetitle {
		margin-top: 160px !important;
	}

	h1.Contact {
		font-size: 28px;

	}

	.logos img {
		max-width: 200px !important;
	}


	.ChooseTitle {
		width: 100% !important;
		text-align: center !important;
		font-size: 20px !important;
		margin: 0 0 15px !important;
		padding-left: 0px !important;
	}

	#header .logo {
		margin: 0 auto;
	}

	.top_haederbtn {
		margin-left: 0 !important;
	}

	#hero .btn-get-started {

		margin: 0 auto !important;
		margin-bottom: 10px !important;
	}

	.top_haederbtn {
		width: 100%;
		text-align: center;
	}

	section#Projects_sec {
		padding: 51px 0 50px;
	}

	p.Projects_text {
		width: 100%;
		text-align: center;
	}

	.logo li {
		width: 100%;

	}

	.footer_menu {
		text-align: center;
	}

	.Privacy_menu {
		text-align: center;
		margin-top: 20px;
	}

	.copyright p {
		text-align: center;
	}

	p.footer_text {
		text-align: center;
	}

	#footer {
		text-align: center;
	}

	section#Frequently {
		padding: 50px 0;
	}

	.commonprojectBlock_sec {
		width: 100% !important;
		height: auto !important;
		border: 0 !important;
		margin-bottom: 15px !important;
		padding: 20px !important;
	}

	p.projectdescDes {
		text-align: center !important;
		min-height: auto !important;
	}

	.info {
		display: block !important;
	}

	.buttonproject {
		text-align: center !important;
	}


}

.img-fluid {
	max-width: 100%;
	height: auto;

}

.logos {
	text-align: center;
	padding-top: 35px;
	display: flex;
	margin: 0 -33px;
	flex-wrap: wrap;
	justify-content: center;
}

.logos li {
	list-style: none;
	display: inline-flex;
	align-self: center;
	justify-content: center;
	height: 135px;
	padding: 25px 33px;
}

.logos li .img-fluid {
	display: flex;
	height: fit-content;
	margin: auto;
	filter: grayscale(100%);
}

.logos li a {
	width: 100%
}

a#installLink:hover {
	background: none !important;
	color: #ffffff;
}

a.btn-get-started.scrollto:hover {
	background-color: #2DA6DF !important;
}

button.btn.btn-primary.freebtn:hover {
	background-color: #2DA6DF !important;
	color: #ffffff;
}


.top_haederbtn a {
	color: #fff !important;
	display: inline-block;
}

.new_container {
	width: 100%;
	margin: 0 auto;
	padding: 0 50px;
	display: flex;
}

.Checkboxes img {
	width: 100% !important;
	height: auto !important;
	margin-top: 0 !important;
}

.fa-check-circle {
	color: #4cac78;
	font-size: 24px;
}

.Projects_title {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	color: #2A2F2C;
	margin-bottom: 40px;
}

.banner_text span {
	font-size: 18px !important;
	font-weight: bold;
}

.Startraising p {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
}

.pagetitle {
	background: #EFF5F2;
	padding: 72px 0 61px;
	display: flex;
	align-items: center;
	justify-content: center;

}

h1.Contact {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600;
	font-size: 52px;
	line-height: 62px;
	text-align: center;
	color: #2A2F2C;
}

.contact_page {
	max-width: 456px;
	margin: 45px auto 6px;
}

.contact_input {
	width: 456px;
	height: 55px !important;
	background: #F4F4F4 !important;
	border: 1px solid #E5E6E5 !important;
	box-sizing: border-box;
	border-radius: 5px !important;
	font-family: 'Outfit' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	color: #626A66 !important;
	filter: none !important;
}

input.form-control.contact_input::placeholder {
	font-size: 14px;
	color: #626A66;

	opacity: 0.5;
}

.contactmargin p {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #626A66;
	margin-bottom: 5px;
}

textarea.form-control.contact_textarea::placeholder {
	font-size: 14px;
	color: #626A66;

	opacity: 0.5;
}

textarea.form-control.contact_textarea {
	background: #F4F4F4 !important;
	border-radius: 4px;
	filter: none !important;
}

.contactmargin {
	margin: 0 0 30px !important;
}

.Send_btn {
	text-align: center !important;
}

.Send_btn button {
	align-items: center;
	padding: 5px 0;
	background: #4CAC78;
	border-radius: 6px !important;
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
}

.about_us_page {
	float: left;
	width: 100%;
}

h1.Contact {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 600;
	font-size: 52px;
	line-height: 62px;
	text-align: center;
	color: #2A2F2C;
}

.contact_page {
	max-width: 990px;
	margin: 45px auto 6px;
}

#conatctform {
	max-width: 460px;
	margin: 0 auto 120px
}

.contact_input {
	width: 100%;
	height: 55px !important;
	background: #F4F4F4 !important;
	border: 1px solid #E5E6E5 !important;
	box-sizing: border-box;
	border-radius: 5px !important;
	font-family: 'Outfit' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	color: #626A66 !important;
	filter: none !important;
}

input.form-control.contact_input::placeholder {
	font-size: 16px;
}

.contactmargin p {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #626A66;
}

textarea.form-control.contact_textarea::placeholder {
	font-size: 16px;
}

textarea.form-control.contact_textarea {
	background: #F4F4F4 !important;
	border-radius: 4px;
	filter: none !important;
}

.contactmargin {
	margin: 0 0 20px !important;
}

.Send_btn {
	text-align: center !important;
}

.Send_btn button {
	align-items: center;
	padding: 5px 0;
	background: #4CAC78;
	border-radius: 6px !important;
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
}

.about_us_page {
	float: left;
	width: 100%;
}

.aboutpage {
	display: flex;
	margin-top: 10px;
	max-width: 990px;
	margin: 10px auto 0;
}

.image_aboutpage img {
	width: 100%;
}

.aboutpage_text {
	width: 60%;
}

.image_aboutpage {
	width: 40%;
	margin-right: 36px;
}

.aboutpage_text p {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #2A2F2C;
}

.about_textbutt p {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #2A2F2C;
}

.about_textbutt {
	max-width: 990px;
	margin: 20px auto 0;
	padding-left: 90px;
}

.Aboutvolte {
	padding-bottom: 2px !important;
}

.howItWork p {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;

	color: #2A2F2C;
}

.howItWork {
	max-width: 990px;
	margin: 48px auto 0;
}

.commonfaqBlockFaq h5 {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #2A2F2C;

	padding-top: 0px;
}

.commonfaqBlockFaq p {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #2A2F2C;
}

.contentblock {
	max-width: 990px;
	margin: 35px auto 0;
}

.imageSec img {
	max-width: 264px;
	max-height: 156px;
}

.imageSec {
	height: 218px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #dddddd63;
}

.Install {
	background: #EFF5F2 !important;
	margin: 0;
}

/* .commonprojectBlock_sec {
    width: 32%;
    float: left;
    background: #fff;
    padding: 15px;
    margin: 10px;
    height: 510px;
} */
.Choose_sec {
	display: flex;
	padding-top: 60px;
	margin-bottom: 0 !important;
	justify-content: space-between;
	align-items: center;
}

.contentblock1 {
	float: left;
	width: 100%;
}

.contentblock1 .projectblock1 {
	margin-top: 24px;
	width: 100%;
}

.projectinner {
	margin-bottom: 40px !important;
	justify-content: center;
}

.projectinner [class*="col-"] {
	padding: 16px;
}

.projectinner .inside_card {
	background: white;
	height: 100%;
	position: relative;
}

.projectinner .inside_card .country_flag {
	position: absolute;
	right: 8px;
	top: 12px;
	width: 38px;
}

.country_flag img {
	max-width: 38px;
	max-height: 25px;
}

.projectinner .inside_card .projectContent {
	padding: 16px 15px 20px;
}

.projectinner .inside_card .projectContent .info {
	justify-content: space-between;
}

.projectinner .inside_card .projectContent .buttonproject {
	width: 100%;
}

.valueTitle {
	background: #EFF5F2;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-flex;
}

.contactmargin p {
	text-align: left !important;
}

.top_haederbtn a {
	padding: 0 !important;
}

.Search input {

	padding: 0px 20px;
}

.search img {
	margin-top: 0px;
}

h2.h2_class {
	padding-left: 26px;
}

.search img {
	margin-top: 0px;
}

h2.class_col_2 {
	margin-left: -5px;
}

h2.class_col_1 {
	margin-left: 6px;
}

@media (min-width: 1024px) and (max-width:1560px) {
	.Frequentlyasked span {
		margin: -16px 0 0;
	}
}

.Howitworks .How_it_works [class*="col-"] {
	margin-top: 32px;
}

.volt_list .WhyVolte_title {
	margin: 0;
}

.volt_list .Checkboxes_text {
	margin-top: 40px;
}

.desktop_search {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	z-index: 0;
}

.desktop_search:after {
	content: '';
	position: absolute;
	width: 299px;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #4CAC78;
}

.desktop_search img {
	position: relative;
	z-index: 1;
}

.collabrationPages {
	max-width: 456px;
	width: 100%;
	margin: 0 auto;
}

.collabration_header {
	padding: 60px 0;
	background: #EFF5F2;
}

.collabrationPages .form-block {
	margin-top: 40px;
}

.collabrationPages .descBlock p {
	width: 100%;
}

.collabrationPages .topmargin {
	margin: 24px 0 0;
}

.collabrationPages .topmargin .btn {
	border-radius: 5px;
}

/* new-css(26-8-2022) */
.chromeicon{    width: 24px;
    height: 24px;
    margin-right: 5px;
    position: relative;
    top: -1px;}
.Choose_sec .buttonproject1{min-width: 250px;}
.whytopcommon {
	padding: 0px 5px;font-family: Outfit;
}

#hero a#installLink:hover {
	background-color: #2DA6DF !important;
	color: #ffffff;
	cursor: pointer !important;
}

.bannersmalltext {
	font-weight: 400;
	margin-top: 6px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #A5A7AA;font-family: Outfit;
}

#hero.Ngohomebanner {
	background: url(../images/ngo-banner.svg);
	background-position-x: right;
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: 100%;
}

.ngobannerbottom {
	padding: 0px;
	overflow: inherit;
}

.Ngohomebanner .button_section {
	display: block;
	text-align: center;
	max-width: 212px;
}

#hero.Ngohomebanner .btn-get-started {
	width: 212px;
	height: 60px;
}

.ngobannerbottom .extension_sec {
	text-align: center;
	min-height: 264px;
	padding: 53px 50px 70px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 4%);
	border-radius: 10px;
}

.bannerbottomngo {
	top: -100px;
	position: relative;
}

.bannerbottomngo .extension_sec p {
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #2A2F2C;font-family: Outfit;
}

.bannerbottomngo .extension_sec .extension_img {
	height: 80px;
}

.customizeInner h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	color: #2A2F2C;
	margin: 0px 0px 54px;font-family: Outfit;
}

.customizeText h3 {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	margin: 0px 0px 16px;
	color: #2A2F2C;font-family: Outfit;
}

.customizeText p {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #626A66;font-family: Outfit;
}

.customiseNgo {
	padding: 0px 0px 80px;
	background-color: #EFF5F2;
}

.firstrowNgoCust {
	margin-bottom: 60px;
}

.whysectionMian h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	margin-bottom: 40px;
	color: #2A2F2C;font-family: Outfit;
}

.whysectionMian h3 {
	font-weight: 600;font-family: Outfit;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #2A2F2C;
	margin-bottom: 46px;
}

.whytopcommon h4 {
	font-weight: 600;
	font-size: 20px;
	margin: 12px 0px 8px;
	line-height: 24px;font-family: Outfit;
	color: #2A2F2C;
}

.whytopcommon p {
	font-weight: 400;font-family: Outfit;
	font-size: 18px;
	line-height: 26px;
	margin: 0px 0px;
	color: #626A66;
}

.whyussection {
	padding: 80px 0px;
	background: #fff;
}

.why-topMain {
	margin-bottom: 120px;
}

.middlemobileSection h3 {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	margin: 0 0 32px;
	color: #2A2F2C;font-family: Outfit;
}

.middlemobileSection p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 40px;
	color: #626A66;font-family: Outfit;
}

.middlemobileSection h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #191A1C;
	margin: 0 0 16px;font-family: Outfit;
}

.mobilelistblock ul {
	margin-bottom: 0px;
	padding-left: 0px;
}

.mobilelistblock span {
	display: inline-block;
}

.mobilelistblock li {
	display: flex;
	margin-bottom: 24px;
}

.mobilelistblock li:last-child {
	margin-bottom: 0px;
}

.mobilelistblock .listtext {
	margin-left: 10px;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;font-family: Outfit;
	color: #626A66;
}

.middleMobMain {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.MiddleMobright {
	min-width: 320px;
}

.MiddleMobleft {
	max-width: 550px;
	width: 100%;
}

.whyus_Bottomsec h4 {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	max-width: 518px;
	margin: 0px auto 42px;
	color: #2A2F2C;font-family: Outfit;
}

.whyus_Bottomsec h4 span {
	display: inline-block;
	color: #4CAC78;font-family: Outfit;
}

.keyfinaltext {
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	line-height: 24px;
	margin: 40px 0px 32px;
	color: #2A2F2C;font-family: Outfit;
}

.whyUsBoxSec {
	display: flex;
	justify-content: space-around;
	padding: 0px 30px;
	margin-bottom: 60px;
}

.whyUsBoxSecCommon {
	width: 49%;
}

.whyUsBoxSecCommon {
	width: 252px;
	background: #EFF5F2;
	border-radius: 10px;
	padding: 24px 30px;
	min-height: 156px;
}

.whyUsBoxSecCommon:hover,
.whyUsBoxSecCommon:focus,
.whyUsBoxSecCommon.active {
	background: #4CAC78;
}

.whyUsBoxSecCommon h5 {
	font-weight: 700;
	font-size: 50px;
	text-align: center;
	margin: 0px 0px 4px;
	color: #2A2F2C;font-family: Outfit;
}

.whyUsBoxSecCommon p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin: 0px;
	text-align: center;
	color: #2A2F2C;font-family: Outfit;
}

.whiteblockfound img {
	height: 41px;
}

.whyUsBoxSecCommon:hover h5,
.whyUsBoxSecCommon:focus h5,
.whyUsBoxSecCommon.active h5 {
	color: #fff;
}

.whyUsBoxSecCommon:hover p,
.whyUsBoxSecCommon:focus p,
.whyUsBoxSecCommon.active p {
	color: #fff;
}

.whyus_Bottomsec {
	margin-top: 50px;
	max-width: 600px;
	margin: 50px auto 20px;
}

.whyus_Bottomsec .btn-get-started {
	border: none;
	background: #4CAC78;
	width: 212px;
	height: 60px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	padding: 5px 18px;
	font-family: Outfit;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	display: flex;
	line-height: 25px;font-family: Outfit;
	color: #fff;
}

.whyus_Bottomsec a#installLink:hover {
	background-color: #2DA6DF !important;
	color: #ffffff;
	cursor: pointer !important;
}

.whyus_Bottomsec .button_section {
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 212px;
}

.whoWeare {
	background: #EFF5F2;
	padding: 90px 0px;
}

.whoWeare h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	margin: 0 0 40px;
	text-align: center;
	color: #2A2F2C;font-family: Outfit;
}

.profileboxcommon {
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	padding: 20px 28px;
	text-align: center;
}

.profilecontentbox h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 4px;
	color: #2A2F2C;font-family: Outfit;
}

.profilecontentbox h6 {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
	color: #626A66;font-family: Outfit;
}

.profilecontentbox p {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 20px;
	color: #626A66;font-family: Outfit;
}

.profileicon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0px auto 12px;
}

.profileicon img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.profilefexmian {
	display: flex;
	justify-content: space-between;
}

.profileboxcommon {
	width: 18.8%;
	margin-bottom: 40px;
}

.whiteblockfound {
	min-height: 264px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
	padding: 40px;
	border-radius: 10px;
}

.whiteblockfound h5 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 16px;
	margin-top: 24px;
	line-height: 26px;font-family: Outfit;
	color: #2A2F2C;
}

.whiteblockfound p {
	font-weight: 400;
	font-size: 18px;
	margin: 0px;
	line-height: 26px;font-family: Outfit;
	color: #626A66;
}

.applyNgo {
	background-color: #4CAC78;
	background-image: url(../images/form-bg.png);
	min-height: 746px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-y: bottom;
	padding: 64px 0px;
}

.applyNgoMain h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	text-align: center;
	margin-bottom: 40px;
	color: #FFFFFF;font-family: Outfit;
}

.applyNgoMain {
	max-width: 710px;
	margin: 0 auto;
}

.ngeformlabel {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}

.formNgO {
	max-width: 456px;
	margin: 0 auto;
}

.formNgO .form-control {
	height: 55px;
	background: #F4F4F4;
	border: 1px solid #E5E6E5;
	color: #626A66;
	border-radius: 5px;font-family: Outfit;
}

.formNgO .form-group {
	margin-bottom: 20px;
}

.btn-apply {
	padding: 5px 18px;
	width: 190px;
	height: 60px;
	background: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	color: #4CAC78;font-family: Outfit;
	border-radius: 5px;
}

.btn-apply:hover,
.btn-apply:focus {
	background-color: #f4f4f4;
	border: 0px;
	color: #4CAC78;
}

.applybutton {
	text-align: center;
}

.formNgO .form-control.select2 {
	background: #f4f4f4 url(../images/arrowdown.svg)no-repeat scroll calc(100% - 10px) 50%/18px auto;
}

.Ngohomebanner .col-lg-6 {
	max-width: 575px;
	width: 100%;margin-top:-10vh;
}

.freebtn.applybutontop {
	width: 146px !important;
	height: 45px;
}

.customizeInner {
	max-width: 1020px;
	margin: 0 auto;
}

.customizeText.rightpadd {
	padding-right: 68px;
}

.customizeText.leftpadd {
	padding-left: 68px;
}

.formNgO .alert button.close {
	outline: none !important;
	border: 0px;
	background: transparent;
	padding: 0 6px;
	font-size: 24px;
	line-height: 14px;
	top: 3px;
	position: relative;
}

/* media */

@media screen and (min-width: 769px) {
	.mobile_banner {
		display: none;
	}

	.main-content .container,
	.staticheader .container,
	.footer-inner .container {
		max-width: 90%;
	}

	.WhyVolte {
		padding: 0;
	}

	.volt_list {
		margin: 100px 0;
	}
}

@media screen and (max-width: 768px) {
	.donated_section {
		width: 100%;
	}

	a.navbar-brand {
		width: 100% !important;
	}

	#header .navbar-brand {
		margin-right: 2px;
		max-width: 94px;
		width: 100%;
	}

	.new_container {
		padding: 0 10px;
	}

	#hero {
		background-image: none;
		flex-wrap: wrap;
		padding-bottom: 0;
		padding-top: 30px;
	}

	#hero h2 {
		font-size: 36px;
		line-height: 46px;
		text-align: left;
		margin-bottom: 16px;
	}

	#hero p.banner_text {
		font-size: 18px;
		line-height: 26px;
		text-align: left;
	}

	.howitbtn {
		margin-top: 36px;
	}

	.WhyVolte_title {
		text-align: center;
		line-height: 1.2;
		font-size: 30px;
		font-weight: 700;
	}

	.new_container {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.volt_list .Checkboxes_text {
		margin-top: 32px;
	}

	.desktop_search {
		margin-top: 24px;
	}

	.desktop_search:after {
		width: 157px;
		top: 100%;
	}

	.top_haederbtn {
		order: 2;
		display: inline-block;
		width: auto;
	}

	.top_haederbtn .btn {
		padding: 3px 9px;
		height: auto;
		line-height: 2;width: auto!important;
		min-width: 100px;
	}

	.Search {
		order: 3;
		width: 100%;
		margin-top: 12px;
	}

	.epic_img {
		margin: 0;
		text-align: center;
	}

	.epic_img img {
		max-width: 112px;
	}

	.Projects_title {
		font-size: 30px;
	}

	p.Projects_text {
		margin-top: 12px;
	}

	.logos {
		margin-top: 10px;
	}

	.logos li {
		height: auto;
		margin: 0;
	}

	h1.Frequently_title {
		font-size: 30px;
		line-height: 1.2;
	}

	h1.howitwork_title {
		font-size: 30px;
		line-height: 1.2;

	}

	.Frequently_section {
		margin-top: 32px;
	}

	.Frequently_section .questions_sec {
		padding: 15px 20px;
	}

	.Frequentlyasked p {
		font-size: 16px;
	}

	.Startraising {
		margin-top: 60px;
		margin-left: -15px;
		margin-right: -15px;
		background-size: 100% 40%;
		background-position: bottom center;
		background-color: #4cac78;
		padding: 60px 16px 126px;
	}

	.Start_title {
		font-size: 30px;
		line-height: 1.2;
	}

	.Startraising p {
		font-size: 20px;
		margin-top: 12px;
	}

}

.container {
	max-width: 100%;
}

@media (min-width: 576px) {

	.container,
	.container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {

	.container,
	.container-md,
	.container-sm {
		max-width: 720px;
	}
	.freebtn.applybutontop{    min-width: auto;}
}

@media (min-width: 992px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1140px;
	}
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.navbar-brand {
	margin-right: 1rem;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="file"],
textarea,
button,
input[type="password"],
input[type="tel"],
select {
	font-family: Outfit !important;
}


@media (max-width: 1440px) {

	.customizeInner h2,
	.whysectionMian h2,
	.applyNgoMain h2,
	.whoWeare h2 {
		font-size: 40px;
	}

	.applyNgoMain h2 {
		font-size: 36px;
	}

	.middlemobileSection h4 {
		font-size: 18px;
	}

	.customizeText h3,
	.whyus_Bottomsec h4,
	.middlemobileSection h3,
	.whysectionMian h3 {
		font-size: 30px;
	}

	.mobilelistblock .listtext,
	.middlemobileSection p,
	.mobilelistblock .listtext,
	.whiteblockfound p,
	.whiteblockfound h5,
	.whytopcommon p {
		font-size: 16px;
	}

	.whyUsBoxSecCommon h5 {
		font-size: 45px;
	}

	#header.lpheader {
		padding: 16px 0;
	}
}


@media (max-width: 1200px) {
	#hero.Ngohomebanner {
		height: 90vh !important;
	}

	.ngobannerbottom .extension_sec {
		padding: 50px 30px 50px;
	}

	.profileboxcommon {
		padding: 20px 10px;
	}

	.bannerbottomngo .col-lg-4 {
		height: 100%;
	}

	.bannerbottomngo .col-lg-4 .extension_sec {
		height: 100%;
	}

}

@media (max-width: 1024px) {
	#hero.Ngohomebanner h2{font-size:40px;}
	.ngobannerbottom .extension_sec {
		padding: 50px 20px 50px;
	}

	.profileboxcommon {
		padding: 20px 10px;
	}

	.bannerbottomngo {
		top: -60px
	}
}

@media (max-width: 991px) {
	.profilefexmian {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	.profileboxcommon {
		width: 32%;
	}

	.bannerbottomngo {
		top: -60px
	}

	.lpheader .top_haederbtn {
		text-align: right
	}

	.lpheader a.navbar-brand {
		text-align: left
	}

	.ngobannerbottom .extension_sec {
		margin-bottom: 30px;
		padding: 20px 20px 20px;
		min-height: auto;
	}

	.customizeText.rightpadd,
	.customizeText.leftpadd {
		padding-right: 0px;
		text-align: center;
		padding-left: 0px;
	}

	.customizeImgsec {
		text-align: center;
	}

	.whytopcommon {
		margin-bottom: 30px;
	}

	.why-topMain {
		margin-bottom: 60px;
	}

	.whytopcommon {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.mobile_banner{max-width:250px;margin:0 auto;}
	.Ngohomebanner .col-lg-6 {
		width: 100%;margin-top:0px;
	}
	.customizeInner h2,
	.whysectionMian h2,
	.applyNgoMain h2,
	.whoWeare h2 {
		font-size: 24px;
		margin-bottom: 30px;
		line-height: 32px;
	}

	.customizeText h3 {
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 24px;
	}

	.whysectionMian h3,
	.middlemobileSection h3,
	.whyus_Bottomsec h4 {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: 25px;
	}

	.customizeText p,
	.whytopcommon p,
	.middlemobileSection p {
		font-size: 16px;
		margin-bottom: 0px;
		line-height: 22px;
	}

	.mobilelistblock li {
		margin-bottom: 20px;
	}

	.ngobannerbottom .extension_sec {
		margin-bottom: 15px;
	}

	.mobilelistblock .listtext {
		font-size: 16px;
	}

	.keyfinaltext {
		font-size: 15px;
		margin: 24px 0px 16px
	}

	.middleMobMain {
		flex-wrap: wrap;
	}

	.whyUsBoxSec {
		padding: 0px;
		margin-bottom: 30px;
	}

	.whyUsBoxSecCommon {
		width: 47%;
		padding: 24px 15px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.whyUsBoxSecCommon h5 {
		font-size: 20px;
	}

	section {
		padding: 20px 0px !important
	}

	.profileboxcommon {
		width: 47%;
		margin-bottom: 10px;
	}

	.whiteblockfound {
		margin-bottom: 20px;
	}

	.MiddleMobright {
		margin-top: 30px;
	}

	.bannerbottomngo {
		top: 0px;
	}

	.why-topMain {
		margin-bottom: 30px;
	}

	#hero.Ngohomebanner {
		background-image: none;
		padding: 0px !important;
		margin-bottom: 0px;
		align-items: flex-end!important;
	}
	#hero.Ngohomebanner {
		height: 81vh !important;
		margin-top: -40px;
	}
	.customizeText.rightpadd p{margin-bottom:10px;}
	.whytopcommon {
		text-align: center;margin-bottom:50px;
	}
	.firstrowNgoCust {
		margin-bottom: 40px;
	}
	#main section{padding:60px 0px!important}
	#main section.customiseNgo{padding-top:0px!important;}

   .secondrowNgoCust .col-lg-6:first-child{order:2;}
	.whyus_Bottomsec {
		margin-top: 0px;
	}

	.whiteblockfound {
		padding: 20px;
	}

	.applyNgoMain h2 {
		font-size: 20px;
		line-height: 32px;
	}

	#hero.Ngohomebanner h2 {
		font-size: 26px;
		line-height: 34px;
	}

	#hero.Ngohomebanner p.banner_text {
		font-size: 16px;
	}

	#hero.Ngohomebanner .btn-get-started,
	.whyus_Bottomsec .btn-get-started,
	.btn-apply {
		height: 40px;
	}

	.bannerbottomngo .extension_sec p {
		font-size: 16px;
	}

	.whytopcommon h4 {
		font-size: 18px;
	}

	.middlemobileSection h4 {
		font-size: 16px;
		margin-top: 20px;
	}

	.profilecontentbox h4 {
		font-size: 16px;
	}

	.profilecontentbox h6 {
		font-size: 13px;
	}

	.profileicon img,
	.profileicon {
		width: 60px;
		height: 60px;
	}

	.applyNgo {
		min-height:auto;background-image: none;
	}
	p.footer_text{margin-bottom:20px;}
	.whyUsBoxSecCommon p {
		font-size: 14px;
		line-height: 20px;
	}

	.formNgO .form-control {
		font-size: 14px;
		height: 40px;
	}

	.whiteblockfound h5 {
		font-size: 14px;
		margin: 15px 10px;
	}

	.whiteblockfound p {
		font-size: 16px;
	}
	#header.lpheader {
		padding: 12px 0;
		min-height: 40px;
	}
}

