/*** Template Name: Ninestars - v2.0.0* Template URL: https://bootstrapmade.com/ninestars-free-bootstrap-3-theme-for-creative/* Author: BootstrapMade.com* License: https://bootstrapmade.com/license/*/


/*--------------------------------------------------------------# General--------------------------------------------------------------*/

body {
	font-family: 'Fira Sans', sans-serif;
	color: #212529;
}

a {
	color: #007bff;
}

a:hover {
	color: #0b6bd3;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
	font-family: 'Fira Sans', sans-serif;
}


/*--------------------------------------------------------------# Back to top button--------------------------------------------------------------*/

.back-to-top {
	position: fixed;
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	right: 15px;
	bottom: 15px;
	background: #3CA791;
	color: #fff;
	transition: display 0.5s ease-in-out;
	z-index: 99999;
}

#regForm button {
	margin-bottom: 5px;
}

.back-to-top i {
	font-size: 24px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.back-to-top:hover {
	color: #fff;
	background: #ee7843;
	transition: background 0.2s ease-in-out;
}


/*--------------------------------------------------------------# Disable aos animation delay on mobile devices--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}


/*--------------------------------------------------------------# Header--------------------------------------------------------------*/

#header {
	height: 100px;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	padding: 0px 0;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
	font-size: 30px;
	margin: 0;
	padding: 6px 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
	color: #7a6960;
	text-decoration: none;
}

#header .logo img {
	padding: 0;
	height: 100px;
	margin: 0;
}

#main {
	margin-top: 0px;
}

.login-abt .section-title h3 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 0;
	margin-bottom: 35px;
	color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.login-abt .section-title span {
	font-size: 15px;
	color: #ffffff;
	font-weight: 400;
}

.login-abt h4 {
	font-size: 22px;
	font-weight: 700;
	margin-top: 35px;
	color: #fff;
}

.login-abt p {
	font-size: 15px;
	color: #fff;
	font-weight: 300;
}

.login-abt .btn-get-started {
	font-weight: 600 !important;
	color: #3CA791 !important;
}


/*--------------------------------------------------------------# Navigation Menu--------------------------------------------------------------*/


/* Desktop Navigation */

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu>ul {
	margin-top: 25px;
}

.nav-menu>ul>li {
	position: relative;
	white-space: nowrap;
	float: left;
}

.nav-menu a {
	display: block;
	position: relative;
	color: #4e4039;
	padding: 10px 15px;
	transition: 0.3s;
	font-size: 15px;
	font-family: 'Fira Sans', sans-serif;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
	color: #5dc4b3;
	text-decoration: none;
}

.nav-menu a.active {
	color: #3CA791;
	text-decoration: none;
}

.nav-menu .get-started a {
	background: #3CA791;
	color: #fff;
	border-radius: 50px;
	margin: 0 15px;
	padding: 10px 25px;
}

.nav-menu .get-started a:hover {
	background: #13e785;
	color: #fff;
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% - 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}

.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #3c1300;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
	color: #3CA791;
}

.nav-menu .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.nav-menu .drop-down .drop-down>a {
	padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}

@media (max-width: 1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}
	.nav-menu .drop-down .drop-down:hover>ul {
		left: -100%;
	}
	.nav-menu .drop-down .drop-down>a:after {
		content: "\ea9d";
	}
}


/* Mobile Navigation */

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #fff;
	transition: 0.4s;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #000;
	padding: 10px 20px;
	font-weight: 500;
	transition: 0.3s;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #3CA791;
	text-decoration: none;
}

.mobile-nav .get-started a {
	background: #3CA791;
	color: #fff;
	border-radius: 50px;
	margin: 15px;
	padding: 10px 25px;
}

.mobile-nav .get-started a:hover {
	background: #ee7843;
	color: #fff;
}

.mobile-nav .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after {
	content: "\eaa0";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 22px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	color: #000;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	display: none;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}


/*--------------------------------------------------------------# Hero Section--------------------------------------------------------------*/

#hero {
	width: 100%;
    height: auto !important;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-size: cover;
}

#hero h1 {
	margin: 80px 0 10px 0;
	font-size: 50px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
}

#hero h2 {
	color: #fff;
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: 300;
}

#hero .btn-get-started {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 1px;
	display: inline-block;
	border-radius: 3px;
	transition: 0.5s;
	color: #fff;
}

#hero .btn-get-started:hover {
	color: #3CA791;
}

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

.loginn {
	background-image: url("../img/login-bg.png") !important;
	background-size: cover;
}

.log-pt {
	background-image: url("../img/compt.png") !important;
	background-size: cover;
}

.log-pt {
	background-image: url("../img/compt.png") !important;
	background-size: cover;
}

.bad-secs {
	background-image: url("../img/bad.png") !important;
	background-size: cover;
}

.bad-secs h1 {
	text-shadow: 0px 5px 6px black;
	margin: 40px!important;
}

.cntct p {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #000;
}

.cntct span {
	font-size: 13px;
	font-weight: 300;
	line-height: 24px;
	color: #7A7A7A;
}

.cntct .ur-privacy {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: #5A5A5A;
}

.cntct .ur-privacy span {
	font-weight: 500;
	color: #000;
}

.cntct .custom-control-label {
	font-size: 14px;
	margin-top: 20px;
}

.cntct .form-signin button {
	padding: 13px 70px;
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
}

.login-page {
	text-align: center;
}

.login-page .card-signin {
	display: inline-block;
	width: auto;
}

.login-page .card-signin .custom-control {
	display: flex;
	justify-content: space-between;
}

#hero {
	/* background-attachment: fixed; */
	margin-top: 95px;
}

.about-bg {
	background-image: url("../img/about-bg.png") !important;
	background-size: cover;
	min-height: 400px;
}

.about-bg h1 {
	margin-top: 0 !important;
}

.about-cntnt {
	background: url("../img/abt-cnt-bg.png") no-repeat;
	min-height: 720px;
	background-position: center right;
	margin: 80px 0;
}

.about-cntnt .abt-text {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 25px;
}

.about-cntnt .abt-text h4 {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}

.about-cntnt .abt-text p {
	font-size: 15px;
	font-weight: 300;
	color: #000;
	line-height: 26px;
}

.wht-aplo {
	background: #fff !important;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	padding: 25px;
	margin-top: 60px;
}

.wht-aplo a {
	font-size: 18px;
	color: #19E989;
	font-weight: 400;
}

.abt-option {
	background: #fff !important;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
}

.abt-option h4 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	padding: 10px 20px;
	margin-top: 25px;
}

.abt-option p {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	line-height: 32px;
	padding: 0 25px 30px;
}

.abt-option img {
	max-width: 100%;
}

@media (max-width: 1024px) and (min-width: 769px) {
	a.google.btn.googles {
		font-size: 9px;
	}
	a.fb.btn.facebooks {
		font-size: 9px !important
	}
	ul.foot-sec li a {
		font-size: 15px;
    color: black;
    font-weight: 500;
	}
}

@media (min-width: 1024px) {}

@media (max-width: 991px) {
	#hero {
		height: auto;
	}
	#hero .animated {
		-webkit-animation: none;
		animation: none;
	}
	#hero .hero-img {
		text-align: center;
	}
	#hero .hero-img img {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.survey-portel-profile h2 {
		font-size: 25px !important;
	}
}

@media (max-width: 768px) {
	div#userData {
		margin-bottom: 15px !important;
	}
	.survey-portel-profile h2 {
		font-size: 25px !important;
	}
	#hero h1 {
		font-size: 28px;
		line-height: 36px;
		color: #fff;
		text-align: center;
		margin: 10px;
	}
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		color: #fff;
		text-align: center;
		margin-bottom: 30px;
	}
	#hero .btn-get-started {
		color: #fff;
		text-align: center;
		display: block;
	}
	.faq-back h1 {
		color: white !important;
	}
	#services .srvc {
		text-align: center;
		margin-bottom: 30px;
	}
	#services img {
		display: inline-block;
		margin: 0 auto;
	}
	#hero .hero-img img {
		width: 70%;
	}
	#regForm h5 {
		font-size: 28px !important;
	}
	.footer-top .footer-links {
		text-align: center;
	}
	.footer-top .footer-links ul li {
		display: block !important;
	}
	.social-links {
		text-align: center;
	}
	.mob-center {
		text-align: center;
		display: block;
	}
	.about-bg {
		min-height: max-content;
	}
	.about-bg h1 {
		color: #fff !important;
	}
	.about-bg h2 {
		color: #fff !important;
	}
	.about-cntnt {
		margin: 0;
	}
	.about-cntnt .abt-text h4 {
		font-size: 30px;
	}
}

@media (max-width: 575px) {
	#hero .hero-img img {
		width: 80%;
	}
	.login-page .card-signin {
		width: auto !important;
	}
}

@-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--------------------------------------------------------------*/

 :root {
	--input-padding-x: 1.5rem;
	--input-padding-y: .75rem;
}

.card-signin {
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
	margin-bottom: 2rem;
	font-weight: 300;
	font-size: 30px;
}

.card-signin .card-body {
	padding: 2rem;
}

.form-signin {
	width: 100%;
}

.form-signin .btn {
	font-size: 80%;
	border-radius: 5rem;
	letter-spacing: .1rem;
	font-weight: bold;
	padding: 1rem;
	transition: all 0.2s;
	background: #3CA791;
	border: none;
}

.form-label-group {
	position: relative;
	margin-bottom: 1rem;
}

.form-label-group input {
	height: auto;
	border-radius: 2rem;
}

.form-label-group>input,
.form-label-group>label {
	padding: var(--input-padding-y) var(--input-padding-x);
}

textarea.form-control {
	border-radius: 25px;
	padding: 20px;
}

select.form-control {
	border-radius: 25px;
	padding: var(--input-padding-y) var(--input-padding-x);
	height: auto;
}

.form-label-group>label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
	/* Override default `<label>` margin */
	line-height: 1.5;
	color: #495057;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {}

.form-label-group input:-ms-input-placeholder {}

.form-label-group input::-ms-input-placeholder {}

.form-label-group input::-moz-placeholder {}

.form-label-group input::placeholder {}

.form-label-group input:not(:placeholder-shown) {}

.form-label-group input:not(:placeholder-shown)~label {
	font-size: 12px;
	color: #777;
}

section {
	padding: 60px 0;
}

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

#services img {
	max-width: 100%;
	height: auto;
}

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

#services .srvc {
	position: relative;
}

#services .srvc .srvc-text {
	position: absolute;
	bottom: 0;
	margin: 0 20px;
	color: #fff;
}

.srvc .srvc-text h4 {
	font-size: 20px;
	font-weight: 600;
}

.srvc .srvc-text p {
	font-size: 13px;
	font-weight: 300;
}

.section-title h2 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 0;
	margin-bottom: 35px;
	color: #000000;
}

.section-title span {
	font-size: 15px;
	color: #9A9A9A;
	font-weight: 400;
}

.section-title p {
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	font-size: 32px;
	font-weight: 700;
	color: #4e4039;
}

.section-title p::after {
	content: '';
	position: absolute;
	display: block;
	width: 60px;
	height: 2px;
	background: #3CA791;
	bottom: 0;
	left: calc(50% - 30px);
}


/*--------------------------------------------------------------# About--------------------------------------------------------------*/

.about h3 {
	font-weight: 700;
	font-size: 34px;
	color: #4e4039;
}

.about h4 {
	font-size: 22px;
	font-weight: 700;
	margin-top: 35px;
	color: #000;
}

.about a {
	margin: 0 auto;
	font-size: 17px;
	font-weight: 700;
	margin-top: 15px;
	color: #ffffff;
	background: #3ca791;
	padding: 9px 12px;
	border-radius: 5px;
}

.about i {
	font-size: 48px;
	margin-top: 15px;
	color: #f39e7a;
}

.about p {
	font-size: 15px;
	color: #000;
	font-weight: 300;
}

@media (max-width: 991px) {
	.about .about-img img {
		max-width: 70%;
	}
}

@media (max-width: 767px) {
	.about .about-img img {
		max-width: 90%;
	}
	.card-body.resion-sec {
		padding: 0px !important;
	}
	.quiestions-faq h6 {
		font-size: 18px !important;
	}
}


/*--------------------------------------------------------------# Services--------------------------------------------------------------*/

.services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	margin: 0 0 40px 0;
	background: #fff;
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
	transition: all 0.3s ease-in-out;
	border-radius: 15px;
	text-align: center;
	border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
	transform: translateY(-5px);
	border-color: #ef7f4d;
}

.services .icon i {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 15px;
	color: #ef7f4d;
}

.services .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

.services .title a {
	color: #111;
}

.services .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
}


/*--------------------------------------------------------------# Portfolio--------------------------------------------------------------*/

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

.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 0 35px 0;
	list-style: none;
	text-align: center;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	margin: 0 15px 15px 0;
	display: inline-block;
	padding: 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #212529;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
}

.portfolio h4 {
	font-size: 22px;
	font-weight: 600;
	margin: 35px 0 10px 0;
	color: #000;
}

.portfolio p {
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	color: #000;
}


/*--------------------------------------------------------------# F.A.Q--------------------------------------------------------------*/

.faq {
	padding: 60px 0;
}

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

.faq .faq-list li {
	padding: 0 0 20px 25px;
}

.faq .faq-list a {
	display: block;
	position: relative;
	font-family: #3CA791;
	font-size: 18px;
	font-weight: 600;
	color: #3CA791;
}

.faq .faq-list i {
	font-size: 18px;
	position: absolute;
	left: -25px;
	top: 6px;
}

.faq .faq-list p {
	padding-top: 5px;
	margin-bottom: 20px;
	font-size: 15px;
}

.faq .faq-list a.collapse {
	color: #3CA791;
}

.faq .faq-list a.collapsed {
	color: #343a40;
}

.faq .faq-list a.collapsed:hover {
	color: #3CA791;
}

.faq .faq-list a.collapsed i::before {
	content: "\eab2" !important;
}


/*--------------------------------------------------------------# Team--------------------------------------------------------------*/

.team {
	background: #fff;
	padding: 60px 0;
}

.team .member {
	text-align: center;
	margin-bottom: 20px;
	background: #343a40;
	position: relative;
	overflow: hidden;
}

.team .member .member-info {
	opacity: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.2s;
}

.team .member .member-info-content {
	position: absolute;
	left: 50px;
	right: 0;
	bottom: 0;
	transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 18px;
	color: #fff;
}

.team .member .member-info-content span {
	font-style: italic;
	display: block;
	font-size: 13px;
	color: #fff;
}

.team .member .social {
	position: absolute;
	left: -50px;
	top: 0;
	bottom: 0;
	width: 50px;
	transition: left ease-in-out 0.3s;
	background: rgba(78, 64, 57, 0.6);
	text-align: center;
}

.team .member .social a {
	transition: color 0.3s;
	display: block;
	color: #fff;
	margin-top: 15px;
}

.team .member .social a:hover {
	color: #3CA791;
}

.team .member .social i {
	font-size: 18px;
	margin: 0 2px;
}

.team .member:hover .member-info {
	background: linear-gradient(0deg, rgba(78, 64, 57, 0.95) 0%, rgba(78, 64, 57, 0.95) 15%, rgba(255, 255, 255, 0) 100%);
	opacity: 1;
	transition: 0.4s;
}

.team .member:hover .member-info-content {
	bottom: 30px;
	transition: bottom 0.4s;
}

.team .member:hover .social {
	left: 0;
	transition: left ease-in-out 0.3s;
}


/*--------------------------------------------------------------# Clients--------------------------------------------------------------*/

.clients {
	background: #005499;
}

.clients .section-title h2 {
	color: #fff;
}

.clients .section-title span {
	color: #9DBDD8;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

.clients .owl-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

.testimonial {
	text-align: center;
}

.testimonial p {
	font-size: 20px;
	color: #fff;
	line-height: 34px;
	font-weight: 400;
	margin-top: 40px;
}

.testimonial span {
	font-size: 25px;
	color: #fff;
	font-weight: 700;
}

.testimonial img {
	border: 10px solid #fff;
}

.clients .owl-item img {
	height: auto;
	transition: 0.3s;
	max-width: 100%;
	border-radius: 50%;
	width: auto;
	display: inline-block;
}

.clients .owl-item img:hover {
	opacity: 1;
}

.clients .owl-nav,
.clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}

.clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fbe2d8 !important;
}

.clients .owl-dot.active {
	background-color: #FFDD00 !important;
}


/*--------------------------------------------------------------# Contact Us--------------------------------------------------------------*/

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

.contact .info i {
	font-size: 20px;
	color: #3CA791;
	float: left;
	width: 44px;
	height: 44px;
	background: #fdf1ec;
	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: #7a6960;
}

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

.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: #3CA791;
	color: #fff;
}

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

.contact .php-email-form {
	width: 100%;
	border-top: 3px solid #3CA791;
	border-bottom: 3px solid #3CA791;
	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;
	font-weight: 400;
	font-size: 13px;
}

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

.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 input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

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

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

.contact .php-email-form button[type="submit"] {
	background: #3CA791;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
	border-radius: 4px;
}

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

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

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


/*--------------------------------------------------------------# Footer--------------------------------------------------------------*/

#footer {
	padding: 0 0 0px 0;
	color: #212529;
	font-size: 14px;
	background: #F5F5F5;
}

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

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

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

#footer .footer-newsletter form input[type="email"] {
	border: 0;
	padding: 4px 4px;
	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: #3CA791;
	color: #fff;
	transition: 0.3s;
	border-radius: 4px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

#footer .footer-top {
	padding: 20px 0 0px 0;
}

#footer .footer-top .footer-contact {
	    margin: 30px 0 0;
    text-align: center;
}

#footer .footer-top .footer-contact h4 {
	font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact p {
	    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Fira Sans', sans-serif;
    color: #5c5c5c;
    border-top: 1px solid #000;
    padding: 20px 0;
}

#footer .footer-top h4 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	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;
}

#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #f39e7a;
	font-size: 18px;
	line-height: 1;
}

#footer .footer-top .footer-links ul li {
	padding: 8px 0;
	display: flex;
	align-items: center;
}

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

#footer .footer-top .footer-links ul a {
	color: #000000;
	line-height: 20px;
	transition: 0.3s;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
}

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

#footer .social-links a {
	font-size: 24px;
    display: inline-block;
    color: #fff;
    line-height: 31px;
    padding: 5px;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: #969696;
    border-radius: 50%;
}

#footer .social-links a:hover {
    background: #3CA791;
    text-decoration: none;
}

#footer .copyright {
	text-align: center;
	float: left;
}

#footer .credits {
	float: right;
	text-align: center;
	font-size: 13px;
	color: #212529;
}

#footer .credits a {
	color: #3CA791;
}

@media (max-width: 575px) {
	#footer .copyright,
	#footer .credits {
		float: none;
		-moz-text-align-last: center;
		text-align-last: center;
		padding: 3px 0;
	}
}

@media (max-width: 660px) and (min-width: 320px) {
	ul.foot-sec {
		padding: 0;
		padding-top: 0px !important;
		display: block !important;
		text-align: center !important;
		line-height: 40px !important;
	}
	a.google.btn.googles {
		display: block !important;
	}
	.abcRioButtonIcon {
		float: none !important;
		display: inline-block;
	}
	.survey-portel-profile h2 {
		font-size: 25px !important;
	}
	.abcRioButtonLightBlue {
		width: 100% !important;
	}
	.g-signin2 {
		width: 100%;
		display: block;
		border-radius: 50px !important;
		position: relative;
		bottom: -10px;
	}
	a.fb.btn.facebooks {
		display: block !important;
	}
	.modal {
		z-index: 9999 !important;
	}
	.modal-content {
		width: 100% !important;
	}
	.between.my-5 {
		width: 100% !important;
	}
	.Pri-part h1 {
		color: white !important;
	}
}

@media (max-width: 768px) and (min-width: 481px) {
	ul.foot-sec li a {
		font-size: 18px !important;
		padding: 10px !important;
	}
	.between.my-5 {
		width: 100% !important;
	}
	.Pri-part h1 {
		color: white !important;
	}
}

@media (max-width: 1200px) and (min-width: 1024px) {
	ul.foot-sec li a {
		font-size: 15px;
    color: black;
    font-weight: 500;
	}
	.Taneja-pt p {
		padding: 1px !important;
	}
	a.google.btn.googles {
		display: block !important;
	}
	a.fb.btn.facebooks {
		display: block !important;
	}
	.abcRioButtonLightBlue {
		width: 100% !important;
	}
	.g-signin2 {
		width: 100%;
		display: block;
		border-radius: 50px !important;
		position: relative;
		bottom: -10px;
	}
}

.Taneja-pt {
	background: white;
	border-radius: 8px;
	transition: 0.3s ease-out;
	transform: translate(0px, 0px);
	text-align: center;
	box-shadow: 0px 0px 20px #0000001A;
	/*padding: 15px 0px 0px 0px;*/
	padding: 15px 15px 15px 15px;
}

.Taneja-pt img {
	padding-top: 20px;
	padding-bottom: 25px;
}

.Taneja-pt p {
	padding-bottom: 20px;
	font-size: 15px;
}

.Taneja-pt img {
	max-width: 100%;
	padding: 10px;
}

.Taneja-pt:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	transition: 0.3s ease-out;
	transform: translate(0px, 0px);
	cursor: pointer;
}



a.fb.btn.facebooks {
	font-size: 80%;
	border-radius: 5rem;
	letter-spacing: .1rem;
	font-weight: 500;
	height: 50px;
	margin-top: 15px;
	color: white;
	padding-bottom: 12px;
	transition: all 0.2s;
	background: #3B5998;
	border: none;
}

a.google.btn.googles {
	font-weight: 500;
	background: #dd4b39;
	margin-top: 15px;
	height: 50px;
	color: white;
	padding: 15px;
}

ul.foot-sec {
	
    padding: 0;
}

ul.foot-sec li a {
	font-size: 15px;
    color: black;
    font-weight: 500;
}
ul.foot-sec li a:hover{
	color: #3CA791;
}

ul.foot-sec li {
	list-style: none;
	    margin-bottom: 12px;
}

.social-links {
	text-align: center;
}

.grid-section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.modal-header {
	border-bottom: none;
}

button.btn.btn-primary.center-block {
	margin: 0 auto;
	background: #19E989;
	border: 1px solid #19E989;
}

.modal-header {
	padding-bottom: 5px;
}

.modal-footer {
	padding: 0;
}

.modal-footer .btn-group button {
	height: 40px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: none;
	border-right: 1px solid #ddd;
}

.modal-footer .btn-group:last-child>button {
	border-right: 0;
}


/*.modal-content a.fb.btn.facebooks {    display: block;}.modal-content a.google.btn.googles {    display: block;}*/

button.btn.btn-primary.center-block .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #39b59b !important;
	border-color: #39b59b !important;
}

.modal-content {
	border-radius: 15px;
}

.Taneja-pt:hover {
	cursor: pointer;
	transform: translate(0px, -20px);
}

.modal-content form.form-signin {
	padding: 15px;
}

.modal-content p {
	text-align: center;
	padding-top: 10px;
	margin-top: 15px;
}

.modal-content a {
	background: none;
	color: #3b5998;
	font-weight: 400;
}

.modal-content {
	width: 90%;
}

.modal-content .modal-body {
	padding: 0;
}

.modal-content .form-signin .btn {
	font-size: 100%;
}

.modal-content a.fb.btn.facebooks {
	font-size: 85% !important;
}

.rampal-pt {
	padding-bottom: 30px;
}

.card-header .collapsed span img {
	transform: rotate(180deg);
}

.quiestions-faq h6 {
	font-size: 22px;
	font-weight: 500;
}

.quiestions-faq h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
}

.quiestions-faq h5 {
	text-align: center;
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: 300;
}

.between.my-5 {
	margin: 0 auto;
	width: 50%;
}

.faq-back h1 {
	margin: 0px !important;
}

.faq-back {
	min-height: 370px;
	background-image: url(../img/backfaq.png) !important;
	background-size: cover;
}

.modal-content input#customCheck1 {
	z-index: 9;
}

#regForm .btn-primary {
	color: #fff;
	background-color: #3CA791;
	border-color: #3CA791;
	margin-bottom: 30px;
}

#regForm {
	background-color: #ffffff;
	margin: 0px auto;
	width: 100%;
}

#regForm h5 {
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	padding-bottom: 20px;
}

input {
	padding: 10px;
	width: 100%;
	font-size: 17px;
	border: 1px solid #aaaaaa;
}


/* Mark input boxes that gets an error on validation: */

input.invalid {
	color: black;
	background-color: #ff8787;
}

input#username {
	outline: none;
}


/* Hide all steps by default: */

.tab {
	display: none;
}

#regForm button {
	border-radius: 25px;
	background-color: #3CA791;
	color: #ffffff;
	outline: none;
	border: none;
	padding: 10px 40px;
	font-size: 17px;
	cursor: pointer;
}

button:hover {
	opacity: 0.8;
}

#prevBtn {
	border-radius: 5px;
	background-color: #3CA791;
}


/* Make circles that indicate the steps of the form: */

.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border: none;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.5;
}

.step.active {
	opacity: 1;
}


/* Mark the steps that are finished and valid: */

.step.finish {
	background-color: #4CAF50;
}

.card-body.resion-sec {
	padding: 0;
}

.form-type1-row.ng-scope {
	margin-left: 15px;
}

.custom-control.custom-checkbox.mb-3 {
	margin-left: 15px;
}

a.btn-get-started.scrollto.now {
	color: white !important;
}

.private-pt {
	padding: 20px;
	background: white;
	border-radius: 8px;
	box-shadow: 0px 0px 20px #0000001A;
}

.Pri-part {
	background-image: url(../img/privacy1.png) !important;
	background-size: cover;
}

.Pri-part p {
	color: white;
}

.term-sec {
	background-image: url(../img/term.png) !important;
	background-size: cover;
	min-height: 365px;
}

.term-sec h1 {
	margin: 0px !important;
}

.contact-bg h1 {
	color: white !important;
}

.card-header {
	border-bottom: none;
}

div#accordion h6 {
	font-size: 18px;
}

input.button-signup {
	border-radius: 25px;
	background-color: #3CA791;
	color: #ffffff;
	width: auto;
	outline: none;
	border: none;
	padding: 10px 40px;
	font-size: 17px;
	cursor: pointer;
}

select.invalid {
	color: black;
	background-color: #ff8787;
}

label.error {
	display: contents;
	float: initial;
	color: #e62828;
}

.bronge-sec {
	transition: 0.3s ease-out;
	transform: translate(0px, 0px);
	width: 100%;
	display: inline-block;
	background: #ffffff;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 1px 5px #aeaeae;
}

.bronge-sec .lvl-title {
	background: #3CA791;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	padding: 5px 20px;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: -20px;
	width: 55%;
}

.bronge-sec img {
	padding: 20px 0px 10px 0px;
}

.bronge-sec p {
	padding: 0px 0px 15px;
}

.bronge-sec:hover {
	cursor: pointer;
	transform: translate(0px, -20px);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.com-pt {
	background-image: url(../img/compu-ter.png) !important;
	background-size: cover;
}

section.survey-section {
	margin-top: 50px;
}

span.icofont-eye-alt.field-icon.toggle-password {
	float: right;
	margin-top: -31px;
	margin-right: 10px;
}

div.weak-password {
	color: brown;
}

button.btn.btn-primary.center-block {
	background: #3ca791 !important;
	border: 1px solid #3ca791 !important;
}

element.style {}

.nav-menu .get-started a:hover {
	background: #3ca791 !important;
}