@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&family=Ubuntu:wght@300&display=swap');

body {
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif !important;
	list-style-type: none;
}

h1 {
	font-weight: bold !important;
	color: red;
	text-transform: uppercase !important;
}

.navbar {
	padding: 5px 0;
	margin: 0;
	background: white;
}

.navbar-brand img {
	padding: 0;
	margin: 0;
}

.carousel-item img {
	height: 97vh;
	width: 100% !important;
}

.logo {
	width: 250px;
	height: 60px;
}

.carousel-caption {
	text-align: left !important;
	margin-left: -150px !important;
	margin-bottom: 20px !important;
	font-weight: bold;
}

.carousel-caption h5 {
	font-size: 50px;
	color: red;
	background: rgba(255, 255, 255, 0.718);
	backdrop-filter: blur(10px);
	text-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	margin-top: -100px !important;
	font-weight: bold !important;
	width: fit-content;
	padding: 5px 10px;
	border-radius: 10px;
}

.carousel-caption p {
	font-size: 22px;
	color: black;
	margin: -5px 0 !important;
	background: rgba(255, 255, 255, 0.718);
	backdrop-filter: blur(10px);
	text-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	padding: 10px;
	border-radius: 10px;
	width: fit-content;
	font-weight: bold;
	margin: 10px 0 !important;
}

.fa-user-circle {
	font-size: 25px;
	color: #101832;
	border-radius: 100%;
	padding: 2px;
	background-color: white !important;
}

.bknw {
	background: orange !important;
	font-weight: bold !important;
	color: black !important;
	margin-left: 20px;
}

@media(max-width:999px) {
	.bknw {
		margin-left: 10px;
	}

	.navbar .container {
		padding: 0 10px !important;
		margin: 0 !important;
		justify-content: space-between !important;
		align-items: center !important;
	}

	.navbar {
		padding: 0;
		margin: 0;
	}
}

.carousel-indicators {
	justify-content: flex-end !important;
	margin-right: 5% !important;
}

.carousel-indicators button {
	border-radius: 100% !important;
	width: 10px !important;
	height: 10px !important;
	margin: 0 4px !important;
}

.carousel-indicators button.active {
	width: 30px !important;
	height: 10px !important;
	border-radius: 35% !important;
}

@media(max-width:1030px) {
	.carousel-caption {
		text-align: left !important;
		margin-left: -60px !important;
		margin-bottom: 80px !important;
		margin-top: 10px !important;
	}

	.carousel-caption h5 {
		font-size: 35px;
	}

	.carousel-caption p {
		font-size: 20px;
	}
}

@media(max-width:769px) {
	.carousel-caption {
		text-align: left !important;
		margin-left: -50px !important;
		margin-bottom: 0px !important;
	}

	.carousel-item img {
		height: 420px;
		width: 100% !important;
	}

	.carousel-caption h5 {
		font-size: 30px;
	}

	.carousel-caption p {
		font-size: 18px;
	}

	.carousel-control-prev,
	.carousel-control-next {
		display: none !important;
	}
}

@media(max-width:426px) {
	.carousel-caption {
		text-align: left !important;
		margin-left: -40px !important;
		margin-bottom: 0px !important;
	}

	.carousel-item img {
		height: 330px;
		width: 100% !important;
	}

	.carousel-caption h5 {
		font-size: 18px;
	}

	.carousel-caption p {
		font-size: 13px !important;
	}

	.logo {
		width: 160px !important;
		height: 40px !important;
	}

	.carousel-control-prev,
	.carousel-control-next {
		display: none !important;
	}
}

@media(max-width:376px) {
	.carousel-caption {
		text-align: left !important;
		margin-left: -40px !important;
		margin-bottom: 0px !important;
	}

	.carousel-item img {
		height: 330px;
		width: 100% !important;
	}

	.carousel-caption h5 {
		font-size: 18px;
	}

	.carousel-caption p {
		font-size: 12px !important;
	}

	.carousel-control-prev,
	.carousel-control-next {
		display: none !important;
	}
}

@media(max-width:321px) {
	.carousel-caption {
		text-align: left !important;
		margin-left: -20px !important;
		margin-bottom: 0px !important;
	}

	.carousel-item img {
		height: 330px;
		width: 100% !important;
	}

	.carousel-caption h5 {
		font-size: 18px;
	}

	.carousel-caption p {
		font-size: 13px !important;
	}

	.carousel-control-prev,
	.carousel-control-next {
		display: none !important;
	}

	.logo {
		width: 100px !important;
		height: 30px !important;
	}

	.navbar {
		padding: 10px 0;
	}
}

.blocks-part {
	margin: 100px 100px 80px 100px;
}

.blocks-part .col {
	margin: 0 20px;
}

.b1 {
	background-image: linear-gradient(to bottom, rgba(11, 11, 11, 0), rgba(11, 11, 11, 0%), rgba(11, 11, 11, 90%)), url("../webpimages/group-1.jpg");
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 230px;
	background-position: center;
	background-size: cover;
	color: white !important;
	padding: 100px 0;
	border-radius: 10px;
	cursor: pointer;
	transition: 1s !important;
}

.b1 p {
	position: relative;
	top: 10px;
	font-size: 20px;
	font-weight: bold !important;
	color: red;
	transition: 1s !important;
}

.b1:hover .block-p1 {
	transition: 1s !important;
	transform: translateY(-50px) !important;
}

.b2 {
	background-image: linear-gradient(to bottom, rgba(11, 11, 11, 0), rgba(11, 11, 11, 0%), rgba(11, 11, 11, 90%)), url("../webpimages/group-2.png");
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 230px;
	background-position: center;
	background-size: cover;
	color: white !important;
	padding: 100px 0;
	border-radius: 10px;
	cursor: pointer;
	transition: 1s !important;
}

.b2 p {
	position: relative;
	top: 10px;
	font-weight: bold !important;
	color: red;
	transition: 1s !important;
	font-size: 20px;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.b2:hover .block-p2 {
	transition: 1s !important;
	transform: translateY(-50px) !important;
}

.b3 {
	background-image: linear-gradient(to bottom, rgba(11, 11, 11, 0), rgba(11, 11, 11, 0%), rgba(11, 11, 11, 90%)), url("../webpimages/group-3.jpg");
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 230px;
	background-position: center;
	background-size: cover;
	color: white !important;
	padding: 100px 0;
	border-radius: 10px;
	cursor: pointer;
	transition: 1s !important;
}

.b3 p {
	position: relative;
	top: 10px;
	font-weight: bold !important;
	color: red;
	transition: 1s !important;
	font-size: 20px;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.b3:hover .block-p3 {
	transition: 1s !important;
	transform: translateY(-50px) !important;
}

.b4 {
	background-image: linear-gradient(to bottom, rgba(11, 11, 11, 0), rgba(11, 11, 11, 0%), rgba(11, 11, 11, 90%)), url("../webpimages/group-4.jpg");
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 230px;
	background-position: center;
	background-size: cover;
	color: white !important;
	padding: 100px 0;
	border-radius: 10px;
	cursor: pointer;
	transition: 1s !important;
}

.b4 p {
	position: relative;
	top: 10px;
	font-weight: bold !important;
	color: red;
	transition: 1s !important;
	font-size: 20px;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.b4:hover .block-p4 {
	transition: 1s !important;
	transform: translateY(-50px) !important;
}

@media(max-width:1130px) {
	.blocks-part {
		margin: 100px 20px;
	}
}

@media(max-width:970px) {
	.blocks-part .col p {
		top: 20px !important;
		font-size: 22px;
	}

	.blocks-part {
		margin: 40px 10px;
	}

	.blocks-part .col {
		margin: 20px 5px;
	}
}

@media(min-width:768px) {
	.nav-link-new1 {
		display: none !important;
	}
}

@media(max-width:768px) {
	.nav-link-new {
		display: none;
	}

	.blocks-part .row {
		flex-wrap: wrap;
	}

	.blocks-part .col p {
		font-size: 14px;
		top: 60px !important;
	}
}

@media(max-width:600px) {
	.blocks-part .row {
		flex-direction: column;
	}

	.blocks-part .col {
		margin: 8px 0px;
	}

	.blocks-part {
		margin: 20px 10px;
	}

	.blocks-part .col p {
		top: 30px !important;
		font-size: 20px;
		transform: translateY(-20px) !important;
	}
}

.blocks-part .row .btn-primary {
	background: orange !important;
	color: black !important;
}

.blocks {
	margin: 0px auto 0 auto !important;
}

.blocks .col {
	text-align: center !important;
	cursor: pointer;
}

.blocks-container {
	margin: 80px 0 40px 0;
}

.figure-caption {
	font-size: 18px !important;
	position: relative;
	top: -60px;
	font-weight: bolder !important;
	transition: 1s !important;
	text-align: center;
	margin: auto;
	color: white !important;
}

.blocks .col:hover .figure-caption {
	transform: translateY(-20px);
}

.blocks .col img {
	transition: 1s !important;
}

.blocks .col:hover img {
	transform: scale(1.03);
}

@media(max-width:1490px) {
	.figure-caption {
		border: 0 !important;
	}
}

@media(max-width:1030px) {
	.figure-caption {
		font-size: 16px !important;
		top: -80px;
	}
}

@media(max-width:768px) {
	.blocks-container {
		margin: 50px auto -20px auto !important;
	}
}

@media(max-width:376px) {
	.blocks-container {
		margin: 50px auto -40px auto !important;
	}
}

@media(max-width:999px) {
	.blocks-container {
		margin-top: 50px;
	}

	.figure-caption {
		margin: 0 10px !important;
	}
}

@media (min-width:768px) and (max-width:790px) {
	.colspl {
		margin-top: 0px !important;
	}

	.figure-caption {
		font-size: 12px !important;
		top: -70px;
	}
}

@media (min-width:425px) and (max-width:767px) {
	.blocks {
		margin: 20px 0 !important;
	}

	.blocks .col3 {
		margin-top: -35px !important;
	}

	.figure-caption {
		font-size: 12px !important;
		top: -70px;
	}

	.blocks .col:hover .figure-caption {
		transform: translateY(20px) !important;
	}
}

@media(max-width:425px) {
	.blocks .col:hover .figure-caption {
		transform: translateY(15px) !important;
	}

	.blocks {
		margin: 16px 0 0 0 !important;
	}

	.blocks .col3 {
		margin-top: -40px !important;
	}

	.figure-caption {
		font-size: 15px !important;
		top: -70px;
	}

	.colspl {
		position: relative;
		top: -10px !important;
	}
}

@media(max-width:376px) {
	.blocks .col:hover .figure-caption {
		transform: translateY(15px) !important;
	}

	.blocks {
		margin: 16px 0 0 0 !important;
	}

	.blocks .col3 {
		margin-top: -40px !important;
	}

	.figure-caption {
		font-size: 18px !important;
		top: -85px;
		background: none !important;
		color: yellow !important;
	}

	.colspl {
		position: relative;
		top: -15px !important;
	}
}

@media(max-width:321px) {
	.blocks .col:hover .figure-caption {
		transform: translateY(15px) !important;
	}

	.blocks {
		margin: 16px 0 0 0 !important;
	}

	.blocks .col3 {
		margin-top: -40px !important;
	}

	.figure-caption {
		font-size: 15px !important;
		top: -80px;
	}

	.colspl {
		position: relative;
		top: -12px !important;
	}
}

.whychoose {
	margin: 100px auto !important;
	justify-content: center;
	text-align: center;
	color: black;
}

.left-why img,
.left-why {
	width: 100%;
	height: 450px;
	border-radius: 20px;
	margin: 0 0 0 20px;
}

.right-why {
	text-align: left !important;
	margin: 0 0px 0 40px;
}

.iconleft img {
	width: 50px;
	height: 50px;
}

.icon1 {
	display: flex;
	margin-top: 30px;
}

.iconright {
	margin: 0 25px;
}

.iconright h5 {
	font-weight: bold;
	color: black;
}

@media(min-width:768px) and (max-width:1215px) {
	.whychoose {
		margin: 0 10px 30px 0 !important;
		padding: 0 20px !important;
	}

	.whychoose .col-6 {
		width: 55% !important;
	}

	.left-why img {
		width: 90%;
		height: 90%;
	}

	.left-why,
	.left-why img {
		margin: 0;
		padding: 0;
	}

	.right-why h2 {
		font-size: 25px !important;
	}

	.right-why {
		margin: 0 0 0 10px;
	}

	.iconleft img {
		width: 40px;
		height: 40px;
	}

	.icon1 {
		display: flex;
		margin-top: 5px;
	}

	.iconright {
		margin: 0 5px;
	}
}

@media(max-width:768px) {
	.whychoose {
		flex-direction: column;
		margin: 0 !important;
		text-align: center;
		align-items: center;
		justify-content: center;
	}

	.left-why img,
	.left-why,
	.left-why img {
		width: 80% !important;
		height: 80% !important;
	}

	.left-why,
	.right-why,
	.left-why img {
		margin: 0px 0 10px 0 !important;
	}

	.right-why {
		text-align: center !important;
	}

	.iconright,
	.right-why {
		width: 100% !important;
		margin: 0 !important;
		padding: 0px 10px !important;
	}

	.iconleft {
		margin-bottom: 10px !important;
	}

	.icon1 {
		flex-direction: column !important;
	}
}

.busbanner {
	background-image: linear-gradient(rgba(11, 11, 11, 0.6), rgba(11, 11, 11, 0.6), rgba(11, 11, 11, 0.6)), url("../webpimages/bus-banner.jpg");
	justify-content: flex-end !important;
	margin: 20px auto 50px auto;
	height: 100%;
	background-position: center;
	background-size: cover;
	width: 100%;
	color: white !important;
	padding: 50px 50px 60px 0px;
	display: flex;
	justify-content: space-between;
}

.spldivright {
	text-align: center;
}

.visitbtn {
	background: yellow !important;
	color: black !important;
	font-weight: bold !important;
	font-size: 16px !important;
}

@media(max-width:768px) {
	.busbanner {
		width: 100vw;
		height: 100%;
		flex-direction: column;
		padding: 20px;
		text-align: center;
		align-items: center;
		justify-content: center;
		margin: 10px 0 !important;
	}
}

.mtbanner {
	background-image: linear-gradient(rgba(11, 11, 11, 0.6), rgba(11, 11, 11, 0.6), rgba(11, 11, 11, 0.6)), url("../webpimages/banner-1.jpg");
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto 50px auto;
	height: fit-content;
	background-position: center;
	background-size: cover;
	padding: 150px 0;
	color: white;
}

.mansfield-data p {
	margin: 2px 0;
	font-weight: bold;
	font-size: 15px;
}

.mansfield-data h3 {
	font-weight: bold;
}

.ptransbanner {
/*	background-image: linear-gradient(rgba(11, 11, 11, 0.6), rgba(11, 11, 11, 0.6), rgba(11, 11, 11, 0.6)), url("../webpimages/private-transfer-banner.webp");*/
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto 50px auto;
	height: fit-content;
	background-position: center;
	background-size: cover;
	padding: 150px 0;
	color: white;
}

.mtbanner h3 {
	font-weight: bold;
}

.mtbanner p {
	margin: 2px 0 !important;
	font-weight: 600;
}

.mansfield-data .watchmr {
	margin: 20px 0 10px 0;
	background: orange !important;
	color: black !important;
	font-weight: bold !important;
}

.mansfield-data .watchmr:hover {
	background: transparent !important;
	border: 1px solid orange !important;
	color: black !important;
}

.watchmr2 {
	margin: 20px 0 10px 0;
	background: orange !important;
	color: black !important;
	font-weight: bold !important;
}

.watchmr2:hover {
	background: black !important;
	border: 1px solid orange !important;
	color: white !important;
}

@media(max-width:768px) {
	.mtbanner {
		padding: 50px 0;
	}

	.mtbanner p {
		margin: 2px 10px !important;
		font-weight: 500;
		font-size: 16px;
		word-spacing: -1px;
	}

	.mansfield-data {
		padding: 10px;
	}

	.privatetransfercards h3 {
		font-size: 16px;
	}
}

@media(max-width:425px) {
	.mtbanner p {
		margin: 2px 10px !important;
		font-size: 16px;
	}

	.ptransbanner h3 {
		font-size: 25px !important;
	}
}

.exploringurway {
	align-items: center;
	margin: 35px auto !important;
	justify-content: center;
	background-image: linear-gradient(rgba(16, 25, 50, 90%), rgba(16, 25, 50, 90%), rgba(16, 25, 50, 90%)), url("../webpimages/mansfield-1.jpg");
	background-position: center;
	height: fit-content;
	background-size: cover;
	display: flex;
	padding: 20px 0px !important;
	background-attachment: fixed;
}

.exploringurway .card .card-title {
	font-size: 17px !important;
	width: 100%;
	margin: -10px 0px 10px 0 !important;
	text-align: center;
}

.cost {
	color: red;
	font-size: 20px;
	font-weight: bold;
	padding: 0 5px;
}
.privatetransfercards2 .explorng-left {
  
    width: 25% !important;
    
}

.privatetransfercards2 .right-cards .card {
      margin: 50px 30px;
    width: 27rem;
    height: 660px;

}
.card .onedflex {
	align-items: center;
}


.right-cards .card {
	margin: 50px 7px;
	width: 17rem;
	height: 560px;
	transition: 1s;
	cursor: pointer;
	padding: 0 !important;
}
.privatetransfercards1 .right-cards .card{
    height: 674px !important;

}
.explorng-left {
	color: white !important;
	width: 15% !important;
	margin: 0 10px;
}

.privatetransfercards .explorng-left {
	width: 25% !important;
}

.right-cards .card li {
	font-size: 13px !important;
	font-weight: 600;
}

.peoplecapacity {
	color: rgb(29, 32, 133);
	font-weight: bold;
	text-align: center;
}

.right-cards .card .fa {
	margin: 2px 4px 2px 0;
	color: green;
}

.right-cards .card:hover {
	transform: scale(1.04);
}

.privatetransfercards .card {
	width: 20rem;
	height: fit-content !important;
}

.privatetransfercards .card-text {
	font-size: 13px !important;
	font-weight: 600;
}

.right-cards .card a {
	font-weight: bold !important;
}

.right-cards .card-body .card-title {
	font-size: 18px;
	color: red !important;
	text-transform: uppercase;
	font-weight: 600 !important;
}

.privatetransfercards .card span {
	margin: 3px 0;
}

.explorng-left h4 {
	font-size: 40px;
	font-weight: bold;
}

.right-cards .card .btn-primary {
	background: orange !important;
	color: black !important;
}

.right-cards .card .fa {
	margin-left: 4px !important;
}

@media(max-width:1490px) {
	.right-cards .card {
	        margin: 23px 5px;
        width: 17rem;
	}
	

	.right-cards li {
		text-align: left !important;
	}

	.right-cards {
		flex-wrap: wrap;
		align-items: center !important;
		justify-content: center !important;
		margin: auto !important;
		text-align: center !important;
	}

	.exploringurway {
		flex-direction: column;
		align-items: center !important;
		text-align: center !important;
		justify-content: center !important;
		margin: 40px auto !important;
	}

	.explorng-left {
		width: 100% !important;
	}

	.privatetransfercards .explorng-left {
		width: 100% !important;
	}
.privatetransfercards1 .explorng-left {
		width: 100% !important;
	}
	.privatetransfercards2 .explorng-left {
		width: 100% !important;
	}
	.right-cards .card-title {
		font-size: 15px !important;
	}

	.exploringurway .card .card-title {
		font-size: 16px !important;
	}
}

@media(max-width:1050px) {
	.right-cards .card {
		margin: 20px 5px;
		width: 22rem;
		height: 100%;
	}
}

@media(max-width:1450px) {
	.supersplbtn {
		margin-top: 50px !important;
	}
}

@media(max-width:1025px) {
	.supersplbtn {
		margin-top: 45px !important;
	}
}

@media(max-width:810px) {
	.exploringurway {
		padding: 0 10px;
	}

	.right-cards {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.right-cards .card {
		margin: 15px 10px;
		width: 60% !important;
	}

	.explorng-left {
		padding: 10px 10px !important;
	}
}

@media(max-width:600px) {
	.exploringurway {
		padding: 0 10px;
	}

	.right-cards {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.right-cards .card {
		margin: 15px 10px;
		width: 100% !important;
	}

	.explorng-left h4 {
		font-size: 30px;
		font-weight: bold;
	}

	.privatetransfercards .card-text {
		text-align: justify;
		word-spacing: -1.9px;
	}
}

.testi {
	margin: 50px auto 50px auto;
	align-items: center;
	justify-content: center;
	background: aliceblue;
	border-radius: 20px;
	padding: 50px 30px !important;
}

.testi-left h3 {
	font-weight: bold !important;
}

.justify-content-center img {
	width: 60px !important;
	height: 60px !important;
}

.text-lg-start {
	background: white;
	width: 800px !important;
}

.testi .carousel-indicators {
	justify-content: center !important;
	align-items: center !important;
	text-align: center !important;
	position: absolute !important;
	top: 120%;
	margin: auto !important;
}

.testi-right {
	margin: 20px;
}

.stars i {
	color: orange !important;
}

.maria {
	font-weight: bold;
	font-size: 16px;
}

.testi .text-lg-start .mb-0 {
	font-size: 15px;
}

.readmorebtn {
	border: 1px solid #101832 !important;
	font-weight: bold !important;
	color: #101832 !important;
	transition: 1s;
}

.readmorebtn .fa {
	margin-left: 10px;
}

.readmorebtn:hover {
	background: #101832 !important;
	color: white !important;
}

@media(max-width:1250px) {
	.testi {
		flex-direction: column;
		align-items: center !important;
		justify-content: center !important;
		margin: 30px auto !important;
		text-align: center !important;
		height: fit-content !important;
	}
}

@media(max-width:999px) {
	.testi-row {
		flex-direction: column;
		align-items: center !important;
		justify-content: center !important;
		margin: 0 !important;
		text-align: center !important;
		height: fit-content !important;
	}

	.testi-para {
		padding: 0 20px !important;
	}

	.testi .card-body {
		padding: 15px 0 !important;
	}

	.testi {
		padding: 30px 10px !important;
	}

	.text-lg-start {
		width: fit-content !important;
		padding: 20px 0 !important;
	}

	.text-center .d-flex {
		flex-direction: column !important;
	}

	.testi-right {
		margin: 0px;
	}

	.testi .carousel-indicators {
		justify-content: center !important;
		position: absolute !important;
		top: 98%;
	}

	.readmorebtn {
		margin-bottom: 20px !important;
	}

	.testi .text-lg-start .mb-0 {
		font-size: 15px;
		word-spacing: -5px !important;
		text-align: justify !important;
		background-size: cover;
		background-attachment: fixed;
	}
}

.skihire {
	align-items: center;
	margin: 50px auto 100px auto;
	justify-content: center;
	display: flex;
	text-align: center;
}

.secondpic {
	display: none;
}

.skileft:hover .frontpic {
	display: none;
	transition: 1s !important;
}

.skileft:hover .secondpic {
	display: block;
	transition: 1s !important;
}

.frontpic,
.secondpic,
.skileft {
	transition: 1s !important;
}

.skiright {
	text-align: left !important;
	background: #101832;
	color: white !important;
	padding: 27px;
	transition: 1s !important;
}

.skiright:hover {
	background: orange;
	color: rgb(30, 29, 29) !important;
}

.skiright:hover.skiright h6 {
	color: #101832 !important;
	font-weight: bold !important;
}

.skiright:hover .subleft h6 {
	color: #101832 !important;
	font-weight: bold !important;
}

.skiright:hover .skibtn {
	background: #101832 !important;
	color: white !important;
	font-weight: bold !important;
	border: 0 !important;
}

.skileft,
.skiright {
	width: 500px;
	margin: 0 20px;
	border-radius: 20px;
}

.skileft img {
	width: 500px;
	border-radius: 20px;
}

.subleft {
	margin: 0 0px 0 0;
	width: 100%;
}

.subleft h6,
.skiright h6 {
	color: orange;
	font-weight: bold;
}

.btninskihire {
	margin: auto !important;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.skibtn {
	border: 1px solid orange !important;
	font-size: 16px !important;
	transition: 1s;
	text-transform: capitalize !important;
	background: red !important;
	color: white !important;
	border-radius: 20px !important;
}

@media(max-width:930px) {
	.skiright {
		width: 500px;
	}

	.skileft,
	.skileft img {
		width: 300px;
	}

	.subdiv {
		flex-direction: column;
		justify-content: center;
	}

	.skiright p {
		text-align: justify;
		word-spacing: -2px;
	}
}

@media(max-width:768px) {
	.skihire {
		flex-direction: column;
		margin: 0 20px;
	}

	.skileft img {
		height: 100%;
	}

	.reversemv {
		flex-direction: column-reverse;
	}

	.skiright {
		width: 100%;
	}

	.skileft,
	.skileft img {
		width: 100%;
	}

	.skileft,
	.skiright {
		margin: 10px 0;
	}
}

@media(max-width:1250px) {

	h1,
	.skihireline {
		margin-top: 20px !important;
	}
}

@media(max-width:1450px) {
	h1 {
		margin-top: 20px !important;
	}
}

@media(max-width:320px) {
	h1 {
		font-size: 25px !important;
	}
}

.formlast {
	font-weight: bolder !important;
	background: orange;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0;
}

.contactform {
	margin: 25px;
	font-weight: bolder !important;
	background: orange;
	border-radius: 10px;
}

.contactpara {
	font-size: 20px;
	font-weight: bold;
}

.form-outline {
	margin: 10px 10px !important;
}

.formleft {
	color: black;
}

.formleft h2 {
	color: white !important;
}

.phnnum {
	font-size: 20px;
}

.phnnum img {
	width: 32px;
	height: 32px;
}

input {
	padding: 10px !important;
	color: black !important;
}

label,
textarea {
	color: black !important;
}

.captcha-part {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	align-items: center !important;
}

.captcha-part img {
	border: 1px solid orange;
	background: white;
	border-radius: 10px;
	margin-left: 10px;
}

.sendbtn {
	width: fit-content !important;
	font-weight: bold !important;
	color: white !important;
	background: #101832 !important;
	font-size: 17px;
}

@media(max-width:1250px) {

	.formleft,
	.contactform {
		margin: 50px;
	}

	.contactpara {
		font-size: 16px;
	}
}

@media(max-width:992px) {
	.formlast {
		flex-direction: column;
	}

	.formleft {
		margin: 15px !important;
		padding: 15px !important;
		text-align: center;
	}

	.contactform {
		margin: 0;
		padding: 0;
		width: 90%;
	}

	.contactform .d-flex {
		flex-direction: column !important;
		margin: 0;
		padding: 0;
	}

	.form-outline {
		margin: 10px 0 !important;
		padding: 0 !important;
		width: 100%;
	}

	.captcha-part img {
		margin: 15px 0;
	}
}

@media(max-width:500px) {
	.formleft {
		text-align: left;
	}

	.contactpara {
		font-size: 20px;
		margin: 10px 0;
	}
}

footer .links-3,
.row {
	align-items: center !important;
	margin: auto !important;
	text-align: center !important;
	justify-content: center !important;
}

footer .col {
	margin: 20px 0;
}

.mailcontact {
	text-align: left !important;
}

.mailcontact li {
	margin: 3px 0;
}

.mailcontact i {
	margin-right: 5px !important;
	color: orange;
}

.firstfooter {
	background: #101832;
	color: white;
}

.secondfooter {
	background: aliceblue;
	color: black;
	font-weight: bold;
}

.visdaline {
	color: black;
	font-weight: bold;
}

.socialicons a {
	transition: 1s;
}

.socialicons a:hover {
	background: white;
	color: black;
}