@charset "UTF-8";
@import url(font-awesome.min.css);
/*@import url("http://fonts.googleapis.com/css?family=Roboto:500,300");*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400&display=swap');
/*
	Ion by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

.row+.row>* {
    padding: 0px 0 0 0em ;
}

	body {
		background: #fff;
	}

	body, input, select, textarea {
		/*color: #555f66;*/
		color: #000;
		/*font-family: "Roboto", Helvetica, sans-serif;*/
		font-family: 'Source Sans Pro';
		font-size: 14pt;
		font-weight: 300;
		line-height: 1.75em;
	}

	a {
		color: #629DD1;
		text-decoration: none;
	}

		a:hover {
			text-decoration: none;
		}

	

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #666f77;
		font-weight: 300;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
		letter-spacing: 0.125em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.5em;
		line-height: 1.5em;
	}

	h3 {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px rgba(144, 144, 144, 0.25);
		margin: 3em 0;
	}

		hr.major {
			margin: 2em 0 5em 0;
		}

	blockquote {
		border-left: solid 4px rgba(144, 144, 144, 0.25);
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 6px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		font-family: 'Source Sans Pro';
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: 'Source Sans Pro';
		font-size: 0.9em;
		margin: 0 0 2em 0;
		overflow-x: auto;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #bbb;
		position: relative;
		margin: 0 0 1.5em 0;
	}

	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

	header h3 + p {
		font-size: 1.1em;
		margin-top: -0.85em;
		line-height: 1.5em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.75em;
		line-height: 1.5em;
	}

	header.major {
		text-align: center;
		margin: 0 0 4em 0;
	}

		header.major h2 {
			font-size: 2em;
		}

		header.major h2 + p {
			font-size: 1.5em;
			margin: -1em 0 2em 0;
		}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #666f77;
		display: block;
		font-size: 0.9em;
		font-weight: 500;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(144, 144, 144, 0.075);
		border-radius: 6px;
		border: none;
		/*border: solid 1px rgba(144, 144, 144, 0.25);*/
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			/*border-color: #629DD1;*/
			box-shadow: 0 0 0 1px #629DD1;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: rgba(144, 144, 144, 0.25);
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

/*	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}*/

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #555f66;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.075);
				border-radius: 6px;
				border: solid 1px rgba(144, 144, 144, 0.25);
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #192024;
			border-color: #192024;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #629DD1;
			box-shadow: 0 0 0 1px #629DD1;
		}

	input[type="checkbox"] + label:before {
		border-radius: 6px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #bbb !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 6px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		margin-bottom: 2em;
		padding: 3em 2em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			display: inline-block;
			margin: 0 0 1.25em 0;
			color: #ffffff;
			background: #629DD1;
			width: 3em;
			height: 3em;
			font-size: 2em;
			text-align: center;
			line-height: 3em;
			border-radius: 100%;
			box-shadow: 0 0 0 10px #fff, 0 0 0 11px rgba(144, 144, 144, 0.25);
		}

/* Image */

	.image {
		border-radius: 6px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 6px;
			display: block;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
			color: #000;
			line-height: 2.5;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(144, 144, 144, 0.25);
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1.25em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 1.5em;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(144, 144, 144, 0.25);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #666f77;
			font-size: 0.9em;
			font-weight: 500;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(144, 144, 144, 0.25);
		}

		table tfoot {
			border-top: solid 2px rgba(144, 144, 144, 0.25);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(144, 144, 144, 0.25);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #192024;
		border-radius: 6px;
		border: 0 !important;
		color: #ffffff !important;
		cursor: pointer;
		display: inline-block;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 0.125em;
		font-size: 0.9em;
		/*height: 2.85em;*/
		line-height: 2.85em;
		/*padding: 0 1.75em;*/
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		/*text-indent: 0.25em;*/
		text-indent: 0em;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #232d33;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #0f1315;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.7em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.2em;
			height: 2.65em;
			line-height: 2.65em;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.25);
			color: #666f77 !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			.button.alt:hover {
				background-color: rgba(144, 144, 144, 0.075);
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			.button.alt:active {
				background-color: rgba(144, 144, 144, 0.2);
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			.button.alt.icon:before {
				color: #bbb;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #629DD1;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #76a9d7;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #4e91cb;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #555f66 !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}

/* Wrapper */

	.wrapper {
		padding: 6em 0 4em 0;
	}

		.wrapper.style1 {
			background: #fff;
			color: #555f66;
		}

		.wrapper.style2 {
			background: #192024;
			color: #c5c7c8;
		}

			.wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
				color: #ffffff;
			}

			.wrapper.style2 header p {
				color: #a3a5a7;
			}

			.wrapper.style2 .button.alt {
				box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.75);
				color: #ffffff !important;
			}

				.wrapper.style2 .button.alt:hover {
					background-color: rgba(144, 144, 144, 0.275);
				}

				.wrapper.style2 .button.alt:active {
					background-color: rgba(144, 144, 144, 0.4);
				}

				.wrapper.style2 .button.alt.icon:before {
					color: #a3a5a7;
				}

/* Header */

	#skel-layers-wrapper {
		padding-top: 3em;
	}

	#header {
		background: #fff;
		color: #555f66;
		cursor: default;
		height: 3em;
		left: 0;
		line-height: 3em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		box-shadow: 0 0 0.1em 0 rgba(0, 0, 0, 0.25);
	}

		#header h1 {
			color: #666f77;
			font-weight: 500;
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
		}

			#header h1 a {
				font-size: 1.25em;
			}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			/*right: 1.25em;*/
			top: 100px;
			vertical-align: middle;
			right: 81px;    	
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
				padding-left: 0;
			}

				#header nav > ul > li {
					border-radius: 6px;
					display: inline-block;
					margin-left: 2em;
					padding-left: 0;
					padding-bottom: 12px;
				}

					#header nav > ul > li a {
						-moz-transition: color 0.2s ease-in-out;
						-webkit-transition: color 0.2s ease-in-out;
						-o-transition: color 0.2s ease-in-out;
						-ms-transition: color 0.2s ease-in-out;
						transition: color 0.2s ease-in-out;
						/*color: #555f66;*/
						color: #000;
						/*display: inline-block;*/
						text-decoration: none;
						font-size: 16px;
    					font-weight: 400;
    					text-align: left !important;
					}

						#header nav > ul > li a:hover {
							color: #c81f40;
						}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

					#header nav > ul > li .button {
						height: 2.25em;
						line-height: 2.25em;
						margin-bottom: 0;
						padding: 0 1em;
						position: relative;
						top: -0.075em;
						vertical-align: middle;
					}

		#header .container {
			position: relative;
		}

			#header .container h1 {
				left: 0;
			}

			#header .container nav {
				right: 0;
			}

/* Banner */

	#banner {
		background-color: #666666;
		background-image: url("../images/banner.jpg");
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		color: #d8d8d8;
		padding: 14em 0;
		text-align: center;
		position: relative;
	}

		#banner:before {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: rgba(64, 72, 80, 0.25);
		}

		#banner .inner {
			position: relative;
			z-index: 1;
		}

			#banner .inner :last-child {
				margin-bottom: 0;
			}

		#banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
			color: #ffffff;
		}

		#banner .button.alt {
			box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.75);
			color: #ffffff !important;
		}

			#banner .button.alt:hover {
				background-color: rgba(144, 144, 144, 0.275);
			}

			#banner .button.alt:active {
				background-color: rgba(144, 144, 144, 0.4);
			}

			#banner .button.alt.icon:before {
				color: #c1c1c1;
			}

		#banner .button {
			min-width: 12em;
		}

		#banner h2 {
			font-size: 3.5em;
			line-height: 1em;
			margin: 0 0 0.5em 0;
			padding: 0;
		}

		#banner p {
			font-size: 1.5em;
			margin-bottom: 2em;
		}

			#banner p a {
				color: #ffffff;
				text-decoration: none;
			}

/* Footer */

	#footer {
		background: #fff;
		padding: 4em 0 6em 0;
	}

		#footer a {
			color: inherit;
		}

		#footer .copyright {
			color: #bbb;
			font-size: 0.9em;
			margin: 2em 0 0 0;
			padding: 0;
			text-align: center;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(144, 144, 144, 0.25);
				display: inline-block;
				list-style: none;
				margin-left: 1.5em;
				padding-left: 1.5em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

		#footer .icons a {
			color: #bbb;
		}
.header_height{height:160px !important;}

.header_btn_black{outline: none !important;padding: 4px 16px;color: #fff;background-color: #231f20;font-weight: 400 !important;border: 0 !important;line-height: 2 !important;}

.header_btn_red{outline: none !important;padding: 4px 16px;color: #fff;background-color: #c81f40;font-weight: 400;border: 0;line-height: 2;    margin-left: 10px !important;}
.menuactive{color: #c81f40 !important;}

.dropdown-content .menuactive1{color: #fff !important;font-weight: 700 !important;}
.header_top_div{float: right;margin-right: 80px !important;margin-top: 35px;}
.main_logo_css{margin-top: 15px;margin-left: 60px;height: 140px;width: auto;}
.tracing_div{background-color: #231f20;margin-top: 0px;padding: 12px;z-index: 99 !important;
    position: absolute !important;padding-right: 51px !important;margin-right: 80px !important;}
.login_div{background-color: #c81f40;margin-top: 0px;padding: 12px;z-index: 99 !important;
    position: absolute !important;padding-right: 0px !important;margin-right: 80px !important;}
.header_textbx{background-color: #fff !important;width: 60% !important;border-radius: 0 !important;float: left !important;    margin-top: 5px !important; height: 40px;}
.header_textbx1{background-color: #fff !important;width: 100% !important;border-radius: 0 !important;float: left !important;    margin-top: 5px !important;height: 40px; }
.track_div_btn{padding: 0px 29px 40px 20px !important;color: #fff !important;background-color: #c81f40 !important;font-weight: 400  !important;border: 0 !important;margin-left: 10px  !important;height: 38px  !important;width: 30%  !important;border-radius: 0px !important;}
.blackborder{border:0px !important; border-bottom: solid 5px #231f20 !important;}
.redborder{border:0px !important; border-bottom: solid 5px #c81f40 !important;}
.mywidht50{width: 50% !important;float: left;}
.mywidht30{width: 30% !important;float: left;}
.login_div_btn{padding: 0px 29px 10px 23px !important;color: #fff !important;background-color: #000 !important;
	font-weight: 400  !important;border: 0 !important;margin-left: 25px  !important;height: 38px  !important;width: 100%  !important;border-radius: 0px !important;margin-top:25px;}
.div_close{float: right !important;position: absolute !important;margin-top: -10px !important;margin-left: 90% !important;}
.div_close1 {float: right !important;position: absolute !important;margin-top: -11px !important;margin-left: 34% !important;
}

/*#tracking_id:hover + .tracing_div{display: block !important;}*/
/*.track_div_btn::active{border: 0px !important}*/

/*carousel*/
.cmn_carousel.owl-carousel .owl-item img{width: auto;}
/*.top_header_margin{margin-top: -6% !important;}*/
.banner_height{height: 700px;}
/*.banner_div{    padding-top: 19%;padding-left: 11%;}*/
.background_image_setting{background-size: 100% auto;background-repeat: no-repeat;}
.hp_banner_sec{margin-top: 5%;}
.red_text{color:#c81f40 !important;}
.white_text{color:#000 !important;}
.black_text{color:#000 !important;}

.banner_text_padding{padding-top: 10%;text-align: center;}
.banner_text1{font-size: 36px;color:#0091DB !important;font-weight: 500;}
.banner_text2{font-size: 65px;color:#0091DB !important;font-weight: 600;}
.margin_top50{margin-top: 50px !important;}
.banner1_bottomtext{color: #171717;font-size: 35px;font-weight: 700;font-style: italic;margin-top: 40px;}
.banner2_bottomtext {color: #171717;font-size: 25px;font-weight: 400;font-style: normal;padding: 15px 22%;line-height: 1.5}
.section{ padding: 10px 0; }
.service_secbg{background-image: url("../images/hp_services.jpg");    height: 486px;background-repeat: no-repeat;background-size: cover;}
.red_pach_bg{background-color:#cc3451 !important;}
.services_hp{width: fit-content;padding: 6px 7px;text-align: center;font-size: 18px;font-weight: 500;}
.services2_bottomtext {color: #171717;font-size: 20px;font-weight: 400;font-style: normal;line-height: 1.5}
.services_small_contenr{color: #171717;font-size: 25px;font-weight: 700;font-style: normal;line-height: 2}
.services_text{padding-top: 85px;text-align: left;}
.no_row_padding{padding-left: 0px !important;padding-right: 0px !important;}
.no_row_padding{margin-left: 0px !important;margin-right: 0px !important;}
.off_black{color: #171717;}
.margin_right40{margin-right: 40px;}
.networkbg1{background-image: url("../images/engin1.jpg");    height: 412px;background-repeat: no-repeat;width: 99%;padding: 0px 15%;background-size: cover;margin-bottom:80px;}
.networkbg2{background-image: url("../images/aftric.png");    height: 412px;background-repeat: no-repeat;padding: 0px 15%;background-size: cover;}
.row>* {padding-left: 0em !important;}.row {margin-left: 0em !important;}
.network_text{padding-top: 80px;text-align: left;}
.network_text_heading {font-size: 37px;color: #00689d !important;font-weight: 400;float:right;}
.network1_bottomtext {color: #000;font-size: 16px;font-weight: 400;font-style: normal;line-height: 1.5;}
.net2padding_top{padding-top: 123px;}
.forward_secbg{background-image: url("../images/forwarding.jpg");height: 354px;background-repeat: no-repeat;background-size: cover;}
.forwarding_sec_padding{padding: 36px 20% 0px 20%;}
.enginbg1{background-image: url("../images/engin2.jpg");    height: 412px;background-repeat: no-repeat;padding: 0px 15%;background-size: cover;}
.enginbg2{background-image: url("../images/engin1.jpg");    height: 412px;background-repeat: no-repeat;padding: 0px 15%;width: 99%;background-size: cover;}
.ship_secbg{background-image: url("../images/ship.jpg");height: 354px;background-repeat: no-repeat;background-size: cover;}
.ship_sec_padding {padding: 2px 20% 0px 10%;}
.line_hight{line-height: 1.5;}
.lastsec_secbg{background-image: url("../images/lastsec_bg.jpg");height: 154px;background-repeat: no-repeat;background-size: cover;}
.lastselc_log_img{height: 50px;width: 50px;margin-left: 30px;margin-top: -15px;}
.last_sec_padding {padding: 45px 20% 0px 10%;}

.text_align_right{text-align:right;}
.logo_bottom{margin-bottom: 80px;}
.font_weight600{font-weight: 600;}
.footer_logo{width: 30px;height: 30px;margin-left: 10px;}
.connect_us_footer{border: solid 1px #fff;padding: 5px 20px;width: fit-content;margin-bottom: 20px;font-weight: 500;
    font-size: 19px;}
.padding_left{padding-left: 30%;}
.font_size30{font-size: 30px}
.font_size28{font-size: 28px}
.font_size32{font-size: 32px}
.mt_30{margin-top: 30px;}
/*.row+.row>* {
    padding: 5px !important;
}*/


/*about page start*/
.about_banner_text2{font-size: 60px;color:#fff !important;font-weight: 600;line-height: 1;}
.about_banner_text_padding{padding-left: 18%;padding-top: 14%;text-align: left;}
.about_banner_height {height: 500px;}
.italic_text{font-style: italic !important;}
.bold_text{font-weight: 600}
.about_services_text {padding-top: 65px;text-align: left;}
.about_bottomtext {color: #171717;font-size: 22px;font-weight: 400;font-style: normal;line-height: 1.5;}
.about_bottomtext2 {color: #c81f40;font-size: 28px;font-style: italic;line-height: 1.5;font-weight: 600}
.col_padding{padding: 5px !important;}
.red_bg{background-color: #efc2da !important;}
.about_red_patch_text{font-size: 30px;font-weight: 500;}
.remove_p_margin{margin: 0 0 0em 0 !important;}
.remove_p_padding{padding: 0 0 0em 0 !important;}
.about_sec1_redpatch_padding{padding: 24px 20px;}
.gray_bg{background-color: #f3f3f4 !important;}

.about_graypatch{height: 250px;padding: 24px 32px;color: #040404 !important;font-size: 24px;font-weight: 400;text-align: center;}
.mt_40{margin-top: 40px;}
.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}
.img_width{width: 100%;}
.img_width70{width: 70%;}
.black_bg{background-color: #000 !important;}
.about_black_sec{padding: 24px 15px;font-size: 25px;font-weight: 500;}
.about_vision{font-weight: 600;font-size: 30px;}
.about_vision_div_padding{padding: 10px 21% !important;}
.font_size22{font-size: 22px;}
.font_size20{font-size: 20px;}
.black_text{color: #000 !important;}
.font_weight400{font-weight: 400;}
.font_weight300{font-weight: 300;}
.about_hr_class{border-bottom: solid 2px #c81f40;width: 30%;margin: 2em 0;}
.about_red_sec {padding: 18px 15px;font-size: 25px;font-weight: 500;}
.font_size21{font-size:21px !important;}
.font_size18{font-size:18px !important;}
.font_size17{font-size:17px !important;}
.font_size16{font-size:16px !important;}
.about_service_sec{font-size: 18px;font-weight: 400;}
.about_services_ul{padding: 41px 41px !important;}
.font_weight600{font-weight: 600;}
.about_services_icon{transform: rotate(180deg);}
.mb_10{margin-bottom: 10px;}
.mb_25{margin-bottom: 25px;}
.mb_50{margin-bottom: 50px;}
.aboutteamhide1 {display: none;}
.aboutteamhide2 {display: none;}
.aboutteamhide3 {display: none;}
.aboutteamhide4 {display: none;}
.teamhoverdivpadding{padding: 30px 50px;}
.teamDIV1:hover  .aboutteamhide1_show {display: block !important;}
.teamDIV2:hover  .aboutteamhide1_show {display: block !important;}
.teamDIV3:hover  .aboutteamhide1_show {display: block !important;}
.teamDIV4:hover  .aboutteamhide1_show {display: block !important;}
.teamDIV1, .teamDIV2, .teamDIV3, .teamDIV4{cursor: pointer;}

.arrow-up {width: 0;height: 0;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 15px solid snow;position: absolute;margin-top: -13px;left: 18%;}
.arrow-up2 {width: 0;height: 0;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 15px solid snow;position: absolute;margin-top: -13px;left: 39%;}
.arrow-up3 {width: 0;height: 0;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 15px solid snow;position: absolute;margin-top: -13px;left: 61%;}
.arrow-up4 {width: 0;height: 0;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 15px solid snow;position: absolute;margin-top: -13px;left: 81%;}
.mb_15{margin-bottom:15px;}
.about_sec1_img{height: 90px;margin-bottom: 10px;}
/*about page end*/
/*Networking page start*/
.net_gray_text{color: #f3f3f4 !important;}
/*networking end*/

/*life start*/
.life_btn{background-color: #c81f41;color: #fff;border: 0;padding: 5px 20px;}
.mt_15{margin-top: 15px;}
.life_lastsec{font-size: 22px;font-weight: 400;}
.life_last_sec_padding{padding: 40px 20px 70px 20px;}
/*life end*/

/*menu start*/
.dropdown-content {
  display: none;
  position: absolute;
  /*background-color: #b63353;*/
  background-color:#b63353e3;
  color:#fff !important;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 43px;
  left: -20px;
  height: 150px;
}

.dropdown-content a {
  color:#fff !important;
  padding: 0px 18px;
  text-decoration: none;
  display: block;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-align: center !important;
  height: 25px;
}
.dropdown-content a:hover {/*background-color: #000;*/color: #fff !important;font-weight: 700 !important;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {/*background-color: #000;*/color: #fff !important;font-weight: 700 !important;}

/*menu end*/
/*other services star*/
.other_service_patch {background-image: url(../images/services/other_patch.jpg);height: 412px;background-repeat: no-repeat;padding: 7% 15%;width: 100%;
    background-size: cover;margin-bottom: 10px;}

.other_service_patch_p{padding: 0 10% 0px 0px;}
.os_text_align_right{text-align: right;}
.os_text_align_left{text-align: left;}
.os_2ndrow_img_pad{padding: 0px 15px 0 0em !important;}
.os_margin_r{margin-right: 2% !important;}
.os_margin_l{margin-right: 2% !important;}
.os_lastsec_pad{padding-bottom: 100px;}
.margin-top-5_mob{margin-top: 25px;}
/*other services end*/
/*inland service start*/
.inland_service_patch {background-image: url(../images/services/inland_gray_banner.jpg);height: 612px;background-repeat: no-repeat;padding: 5% 0%;width: 100%;
    background-size: cover;margin-bottom: 0px;}
.inland_sec1_padding_bottom{padding-bottom: 60px;}
.padding_left_services{padding-left: 4em !important;}
.service_lastsec_pr{padding-right: 6% !important;}
.service_lastsec_pl{padding-right: 3% !important;}
.services_mt{margin-top: 60px;}
/*inland services end*/
/*project start*/
.img_width85 {width: 85%;}
.freight_service_patch {background-image: url(../images/services/freight_gray.jpg);height: 612px;background-repeat: no-repeat;padding: 5% 0%;width: 100%;
    background-size: cover;margin-bottom: 0px;}
#menudropclose{display: none;}
#menudropopen{display: none;}
.project_mainsec{padding: 45px 0px 45px 0px;}
 .mb_0{margin-bottom: 0px};

/*project end*/

/*mobile responsive start*/




@media (max-width: 1300px) AND  (min-width: 1100px){
.banner_height {height: 600px;}
}

@media (max-width: 1100px) AND  (min-width: 1000px){
.banner_height {height: 500px;}
.banner_text1 {font-size: 45px;color: #c81f40 !important;font-weight: 500;}
.banner_text2 {font-size: 45px;color: #c81f40 !important;font-weight: 600;}
.bannerimage_res{height: auto;width: 60% !important;}
.about_banner_height {height: 385px;}
}
@media (max-width: 1000px)
{
.banner_height {height: 500px;}
.banner_text1 {font-size: 45px;color: #c81f40 !important;font-weight: 500;}
.banner_text2 {font-size: 45px;color: #c81f40 !important;font-weight: 600;}
.bannerimage_res{height: auto;width: 60% !important;}
.network_text {padding-top: 40px;text-align: left;}
.net2padding_top {padding-top: 83px;}
.forwarding_sec_padding {padding: 63px 20% 0px 20%;}
.ship_sec_padding {padding: 50px 20% 0px 10%;}
.lastsec_secbg {background-size: cover;background-position: top;}
.hp_banner_sec {margin-top: 0%;}
.about_banner_height {height: 340px;}
.os_2ndrow_img_pad_mb_res{padding: 0px 0 0px -1.5em!important;!important;}
.os_margin_r{margin-right: 2% !important;}
.os_margin_l{margin-right: 2% !important;}

}


@media (max-width: 900px)
{
.banner_height {height: 400px;}
.banner_text1 {font-size: 45px;color: #c81f40 !important;font-weight: 500;}
.banner_text2 {font-size: 45px;color: #c81f40 !important;font-weight: 600;}
.bannerimage_res{height: auto;width: 60% !important;}
.network_text {padding-top: 30px;text-align: left;}
.net2padding_top {padding-top: 73px;}
.forwarding_sec_padding {padding: 63px 20% 0px 20%;}
.ship_sec_padding {padding: 50px 20% 0px 10%;}
.lastsec_secbg {background-size: cover;background-position: top;}
.hp_banner_sec {margin-top: 0%;}
.network_text_heading {font-size: 30px;color: #fff !important;font-weight: 400;}
.network1_bottomtext {color: #fff;font-size: 20px;font-weight: 400;font-style: normal;line-height: 1.3;}
.ship_sec_padding {padding: 82px 20% 0px 10%;}
.ship_secbg {background-image: url(../images/ship.jpg);height: 354px;background-repeat: no-repeat;background-size: cover;background-position: bottom;}
.about_banner_height {height: 310px;}
.about_banner_text2 {font-size: 35px;}
.main_logo{display: none;}
}
@media (max-width: 980px)
{
/*#menudropclose{display: ;}*/
.main_logo{display: none;}
/*.header_top_div {float: right;margin-right: 0px !important;margin-top: 5px;}
.header_btn_black {
    outline: none !important;
    padding: 4px 4px;
    color: #fff;
    background-color: #231f20;
    font-weight: 300 !important;
    border: 0 !important;
    line-height: 2 !important;
    font-size: 12px;
    float: left;
}*/
.header_top_div {float: right;margin-right: 0px !important;    margin-top: 175% !important;position: absolute !important;text-align: center !important;}
.header_btn_black {
    outline: none !important;
    padding: 4px 4px;
    color: #fff;
    background-color: #231f20;
    font-weight: 400 !important;
    border: 0 !important;
    line-height: 2 !important;
    font-size: 12px;
    float: left;
    margin-left: 10px;
}
.header_btn_red {
    outline: none !important;
    padding: 4px 6px;
    color: #fff;
    background-color: #c81f40;
    font-weight: 400;
    border: 0;
    line-height: 2;
    margin-left: 10px !important;
    font-size: 12px;
    float: left;
    margin-right: 5px;
}

.tracing_div {
    background-color: #231f20;
    margin-top: 40px;
    padding: 12px;
    z-index: 99 !important;
    position: absolute !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
}
.header_textbx {
    background-color: #fff !important;
    width: 55% !important;
    border-radius: 0 !important;
    float: left !important;
    margin-top: 5px !important;
    font-size: 10px;
    margin-top: 0px !important;
    height: 38px;
}
.track_div_btn {
    padding: 0px 25px 10px 5px !important;
    color: #fff !important;
    background-color: #c81f40 !important;
    font-weight: 400 !important;
    border: 0 !important;
    margin-left: 8px !important;
    height: 38px !important;
    width: 30% !important;
    border-radius: 0px !important;
}
.login_div {
	   margin-top: 40px !important;
    background-color: #c81f40;
    margin-top: 0px;
    padding: 12px;
    z-index: 99 !important;
    position: absolute !important;
    padding-right: 0px !important;
    margin-right: 10px !important;
}
.login_div_btn {
    padding: 5px 11px 8px 10px !important;
    color: #fff !important;
    background-color: #000 !important;
    font-weight: 400 !important;
    border: 0 !important;
    margin-left: 9px !important;
    height: 38px !important;
    width: 100% !important;
    border-radius: 0px !important;
    margin-top: 20px;
    font-size: 10px !important;
}
.header_textbx1 {
    background-color: #fff !important;
    width: 100% !important;
    border-radius: 0 !important;
    float: left !important;
    margin-top: 5px !important;
    font-size: 10px;
}
.div_close {
    float: right !important;
    position: absolute !important;
    margin-top: -10px !important;
    margin-left: 62% !important;
}

#navPanel nav ul li a:not(.button), #navPanel nav ul li span:not(.button) {
    border-top: solid 1px rgba(144, 144, 144, 0.25);
    color: #ffffff;
    display: block;
    padding: 0.75em 0;
    text-decoration: none;
    width: 90% !important;
	float: left;
}
#menudropclose{display: block;}
#menudropopen{display: none;}
.updownmenu{float: right;margin-top: 10%;}
.dropdown-content {position: sticky;}
.dropdown:hover .dropdown-content {display: inline-table;}
.dropdown_boder_0{border: 0px !important}
#menudropclose{display: block;}



}
@media (max-width: 767px)
{
.banner_height {height: 330px;}
.banner_text1 {font-size: 30px;color: #c81f40 !important;font-weight: 500;}
.banner_text2 {font-size: 30px;color: #c81f40 !important;font-weight: 600;}
.bannerimage_res{height: auto;width: 60% !important;}
.network_text {padding-top: 70px;text-align: left;}
.net2padding_top {padding-top: 113px;}
.forwarding_sec_padding {padding: 63px 20% 0px 20%;}
.ship_sec_padding {padding: 50px 20% 0px 10%;}
.lastsec_secbg {background-size: cover;background-position: top;height: auto;}
.hp_banner_sec {margin-top: 0%;}
.network_text_heading {font-size: 30px;color: #fff !important;font-weight: 400;}
.network1_bottomtext {color: #fff;font-size: 20px;font-weight: 400;font-style: normal;line-height: 1.3;}
.ship_sec_padding {padding: 82px 20% 0px 10%;}
.ship_secbg {background-image: url(../images/ship.jpg);height: 354px;background-repeat: no-repeat;background-size: cover;background-position: bottom;}
.networkbg1 {background-image: url(../images/network.png);height: 412px;
    background-repeat: no-repeat;width: 100%;padding: 0px 15%;background-size: cover;margin-bottom: 10px;}
.network_text_consider_res {padding-top: 55px;text-align: left;}
.enginbg2 {background-image: url(../images/engin1.jpg);height: 412px;background-repeat: no-repeat;padding: 0px 15%;width: 100%;
    background-size: cover;margin-bottom: 10px;}
 .network_text_ship_res {padding-top: 4%;text-align: left;}
 .book_res {font-size: 24px !important;color: #fff !important;font-weight: 600;}
.last_sec_padding {padding: 5% 20% 1% 10%;}
.text_align_right{text-align:left;}
.padding_left_footer_res{padding-left: 0%;}
.banner1_bottomtext {color: #171717;font-size: 20px;font-weight: 700;font-style: italic;margin-top: 40px;}
.about_banner_height {height: 250px;}
.about_banner_text2 {font-size: 25px;}
.about_remove_mbl_res{padding: 0px 0 0 0px!important;}
.about_vision_div_padding {padding: 10px 5% !important;}
.os_text_align_right{text-align: center;margin-top: 20px;}
.os_text_align_left{text-align: center;margin-top: 20px;}
.mob_fontsize18{font-size: 18px !important;}
.other_service_patch {height: 550px;}
.inland_service_patch {background-image: url(../images/services/inland_gray_banner.jpg);height: 680px;background-repeat: no-repeat;padding: 5% 0%;width: 100%;
    background-size: cover;margin-bottom: 0px;}
.margin-top-5_mob{margin-top: 5px !important;}
.service_mbres{margin-top: 10px;}
.services_mt {margin-top: 10px;}
.services_width_img{width: 100%;}
.service_lastsec_pr { padding-right: 0% !important; }
.service_lastsec_pl {padding-right: 0% !important;}
.padding_right_services{padding-right: 0px !important;}
.service_mbres1 {margin-top: 30px;}
.freight_service_patch {background-image: url(../images/services/freight_gray.jpg);height: 850px;background-repeat: no-repeat;padding: 5% 0%;
    width: 100%;background-size: cover;margin-bottom: 0px;}
}

@media (max-width: 600px)
{
.banner_height {height: 264px;}
.banner_text1 {font-size: 25px;color: #c81f40 !important;font-weight: 500;}
.banner_text2 {font-size: 25px;color: #c81f40 !important;font-weight: 600;}
.bannerimage_res{height: auto;width: 50% !important;}
.network_text {padding-top: 60px;text-align: left;}
.net2padding_top {padding-top: 113px;}
.forwarding_sec_padding {padding: 2% 20% 0px 20%;}
.ship_sec_padding {padding: 50px 20% 0px 10%;}
.lastsec_secbg {background-size: cover;background-position: top;height: auto;}
.hp_banner_sec {margin-top: 0%;}
.network_text_heading {font-size: 30px;color: #fff !important;font-weight: 400;}
.network1_bottomtext {color: #fff;font-size: 20px;font-weight: 400;font-style: normal;line-height: 1.3;}
.ship_sec_padding {padding: 82px 20% 0px 10%;}
.ship_secbg {background-image: url(../images/ship.jpg);height: 354px;background-repeat: no-repeat;background-size: cover;background-position: bottom;}
.networkbg1 {background-image: url(../images/network.png);height: 412px;
    background-repeat: no-repeat;width: 100%;padding: 0px 15%;background-size: cover;margin-bottom: 10px;}
.network_text_consider_res {padding-top: 55px;text-align: left;}
.enginbg2 {background-image: url(../images/engin1.jpg);height: 412px;background-repeat: no-repeat;padding: 0px 15%;width: 100%;
    background-size: cover;margin-bottom: 10px;}
 .network_text_ship_res {padding-top: 4%;text-align: left;}
 .book_res {font-size: 15px !important;color: #fff !important;font-weight: 600;}
.last_sec_padding {padding: 5% 20% 1% 10%;}
.text_align_right{text-align:left;}
.padding_left_footer_res{padding-left: 0%;}
.margin_top50 {margin-top: 23px !important;}
.banner1_bottomtext {color: #171717;font-size: 20px;font-weight: 700;font-style: italic;margin-top: 20px;}
.services_text {padding-top: 26px;text-align: left;}
.services_small_contenr {color: #171717;font-size: 16px;font-weight: 700;font-style: normal;line-height: 2;}
.services2_bottomtext {color: #171717;font-size: 16px;font-weight: 400;font-style: normal;line-height: 1.5;}
.service_secbg {background-image: url(../images/hp_services.jpg);height: 371px;background-repeat: no-repeat;background-size: cover;    background-position: top;}
.lastselc_log_img {height: 30px;width: 30px;margin-left: 15px;margin-top: 0px;}

.about_banner_height {height: 210px;}
.mob_res_mt{margin-top: 0px;}
}


@media (max-width: 500px)
{
.banner_height {height: 200px;}
.banner_text1 {font-size: 20px;color: #c81f40 !important;font-weight: 500;}
.banner_text2 {font-size: 20px;color: #c81f40 !important;font-weight: 600;}
.bannerimage_res{height: auto;width: 50% !important;}
.network_text {padding-top: 8%;text-align: left;}
.net2padding_top {padding-top: 18%;}
.forwarding_sec_padding {padding: 2% 3% 0px 3%;}
.ship_sec_padding {padding: 15% 0% 0px 8%;}
.lastsec_secbg {background-size: cover;background-position: top;height: auto;}
.hp_banner_sec {margin-top: 0%;}
.network_text_heading {font-size: 30px;color: #fff !important;font-weight: 400;}
.network1_bottomtext {color: #fff;font-size: 20px;font-weight: 400;font-style: normal;line-height: 1.3;}
.ship_sec_padding {padding: 82px 20% 0px 10%;}
.ship_secbg {background-image: url(../images/ship.jpg);height: 354px;background-repeat: no-repeat;background-size: cover;background-position: bottom;}
.networkbg1 {background-image: url(../images/network.png);height: 412px;
    background-repeat: no-repeat;width: 100%;padding: 0px 15%;background-size: cover;margin-bottom: 10px;}
.network_text_consider_res {padding-top: 55px;text-align: left;}
.enginbg2 {background-image: url(../images/engin1.jpg);height: 412px;background-repeat: no-repeat;padding: 0px 15%;width: 100%;
    background-size: cover;margin-bottom: 10px;background-position: top;}
 .network_text_ship_res {padding-top: 4%;text-align: left;}
 .book_res {font-size: 15px !important;color: #fff !important;font-weight: 600;}
.last_sec_padding {padding: 5% 0% 1% 0%;}
.text_align_right{text-align:left;}
.padding_left_footer_res{padding-left: 0%;}
.margin_top50 {margin-top: 23px !important;}
.banner1_bottomtext {color: #171717;font-size: 20px;font-weight: 700;font-style: italic;margin-top: 20px;}
.services_text {padding-top: 26px;text-align: left;}
.services_small_contenr {color: #171717;font-size: 16px;font-weight: 700;font-style: normal;line-height: 2;}
.services2_bottomtext {color: #171717;font-size: 16px;font-weight: 400;font-style: normal;line-height: 1.5;}
.service_secbg {background-image: url(../images/hp_services.jpg);height: 410px;background-repeat: no-repeat;background-size: cover;    background-position: top;}
.lastselc_log_img {height: 30px;width: 30px;margin-left: 15px;margin-top: 0px;}

.forward_secbg {background-size: cover;    background-position: center;}
.banner2_bottomtext {color: #171717;font-size: 14px;font-weight: 400;font-style: normal;padding: 3px 10%;line-height: 1.5;}
.about_banner_height {height: 170px;}
}

@media (max-width: 400px)
{
.banner_height {height: 165px;}
.banner_text1 {font-size: 16px;color: #c81f40 !important;font-weight: 500;}
.banner_text2 {font-size: 16px;color: #c81f40 !important;font-weight: 600;}
.bannerimage_res{height: auto;width: 50% !important;}
.network_text {padding-top: 8%;text-align: left;}
.net2padding_top {padding-top: 18%;}
.forwarding_sec_padding {padding: 2% 3% 0px 3%;}
.ship_sec_padding {padding: 15% 0% 0px 8%;}
.lastsec_secbg {background-size: cover;background-position: top;height: auto;}
.hp_banner_sec {margin-top: 0%;}
.network_text_heading {font-size: 18px;color: #fff !important;font-weight: 400;}
.network1_bottomtext {color: #fff;font-size: 16px;font-weight: 400;font-style: normal;line-height: 1.3;}
.ship_sec_padding {padding: 10% 20% 0px 10%;}
.ship_secbg {background-image: url(../images/ship.jpg);height: 220px;background-repeat: no-repeat;background-size: cover;background-position: bottom;}
.networkbg1 {background-image: url(../images/network.png);height: 320px;
    background-repeat: no-repeat;width: 100%;padding: 0px 15%;background-size: cover;margin-bottom: 10px;}
.networkbg2 {background-image: url(../images/aftric.png);height: 320px;background-repeat: no-repeat;padding: 0px 15%;background-size: cover;}
.network_text_consider_res {padding-top: 55px;text-align: left;}
.enginbg2 {background-image: url(../images/engin1.jpg);height: 320px;background-repeat: no-repeat;padding: 0px 15%;width: 100%;
    background-size: cover;margin-bottom: 10px;background-position: top;}
 .network_text_ship_res {padding-top: 4%;text-align: left;}
 .book_res {font-size: 15px !important;color: #fff !important;font-weight: 600;}
.last_sec_padding {padding: 5% 0% 1% 0%;}
.text_align_right{text-align:left;}
.padding_left_footer_res{padding-left: 0%;}
.margin_top50 {margin-top: 23px !important;}
.banner1_bottomtext {color: #171717;font-size: 12px;font-weight: 700;font-style: italic;margin-top: 20px;}
.services_text {padding-top: 26px;text-align: left;}
.services_small_contenr {color: #171717;font-size: 13px;font-weight: 700;font-style: normal;line-height: 2;}
.services2_bottomtext {color: #171717;font-size: 16px;font-weight: 400;font-style: normal;line-height: 1.5;}
.service_secbg {background-image: url(../images/hp_services.jpg);height: 440px;background-repeat: no-repeat;background-size: cover;    background-position: top;}
.lastselc_log_img {height: 30px;width: 30px;margin-left: 15px;margin-top: 0px;}
.forward_secbg {background-image: url(../images/forwarding.jpg);height: 242px;background-repeat: no-repeat;background-size: cover;    background-position: center;}
.enginbg1 {background-image: url(../images/engin2.jpg);
    height: 320px;background-repeat: no-repeat;padding: 0px 15%;background-size: cover;
    background-position: bottom;}
.logo_bottom {margin-bottom: 30px;}
.banner2_bottomtext {color: #171717;font-size: 12px;font-weight: 400;font-style: normal;padding: 3px 10%;line-height: 1.5;}
}



/*mobile responsive end*/













