:root {
	--color-primary: #006994;
	--color-secondary: #404040;
}

body {

	scroll-behavior: smooth;

}

/*------------- go to top strat---------------*/



.scrollToTop {

	text-decoration: none;

	cursor: pointer;



	background: #fff;



	position: fixed;

	bottom: -50px;

	right: 30px;

	width: 40px;

	height: 40px;

	border-radius: 25px;

	z-index: 999;

	transition: 1.5s ease;

	border: 2px solid var(--color-primary);

}

.scrollToTop.show {

	left: unset;

	bottom: 50px
}

.scrollToTop.hide {

	left: -50px;

	right: unset;

}

.scrollToTop i {

	color: var(--color-primary);

	font-size: 22px;

	padding-left: 11px;

	padding-top: 8px;

}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li {
	font-family: "Poppins", sans-serif !important;
}

nav.navbar.navbar-expand-lg {
	padding: 0;
}

.menu {
	transition: all 500ms ease;
}

.menu.navfixed.mfixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	background: #fff;
	-webkit-box-shadow: -4px 7px 17px -15px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: -4px 7px 17px -15px rgba(0, 0, 0, 0.75);
	box-shadow: -4px 7px 17px -15px rgba(0, 0, 0, 0.75);
}

.menu.navfixed.mfixed img.white,
.menu img.black {
	display: none;
}

.menu.navfixed.mfixed img.black,
.menu img.white {
	display: block;
}

.menu.navfixed.mfixed iconify-icon {
	color: var(--color-primary) !important;
}

.menu.navfixed.mfixed {
	visibility: visible;
	animation-name: fadeInDown;
	animation-duration: 500ms;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	opacity: 1;
	z-index: 999999;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.hdlogo {
	max-width: 120px;
}

.sendmail-btn {
	background: var(--color-primary);
	border-radius: 5px;
	color: #fff;
	float: inline-end;
	margin-top: 20px;
	font-size: 16px;
}

.sendmail-btn:hover {
	color: #fff;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about-btn {
	padding: 10px 20px;
}

.about-us-section {
	padding: 100px 0px 70px 0px;
}

.home-service-section {

	padding: 100px 0px 100px 0px;
}

.our-customer-section {
	padding: 50px 0px 150px 0px;
	color: #fff;
}

.gfc-title {
	font-weight: 700;
	font-size: 32px;
	color: var(--color-primary);
	position: relative;
}


.gfc-para {
	font-weight: 400;
	font-size: 15px;
	line-height: 31px;
	text-align: justify;
	color: #000000 !important;
}

.home-about-content {
	padding: 0px 50px;
}

.customer-wrapper {
	max-width: 210px;
}

.service-inner-txt {
	font-size: 20px;
	font-weight: 600;
	color: var(--color-primary);
	margin-top: 20px;
}

.service-margin-bottom {
	flex-flow: wrap;
	gap: 100px;
	margin-top: 50px;
}

.service-margin-right {
	margin-right: 10px;
}

.contact-info {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}

.contact-block {
	margin-top: 35px;
	margin-bottom: 40px;
}

.contact-box {
    border-right: 1px solid #656464;
}

footer .col-xl-3:last-child .contact-box {
	border: none;
}

.footer-link {
	margin-right: 35px;
	font-size: 16px;
	color: #fff !important;
}

.footernav>a {
	text-decoration: none !important;
}

.footer-txt {
	font-size: 20px;
	text-align: end;
	color: #fff !important;
}

.copy-txt {
	font-size: 14px;
	text-align: end;
	color: #fff !important;
}

.contactus-info {
	font-size: 16px;
}


.span {
	font-size: 16px;
	font-weight: 600;
}


.xs-menu-icon.fixed {
	display: none;
	position: absolute;
	left: 30px;
	z-index: 9;
}

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

.top_row ul li {
	display: inline-block;
}

ul.acanav li a {
	display: flex;
	gap: 8px;
	font-size: 14px;
}

.open-time {
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 15px;
}

.logoimg {
	max-width: 80px;
	margin-right: 20px;
}

/* .nav-head {
	position: absolute;
	top: 0;
	z-index: 999;
	left: 0;
	right: 0;
	background: transparent !important;
  } */

.nav-head {
	position: relative;
	background: transparent !important;
}

.homeCarousel {
	position: relative;
	z-index: 99;
}

.card-carousel {
	max-height: 160px !important;
}

/* .gfc-nav {
	background-color: #33a7b1;
  } */

/* .menu {
	background-color: var(--color-primary);
} */

.menu a {
	color: #000;
}

.menu.navfixed.mfixed a {
	color: var(--color-secondary);
}

.menu.navfixed.mfixed a:hover {
	color: var(--color-primary);
}

.nav-item>.nav-link {
	font-weight: 400;
	font-size: 16px;
}

.text-right>p {
	justify-content: end;
}

/* 
  .about-img {
	border-radius: 15px;
  } */

.service-circle>img {
	position: relative;
}


.service-circle>div {
	position: absolute;
	top: 28%;
	left: 13%;
	z-index: 999;
}


.home-header {
	font-weight: 700;
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px;
}

.home-header-info {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.inner-nav-head {
	position: relative;
}

.carousel-caption {
	text-align: left;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.caption-inner {
	max-width: 647px;
}

.list-inline>li>a {
	font-size: 16px !important;
}

.list-inline>.list-inline-item {
	font-size: 16px !important;
}

.mm-navbar {
	background-color: var(--color-primary) !important;
}

.mm-listitem_selected {
	color: var(--color-primary);
}

.mm-navbar__title {
	color: #fff !important;
}

.titleimage>img {
	display: block;
}

.about-content {
	padding-left: 100px;
}

.contact-info-txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 29px;
	text-align: left;
}

.contact-info-para {
    color: #fff;
    font-size: 15px;
    word-break: break-word;
}

.cbox {
	text-align: center;
}

.cbox .corner {
	font-size: 20px;
	width: 50px;
	height: 50px;
	background: var(--color-primary);
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50px;
	margin-bottom: 10px;
}

.contact-us h5 {
	margin-bottom: 20px;
}

.form-control {
	background: #eee;
	border: none;
	border-radius: 20px;
	padding: .6rem 1.2rem;
}

footer {
	padding-top: 30px;
	background-color: var(--color-secondary);
}

.footer-left {
	margin-top: 20px;
}

.bluebox {
	background-color: var(--color-primary);
	padding: 30px;
	border-radius: 30px;
	padding-top: 50px;
	padding-bottom: 70px;
}

a.white.outline-btn {
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 30px;
}

.why-choose-us:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0, 0, 0, 0.8);
}

.why-choose-us {
	background: url(/images/why-choose-us-bg.jpg) no-repeat center;
	/* min-height: 600px; */
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
}

.choose-box {
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}

.why-choose-us-img {
	border-radius: 20px;
	margin-bottom: 20px;
}

.choose-box .icon {
	width: 80px;
	border: 1px solid var(--color-primary);
	border-radius: 17px;
}

.choose-box h5,
.choose-box p,
.choose-box .icon {
	position: relative;
	z-index: 2;
	color: #fff;
}

.choose-box p {
	margin-bottom: 0;
}

/* gallery */

.gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 5px;
	padding: 5px;
	transition: 0.3s;
	grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
	.gallery {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.gallery {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1440px) {
	.gallery {
		grid-template-columns: repeat(4, 1fr);
	}
}

.gallery:hover .gallery__image {
	filter: grayscale(1);
}

.gallery__link {
	overflow: hidden;
	height: 400px;
	max-height: 400px;
}

.gallery__link:hover .gallery__image {
	filter: grayscale(0);
}

.gallery__link:hover .gallery__caption {
	opacity: 1;
}

.gallery__thumb {
	position: relative;
	height: 100%;
}

.gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.gallery__image:hover {
	transform: scale(1.1);
}

.gallery__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px 15px 15px;
	width: 100%;
	font-family: "Helvetica", sans-serif;
	font-size: 14px;
	color: white;
	opacity: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	transition: 0.3s;
}

.sl-overlay {
	background: #000;
	opacity: .9;
}

.sl-wrapper .sl-navigation button {
	color: #fff;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
	color: #fff;
}

.choose-box div:last-child {
	width: 90%;
}

@media (max-width:768px) {
	.gallery__link {
		overflow: hidden;
		height: 200px;
		max-height: 200px;
	}
}

@media(min-width:992px) {
	.bluebox .content {
		width: 70%;
	}

	.bluebox .d-flex {
		width: 30%;
	}

}

.owl-item {
	width: 350px !important;
}

.footer-hr {
	border-top: 1px solid rgba(255, 255, 255, 0.5);

}

.footer-info-txt {
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 0px !important;
	padding: 10px 0px;
}

/* home */
.home-about-image img {
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

/* .carousel-item.active img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear;
} */
.carousel-item img {
	transform: scale(1);
	animation: floatingimage 10s infinite;
}

.carousel-item:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(0, 0, 0, 0.5);
	content: "";
	z-index: 1;
}

@keyframes floatingimage {

	/* keyframes stuff */
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}
}

/* banner */
section.vendor.page-title-section .vendor-content-area {
	position: relative;
}

section.vendor.page-title-section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #131313;
	opacity: .8;
	content: "";
}

section.vendor.page-title-section {
	background: url(/images/page-title-bg.jpg);
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	position: relative;
}

.menu.navfixed li.nav-item.active a,
li.nav-item.active a {
	color: var(--color-primary);
}

.top_row {
	background: var(--color-primary);
	color: #fff;
}

/* about */
.pd50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pd100 {
	padding-top: 100px;
	padding-bottom: 100px;
}


.bounce-y {
	-webkit-animation: bounce-y 10s infinite linear;
	animation: bounce-y 10s infinite linear;
}

.icon-sailboat-line-3 {
	width: 242px;
	height: 250px;
	background-image: url(/images/boat.png);
	pointer-events: none;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: -1;
}

.about-section-three .inner-column .icon-wheel-5 {
	position: absolute;
	top: -79px;
	left: -62px;
	-webkit-animation: fa-spin 70s infinite;
	animation: fa-spin 70s infinite;
}

.icon-wheel-5 {
	width: 144px;
	height: 163px;
	background-image: url(/images/wheel-icon.png);
	-webkit-animation: fa-spin 70s infinite;
	animation: fa-spin 70s infinite;
	position: absolute;
	top: -50px;
}

.about-us-section-image .float-img {
	margin-top: 10px;
	opacity: .4;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0%;
}

.about-us-section-image img {
	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.about-us-section-image {
	position: relative;
	padding-left: 50px;
	padding-top: 50px;
}

.mb-30 {
	margin-bottom: 30px;
}

.title h2 {
	font-size: 2.5rem;
	font-weight: 600;
}

.title span {
	color: var(--color-primary);
}

.core-value {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

.core-box {
	text-align: center;
}

.relative {
	position: relative;
}

.team {
	background: rgb(244, 106, 5, 0.05);
	overflow: hidden;
}

.team-img:before {
	position: absolute;
	content: "";
	/* left: 0; */
	top: 0;
	/* right: 0; */
	bottom: 0;
	text-align: center;
	background: url(/images/pattern.png) no-repeat top center;
	background-size: contain;
	z-index: -1;
	width: 400px;
	height: 400px;
}

.team-img {
	width: 320px;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-primary);
	margin: 20px;
}

@keyframes bounce-y {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* services */
.service-box ul {
	list-style: none;
	margin-left: -40px;
	line-height: 2;
}

.service-box ul li:before {
	content: "\f00c";
	position: absolute;
	right: 0;
	font-family: 'FontAwesome';
	color: var(--color-primary);
}

.service-box ul li {
	position: relative;
}

.service-img img {
	border-radius: 20px;
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: 2.5rem;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1300px !important;
	}
}

@media (max-width: 1399px) and (min-width: 1200px) {
	.carousel-caption {
		left: 10%;
		top: 33%;
	}

	.home-header {
		font-size: 32px !important;
	}

	.about-content {
		padding-left: 50px;
	}
}

@media (min-width: 1200px) {
	.phone-break {
		display: none;
	}
}

@media(max-width: 1199px) and (min-width: 350px) {
	.slider-btn {
		display: none !important;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.carousel-caption {
		left: 10%;
		top: 40%;
	}

	.home-header {
		font-size: 28px !important;
	}

	.gfc-title {
		font-size: 30px;
	}

	.home-about-image {
		padding: 0px 0px;
	}

	.about-content {
		padding: 0px 20px;
	}

	.service-bdr {
		max-width: 265px;
	}

	.sendmail-btn {
		margin-top: 20px;
	}

	.cv-btn {
		margin: 20px 0;
	}

	.phone-break {
		display: block;
	}

	.home-about-content {
		padding: 0px 30px;
	}

	.contact-box {
		border-right: none !important;
		min-height: 0px !important;
	}

	.social-top {
		margin-top: 25px;
	}

	.service-margin-bottom {
		flex-flow: wrap;
		gap: 50px !important;
		margin-top: 50px;
	}


}

@media (max-width: 991px) and (min-width: 768px) {
	.nav-head {
		position: relative !important;
	}

	.carousel-caption {
		text-align: center !important;
		top: 20%;
	}

	.home-header {
		font-size: 29px !important;
	}

	.caption-inner {
		max-width: 100%;
	}

	.gfc-title {
		font-size: 30px;
	}

	.home-contact-flex>img {
		max-width: 550px;
	}

	.service-margin-bottom {
		flex-flow: wrap;
		gap: 50px !important;
		margin-top: 50px;
	}

	.contact-box {
		border-right: none !important;
		min-height: 0px !important;
	}

	.service-bg {
		height: 250px !important;
		width: 250px !important;
	}

	.social-top-md {
		margin-top: 25px;
	}

	.home-service-section {
		padding: 70px 0px 70px 0px;
	}

}

@media (max-width: 767px) and (min-width: 576px) {
	.nav-head {
		position: relative !important;
	}

	.home-header {
		font-size: 22px !important;
		margin-bottom: 0px !important;
	}

	.home-header-info {
		font-size: 14px;
	}

	.caption-inner {
		max-width: 100%;
	}

	.about-img {
		max-width: 400px !important;
	}

	.gfc-title {
		font-size: 30px;
	}

	.contact-box {
		border-right: none !important;
		min-height: 0px !important;
	}

	.service-margin-bottom {
		flex-flow: wrap;
		gap: 30px !important;
		margin-top: 50px;
	}

	.service-bg {
		height: 240px !important;
		width: 240px !important;

	}

	.owl-item {
		width: 250px !important;
	}

	.home-service-section {
		padding: 50px 0px 50px 0px;
	}
}

@media (max-width: 575px) and (min-width: 420px) {
	.nav-head {
		position: relative !important;
	}

	.home-header {
		font-size: 25px !important;
	}

	.home-header-info {
		display: none;
	}

	.caption-inner {
		max-width: 100%;
	}

	.carousel-caption {
		display: none;
	}

	.service-margin-right {
		margin-right: 5px;
	}

	.service-margin-bottom {
		margin-bottom: 5px;
	}

	.service-margin-bottom {
		flex-flow: wrap;
		gap: 30px !important;
		margin-top: 50px;
	}

	.service-bg {
		height: 240px !important;
		width: 240px !important;

	}

	.owl-item {
		width: 250px !important;
	}

}

@media (max-width: 575px) and (min-width: 350px) {
	.gfc-title::before {
		width: 95px;
	}

	.gfc-title {
		font-size: 28px;
	}

	.contact-box {
		border-right: none !important;
		min-height: 0px !important;
	}

	.home-service-section {
		padding: 50px 0px 50px 0px;
	}

	.our-customer-section {
		padding-top: 0px !important;
		padding-bottom: 50px !important;
	}

}

@media (max-width: 419px) and (min-width: 350px) {
	.caption-inner {
		max-width: 100%;
	}

	.carousel-caption {
		display: none;
	}

	.service-bdr {
		max-width: 170px;
	}

	.contact-info {
		width: auto;
		margin-right: 10px !important;
		font-size: 16px;
	}

	.caption {
		background-color: #f3f6f6;
		padding: 10px 0px;
		min-height: 87px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.caption>h4 {
		color: #000;
		font-size: 15px;
		line-height: 22pt;
		text-align: center;
		font-weight: 400;
		padding: 0px 20px;
	}

	.logoimg {
		margin-right: 15px !important;
	}

	.service-margin-bottom {
		flex-flow: wrap;
		gap: 30px !important;
		margin-top: 50px;
	}

	.service-bg {
		height: 230px !important;
		width: 230px !important;

	}

	.owl-item {
		width: 230px !important;
	}
}

@media (max-width: 599px) and (min-width: 576px) {
	.carousel-caption {
		text-align: left !important;
		top: 3%;
	}
}

@media (min-width: 992px) {
	.home-about-image-show {
		display: none;
	}
}

@media (max-width: 991px) and (min-width: 350px) {


	/* .top_row {
		display: none !important;
	} */

	.home-about-image {
		display: none;
	}

	.home-about-image-show {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.about-us-section {
        padding: 30px 0px 50px 0px;
    }

	.sendmail-btn {
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.cv-btn {
		margin: 20px 0;
	}

	.home-service-flex {
		justify-content: center;
	}

	.home-contact-flex {
		display: flex;
		justify-content: center;
		margin-bottom: 50px;
	}

	.breakhide {
		display: none !important;
	}

	.home-about-content {
		padding: 0px 0px;
	}


	.gfc-nav {
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.logotitle {
		color: #33a7b1 !important;
		font-size: 20px !important;
	}

	.copy-txt {
		text-align: start;
	}

	.footer-txt {
		text-align: start;
	}

	.hidemedium {
		display: none !important;
	}

	.about-content {
		padding-left: 0px !important;
	}

	.hidebr {
		display: none !important;
	}
}

@media (max-width:767px) {

	.top_row {
		display: none !important;
	}
}

@media (min-width: 420px) {

	.showsm {
		display: none;
	}
}

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

.social-icon {
	font-size: 35px;
	color: #fff;
}

.social-icon:hover {
	color: #fff;
}

.service-bg {
	height: 267px;
	width: 267px;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid var(--color-primary);
	border-radius: 100%;
	color: var(--color-primary);
}

.service-bg:hover {
	background-color: var(--color-primary);
	color: #fff;
}

.service-bg:hover img {
	filter: brightness(100);
}

.service-margin-bottom {
	display: flex;
	flex-flow: wrap;
	gap: 150px;
}

.service-bg img {
	margin-bottom: 0;
}

.bluesvc-title {
	color: var(--color-primary);

}

.svc-title {
	color: #fff;
}

@media (max-width:575px) {
	.service-margin-bottom {
		flex-flow: column;
	}

	.service-bg {
		max-width: 100%;
		margin: 0 auto;
	}
}
.cert-box img {
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.cv-download {
	padding: 20px 60px;
	border: 1px solid var(--color-primary);
	border-radius: 50px;
	align-items: center;
}

.cv-btn {
	background: var(--color-primary);
	border-radius: 5px;
	color: #fff;
	float: inline-end;
	/* margin-top: 20px; */
	font-size: 16px;
}

.cv-txt {
	font-weight: 600; 
	font-size:large;
	color: var(--color-primary);
}