html, body {
	height: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

body {
	font-family: Calibri, sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.navbar {
	position: relative;
	min-height: 70px;
	margin-bottom: 0;
	border: 1px solid transparent;
	background: #FFF;
	box-shadow: 0px 0px 10px #000;
	border-radius: 0;
	z-index: 99;
}

.navbar-brand {
	float: left;
	height: 70px;
	padding: 0;
}

	.navbar-brand p {
		font-size: 12px;
		margin: 0;
	}

.btn-enquiry {
	background-color: #ffffff;
	color: #f4b42a;
	border-radius: 0;
	margin-top: 15px;
	float: right;
	border: 2px solid #f4b42a;
	font-weight: 600;
}

.login {
	background: url(../images/background.png);
	background-size: cover;
	/*min-height: 100%;*/
	background-position: bottom center;
	height: 610px;
}

.login-container {
	border: 1px solid #FFF;
	background: #f4b22a;
	margin: 0 auto;
	max-width: 900px;
	display: table;
	box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.5);
	border-radius: 0 0 4px 4px;
	margin-top: -1px;
}

.view-note {
	background: rgba(0, 0, 0, 0.1);
	color: #FFF;
	padding-top: 4px;
	text-align: center;
}

	.view-note p {
		font-size: 12px;
		padding-bottom: 4px;
		text-align: center;
	}

.login-group {
	box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.3);
}

.btn-login {
	background: #5bbb62;
	color: #FFF;
	font-weight: 600;
	border: 1px solid #FFF;
	margin-top: 28px;
	box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.3);
}

	.btn-login:hover, .btn-login:focus {
		background: #4faf56;
		color: #FFF;
		font-weight: 600;
		border: 1px solid #FFF;
		margin-top: 28px;
		box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.3);
	}

.login-section {
	/*padding: 20px;*/
	padding: 10px;
	padding-top: 5px;
	color: #FFF;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 13px;
}
	/* Base for label styling */

	/* hover style just for information */
	label:hover:before {
		border: 2px solid #b37800 !important;
	}

.forgot-password {
	/*padding-left: 30px;*/
	color: #FFF;
}

.feature-container {
	font-family: 'Cabin', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	max-width: 380px;
	margin: 30px auto;
	color: #FFF;
	font-size: 14px;
	/*background: rgba(0, 0, 0, 0.3);*/
	padding: 8px;
	border-radius: 10px;
	line-height: 1.8;
}

	.feature-container h3 {
		font-family: 'Cabin', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
		color: #f4b22a;
		margin: 10px 20px;
	}

.login-heading {
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
	text-transform: uppercase;
	color: #4a4f54;
	margin: 30px 0;
	font-size: 24px;
	font-family: 'Cabin', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	text-transform: unset;
}

.benefit-heading {
	font-family: 'Cabin', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
	/*text-transform: uppercase;*/
	color: #FFF;
	margin: 30px 0;
	font-size: 30px;
	text-transform: unset;
}

.products-videos {
	background: #f4f4f4;
	padding: 20px 0 40px 0;
}

.process-flow {
	background: #f4f4f4;
	padding: 20px 0 60px 0;
}

.infrastructure {
	background: #FFF;
	padding: 20px 0 40px 0;
}

.benefits {
	background: #f4b22a;
	padding: 20px 0 40px 0;
	color: #FFF;
}

.port-counter {
	color: #4a4f54;
	font-size: 40px;
	border: 2px solid #F4B22A;
	border-radius: 100%;
	width: 150px;
	height: 150px;
	text-align: center;
	padding-top: 18%;
}

.footer-addr {
	background: #54575b;
	color: #FFF;
	padding: 20px 0;
	font-size: 14px;
	font-family: 'Cabin', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

	.footer-addr a {
		color: #FFF;
	}

.login-footer {
	background: #4d5054;
	padding: 5px 0;
	margin: 0;
	color: #FFF;
	border: 0;
}

	.login-footer p {
		margin: 0;
		font-size: 11px;
	}

.btn-clear {
	background: #4a4f54;
	color: #FFF;
	border: 1px solid #FFF;
	margin-top: 28px;
	box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.3);
}

	.btn-clear:hover, btn-clear:focus {
		background: #4a4f54;
		color: #FFF;
		border: 1px solid #FFF;
		margin-top: 28px;
	}

.forgot-label {
	padding: 0;
	margin-top: 30px;
}

ul.benefit-list {
	font-family: 'Cabin', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	list-style-image: url('../images/check.png');
	font-size: 15px;
}

	ul.benefit-list li {
		margin-left: 8px;
	}

@media screen and (max-width:767px) {
	.login {
		padding: 20px;
		min-height: 798px;
		height: auto !important;
	}

	.container > .navbar-header, .container > .navbar-collapse {
		padding: 0 20px;
	}

	.login-footer p {
		padding: 5px;
		width: 100%;
		text-align: center;
	}

	.login {
		background: url(../images/background.png);
		background-size: cover;
		/*min-height: 100%;*/
		background-position: center bottom;
		height: 1880px !important;
		background-repeat: no-repeat;
	}

	.feature-container {
		margin: 60px auto;
		padding: 0;
		position: relative;
		/*background: rgba(0, 0, 0, 0.6);*/
		margin-top: 150%;
	}

		.feature-container h3 {
			margin: 10px 0px;
		}

		.feature-container ul {
			padding-left: 20px;
		}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.forgot-password {
		font-size: 14px;
		padding-left: 5px;
	}

	.login-container {
		max-width: 700px;
	}

	.font-tab {
		font-size: 15px;
	}

	.login {
		background: url(../images/background.png);
		/*background: url(../images/login-bg-tab-2.png);*/
		background-size: cover;
		/*min-height: 100%;*/
		background-position: center center;
		height: 1600px;
		background-repeat: no-repeat;
	}

	.feature-container {
		position: relative;
		/*background: rgba(0, 0, 0, 0.6);*/
		margin-top: 52%;
	}

	.navbar > .container .navbar-brand {
		margin-left: 0;
	}
}

/* For ipad pro */

@media screen and (min-width:1024px) and (max-width:1279px) {
	.login {
		/*background: url(../images/login-bg-ip.png) !important;*/
		background-size: cover;
		/*min-height: inherit;*/
		background-position: bottom center;
		height: 600px;
		background-repeat: no-repeat;
	}

	.feature-container {
		/*background: rgba(0, 0, 0, 0.6);*/
	}
}

@media screen and (min-width:1280px) and (max-width:1365px) {
	.login {
		background: url(../images/background.png) !important;
		background-size: cover;
		/*min-height: 100%;*/
		background-position: bottom center;
		height: 600px;
		background-repeat: no-repeat;
		background-repeat: no-repeat;
	}

	.feature-container {
		/*background: rgba(0, 0, 0, 0.6);*/
	}
}

.input-group {
	width: 100%;
}

.navbar-toggle {
	margin-top: 10px;
}

a.forgot-password {
	font-size: 12px;
}

.login-group .input-group-addon {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

@media screen and (min-width:320px) and (max-width:359px) {
	.forgot-password {
		float: right !important;
	}
}

/* Checkbox Custom Style ---------------------------------------------  */
/* The container */
.checkbox-label {
	display: inline;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox */
	.checkbox-label input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 5px;
	height: 16px;
	width: 16px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
	left: 8px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #4faf56;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* Checkbox Custom Style ---------------------------------------------  */
.p-a-0 {
	padding: 0 !important;
}

.social-links {
	background: #FFF;
	margin: 0 2px;
	width: 24px;
}

.video-include .tag {
	margin-top: 10px;
	margin-bottom: 15px;
}

.clear-cache {
	background: rgba(0, 0, 0, 0.1);
	color: #FFF;
	padding-bottom: 3px;
	text-align: center;
	font-size: 12px;
	margin-top: -10px;
}

	.clear-cache p {
		margin: 0;
	}

.font-small-11 {
	font-size: 11px;
}

.modal-dialog {
	padding: 0;
	margin: 100px auto 0;
}

@media screen and (min-width:1440px) and (max-width:1919px) {
	.login {
		background: url(../images/background.png);
		background-size: cover;
		/*min-height: 100%;*/
		background-position: bottom center;
		height: 600px;
	}
}

.contactus-heading {
	font-family: 'Cabin', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	display: inline-block;
	padding-bottom: 5px;
	position: relative;
	/*text-transform: uppercase;*/
	color: #f4b22a;
	margin: 30px 0;
	font-size: 30px;
	text-transform: unset;
}

.contactus-form-control {
	border-radius: 0;
	box-shadow: none;
	/*border-color: #d7dfe3;*/
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #fff !important;
	vertical-align: middle;
	background-color: #76797c;
	border: 1px solid #76797c;
}

.contactus-form-control-textarea {
	border-radius: 0;
	box-shadow: none;
	/*border-color: #d7dfe3;*/
	width: 100%;
	height: auto;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #fff !important;
	vertical-align: middle;
	background-color: #76797c;
	border: 1px solid #76797c;
}

#txtCompanyName::-webkit-input-placeholder, #txtContactPerson::-webkit-input-placeholder, #txtContactNo::-webkit-input-placeholder, #txtContactEmail::-webkit-input-placeholder {
	color: #fff !important;
}

#txtCompanyName:-moz-placeholder, #txtContactPerson:-moz-placeholder, #txtContactNo:-moz-placeholder, #txtContactEmail:-moz-placeholder { /* Firefox 18- */
	color: #fff !important;
}

#txtCompanyName::-moz-placeholder, #txtContactPerson::-moz-placeholder, #txtContactNo::-moz-placeholder, #txtContactEmail::-moz-placeholder { /* Firefox 19+ */
	color: #fff !important;
}

#txtCompanyName:-ms-input-placeholder, #txtContactPerson:-ms-input-placeholder, #txtContactNo:-ms-input-placeholder, #txtContactEmail:-ms-input-placeholder {
	color: #fff !important;
}

#txtMessage::-webkit-input-placeholder {
	color: #fff !important;
}

#txtMessage:-moz-placeholder { /* Firefox 18- */
	color: #fff !important;
}

#txtMessage::-moz-placeholder { /* Firefox 19+ */
	color: #fff !important;
}

#txtMessage:-ms-input-placeholder {
	color: #fff !important;
}

.btn-submit-contact {
	background-color: #f4b22a;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid transparent;
	color: #fff;
	font-size: 16px;
	padding: 6px 20px;
}

.save-login {
	margin-top: -8px;
}

textarea {
	resize: none;
}

.display-table {
	display: table;
	width: 100%;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

@media screen and (max-width:767px) {
	.contact-form {
		padding: 0;
	}
}

.rseal {
	position: absolute;
	left: 17%;
	width: 220px;
	margin-top: 16%;
}

.india-map {
	position: absolute;
	right: 12%;
	width: 300px;
	margin-top: 15%;
}

@media screen and (min-width:1200px) and (max-width:1365px) {
	.india-map {
		position: absolute;
		right: 10%;
		width: 320px;
		margin-top: 16%;
	}

	.rseal {
		position: absolute;
		left: 14%;
		width: 200px;
		margin-top: 17%;
	}
}

@media screen and (min-width:1920px) {
	.login {
		background: url(../images/background.png);
		background-size: cover;
		background-position: top center;
		height: 700px;
	}

	.india-map {
		position: absolute;
		right: 12%;
		width: 360px;
		margin-top: 12%;
	}

	.rseal {
		position: absolute;
		left: 15%;
		width: 250px;
		margin-top: 14%;
	}

	.feature-container {
		margin: 70px auto;
	}
}

@media screen and (min-width:1440px) and (max-width:1919px) {
	.rseal {
		position: absolute;
		left: 18%;
		width: 220px;
		margin-top: 14%;
	}

	.india-map {
		position: absolute;
		right: 12%;
		width: 280px;
		margin-top: 15%;
	}
}

@media screen and (min-width:1024px) and (max-width:1199px) {
	.rseal {
		position: absolute;
		left: 11%;
		width: 200px;
		margin-top: 25%;
	}

	.india-map {
		position: absolute;
		right: 5%;
		width: 270px;
		margin-top: 22%;
	}
}

@media screen and (min-width:768px) and (max-width:800px) {
	.rseal {
		position: absolute;
		left: 30%;
		width: 220px;
		margin-top: 31%;
	}

	.india-map {
		position: absolute;
		width: 380px;
		margin-top: 140%;
		right: 25%;
	}
}

@media screen and (min-width:400px) and (max-width:425px) {
	.rseal {
		position: absolute;
		left: 0%;
		width: 210px;
		margin-top: 103%;
	}

	.india-map {
		position: absolute;
		right: 12%;
		width: 280px;
		margin-top: 360%;
	}
}

@media screen and (min-width:365px) and (max-width:375px) {
	.rseal {
		position: absolute;
		left: -5px;
		width: 200px;
		margin-top: 118%;
	}

	.india-map {
		position: absolute;
		right: 12%;
		width: 280px;
		margin-top: 400%;
	}
}

@media screen and (min-width:360px) and (max-width:364px) {
	.rseal {
		position: absolute;
		left: -15px;
		width: 200px;
		margin-top: 124%;
	}

	.india-map {
		position: absolute;
		right: 12%;
		width: 280px;
		margin-top: 400%;
	}
}

@media screen and (min-width:320px) and (max-width:359px) {
	.rseal {
		position: absolute;
		left: -13px;
		width: 175px;
		margin-top: 150%;
	}

	.india-map {
		position: absolute;
		right: 0%;
		width: 260px;
		margin-top: 270%;
	}
}

.under-construction {
	background: url(../images/under-construction-bg.png);
	padding: 40px;
}

.text-1 {
	font-family: 'cabin';
	color: #FFF;
	line-height: 1.4;
}

.text-2 {
	font-family: 'cabin';
	color: #f5b22b;
	line-height: 1.4;
}

.text-3 {
	font-family: 'cabin';
	color: #FFF;
	line-height: 1.4;
}

@media screen and (max-width:1199px) {
	.under-construction {
		background-size: cover;
	}
}
