@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
/* CSS For Navbar */

body {
	font-family: "poppins" !important;
	width: 100%;
	height: auto;
	
}
.navtext{
	font-weight: 500;
	font-size: 15px;
}
.row {
	margin-top: 11px;
	
}
.head
{
	margin-left: 19px;
}
.para
{
	margin-left: 19px;
}
#foran-nav {
	background-color: white;
	height: auto;
	/*69px*/
}

.navbar-brand {
	margin-top: -10px;
	margin-left: 39px;
}

#main-nav ul li a:hover {
	border-bottom: 3px solid #10B684;
}

/* .title-box {
	font-size: 19.99px;
	color: #10B684;
	margin-left: -55.99px;
} */
/* Add styles to the form container */
.form-container {

	/* width: 333px; */
	/* margin-right: -101.99px; */

	background-color: transparent;
}
/* Full-width input fields */
.form-container input[type=text] {
	padding: 19.9px;
	margin: 5px 0 19px 0;
	border: none;
	color: black;
}

#small {
	background-color: rgba(0, 0, 0, 0.548);
	width: 429.99px;
	padding: 12px;
}
#large {
	background-color: rgba(0, 0, 0, 0.548);
	padding: 12px;
}
.hire-a-pro{
	position: relative;
}
.hireAPro{
	position: fixed;
	right: 10px;
	bottom: 20px;
	border-radius:20px;
	border-color: transparent;
	color: white;
	font-weight: 500;
	font-size: 16px;
	padding: 8px 20px;
	background-color: #10B684;
	z-index: 1;
}
.join-us{
	position: relative;
}
.joinUs{
	position: fixed;
	right: 10px;
	bottom: 80px;
	border-radius:20px;
	border-color: transparent;
	color: white;
	font-weight: 500;
	font-size: 16px;
	padding: 8px 30px;
	background-color: #10B684;
	z-index: 1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus {
	background-color: #ddd;
	outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
	background-color: #10B684;
	color: white;
	padding: 13px 22px;
	border: none;
	cursor: pointer;
	margin-top: 11px;
	height: 23%;
	width: 100%;
	font-size: 15px;
	margin-bottom: 10px;
	opacity: 1;
}

.catImage{
	margin-left: -7px;
	margin-top: 19.99px;
	height: 31%;
    width: 69.99%;

}
/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
	opacity: 1;
	color: rgb(0, 0, 0);
}

.joinusform{
	display: flex;
	justify-content:end;
	padding-right: 20px;
	padding-top:5px;
}
/* ***************************** */
#applinks {
	font-size: 13.9px;
	
}

.text {
	margin-top: 15px;
	font-weight: 500;
}

.img-1 {
	/* float: left; */
	width: 119px;
	height: 35px;
}


.img-2 {
	/* float: right; */
	width: 119px;
	height: 35px;
	/* margin-right: 171.99px; */
}
.img-3 {
	/* float: left; */
	width: 119px;
	height: 35px;
	/* margin-top: 7px; */
	/* margin-right: 317px; */
}

#linksection {
	margin-top: 11px;
	margin-bottom: 11px;
	background-color: white;
}

#followus [class*="fa fa-"] {
	border-radius: 30px;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 30px;
	margin: auto 3px;
	font-size: 15px;
	text-align: center;
	
}
.text1 {
	
	margin-top: 15px;
	font-weight: 500;
	margin-left: 59px;
	
}
.nandu {
	margin-left: 58px;
}
.reachline1 {
	margin-left: 58px;
}

.reachline{
	margin-top: 3px;
}


/*CSS for footer*/
footer {
	background-color: black;
	color: white;
	font-size: 15px;
	text-align: center;
	margin-top: 33px;
}

.fot {
	padding: 5px 0;
}
@media only screen and (max-width:950px) {
	.footerLinks{
		display: block;
	}
	.fcPartner{
		margin-block: 10px;
	}
}
@media only screen and (max-width:600px) {
	.catImage{
		height: 100%;
		width: 100%;
	}
	.joinusform{
		padding-right: 0;

	}
	.img-3 {margin-top: 7px;}
	.service-box{
		padding: 10px;
	}
	.title-box {
		font-size: 16px;
	}
	.text1 {
		margin-left: 0px;
		
	}
	.nandu {
		margin-left: 0px;
	}
	.reachline1 {
		margin-left: 0px;
	}
	
}