/********** Template CSS **********/


@font-face {
	font-family: 'Gotham-Book';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Gotham-Book.eot');
	src: local('../fonts/Gotham Book'), local('Gotham-Book'),
		url('../fonts/Gotham-Book.woff2') format('woff2'),
		url('../fonts/Gotham-Book.woff') format('woff'),
		url('../fonts/Gotham-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Light';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Gotham-Light.eot');
	src: local('../fonts/Gotham Light'), local('Gotham-Light'),
		url('../fonts/Gotham-Light.woff2') format('woff2'),
		url('../fonts/Gotham-Light.woff') format('woff'),
		url('../fonts/Gotham-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham-Medium';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Gotham-Medium.eot');
	src: local('../fonts/Gotham Medium'), local('Gotham-Medium'),
		url('../fonts/Gotham-Medium.woff2') format('woff2'),
		url('../fonts/Gotham-Medium.woff') format('woff'),
		url('../fonts/Gotham-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

:root {
	--primary: #4761FF;
	--secondary: #555555;
	--light: #F1F3FA;
	--dark: #1C2035;
}

.back-to-top {
	position: fixed;
	display: none;
	right: 20px;
	bottom: 20px;
	z-index: 99;
}

/*** Button ***/
.btn {
	transition: .5s;
	font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
	color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
	color: var(--dark);
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

body {
	font-family: 'Gotham', sans-serif;
	font-size: 16px;
}

a {
	text-decoration: none;
}

/*** Spinner ***/
#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}



/*** Navbar ***/
.sticky-top {
	top: -100px;
	transition: .5s;
}


.navbar-nav {
	float: right;
	margin: 0 auto;
	margin-right: 1px;
}

.navbar .navbar-nav .nav-link {

	padding: 25px 20px;
	color: #0f605b;
	font-size: 20px;
	font-family: 'Gotham', sans-serif;
	font-weight: 500;



}

.borderrt {
	border-right: 2px solid #0f605b;
	height: 28px;
	margin-top: 27px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	color: #18a152;
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: 'gotham', sans-serif;
	font-weight: 500;
	vertical-align: middle;
	margin-left: 8px;
}

.clogo {
	max-width: 225px;
	padding: 5px;
	border-bottom:
}

@media (max-width: 1200px) {
	.navbar .navbar-nav .nav-link {
		font-size: 18px;
		padding: 25px 15px;
	}
}

@media (max-width: 991.98px) {
	.navbar .navbar-nav .nav-link {
		margin-right: 0;
		padding: 10px 0;
		font-size: 16px;
	}

	.navbar .navbar-nav {
		margin-top: 5px;
		border-top: 1px solid #EEEEEE;
	}

	.clogo {
		max-width: 225px;
		padding: 0px;
	}

	.navbar-nav {
		float: none;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		border: none;
		margin-top: 0;
		top: 150%;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}

	.navbar .nav-item:hover .dropdown-menu {
		top: 100%;
		visibility: visible;
		transition: .5s;
		opacity: 1;
	}

}

@media (max-width: 992px) {
	.borderrt {

		border-right: none;
		border-bottom: 1px solid #babcbe;
		height: 0px;
		margin-top: 1px;
	}
}

/********general*********/
h1 {
	font-family: 'Gotham', sans-serif;
	font-weight: 550;
	font-size: 40px;
}

/*** Banner sec ***/

.bg-light {
	background-color: #ecefef;
	z-index: 10000;
}

.bnrimg {
	background: url(../images/max_banner.png) no-repeat center center;
	width: 100%;
	background-size: cover;
	height: 915px;
	position: relative;
}

.phtop {
	text-align: center;
	background-color: #f10c67;
	padding: 10px 8px;
	width: 200px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	float: right;
	border-radius: 25px;
	margin-top: 20px;
}

.banrtext h1 {
	padding-top: 50px;
	text-align: left;
	font-size: 80px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* Vertically center */
	height: 100vh;
	/* Full viewport height */
}

/*** Bg sec ***/

#bg {
	background-image: url('../images/max_Fix_banner1.png');
	background-attachment: fixed;
	/* Fixed background */
	background-size: cover;
	/* Cover the whole area */
	min-height: 100vh;
	/* Full viewport height */
	box-sizing: border-box;
	color: white;
	padding-bottom: 30px;
	/* Text color for better readability */
}

#bg .bnrcnt {
	background-color: #fff;
	width: 90%;
	height: auto;
	margin: 0 auto;
	color: #000;
	padding: 2%;
	margin-top: -5%;
	z-index: 999;
	text-align: center;
	font-family: 'Gotham', sans-serif;
}

#bg .bnrcnt h1 {
	font-size: 40px;
	color: #18a055;
	text-align: center;
	padding-bottom: 20px;

}



/************button ***************/

#read-more-btn {
	margin: 0 auto;
	margin-top: 50px;
	padding: 15px 20px;
	background-color: #f10c67;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 400px;
	height: auto;
	text-align: center;
	font-size: 30px;
	transition: background-color 0.3s;
	font-family: 'Gotham-Light', sans-serif;
}



#read-more-btn:hover {
	background-color: #bc074f;
}

/**** We Offer Section ********/
#weoffer {
	background-color: #18a153;
	width: 100%;
	min-height: 100vh;
	padding: 70px 20px;
	text-align: center;
}

#weoffer .container {
	max-width: 75%;
	text-align: center;
}

#weoffer h1 {
	color: #fff;
	padding-bottom: 20px;
	font-size: 50px;
}

.offercnt {

	padding: 50px;
	border: 2px solid #fff;
	border-radius: 5px;
	min-height: 50vh;
	display: flex;
	transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.offercnt:hover {
	border-color: #eee;
	box-shadow: 0 0 20px rgba(204, 208, 206, 0.9);
	background-color: #0e994a;
}

.offercnt h5 {
	font-size: 16px;
	padding-top: 20px;
}

/*** Why Choose ***/
#whychoose {
	padding: 100px;
}

#whychoose .cnt1 img {
	max-width: 536px;
}

#whychoose .cnt2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#whychoose .cnt2 h1 {

	font-size: 50px;
	color: #18a153;
	padding-bottom: 20px;
}

#whychoose .cnt2 ul {
	margin-left: 0px;
	padding-left: 0px;
}

#whychoose .cnt2 li {
	list-style: none;
	color: #18a153;
	font-size: 22px;
	margin-top: 20px;
	font-family: 'Gotham', sans-serif;

}

#whychoose .cnt2 li span {
	padding-right: 15px;
}

/******* Who we are*****/

#whoweare {
	background: url(../images/max_btm_banner.png);
	background-size: 100% 100%;
	/* Ensures the image covers the entire section */
	background-position: center;
	/* Centers the image */
	background-repeat: no-repeat;
	/* Prevents the image from repeating */
	height: 870px;
	/* Makes the section take up the full viewport height */
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;

}


#whoweare .cnt1 {
	background-color: rgba(0, 0, 0, 0.4);
	/* Black with 50% opacity */
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	font-family: 'Gotham', sans-serif;

}

#whoweare .cnt1 h1 {
	color: white;
	font-size: 50px;
	font-family: 'Gotham-Book', sans-serif;

}



/*** Footer ***/
#footer {
	color: #000;
	background-color: #fff;
}

#footer h1 {
	color: #f10c67;
	margin-bottom: 30px;
	font-size: 50px;

}

#footer .contact-section {
	margin-top: 100px;
}

#footer p {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Gotham-Book', sans-serif;
}

#footer p img {
	max-width: 80px;
	margin-right: 20px;
}

#footer .flogo {
	margin-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#footer .cntform {
	background-color: #18a153;
	height: auto;
	padding: 30px;
	border-radius: 10px;
	text-align: center;
}


.form-control {
	margin: 20px;
	line-height: 2;
	margin-right: 30px;
	max-width: 92%;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

#submit-btn {
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px 20px;
	background-color: #f10c67;
	color: white;
	border: none;
	cursor: pointer;
	border-radius: 5px;
	width: 300px;
	height: auto;
	text-align: center;
	font-size: 30px;
	transition: background-color 0.3s;
	font-family: 'Gotham-light', sans-serif;

}

#submit-btn:hover {
	background-color: #bc074f;
}

.cpyrt {
	text-align: center;
	font-family: 'Gotham-Book', sans-serif;

}





/********************* Contact Us****************/

.contactbnrimg {
	background: url(../images/contactbner.jpg) no-repeat center center;
	width: 100%;
	background-size: cover;
	height: 790px;
}

.contactbanrtext {
	padding-top: 50%;
	text-align: center;
	font-size: 55px;
	line-height: 40pt;
	color: #0f605b;
	font-weight: bold;
}

.contact {
	text-align: center;
}

.cnthead {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
}

.conttxt {
	text-align: center;
	font-size: 28px;
}

.contaddr {
	text-align: center;
	font-size: 28px;
	padding-top: 20px;
}

.conttxt1 {
	text-align: left;
}

.contactlink a {
	color: black;
}

.contactlink a:hover {
	color: #065b53;
}

/*************** INNER PGE ****************************/
#innerpge .cntgp {
	margin-top: 50px;

}

#innerpge h1 {
	font-size: 66px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
}

#innerpge h3 {
	font-size: 40px;
}

/********** about us Inner **********/


.abtbnrimg {
	background: url(../images/bannerabt.jpg) no-repeat center center;
	width: 100%;
	background-size: cover;
	height: 478px;
}

#banner .head {
	background-color: rgba(24, 160, 85, 0.7);
	height: 70px;
	width: 100%;
	margin-top: -70px;

}

#banner .head .headtitle {
	color: #fff;
	font-size: 50px;
	padding-bottom: 10px;
	font-family: 'Gotham-Light', sans-serif;
	font-weight: bold;
	z-index: 100;
	position: relative;
	opacity: 100%;
}

#innerpge .abtcol {
	border: 1px solid #f10c67;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

#innerpge .abtcol:hover {
	border: 1px solid #18a055;
	transition: border-color 0.3s ease;
}

#innerpge .abtcol h4 {
	padding-bottom: 20px;
	font-size: 30px;
}
.abtdetsec{margin-bottom: 50px;margin-top: 10px;}
.abtdetsec a {
	color: #0e994a;
	font-size: 22px;
	font-family: 'Gotham-Light', sans-serif;
	font-weight: bold;
}

.abtdetsec a:hover {
	color: #f10c67;
}


/********** Services Inner **********/


.servicesbnrimg {
	background: url(../images/banner_3.jpg) no-repeat center center;
	width: 100%;
	background-size: cover;
	height: 478px;
}

/********** Support Inner **********/


.supportbnrimg {
	background: url(../images/banner_2.jpg) no-repeat center center;
	width: 100%;
	background-size: cover;
	height: 478px;
}
/********** contact Inner **********/


.contactbnrimg {
	background: url(../images/banner_5.jpg) no-repeat center center;
	width: 100%;
	background-size: cover;
	height: 478px;
}
/********** career Inner **********/


.careersbnrimg {
	background: url(../images/banner_4.jpg) no-repeat center center;
	width: 100%;
	background-size: cover;
	height: 478px;
}
/************* responsive mobile and tab ****************/
@media (max-width: 1200px) {
	#whychoose {
		padding: 10px;
	}

	#whychoose .cnt1 img {
		width: 100%;
		padding: 50px;
	}

	#whoweare {
		background: url(../images/max_btm_banner.png);
		background-size: cover;
		height: auto;
	}
}

@media (max-width: 992px) {
	.abtbnrimg {
		height: 400px;
	}
}

@media (max-width: 768px) {

	/*********** banner  ***********/


	#bg .bnrcnt {
		padding-top: 5%;
	}

	#whychoose .cnt2 h1 {
		text-align: center;
	}

	.offercnt {
		padding: 30px 50px;
		min-height: 35vh;
	}

	#footer .contact-section {
		margin-top: 50px;
	}

	#footer h1 {
		text-align: center;
	}

	#footer .add img {
		max-width: 70px;
	}

	#footer .flogos {
		text-align: center;
	}

	#footer .flogos img {
		margin: 0 auto;
		clear: both;
		padding-top: 20px;
	}

	.abtbnrimg {
		height: 350px;
	}

	.phtop {
		padding: 8px 8px;
		width: 170px;
		font-size: 15px;
		margin-top: 20px;
	}

	#banner .head {
		height: 60px;
		margin-top: -60px;

	}

	#banner .head .headtitle {

		font-size: 40px;
		padding-bottom: 10px;
	}

	#innerpge h1 {
		font-size: 56px;
	}

	#innerpge h3 {
		font-size: 35px;
	}
}

@media (max-width: 485px) {

	/*********** banner  ***********/

	.banrtext h1 {

		font-size: 70px;
		line-height: 75px;
	}

	#bg .bnrcnt h1 {
		font-size: 35px;
	}

	#whychoose {
		padding-bottom: 50px;
	}

	#whychoose .cnt2 h1 {
		font-size: 40px;
	}

	#whychoose .cnt2 li {
		font-size: 18px;

	}

	#whychoose .cnt2 li img {
		max-width: 35px;
	}

	#whoweare .cnt1 h1 {
		font-size: 40px;

	}

	.abtbnrimg {
		height: 200px;
	}

	#innerpge h1 {
		font-size: 40px;
	}

	#innerpge h3 {
		font-size: 26px;
	}

	#innerpge .abtcol {
		max-width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}

	#innerpge .abtcol h4 {
		padding-bottom: 20px;
		font-size: 26px;
	}
	.abtdetsec a {
		font-size: 18px;
		
	}
}

@media (max-width: 450px) {

	/*********** banner  ***********/

	.banrtext h1 {

		font-size: 60px;
		line-height: 65px;
	}

	#read-more-btn {
		margin-top: 30px;
		padding: 10px 10px;
		width: 300px;
		font-size: 26px;

	}

	#weoffer h1 {
		color: #fff;
		padding-bottom: 20px;
		font-size: 40px;
	}

	#footer h1 {
		font-size: 40px;

	}
}

@media (max-width: 420px) {

	/*********** banner  ***********/

	.banrtext h1 {

		font-size: 60px;
		line-height: 65px;
	}

	#weoffer .container {
		width: 100%;
		text-align: center;
	}



	#weoffer .offercnt {
		min-width: 200px;
		margin: 0 auto;

	}

	#footer .add img {
		max-width: 60px;
	}
}

@media (max-width: 380px) {

	#bg .bnrcnt h1 {
		font-size: 32px;
	}

	#whychoose .cnt2 li {
		font-size: 16px;

	}

	#whychoose .cnt2 li img {
		max-width: 30px;
	}

	#read-more-btn {
		margin-top: 30px;
		padding: 10px 10px;
		width: 280px;
		font-size: 26px;

	}

	#submit-btn {
		max-width: 250px;
		padding: 10px;
		font-size: 22px;
	}

	.abtbnrimg {
		height: 150px;
	}

	#banner .head {
		height: 40px;
		margin-top: -40px;

	}

	#banner .head .headtitle {

		font-size: 30px;
		padding-bottom: 10px;
	}
}

@media (max-width: 350px) {

	/*********** banner  ***********/

	.banrtext h1 {

		font-size: 50px;
		line-height: 55px;
	}

	#weoffer {
		padding: 50px 0px;
	}

	#whychoose .cnt2 h1 {
		font-size: 35px;
	}

	.clogo {
		max-width: 200px;
	}

	#read-more-btn {
		width: 250px;
		font-size: 22px;

	}

}

@media (max-width: 320px) {

	/*********** banner  ***********/
	#read-more-btn {
		width: 230px;
		font-size: 22px;

	}

	#submit-btn {
		max-width: 200px;
		padding: 10px;
		font-size: 22px;
	}

	.clogo {
		max-width: 170px;
	}
}