* {
	margin: 0;

	padding: 0;
}

@font-face {
	font-family: "Futura-LT-W01-Light";

	src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/2b40e918-d269-4fd9-a572-19f5fec7cd7f.eot?#iefix");

	src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/2b40e918-d269-4fd9-a572-19f5fec7cd7f.eot?#iefix")
			format("eot"),
		url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/26091050-06ef-4fd5-b199-21b27c0ed85e.woff2")
			format("woff2"),
		url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/cca525a8-ad89-43ae-aced-bcb49fb271dc.woff")
			format("woff"),
		url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/88cc7a39-1834-4468-936a-f3c25b5d81a1.ttf")
			format("truetype"),
		url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/14d6bf5d-15f1-4794-b18e-c03fb9a5187e.svg#14d6bf5d-15f1-4794-b18e-c03fb9a5187e")
			format("svg");
}

body {
	font-family: "Roboto", sans-serif;

	font-size: 17px;

	color: #212121;
}
.ch-navbar {
	height: 93px;
}

.main_menu {
	height: 80px;
}
.main_menu .navbar {
	border-bottom: 4px solid #1d2088;
	background: #fff;
}
.logo {
	width: 15%;
}

.logo img {
	width: 100%;
}
body ul {
	padding-left: 20px;
}
a.nav-link {
	font-weight: 700;
	margin: 0px 15px;
}

.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
}
.dropdown-menu {
	background-color: #ffffff;
	border: none !important;
	padding: 0;
	top: 97%;
}
.right-dropdown {
	right: 100%;
	left: auto !important;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}
.dropdown-menu > li > a:hover {
	background-color: #333333;
	color: #fff;
}
/*........................................*/

.carousel-inner img {
	width: 100%;

	height: 100%;
}

.carousel-caption {
	position: absolute;
	right: 60%;
	bottom: 20px;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	top: 25%;
}

.carousel-caption h3 {
	font-size: 60px;
	font-family: "Gloria Hallelujah", cursive;
}

.ch-service,
.ch-about,
.service-row,
.dangerous {
	background-color: #efefef;
	width: 100%;
	margin: 0;
	padding-bottom: 50px;
}
.dangerous h2 {
	padding-bottom: 0px;
}
.contactrow {
	padding-bottom: 0 !important;
}

.row {
	padding-top: 30px;

	padding-bottom: 30px;
}

.service-item {
	text-align: center;

	padding: 0px 65px;
}

.service-item p {
	text-align: center;
}

.service-item .round-icon {
	width: 80px;

	height: 80px;

	border-radius: 50%;

	font-size: 50px;

	margin: auto;

	margin-bottom: 30px;
}

.round-icon img {
	max-width: 100%;
}
.small-icon {
	font-size: 35px;
}

span.linebreaker {
	width: 50px;

	display: block;

	height: 2px;

	content: "";

	margin: 0 auto;

	margin-bottom: 20px;

	background: #000;
}

.job-item {
	padding: 7px;

	margin-top: 5px;

	position: relative;
}

.job-item img {
	cursor: pointer;

	display: block;

	width: 100%;

	height: auto;

	padding: 0px !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.22), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.aboutrow {
	padding-left: 40px;

	padding-right: 40px;
}
.aboutrow .col-md-6 {
	margin-bottom: 30px;
}
.aboutrow h3 {
	padding-top: 0px;
	border-left: 2px solid #0a8fd6;
	font-size: 22px;
	color: #1c1f88;
	min-height: 195px;
	text-align: right;
}

.job-title {
	position: absolute;

	top: 71%;

	left: 0;

	right: 0;

	text-align: center;

	width: 100%;

	display: none;

	cursor: pointer;

	background-color: #fffcfc91;

	padding: 10px 0;
}

.job-item:hover .job-image,
.main-page-item:hover .job-image {
	opacity: 0.6;
}

.job-item:hover .job-title,
.main-page-item:hover .job-title {
	display: block;
}

.modal-body {
	padding: 0;
}

.modal-header {
	padding: 0.5rem 1rem;
}

.aboutrow img {
	width: 100%;

	height: auto;
}

.aboutrow p {
	text-align: justify;
	line-height: 30px;
}

.contact-form {
	background-color: #fff;
}

.servicesrow .s-left {
	padding-right: 18%;

	padding-left: 20%;
}

.servicesrow li {
	line-height: 30px;
}

.button {
	display: inline-block;

	padding: 4px 25px;

	font-size: 18px;

	cursor: pointer;

	text-align: center;

	text-decoration: none;

	outline: none;

	color: #fff;

	background-color: #0f91d8;

	border: none;

	border-radius: 15px;

	box-shadow: 0 5px #999;

	margin-top: 20px;
}

.button:hover {
	background-color: #0f80bd;

	text-decoration: none;

	color: #fff;
}

.home .contact-form {
	margin-bottom: 0;
}

.contact-form {
	background: #ffffff;
}

.contact-form .form-control {
	border-radius: 10px;
}

.contact-image {
	text-align: center;
}

.contact-form form .row {
	padding: 0;
	margin-top: 50px;
}

.contact-form h3 {
	text-align: center;
}

.contact-form .btnContact {
	width: 50%;

	border: none;

	border-radius: 1rem;

	padding: 1.5%;

	background: #dc3545;

	font-weight: 700;

	color: #fff;

	cursor: pointer;
}

.btnContactSubmit {
	width: 50%;

	border-radius: 1rem;

	padding: 1.5%;

	color: #fff;

	background-color: #0f91d8;

	border: none;

	cursor: pointer;
}

.btn-contact {
	width: 30%;
	border: none;
	border-radius: 1rem;
	padding: 1.5%;
	background: #dc3545;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

.contactrow {
	width: 100%;
	display: flex;
}
.contact-img {
	width: 50%;
}
.contact-img img {
	width: 100%;
	height: auto;
}
.contact-icons a:hover {
	color: #1c1f87;
}

.contact-icons a {
	color: #333;
	text-decoration: none;
}

.footerrow {
	background-color: #2f2e2e;

	text-align: center;

	padding-top: 40px;

	padding-bottom: 40px;
}

.footerrow a {
	color: #fff;

	font-size: 35px;
}

.copyright {
	background-color: #000;

	color: #fff;

	font-size: 13px;

	text-decoration: none;

	padding: 10px 0;
}

.copyright p {
	margin: 0;
	padding: 0;
}

.copyright a {
	color: #2fa0dc;
}

.copyright a:hover {
	color: #1b1fab;
	text-decoration: none;
}

/*.....................end home..................*/

.profile-page {
	background: #efefef;

	padding-bottom: 3%;
}
.banner {
	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	margin: 0 auto;
}
.profile-banner {
	background-image: url("../images/logistics2.webp");
}
.main-banner {
	background-image: url("../images/logistic1.webp");
}
.other-banner {
	background-image: url("../images/logistics-banner.webp");
}
.about-banner {
	background-image: url("../images/about_us.webp");
}

.banner h2 {
	font-size: 30px;
	color: #fff;
	margin: 0;
	padding: 0;
	padding-top: 190px;
}

.banner a {
	color: #fff;
}
.banner a:hover {
	text-decoration: none;
}

.banner i {
	padding: 13px;
}

.profile-section {
	padding: 3%;

	padding-bottom: 0%;

	border-radius: 0.5rem;

	background: #fff;
}

.profile-section a:hover {
	color: #1d2088;
	text-decoration: none;
}

.profile-section a {
	color: #333;
}

.col-md-4.profile-info {
	padding: 20px;
}

.profile-info h4 {
	font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
	background-color: #0a8fd6;
	color: #fff;
	padding: 10px 10px 10px 5px;
	border-radius: 0px 25px;
}
.profile-info ul {
	padding-left: 0;
}
.profile-info i {
	margin: 0 10px;
}

.profile-page .row {
	padding: 0;
}

.profile-img {
	text-align: center;
}

.profile-img img {
	width: 70%;

	height: 100%;
}

.profile-img .file {
	position: relative;

	overflow: hidden;

	margin-top: -20%;

	width: 70%;

	border: none;

	border-radius: 0;

	font-size: 15px;

	background: #212529b8;
}

.profile-img .file input {
	position: absolute;

	opacity: 0;

	right: 0;

	top: 0;
}

.profile-head h3 {
	color: #333;
	font-weight: bold;
}

.profile-head h6 {
	color: #0062cc;
}

.profile-edit-btn {
	border: none;

	border-radius: 1.5rem;

	width: 70%;

	padding: 2%;

	font-weight: 700;

	color: #6c757d;

	cursor: pointer;
}

.proile-rating {
	font-size: 12px;

	color: #818182;

	margin-top: 5%;
}

.proile-rating span {
	color: #495057;

	font-size: 15px;

	font-weight: 700;
}

.profile-head .nav-tabs {
	margin-bottom: 5%;
}

.profile-head .nav-tabs .nav-link {
	font-weight: 700;

	border: none;
}

.profile-head .nav-tabs .nav-link.active {
	border: none;

	border-bottom: 2px solid #0062cc;
}

.profile-work {
	padding: 14%;

	margin-top: -15%;
}

.profile-work p {
	font-size: 12px;

	color: #818182;

	font-weight: 700;

	margin-top: 10%;
}

.profile-work a {
	text-decoration: none;

	color: #495057;

	font-weight: 700;

	font-size: 14px;
}

.profile-work ul {
	list-style: none;
}

.profile-tab label {
	font-weight: 700;
}

.profile-tab p {
	font-weight: 700;

	color: #0062cc;
}
.profile-head {
	text-align: center;
}

/*................end profile.................*/

.large-img,
.main-item-image {
	width: 100% !important;

	max-width: 100%;

	height: auto !important;
}

.main-page-item img {
	cursor: pointer;

	display: block;

	width: 100%;

	height: auto;

	padding: 0 !important;
}

.main-title {
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
}
.main-title1 {
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: 700;
}

.sub-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
.main-page .row {
	padding: 25px 0;
}

.main-service-img {
	width: 100%;

	height: 100%;
}
.main-service-txt {
	background: #efebeb;
}
.main-service-row .col-md-6 {
	padding: 0 !important;
}
.main-service-txt .row {
	padding: 33px !important;
}
.space-txt {
	padding: 0 45px !important;
}

.special {
	padding-left: 2% !important;

	background-color: #efebeb;

	margin-top: 15px;

	margin-bottom: 15px;
}
.row.special .col-md-6 {
	padding-right: 65px !important;
	text-align: justify;
}

.main-lest-row {
	padding-bottom: 50px !important;
}
.temperature-row {
	background: #efebeb;
	padding-bottom: 0 !important;
}

/*................end main-service ................*/

.contact-us-page .contact-form form {
	padding: 10%;

	padding-top: 5%;
}

.contact-us-page .row {
	padding: 10px 0;
}

.contact-us-page .contactrow {
	padding-top: 100px;
}

.address {
	font-size: 15px;
}
.offic-gp h4,
.profile-head h4 {
	margin: 20px 0;
	width: 31%;
	font-size: 23px;
	font-weight: 700;
}

/*extra css*/
.ch-about {
	display: inline-flex;
	margin-top: 50px;
}
.ch-about-img {
	width: 50%;
}
.ch-about-img img {
	width: 100%;
}
.ch-about-txt {
	width: 50%;
	padding: 50px;
}
.profile-info li {
	list-style-type: none;
}
.profile-info li span {
	font-size: 18px;
	font-weight: 700;
}
.col {
	padding: 0 !important;
}

/*main services*/
.main {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: justify;
}
.main .main-row {
	width: 100%;
	display: flex;
}
.main .left {
	width: 50%;
}
.main .right {
	width: 50%;
}
.main .full {
	width: 100%;
}
.main .text {
	padding: 35px;
}
.bg-gray {
	background: #efefef;
}
.main .container {
	padding: 50px 0px;
}
.thirdrow img {
	/* padding: 50px; */
}
#narcotic {
	text-decoration: underline;
	margin-bottom: 0px;
}
#One_Stop_Chemical {
	text-decoration: underline;
	margin-bottom: 0px;
}
/*slider*/
h2 {
	text-align: center;
	padding: 20px;
}
/* Slider */

.slick-slide {
	margin: 0px 20px;
	padding-bottom: 30px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/*...............................*/
.chemicalrow img {
	width: 100%;
	height: auto;
}

/*contact us page*/
#contactForm {
	width: 100%;
}
ul.contact-icons li {
	list-style-type: none;
	text-align: center;
	margin-top: 25px;
}
ul.contact-icons li i {
	font-size: 35px;
}
.help-block.with-errors {
	color: #c80000;
}
section#content {
	margin-bottom: 20px;
}

/* ------ Dangerous Goods ------ */
.tb_wrap {
	height: 400px;
	overflow-x: hidden;
	position: relative;
}
.tb_wrap table th,
.tb_wrap table td {
	vertical-align: middle;
}

.tb_wrap table th {
	max-width: 180px;
	border-right: 1px solid #dee2e6;
	padding: 5px 10px;
}
.tb_wrap .table th img {
	width: 100px;
	height: auto;
}
.table td:hover {
	background: #efefef;
}
.flip {
	transition: 0.5s;
}
.flip:hover {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.flip1 {
	transition: 0.5s;
}
.flip1:hover {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.text-orient {
	transform: rotate(-180deg);
	writing-mode: vertical-rl;
	text-orientation: sideways;
	float: left;
	margin-right: 15px;
}
@media (min-width: 768px) {
	.navbar-nav li:hover > ul.dropdown-menu {
		display: block;
	}
	.navbar-nav {
		padding: 20px 0;
	}
}

@media (max-width: 768px) {
	body {
		font-size: 15px;
	}
	.logo {
		width: 20%;
	}
	.carousel-caption h3 {
		font-size: 35px;
	}
	.service-item {
		text-align: center;
		padding: 0;
		font-size: 16px;
	}
	.dangerous th,
	.dangerous td {
		font-size: 15px;
	}
	h2 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 18px;
	}
	.main .main-row {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
	}
	.main .left,
	.main .right {
		width: 100%;
	}
	.aboutrow h3 {
		min-height: 282px;
	}
	.main_menu .navbar {
		padding: 1.2rem 1rem;
	}
}

@media (max-width: 425px) {
	.logo {
		width: 40%;
	}
	.logo img {
		padding: 10px;
	}
	.ch-navbar {
		height: 56px;
	}
	.carousel-caption h3 {
		font-size: 14px;
	}
	.copyright {
		font-size: 9px;
	}
	.navbar-toggler {
		margin-right: 10px;
	}
	.space-txt {
		padding: 0 !important;
	}
}
