body {
	font-family: 'Roboto', sans-serif;
	background-color: #170939;
	box-sizing: border-box;
}

p {
	margin-bottom: 0;
}

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

#main-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 9px 0 0;
	position: absolute;
	width: 100%;
	top: 0;
	/*height: 100px;*/
}

#main-header .container {
	max-width: 1750px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*height: 100px;*/
}

#homeMenu {
	/*vertical-align: bottom;
    left: 20px;
    position: relative;
    top: -22px;*/
}

#hamburger-menu {
	display: block;
	background: none;
	width: 40px;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
}

#hamburger-menu::before {
	content: '';
	display: block;
	height: 3px;
	background-color: #fff;
}

#hamburger-menu span {
	display: block;
	height: 3px;
	background-color: #ff5ed2;
	margin: 6px 0;
}

#hamburger-menu::after {
	content: '';
	display: block;
	width: 50%;
	height: 3px;
	background-color: #fff;
}

#homeMenu #collapsingNavbar {
	left: 0px;
}

#collapsingNavbar {
	/* position: absolute;
    z-index: 999;
    left: 100px;*/
}

.custom-nav .navbar-nav {
	list-style: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: unset;
	flex-direction: unset;
}

.custom-nav .navbar-nav .nav-item:not(:last-of-type) {
	margin-right: 50px;
}

.custom-nav .navbar-nav .nav-item {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}

#collapsingNavbar a {
	color: #fff;
	padding-bottom: 0;
	border-bottom: 4px solid transparent;
	transition: all 0.2s linear;
}

#collapsingNavbar a.active,
#collapsingNavbar a:hover {
	border-bottom: 4px solid #DA56B6;
}

.custom-nav .nav-item .nav-link {
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.custom-nav .navbar-nav .nav-item:not(:last-of-type):after {
	position: absolute;
	content: '|';
	color: transparent;
	border-right: 1px dashed #206d8f;
	top: 6px;
	right: -25px;
	font-size: 19px;
}

.navrghtLink .nav-link {
	font-size: 12px;
	text-transform: uppercase;
	color: #3be8f8;
	padding-top: 0;
}

.navrghtLink .nav-link:hover {
	color: #ff5ed2;
}

#main-header .nav-links a {
	display: block;
	color: #3be8f8;
	font-size: 12px;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
}

/* Header */

.contactAr {
	background: url('../images/images-contact/contactbg.jpg') no-repeat bottom center / cover;
	/* height: 100vh; */
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7% 0;
}

/* .contactAr .container{
	margin-top: -90px;
} */
.cntHd p {
	font-weight: 900;
	font-size: 24px;
	color: #E84DB7;
	text-transform: uppercase;
}

.cntHd .ar1 {
	vertical-align: baseline;
	margin-right: 10px;
}

.cntHd .ar2 {
	vertical-align: baseline;
	margin-left: 10px;
}

.cntHd h2 {
	font-weight: 900;
	font-size: 54px;
	color: #FFFFFF;
	text-transform: uppercase;
}

.cntForm .form-group {
	margin-bottom: 15px;
}

.cntForm .form-control {
	border-radius: 0;
	color: #A5A5A5;
	font-weight: 500;
	font-size: 18px;
	border: 2px solid transparent;
}

.cntForm input[type="text"],
.cntForm input[type="email"],
.cntForm input[type="tel"] {
	height: 38px;
}

.cntForm textarea {
	height: 104px;
	resize: none;
}

.cntForm input:focus,
.cntForm textarea:focus {
	box-shadow: none;
	outline: 0;
	border: 2px solid #E84DB7;
}

.subtn {
	background: #E84DB7;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	height: 66px;
	width: 191px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 24px;
	transition: all 0.2s ease;
}

.subtn:hover {
	color: #fff;
	transform: scale(1.05);
}

.error {
	color: #fff;
	font-size: 13px;
}

.reachout {
	text-align: center;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 20px;
}

.footer-class {
	padding-top: 15px;
	/* position: fixed; */
	bottom: 20px;
	left: 0;
	right: 0;

}

.footer-class .container {
	max-width: 1750px;
	padding: 0 15px;
}

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

.footer-class .right {
	display: flex;
	align-items: center;
	position: relative;
}

.footer-class .right .step-indicator {
	font-size: 11px;
	color: #3be8f8;
	text-transform: uppercase;
}

.footer-class .right .step-indicator .step-lines span.active {
	height: 3px;
	background-color: #ff5ed2;
}

.footer-class .right .step-indicator .step-lines span {
	display: inline-block;
	height: 2px;
	width: 30px;
	background-color: #435363;
	margin: 2px;
	cursor: pointer;
}

.footer-class .right .circle-nxt {
	margin-left: 15px;
	display: block;
}

.disclaimer p {
	font-size: 11px;
	font-weight: 400;
	color: #8fc2f5;
	margin-bottom: 0;
}

.footer-class .right .circle-nxt svg {
	width: 50px;
	height: 50px;
}

.footer-class .right .circle-nxt .icon {
	fill: rgb(65, 217, 239);
}

.footer-classr .right .circle-nxt:hover .icon,
.footer-class .right .circle-nxt:hover .icon-m,
.footer-class .right .circle-nxt:active .icon,
.footer-class .right .circle-nxt:active .icon {
	fill: #ff5ed2;
}

.footer-class .right .circle-nxt .icon-m {
	display: none;
}

.footerList li a {
	color: #8fc2f5;
	font-size: 12px;
	text-decoration: none;
	padding: 0 5px;
	transition: all 0.2s linear;
}

.footerList li a:hover {
	text-decoration: underline;
}

#main-header .container {
	padding: 0 15px;
}

#main-header {
	margin: 5px 0 0;
}

.hmlogo {
	position: relative;
	top: 10px;
}

/* Responsive */
@media (min-width: 768px) {
	/*#homeMenu {
    vertical-align: bottom;
    left: 20px;
    position: relative;
    top: -15px;
}*/
}

@media screen and (min-width: 1920px) {
	#main-header {
		margin: 22px 0 0;
	}

	.navrghtLink .nav-link {
		padding-top: 23px;
	}
}

@media screen and (max-width: 1400px) {}

/*@media (min-width: 1400px) and (max-width: 1920px)  {
    #main-header{
    	margin: 20px 0 0;
    }
}*/
@media screen and (max-width: 1199px) {
	.contactAr {
		background: url('../images/images-contact/contactbg.jpg') no-repeat bottom center / 100%;
	}
}

@media screen and (max-width: 992px) {
	.contactAr .container {
		margin-top: -50px;
	}

	.cntHd p {
		font-size: 14px;
	}

	.cntHd .ar1,
	.cntHd .ar2 {
		height: 12px;
	}

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

	.cntForm .col-md-6 {
		padding: 0 5px;
	}

	.cntForm .row {
		margin: 0 -5px;
	}

	.cntForm input[type="text"],
	.cntForm input[type="email"],
	.cntForm input[type="tel"] {
		height: 32px;
	}

	.cntForm .form-control {
		font-size: 16px;
	}

	.subtn {
		height: 48px;
		width: 140px;
		font-size: 17px;
	}

	.cntForm .form-group {
		margin-bottom: 8px;
	}

	.cntHd {
		margin-bottom: 10px !important;
	}
}

@media screen and (max-width: 767px) {
	#collapsingNavbar {
		display: none;
	}

	#collapsingNavbar {
		position: absolute !important;
		left: unset;
		padding: 5px 15px;
		border: 1px solid rgba(255, 255, 255, 0.1);
	}

	#hamburger-menu {
		position: absolute;
		left: 90px;
		top: 22px;
	}

	/*#main-nav img{
		height: 50px;
	}*/
	#homeMenu {
		left: 0;
		top: 0;
	}

	.contactAr {
		background: url(../images/images-contact/contactmobg.png) no-repeat;
		-webkit-box-align: flex-start;
		-ms-flex-align: flex-start;
		align-items: flex-start;
		background-size: cover;
	}

	.contactAr {
		/*padding-top: 10rem;*/
	}

	.navrghtLink {
		/*top: 20px;*/
		margin-bottom: 0;
	}

	.navrghtLink .nav-link {
		font-size: 12px;
		/*padding: 5px 9px;*/
		padding: 3px 25px;
	}

	.disclaimer {
		text-align: center;
	}

	.disclaimer p {
		/*color: #fff;*/
		text-align: left;
	}

	.footer-class {
		bottom: 0px;
	}
}

@media (max-device-width: 1000px) and (orientation: landscape) {
	.contactAr {
		padding-top: 15rem;
	}
}

@media (max-device-width: 767px) and (orientation: landscape) {
	.contactAr {
		padding-top: 10rem;
	}

	.footer-class {
		position: relative;
	}
}

@media (max-device-width: 767px) and (orientation: portrait) {
	.contactAr {
		padding-top: 10rem;
	}

}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.contactAr {
		background-size: 31%;
		background-position: bottom center;
		height: auto;
		background-repeat: repeat-x;
		flex-direction: column;
	}

	.footer-class {
		position: relative;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.contactAr {
		background-size: 31%;
		background-position: bottom center;
		height: auto;
		background-repeat: repeat-x;
		flex-direction: column;
	}

	.footer-class {
		position: relative;
	}
}

@media only screen and (min-device-width: 360px) and (max-device-width: 800px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	.contactAr {
		background-size: 31%;
		background-position: bottom center;
		height: auto;
		background-repeat: repeat-x;
		flex-direction: column;
	}

	.footer-class {
		position: relative;
	}
}


@media screen and (max-width: 575px) {

	#main-header .container,
	#main-header {
		height: 70px;
	}

	.ftrinnr {
		flex-direction: column-reverse;
		justify-content: center;
	}

	.footer-class .right .circle-nxt svg {
		width: 26px;
		height: 31px;
	}

	.footer-class .right .circle-nxt .bg,
	.footer-class .right .circle-nxt .icon {
		display: none;
	}

	.footer-class .right .circle-nxt .icon-m {
		display: inline;
	}

	.footer-class .right .circle-nxt {
		position: absolute;
		top: -8px;
		right: 0;
	}

	.footer-class .right .step-indicator {
		margin-right: 25px;
		text-align: center;
	}

	.disclaimer p {
		display: block !important;
		margin-bottom: 15px;
	}

	.disclaimer p br {
		display: none;
	}

	/*#hamburger-menu{
		position: absolute;
    	left: 90px;
    	top: 18px;
	}*/
}

@media screen and (max-width: 400px) {}