body {
	font-family: 'Poppins', sans-serif;
}

a,
a:hover {
	text-decoration: none;
}

p {
	font-size: 18px;
	line-height: 28px;
}

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

img {
	max-width: 100%;
}

.common_btn {
	border: 0;
	font-size: 18px;
	border-radius: 4px;
	color: #fff;
}

.common_btn:hover {
	color: #fff;
	background-color: #000 !important;
}


.banner_section {
	background: url(../images/boat-transport1.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	min-height: calc(100vh - 72px);
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 40px 0;
}

.banner_section:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(5, 56, 104, 1) 25%, rgba(5, 56, 104, .6), rgba(5, 56, 104, .1));
	z-index: -1;
}

.banner_right_text {
	border: 2px solid #fff;
	padding: 35px 35px;
	width: auto;
	display: inline-block;
	margin: 40px 0;
}

.form-control {
	width: 100%;
	border: 2px solid #053868;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	border-radius: 10px;
}

.form-label {
	position: absolute;
	background: #fff;
	left: 30px;
	top: -10px;
	padding: 0 5px;
	font-weight: 700;
}


.common_border {

	border: 2px solid #053868;
	text-align: center;
	font-size: 16px;
	border-radius: 6px;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	min-width: 150px;
	display: inline-block;
	font-weight: 700;
	transition: 0.5s all;
}

.common_border:hover {
	color: #fff;
	background-color: #053868;
}

.services_section {
	background: rgba(5, 56, 104);
}

.serv_image img {
	width: 100%;
}


.tra-dis-list {
	padding: 40px 15px 40px 0;
	margin: 0;
	list-style: none;
}

.tra-dis-list li {
/*
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
*/
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
	font-weight: 500;
	padding-bottom: 10px;
}

.tra-dis-list li .listing-icon img{
	width: 48px;
}

.tra-dis-list li .listing-text-dr {
	width: calc(100% - 68px);
	color: #fff;
}

.DispatchRay {
	background-color: rgba(5, 56, 104);
}


.cppy-right p {
	padding: 0px 12px 17px 12px;
	font-size: 14px;
	text-align: center;
}

.logo_box_sec {
	padding: 15px;
	box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 12%);
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.logo_box_sec img {
	height: 96px;
	width: auto;
	object-fit: contain;
}

.dispatch_image{
        border: 3px solid white;
    border-radius: 4px;
    padding: 10px;
}
.carousel-indicators {
    margin-bottom: 0;
    bottom: -30px;
}
.carousel-control-next, .carousel-control-prev {
    width: 50px;
    height: 50px;
    top: 45%;
    transform: translateY(-50%);
    background-color: #053868;
    
    border-radius: 50px;
    padding: 13px;
}
.carousel-control-prev {
    left: 20px;
    
}
.carousel-control-next {
    right: 20px;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 15px !important;
    background-color: #053868;
}
.review_profile img {
	border-radius: 50%;
	width:200px;
}